/* Row */
.stats-row{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
}

/* Card */
.stats-card{
    flex:1;
    min-width:320px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:28px;
    box-sizing:border-box;
}

/* Number */
.stats-value{
    font-size:52px;
    font-weight:700;
    line-height:1;
    color:#0f172a;
    margin-bottom:8px;
}

/* Title */
.stats-title{
    font-size:18px;
    color:#94a3b8;
    font-weight:500;
    margin-bottom:25px;
}

/* ===== CARD 1 ===== */

.project-wrapper{
    display:flex;
    align-items:center;
    gap:30px;
}

.project-chart{
    width:110px;
    height:110px;
}

.project-labels{
    flex:1;
}

.project-item{
    display:flex;
    align-items:center;
    margin-bottom:16px;
    font-size:15px;
}

.project-item:last-child{
    margin-bottom:0;
}

.bullet{
    width:8px;
    height:8px;
    border-radius:50%;
    margin-right:12px;
}

.bullet-primary{
    background:#1e88e5;
}

.bullet-success{
    background:#3ecf8e;
}

.bullet-gray{
    background:#d1d5db;
}

.project-name{
    color:#94a3b8;
}

.project-count{
    margin-left:auto;
    font-weight:700;
    color:#334155;
}

/* ===== CARD 2 ===== */

.finance-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 0;
}

.finance-row:first-of-type{
    padding-top:0;
}

.finance-label{
    font-size:16px;
    color:#0f172a;
}

.finance-value{
    font-size:16px;
    font-weight:700;
}

.finance-up{
    color:#16a34a;
}

.finance-down{
    color:#e11d48;
}

.finance-divider{
    border-top:1px dashed #d8dde5;
}

/* ===== CARD 3 ===== */

.client-group{
    display:flex;
    align-items:center;
    margin-bottom:25px;
}

.client{
    width:40px;
    height:40px;
    border-radius:50%;
    overflow:hidden;
    border:3px solid #fff;
    margin-left:-10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:14px;
    color:#fff;
}

.client:first-child{
    margin-left:0;
}

.client img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.client-yellow{
    background:#f4b400;
}

.client-blue{
    background:#4285f4;
}

.client-purple{
    background:#7c3aed;
}

.client-dark{
    background:#1f2937;
}

.client-plus{
    font-size:15px;
}

.client-actions{
    display:flex;
    gap:12px;
}
.btn-light{
    background:#f3f4f6;
    color:#374151;
    border:none;
    border-radius:8px;
    padding:10px 18px;
    cursor:pointer;
    font-weight:600;
}

.btn-primary:hover,
.btn-light:hover{
    opacity:.9;
}

.menu, .menu-wrapper {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.fw-bold {
    font-weight: 600 !important;
}
.fs-5 {
    font-size: 1.15rem !important;
}
.pb-6 {
    padding-bottom: 1.5rem !important;
}
.pt-5 {
    padding-top: 1.25rem !important;
}
.px-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}
.mt-n7 {
    margin-top: -1.75rem !important;
}
.mb-10 {
    margin-bottom: 2.5rem !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
div, main, ol, pre, span, ul {scrollbar-width: thin; scrollbar-color: var(--bs-scrollbar-color) transparent;}
.menu-item {
    display: block;
    padding: .15rem 0;
}
.pe-2 {
    padding-right: .5rem !important;
}
.menu, .menu-wrapper {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.app-content .app-content-menu.menu>.menu-item>.menu-link.active {
    transition: color .2s ease;
    background-color: var(--bs-gray-200);
    color: var(--bs-gray-900);
}
.app-content .app-content-menu.menu>.menu-item>.menu-link {
    color: var(--bs-gray-600);
}
.card {
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    border-color: #F1F1F4;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--bs-card-border-color);
}
@media (min-width: 992px) {
    .app-content {
        margin-top: -160px;
        border-radius: 30px;
        box-shadow: 1px 1px 6px 0px #1579dd4a;
        background-color: white;
    }
    .app-content {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .app-content .app-content-menu.menu {margin: 0 -30px;}
    .app-content .app-content-menu.menu>.menu-item>.menu-link.active .menu-title {
        color: var(--bs-gray-900);
    }
    .app-content {
        background-color: var(--bs-body-bg);
        box-shadow: 1px 1px 6px 0px #1579dd4a;
        background-color: white;
    }
}