/* _content/DaoAI_Family_Web/Pages/Index.razor.rz.scp.css */
.dashboard-container[b-6w1kvl8c53] {
    padding: 90px 0 0 0;
}

.mt-10[b-6w1kvl8c53] {
    margin-top: 10px !important;
}

.mt-20[b-6w1kvl8c53] {
    margin-top: 20px !important;
}

.mt-30[b-6w1kvl8c53] {
    margin-top: 30px !important;
}

.mt-40[b-6w1kvl8c53] {
    margin-top: 40px !important;
}

.mt-50[b-6w1kvl8c53] {
    margin-top: 50px !important;
}

.content-box[b-6w1kvl8c53] {
    min-width: 920px;
}

.line-chart[b-6w1kvl8c53] {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/image/chart-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.line-chart-title[b-6w1kvl8c53] {
    width: 100%;
    line-height: 50px;
    color: #72A3FA;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
}

.line-chart-container[b-6w1kvl8c53] {
    padding: 20px 80px 60px 70px;
}

.stat-card[b-6w1kvl8c53] {
    height: 180px;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
}

    .stat-card .content[b-6w1kvl8c53] {
        padding-top: 10px !important;
        text-align: right;
        margin-right: 20px;
    }

    .stat-card .title[b-6w1kvl8c53] {
        font-size: 20px;
    }

    .stat-card .sub-title[b-6w1kvl8c53] {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.20);
    }

    .stat-card .num[b-6w1kvl8c53] {
        font-size: 38px;
        bottom: 0px;
        text-align: right;
        margin-top: 35px;
    }

    .stat-card img[b-6w1kvl8c53] {
        width: 100px;
    }

.stat-card-bg1[b-6w1kvl8c53] {
    background: linear-gradient(135deg, #2F4E8E, #2B2A3C);
}

.stat-card-bg2[b-6w1kvl8c53] {
    background: linear-gradient(135deg, #73428A, #2C2B3C);
}

.stat-card-bg3[b-6w1kvl8c53] {
    background: linear-gradient(135deg, #86314E, #2B2A3C);
}

.stat-card-bg4[b-6w1kvl8c53] {
    background: linear-gradient(135deg, #735934, #2B2A3C);
}

.white-line[b-6w1kvl8c53] {
    width: 100%;
    align-content: center;
}

    .white-line img[b-6w1kvl8c53] {
        width: 100%;
        padding-top: 13px;
    }
/* _content/DaoAI_Family_Web/Shared/DashboardLayout.razor.rz.scp.css */
html[b-glt02o6grk], body[b-glt02o6grk] {
    margin: 0;
    padding: 0;
    height: 100%;
}

.page[b-glt02o6grk] {
    background: url(/image/dashboard-bg.jpg) center top no-repeat rgb(246, 246, 246);
    background-size: 100% 100%;
    min-height: 100vh; /* 确保背景图覆盖整个视窗高度 */
}

.top-title[b-glt02o6grk] {
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 24px;
    line-height: 60px;
}

.bottom-logo[b-glt02o6grk] {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    position: fixed;
    bottom: 5px;
}

    .bottom-logo img[b-glt02o6grk] {
        width: 72px;
    }
/* _content/DaoAI_Family_Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fwnwwoo57h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fwnwwoo57h] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fwnwwoo57h] {
    font-size: 1.1rem;
}

.oi[b-fwnwwoo57h] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-fwnwwoo57h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fwnwwoo57h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fwnwwoo57h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fwnwwoo57h]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-fwnwwoo57h]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-fwnwwoo57h]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fwnwwoo57h] {
        display: none;
    }

    .collapse[b-fwnwwoo57h] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}


.Menu[b-fwnwwoo57h] {
    width: 256px;
    height: calc(100vh - 55px);
    /* margin-top: 55px; */
    bottom: 0px;
    background: #001529;
}
