/* _content/CoreAdminWeb/Pages/Admins/DanhSachDoan/Index.razor.rz.scp.css */
.animate-spin[b-75d5b48oae] {
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: #a21caf !important; /* purple-700 */
    border-bottom-color: #a21caf !important;
}
/* _content/CoreAdminWeb/Pages/Admins/Dashboard/Index.razor.rz.scp.css */
.summary-card[b-8gcdfkq66t] {
    background: #f0f4fa;
    flex-direction: column;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .summary-card:hover[b-8gcdfkq66t] {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

.card-title[b-8gcdfkq66t] {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 8px;
}

.card-value[b-8gcdfkq66t] {
    font-size: 2em;
    font-weight: bold;
    color: #1a73e8;
}

.charts-row[b-8gcdfkq66t] {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}

.chart-container[b-8gcdfkq66t] {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.section-title[b-8gcdfkq66t] {
    font-size: 1.2em;
    margin-bottom: 12px;
    color: #333;
}
/* _content/CoreAdminWeb/Pages/Admins/GeneralGroupReportDashboard/Index.razor.rz.scp.css */
.summary-card[b-fumw9m5o8t] {
    background: #f0f4fa;
    flex-direction: column;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .summary-card:hover[b-fumw9m5o8t] {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

.card-title[b-fumw9m5o8t] {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 8px;
}

.card-value[b-fumw9m5o8t] {
    font-size: 2.5em;
    font-weight: bold;
    color: #00b894;
}

.feature.card-value[b-fumw9m5o8t] {
    color: #ffb300;
}

.charts-row[b-fumw9m5o8t] {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}

.chart-container[b-fumw9m5o8t] {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.section-title[b-fumw9m5o8t] {
    font-size: 1.2em;
    margin-bottom: 12px;
    color: #333;
}
/* _content/CoreAdminWeb/Pages/Admins/HoSoKhamSucKhoeChiTiet/Index.razor.rz.scp.css */
.summary-card[b-hdg4pyaoxy] {
    background: #f0f4fa;
    flex-direction: column;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.summary-card:hover[b-hdg4pyaoxy] {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card-title-large[b-hdg4pyaoxy] {
    font-size: 2em;
    font-weight: bold;
    color: #555;
    margin-bottom: 8px;
}

.card-title[b-hdg4pyaoxy] {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 8px;
}

.card-value[b-hdg4pyaoxy] {
    font-size: 2em;
    font-weight: bold;
    color: #1a73e8;
}

.charts-row[b-hdg4pyaoxy] {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}

.chart-container[b-hdg4pyaoxy] {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.section-title[b-hdg4pyaoxy] {
    font-size: 1.2em;
    margin-bottom: 12px;
    color: #333;
}
/* _content/CoreAdminWeb/Pages/Admins/KetQuaKhamSucKhoeTT32/Components/PatientInfo.razor.rz.scp.css */
.avatar-container[b-ofvjdnf3iw] {
    width: 150px;
    height: 150px;
    border: 2px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color: #f9f9f9;
}

.avatar-img[b-ofvjdnf3iw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.upload-overlay[b-ofvjdnf3iw] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .upload-overlay .upload-icon[b-ofvjdnf3iw] {
        color: white;
        font-weight: bolder;
        font-size: xxx-large;
    }

.avatar-container:hover .upload-overlay[b-ofvjdnf3iw] {
    opacity: 1;
    background-color: rgba(82, 80, 77, 0.6);
}

.upload-icon[b-ofvjdnf3iw] {
    color: white;
    font-size: 24px;
}

input[type="file"][b-ofvjdnf3iw] {
    display: none;
}

.upload-button[b-ofvjdnf3iw] {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    margin: 10px auto;
}

    .upload-button:hover[b-ofvjdnf3iw] {
        background-color: #0056b3;
    }
/* _content/CoreAdminWeb/Pages/Admins/KetQuaKhamSucKhoeTT32/Index.razor.rz.scp.css */
.active-row[b-6gnysuhk0h] {
    background-color: #e0e7ff !important;
    color: #3730a3 !important;
    font-weight: bold;
}
/* _content/CoreAdminWeb/Pages/Admins/MedicalRecordsConfig/Index.razor.rz.scp.css */
.doctor-section[b-8zy3fhz95c] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.doctor-section-title[b-8zy3fhz95c] {
    font-size: 18px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 16px;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 8px;
}

.doctor-row[b-8zy3fhz95c] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.doctor-label[b-8zy3fhz95c] {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
}

.doctor-select[b-8zy3fhz95c] {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    padding: 7px 12px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    font-family: inherit;
    background: #fff;
    height: 38px;
    box-sizing: border-box;
}

.signature-label[b-8zy3fhz95c] {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
    margin-left: 0;
    flex-shrink: 0;
}

.signature-display[b-8zy3fhz95c] {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 7px 12px;
    font-size: 15px;
    color: #6c757d;
    min-height: 38px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: flex-end;
    margin-left: 0;
}

@media (max-width: 768px) {
    .doctor-row[b-8zy3fhz95c] {
        flex-wrap: wrap;
    }

    .signature-label[b-8zy3fhz95c],
    .signature-display[b-8zy3fhz95c] {
        width: 100%;
        min-width: unset;
        max-width: unset;
        margin-top: 8px;
    }

    .signature-label[b-8zy3fhz95c] {
        margin-left: 0;
    }

    .signature-display[b-8zy3fhz95c] {
        margin-left: 0;
        justify-content: flex-start;
    }
}

@media (max-width: 420px) {
    .doctor-row[b-8zy3fhz95c] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .doctor-label[b-8zy3fhz95c],
    .doctor-select[b-8zy3fhz95c],
    .signature-label[b-8zy3fhz95c],
    .signature-display[b-8zy3fhz95c] {
        width: 100%;
        min-width: unset;
        max-width: unset;
    }
}
/* _content/CoreAdminWeb/Shared/Components/PDFTemplatePrint.razor.rz.scp.css */
*[b-qs92hhzbbk] {
    box-sizing: border-box;
}

html[b-qs92hhzbbk],
body[b-qs92hhzbbk] {
    height: 100%;
}

body[b-qs92hhzbbk] {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #111;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

@page {
    size: A4;
    margin: 0;
}

.page[b-qs92hhzbbk] {
    width: 190mm; /* A4 width (210) - default margins (10 each side) */
    min-height: 277mm; /* A4 height (297) - default margins (10 top/bottom) */
    margin: 15mm auto;
    page-break-after: always;
}

.mb-2[b-qs92hhzbbk] {
    margin-bottom: 0.5rem;
}

.mb-5[b-qs92hhzbbk] {
    margin-bottom: 2rem;
}

.mt-0[b-qs92hhzbbk] {
    margin-top: 0rem;
}

.mt-1[b-qs92hhzbbk] {
    margin-top: 0.25rem;
}

.mt-2[b-qs92hhzbbk] {
    margin-top: 0.5rem;
}

.mt-3[b-qs92hhzbbk] {
    margin-top: 1rem;
}

.ml-2[b-qs92hhzbbk] {
    margin-left: 0.5rem;
}

.right[b-qs92hhzbbk] {
    text-align: right;
}

.center[b-qs92hhzbbk] {
    text-align: center;
}

.bold[b-qs92hhzbbk] {
    font-weight: bold;
}

.italic[b-qs92hhzbbk] {
    font-style: italic;
}

.normal[b-qs92hhzbbk] {
    font-style: normal;
}

.nowrap[b-qs92hhzbbk] {
    white-space: nowrap;
}

.v-middle[b-qs92hhzbbk] {
    vertical-align: middle;
}

.header[b-qs92hhzbbk] {
    text-align: center;
    margin-bottom: 6px;
}

    .header .line1[b-qs92hhzbbk] {
        font-weight: bold;
        text-transform: uppercase;
    }

    .header .line2[b-qs92hhzbbk] {
        font-weight: bold;
    }

    .header .underline[b-qs92hhzbbk] {
        width: 120px;
        height: 1px;
        background: #111;
        margin: 2px auto 0;
    }

.title[b-qs92hhzbbk] {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.two-col-table[b-qs92hhzbbk] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: none;
}

    .two-col-table td[b-qs92hhzbbk] {
        vertical-align: top;
        border: none;
    }

.two-col-left[b-qs92hhzbbk] {
    width: 35mm;
}

.photo[b-qs92hhzbbk] {
    border: 1px solid #111;
    width: 30mm;
    height: 40mm;
    margin: 0 auto;
    text-align: center;
    padding: 3px;
    display: table;
}

    .photo span[b-qs92hhzbbk] {
        display: table-cell;
        vertical-align: middle;
    }

.row[b-qs92hhzbbk] {
    display: block;
    margin: 3px 0;
    margin-bottom: 0.25rem;
}

.inline[b-qs92hhzbbk] {
    display: inline-block;
}

.cb[b-qs92hhzbbk] {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #111;
    vertical-align: middle;
    margin: 0 3px;
}

    .cb.checked[b-qs92hhzbbk]::after,
    .cb[checked][b-qs92hhzbbk]::after {
        content: "\00D7"; /* dấu tick */
        font-size: 20px;
        line-height: 12px;
        text-align: center;
        display: block;
        color: #000;
        font-weight: bold;
    }

table[b-qs92hhzbbk] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 6px;
}

    table.auto[b-qs92hhzbbk] {
        width: auto;
        display: inline-table;
    }

th[b-qs92hhzbbk],
td[b-qs92hhzbbk] {
    border: 1px solid #222;
    padding: 4px 6px;
    vertical-align: top;
}

th[b-qs92hhzbbk] {
    text-align: center;
    font-weight: bold;
}

.td-tight td[b-qs92hhzbbk] {
    padding-top: 2px;
    padding-bottom: 2px;
}

.outer-table.no-border td[b-qs92hhzbbk],
.outer-table.no-border th[b-qs92hhzbbk],
.no-border[b-qs92hhzbbk] {
    border: none;
}

.signature-box[b-qs92hhzbbk] {
    text-align: center;
}

.signature-right[b-qs92hhzbbk] {
    text-align: right;
}

.dotted-ruled[b-qs92hhzbbk] {
    display: inline-block;
    border-bottom: 1px dotted currentColor;
    line-height: 1em;
    height: 1em;
    vertical-align: baseline;
    min-width: 5px;
    width: auto;
    padding-left: 0.5rem;
}

    .dotted-ruled[b-qs92hhzbbk]::after {
        content: "\200b";
    }

.dot-wrap[b-qs92hhzbbk] {
    display: inline-block;
}

    .dot-wrap .dotted-ruled[b-qs92hhzbbk] {
        width: 100%;
    }

.dotted-ruled sup[b-qs92hhzbbk] {
    position: relative;
    top: -0.4em;
    font-size: 0.75em;
    line-height: 1;
}

.gap[b-qs92hhzbbk] {
    min-width: 4mm;
    display: inline-block;
}

.short-line[b-qs92hhzbbk] {
    width: 150px;
    border: none;
    border-top: 1px solid #000;
    margin: 4px 0;
}

tr[b-qs92hhzbbk],
td[b-qs92hhzbbk],
th[b-qs92hhzbbk] {
    page-break-inside: avoid;
}
/* _content/CoreAdminWeb/Shared/MainLayout.razor.rz.scp.css */
.page[b-ylixdanivv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ylixdanivv] {
    flex: 1;
}

.sidebar[b-ylixdanivv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ylixdanivv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ylixdanivv]  a, .top-row .btn-link[b-ylixdanivv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ylixdanivv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ylixdanivv] {
        display: none;
    }

    .top-row.auth[b-ylixdanivv] {
        justify-content: space-between;
    }

    .top-row a[b-ylixdanivv], .top-row .btn-link[b-ylixdanivv] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ylixdanivv] {
        flex-direction: row;
    }

    .sidebar[b-ylixdanivv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ylixdanivv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ylixdanivv], article[b-ylixdanivv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/CoreAdminWeb/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-n1063jh661] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-n1063jh661] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-n1063jh661] {
    font-size: 1.1rem;
}

.oi[b-n1063jh661] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-n1063jh661] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-n1063jh661] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-n1063jh661] {
        padding-bottom: 1rem;
    }

    .nav-item[b-n1063jh661]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-n1063jh661]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-n1063jh661]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-n1063jh661] {
        display: none;
    }

    .collapse[b-n1063jh661] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-n1063jh661] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/CoreAdminWeb/Shared/Topbar.razor.rz.scp.css */
.animate-fade-in-down[b-0rvsni7rhf] {
    animation: fade-in-down-b-0rvsni7rhf 0.3s ease-out;
}

@keyframes fade-in-down-b-0rvsni7rhf {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive logo size */
.logo-icon[b-0rvsni7rhf] {
    height: 2.5rem;
}

@media (max-width: 640px) {
    .logo-icon[b-0rvsni7rhf] {
        height: 2rem;
    }
}

/* Improved mobile menu overlay */
.mobile-menu-overlay[b-0rvsni7rhf] {
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.1);
}
