/* _content/UMC.HNHT.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-a4ea8e5jev] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a4ea8e5jev] {
    flex: 1;
}

.sidebar[b-a4ea8e5jev] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-a4ea8e5jev] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-a4ea8e5jev]  a, .top-row[b-a4ea8e5jev]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-a4ea8e5jev]  a:hover, .top-row[b-a4ea8e5jev]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-a4ea8e5jev]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-a4ea8e5jev] {
        justify-content: space-between;
    }

    .top-row[b-a4ea8e5jev]  a, .top-row[b-a4ea8e5jev]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-a4ea8e5jev] {
        flex-direction: row;
    }

    .sidebar[b-a4ea8e5jev] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-a4ea8e5jev] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-a4ea8e5jev]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-a4ea8e5jev], article[b-a4ea8e5jev] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-a4ea8e5jev] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-a4ea8e5jev] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/UMC.HNHT.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xrkpacq5uq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-xrkpacq5uq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-xrkpacq5uq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xrkpacq5uq] {
    font-size: 1.1rem;
}

.bi[b-xrkpacq5uq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-xrkpacq5uq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-xrkpacq5uq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-xrkpacq5uq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-xrkpacq5uq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xrkpacq5uq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xrkpacq5uq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xrkpacq5uq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-xrkpacq5uq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-xrkpacq5uq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-xrkpacq5uq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xrkpacq5uq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xrkpacq5uq] {
        display: none;
    }

    .nav-scrollable[b-xrkpacq5uq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/UMC.HNHT.Web/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-f1uri919ex],
.components-reconnect-repeated-attempt-visible[b-f1uri919ex],
.components-reconnect-failed-visible[b-f1uri919ex],
.components-pause-visible[b-f1uri919ex],
.components-resume-failed-visible[b-f1uri919ex],
.components-rejoining-animation[b-f1uri919ex] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-f1uri919ex],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-f1uri919ex],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-f1uri919ex],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-f1uri919ex],
#components-reconnect-modal.components-reconnect-retrying[b-f1uri919ex],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-f1uri919ex],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-f1uri919ex],
#components-reconnect-modal.components-reconnect-failed[b-f1uri919ex],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-f1uri919ex] {
    display: block;
}


#components-reconnect-modal[b-f1uri919ex] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-f1uri919ex 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-f1uri919ex 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-f1uri919ex 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-f1uri919ex]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-f1uri919ex 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-f1uri919ex {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-f1uri919ex {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-f1uri919ex {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-f1uri919ex] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-f1uri919ex] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-f1uri919ex] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-f1uri919ex] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-f1uri919ex] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-f1uri919ex] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-f1uri919ex] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-f1uri919ex 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-f1uri919ex] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-f1uri919ex {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* _content/UMC.HNHT.Web/Components/Pages/Register.razor.rz.scp.css */
/* Scoped CSS for Register.razor - Impressive UI Upgrade */
:root[b-j25p0l0tub] {
    --primary-color: #3b82f6;
    /* Blue 500 */
    --primary-dark: #2563eb;
    /* Blue 600 */
    --bg-gradient: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    --card-bg: rgba(255, 255, 255, 0.95);
    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-strong: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Deep shadow */
    --text-main: #1e293b;
    --text-muted: #64748b;
    --radius: 16px;
}

/* Page Container - Ensure distinct background so shadow pops */
.container[b-j25p0l0tub] {
    max-width: 900px;
    margin: 2rem auto;
    padding: 0 1rem;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: var(--text-main);
}

/* The Main Card */
.modern-card[b-j25p0l0tub] {
    background: #ffffff;
    border-radius: var(--radius);
    /* Super strong shadow as requested */
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e5e7eb; /* xám nhạt */
    backdrop-filter: blur(10px);
}

    .modern-card:hover[b-j25p0l0tub] {
        transform: translateY(-2px);
        box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.3);
        /* Even stronger on hover */
    }

/* Clean Header (White bg, strong text) */
.modern-header[b-j25p0l0tub] {
    background: linear-gradient(to right, #ffffff, #f8fafc);
    padding: 2rem 2.5rem 1rem 2.5rem;
    border-bottom: 1px solid #f1f5f9;
}

    .modern-header h3[b-j25p0l0tub] {
        margin: 0;
        color: #1e3a8a;
        /* Dark Blue */
        font-weight: 800;
        font-size: 1.75rem;
        line-height: 1.3;
        letter-spacing: -0.025em;
    }

.modern-body[b-j25p0l0tub] {
    padding: 2.5rem;
    background-color: #fff;
}

/* Stepper - Clean & Centered */
.steps[b-j25p0l0tub] {
    display: flex;
    justify-content: space-between;
    gap: 0; /* bỏ gap cố định */
    max-width: 700px; /* tùy */
    margin: 0 auto 3rem;
    position: relative;
}

.step[b-j25p0l0tub] {
    width: auto;
}
/* Line behind steps */
.steps[b-j25p0l0tub]::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #e2e8f0;
    z-index: 0;
    border-radius: 2px;
}

.step[b-j25p0l0tub] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: default;
    width: 80px;
}

.step-circle[b-j25p0l0tub] {
    width: 45px;
    height: 45px;
    background: #fff;
    border: 3px solid #cbd5e1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #94a3b8;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    /* subtle shadow on circle */
}

.step.active .step-circle[b-j25p0l0tub] {
    /*border-color: var(--primary-color);
    background: var(--primary-color);
    color: rgba(255,255,255,0.9);*/

    background: #e0e7ff;
    border-color: #3b82f6;
    color: #1e3a8a;
    transform: scale(1.15);
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.4);
    /* Glow effect */
}

.step-label[b-j25p0l0tub] {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #94a3b8;
    text-align: center;
    transition: color 0.3s;
}

.step.active .step-label[b-j25p0l0tub] {
    color: var(--primary-color);
}

/* Fancy Form Inputs */
.form-group[b-j25p0l0tub] {
    margin-bottom: 1.5rem;
    position: relative;
}

    .form-group label[b-j25p0l0tub] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #334155;
        font-size: 0.9rem;
    }

/* "Impressive" Textbox: Inset shadow, smooth border */
.form-control[b-j25p0l0tub] {
    width: 100%;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background-color: #f8fafc;
    color: #334155;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .form-control:hover[b-j25p0l0tub] {
        background-color: #fff;
        border-color: #cbd5e1;
    }

    .form-control:focus[b-j25p0l0tub] {
        background-color: #fff;
        border-color: var(--primary-color);
        outline: none;
        box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
        /* Soft ring */
        transform: translateY(-1px);
        /* Slight lift */
    }

/* Select */
select.form-control[b-j25p0l0tub] {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b82f6' stroke-width='2'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.25rem;
    padding-right: 3rem;
}

/* Buttons - Gradient & Shadow */
.btn[b-j25p0l0tub] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50px;
    /* Pill shape */
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.025em;
    position: relative;
    overflow: hidden;
}

.btn-primary[b-j25p0l0tub] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3);
}

    .btn-primary:hover[b-j25p0l0tub] {
        transform: translateY(-2px);
        box-shadow: 0 20px 25px -5px rgba(37, 99, 235, 0.4);
        filter: brightness(110%);
    }

    .btn-primary:active[b-j25p0l0tub] {
        transform: translateY(0);
    }

.btn-secondary[b-j25p0l0tub] {
    background: white;
    border: 2px solid #e2e8f0;
    color: #64748b;
}

    .btn-secondary:hover[b-j25p0l0tub] {
        border-color: #94a3b8;
        color: #475569;
        background: #f8fafc;
    }

/* Alerts */
.alert[b-j25p0l0tub] {
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
}

.alert-danger[b-j25p0l0tub] {
    background-color: #fef2f2;
    border: 1px solid #fee2e2;
    color: #b91c1c;
}

.alert-warning[b-j25p0l0tub] {
    background-color: #fffbeb;
    border: 1px solid #fef3c7;
    color: #b45309;
}

.alert-success[b-j25p0l0tub] {
    background-color: #f0fdf4;
    border: 1px solid #dcfce7;
    color: #15803d;
}

/* Upload Box */
.upload-box[b-j25p0l0tub] {
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    background: #f8fafc;
    transition: all 0.2s;
}

    .upload-box:hover[b-j25p0l0tub] {
        border-color: var(--primary-color);
        background: #eff6ff;
    }

/* Grid & Utils */
.grid[b-j25p0l0tub] {
    display: grid;
    gap: 1.5rem;
}

.grid-cols-2[b-j25p0l0tub] {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* Responsive auto-fit */
.flex[b-j25p0l0tub] {
    display: flex;
}

.justify-between[b-j25p0l0tub] {
    justify-content: space-between;
}

.justify-center[b-j25p0l0tub] {
    justify-content: center;
}

.items-center[b-j25p0l0tub] {
    align-items: center;
}

.gap-2[b-j25p0l0tub] {
    gap: 0.5rem;
}

.gap-4[b-j25p0l0tub] {
    gap: 1rem;
}

.w-full[b-j25p0l0tub] {
    width: 100%;
}

.text-center[b-j25p0l0tub] {
    text-align: center;
}

.mt-4[b-j25p0l0tub] {
    margin-top: 1.5rem;
}

.block[b-j25p0l0tub] {
    display: block;
}

.hidden[b-j25p0l0tub] {
    display: none;
}

@media(min-width: 768px) {
    .md\:inline[b-j25p0l0tub] {
        display: inline;
    }
}

/* Step 1 Specific Typography */
.program-check-list p[b-j25p0l0tub] {
    padding: 0.5rem 0;
    border-bottom: 1px dashed #e2e8f0;
}

    .program-check-list p:last-child[b-j25p0l0tub] {
        border-bottom: none;
    }

/* Custom Checkbox */
input[type="checkbox"][b-j25p0l0tub] {
    width: 1.25rem;
    height: 1.25rem;
    accent-color: var(--primary-color);
}

@keyframes fadeIn-b-j25p0l0tub {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-content[b-j25p0l0tub] {
    animation: fadeIn-b-j25p0l0tub 0.5s ease-out;
}

.popup-backdrop[b-j25p0l0tub] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000;
}

.popup-card[b-j25p0l0tub] {
    width: min(520px, 92vw);
    background: #fff;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 25px 60px rgba(0,0,0,.25);
}

/* Make sure select/option styling pierces isolation scope */
/*::deep select.form-control {
    color: #334155 !important;
    background-color: #fff !important;
}

    ::deep select.form-control option {
        color: #111827 !important;
        background-color: #fff !important;
    }*/


/* ===== Combo (Cơ quan) - make it look exactly like other .form-control ===== */
.combo[b-j25p0l0tub] {
    position: relative;
}

    /* IMPORTANT: Do NOT style the input differently.
   Just let .form-control decide everything. */
    .combo > .form-control[b-j25p0l0tub] {
        background-color: #f8fafc !important;
        color: #334155 !important;
        border: 2px solid #e2e8f0 !important;
        border-radius: 10px !important;
        padding: 0.85rem 1rem !important;
        font-size: 1rem !important;
        line-height: 1.25 !important;
    }

        /* keep hover/focus identical */
        .combo > .form-control:hover[b-j25p0l0tub] {
            background-color: #fff !important;
            border-color: #cbd5e1 !important;
        }

        .combo > .form-control:focus[b-j25p0l0tub] {
            background-color: #fff !important;
            border-color: var(--primary-color) !important;
            outline: none !important;
            box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15) !important;
            transform: translateY(-1px);
        }

/* dropdown */
.combo-menu[b-j25p0l0tub] {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
    overflow: auto;
    max-height: 280px;
    z-index: 2000;
}

/* items */
.combo-item[b-j25p0l0tub] {
    padding: 10px 12px;
    cursor: pointer;
    color: #0f172a;
    font-size: .95rem;
}

    .combo-item:hover[b-j25p0l0tub] {
        background: #f8fafc;
    }

    .combo-item.active[b-j25p0l0tub] {
        background: #eef2ff;
        color: #1e3a8a;
        font-weight: 700;
    }

.combo-clear[b-j25p0l0tub] {
    color: #64748b;
    font-weight: 600;
}

.combo-empty[b-j25p0l0tub] {
    padding: 10px 12px;
    color: #64748b;
}

/* overlay to close */
.combo-overlay[b-j25p0l0tub] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 1999;
}

/* ===== Shared section card (match your form-control style) ===== */
.section-card[b-j25p0l0tub] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 14px;
    box-shadow: 0 10px 18px rgba(0,0,0,.06);
}

.section-divider[b-j25p0l0tub] {
    height: 1px;
    background: #eef2f7;
    margin: 12px 0;
}

/* Checkbox row (clean + consistent) */
.check-row[b-j25p0l0tub] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    color: #0f172a;
    font-weight: 600;
}

    .check-row input[type="checkbox"][b-j25p0l0tub] {
        width: 18px;
        height: 18px;
        accent-color: var(--primary-color);
    }

/* MST row input + button */
.input-row[b-j25p0l0tub] {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .input-row .form-control[b-j25p0l0tub] {
        flex: 1;
    }

.btn-compact[b-j25p0l0tub] {
    padding: 0.75rem 1.1rem;
    border-radius: 12px;
    white-space: nowrap;
}

/* ===== Payment total card (same family as alerts but nicer) ===== */
.total-card[b-j25p0l0tub] {
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
    border: 1px solid #dbeafe;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 18px;
    text-align: center;
}

.total-label[b-j25p0l0tub] {
    font-size: .9rem;
    color: #64748b;
    font-weight: 700;
}

.total-amount[b-j25p0l0tub] {
    margin-top: 6px;
    font-size: 1.6rem;
    font-weight: 900;
    color: #1e3a8a;
}

/* ===== Payment options (uniform cards) ===== */
.pay-grid[b-j25p0l0tub] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 720px) {
    .pay-grid[b-j25p0l0tub] {
        grid-template-columns: 1fr;
    }
}

.pay-option[b-j25p0l0tub] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px;
    cursor: pointer;
    transition: all .2s ease;
}

    .pay-option:hover[b-j25p0l0tub] {
        background: #f8fafc;
        border-color: #cbd5e1;
    }

    .pay-option.active[b-j25p0l0tub] {
        background: #eef2ff;
        border-color: #3b82f6;
        box-shadow: 0 12px 24px rgba(59,130,246,.15);
    }

    .pay-option input[type="radio"][b-j25p0l0tub] {
        margin-top: 3px;
        width: 18px;
        height: 18px;
        accent-color: var(--primary-color);
    }

.pay-title[b-j25p0l0tub] {
    font-weight: 800;
    color: #0f172a;
}

.pay-sub[b-j25p0l0tub] {
    margin-top: 2px;
    font-size: .9rem;
    color: #64748b;
}

/* QR block */
.qr-title[b-j25p0l0tub] {
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
}

.qr-img[b-j25p0l0tub] {
    display: inline-block;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 18px rgba(0,0,0,.08);
}

.qr-note[b-j25p0l0tub] {
    margin-top: 12px;
    display: inline-block;
    background: #fffbeb;
    border: 1px solid #fef3c7;
    color: #92400e;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: .9rem;
}


.text-link[b-j25p0l0tub] {
    font-size: 0.9rem;
    color: #3b82f6; /* xanh primary */
    cursor: pointer;
    font-weight: 500;
}

    .text-link:hover[b-j25p0l0tub] {
        text-decoration: underline;
        color: #2563eb; /* đậm hơn khi hover */
        cursor: pointer;
    }

/* ===== Completion / Result Card ===== */
.result-wrap[b-j25p0l0tub] {
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
}

.result-card[b-j25p0l0tub] {
    width: min(760px, 100%);
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    box-shadow: 0 22px 55px rgba(0,0,0,.10);
    padding: 22px 22px 18px;
}

    .result-card.success[b-j25p0l0tub] {
        border-color: #e6f4ea;
    }

    .result-card.danger[b-j25p0l0tub] {
        border-color: #fee2e2;
    }

.result-top[b-j25p0l0tub] {
    display: flex;
    gap: 16px;
    align-items: center;
}

.result-badge[b-j25p0l0tub] {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecfdf5;
    border: 1px solid #d1fae5;
    flex: 0 0 auto;
}

    .result-badge.danger[b-j25p0l0tub] {
        background: #fff1f2;
        border-color: #ffe4e6;
    }

.result-icon[b-j25p0l0tub] {
    font-size: 28px;
    font-weight: 900;
    color: #16a34a;
    line-height: 1;
}

.result-badge.danger .result-icon[b-j25p0l0tub] {
    color: #e11d48;
}

.result-heading h3[b-j25p0l0tub] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.result-heading p[b-j25p0l0tub] {
    margin: 6px 0 0;
    color: #64748b;
}

.result-divider[b-j25p0l0tub] {
    height: 1px;
    background: #eef2f7;
    margin: 18px 0;
}

.result-grid[b-j25p0l0tub] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

@media (max-width: 720px) {
    .result-grid[b-j25p0l0tub] {
        grid-template-columns: 1fr;
    }
}

.result-box[b-j25p0l0tub] {
    border: 1px solid #eef2f7;
    border-radius: 14px;
    padding: 14px 14px 12px;
    background: #fbfdff;
}

.result-label[b-j25p0l0tub] {
    font-size: .85rem;
    color: #64748b;
    font-weight: 600;
}

.result-code-row[b-j25p0l0tub] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
}

.result-code[b-j25p0l0tub] {
    font-size: 1.4rem;
    font-weight: 900;
    color: #1e3a8a;
    background: #eef2ff;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid #e0e7ff;
}

.result-copy[b-j25p0l0tub] {
    border: none;
    background: transparent;
    color: #3b82f6;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 10px;
}

    .result-copy:hover[b-j25p0l0tub] {
        background: #eff6ff;
        text-decoration: underline;
    }

.result-email[b-j25p0l0tub] {
    margin-top: 8px;
    font-weight: 700;
    color: #0f172a;
    word-break: break-word;
}

.result-hint[b-j25p0l0tub] {
    margin-top: 6px;
    font-size: .85rem;
    color: #64748b;
}

.result-note[b-j25p0l0tub] {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: linear-gradient(90deg, #f8fafc, #fff);
    border: 1px dashed #e2e8f0;
}

.result-note-title[b-j25p0l0tub] {
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.result-note-text[b-j25p0l0tub] {
    color: #64748b;
    font-size: .95rem;
}

.result-actions[b-j25p0l0tub] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.result-loading[b-j25p0l0tub] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 2px;
}

.result-loading-text .result-title[b-j25p0l0tub] {
    font-weight: 800;
    color: #0f172a;
}

.result-loading-text .result-sub[b-j25p0l0tub] {
    color: #64748b;
    margin-top: 2px;
}
/* invoice mode pills */
.invoice-mode[b-j25p0l0tub] {
    display: flex;
    gap: 24px;
    align-items: center;
    margin: 6px 0 14px;
}

.mode-item[b-j25p0l0tub] {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
    color: #0f172a;
    cursor: pointer;
    user-select: none;
}

    .mode-item input[type="radio"][b-j25p0l0tub] {
        width: 18px;
        height: 18px;
        accent-color: var(--primary-color);
    }

/* grid like sample */
.invoice-grid[b-j25p0l0tub] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
}

@media (max-width: 720px) {
    .invoice-grid[b-j25p0l0tub] {
        grid-template-columns: 1fr;
    }

    .col-span-2[b-j25p0l0tub] {
        grid-column: auto !important;
    }
}

.col-span-2[b-j25p0l0tub] {
    grid-column: span 2;
}

.req[b-j25p0l0tub] {
    color: #ef4444;
    font-weight: 900;
}

/* search icon button like sample */
.btn-icon[b-j25p0l0tub] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s ease;
    box-shadow: 0 6px 14px rgba(0,0,0,.06);
}

    .btn-icon:hover[b-j25p0l0tub] {
        background: #f8fafc;
        border-color: #cbd5e1;
    }

.overlay[b-j25p0l0tub] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog[b-j25p0l0tub] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    min-width: 300px;
}

.custom-alert[b-j25p0l0tub] {
    background: #e8f5e9;
    border: 1px solid #81c784;
    color: #2e7d32;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 6px;
    font-size: 13px;
}
.captcha-container[b-j25p0l0tub] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
}

.captcha-input[b-j25p0l0tub] {
    width: 100%;
    min-width: 0;
}

.captcha-group[b-j25p0l0tub] {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

    .captcha-group img[b-j25p0l0tub] {
        height: 45px;
        width: auto;
    }

    .captcha-group button[b-j25p0l0tub] {
        height: 45px;
        min-width: 48px;
        padding: 0.5rem;
    }

@media (max-width: 575px) {
    .captcha-container[b-j25p0l0tub] {
        grid-template-columns: 1fr;
    }
}
