/* _content/VnrDisplayCenter.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jmv6rp0i87] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jmv6rp0i87] {
    flex: 1;
}
.sidebar[b-jmv6rp0i87] {
    width: 286px;
    min-width: 286px;
    min-height: 100vh;
    color: #0b214a;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 52%, #eef5ff 100%) !important;
    border-right: 1px solid rgba(12, 42, 90, .12);
    box-shadow: 8px 0 28px rgba(16, 44, 84, .12);
    position: sticky;
    top: 0;
}

.top-row[b-jmv6rp0i87] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jmv6rp0i87]  a, .top-row[b-jmv6rp0i87]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jmv6rp0i87]  a:hover, .top-row[b-jmv6rp0i87]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jmv6rp0i87]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jmv6rp0i87] {
        justify-content: space-between;
    }

    .top-row[b-jmv6rp0i87]  a, .top-row[b-jmv6rp0i87]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jmv6rp0i87] {
        flex-direction: row;
    }

    .sidebar[b-jmv6rp0i87] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jmv6rp0i87] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jmv6rp0i87]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jmv6rp0i87], article[b-jmv6rp0i87] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jmv6rp0i87] {
    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-jmv6rp0i87] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/VnrDisplayCenter.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* =========================
   VnrDisplayCenter - Light Sidebar
   ========================= */

/* =========================
   Brand / Logo - unified block
   ========================= */

.sidebar-brand[b-buol5fy9am] {
    padding: 20px 18px 22px 18px;
    border-bottom: 1px solid rgba(12, 42, 90, .10);
    background: radial-gradient(circle at 20% 0%, rgba(22, 101, 216, .10), transparent 42%), linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.brand-link[b-buol5fy9am],
.brand-link:hover[b-buol5fy9am],
.brand-link:focus[b-buol5fy9am],
.brand-link:visited[b-buol5fy9am] {
    display: block;
    color: #0b214a;
    text-decoration: none;
}

/* Logo không có nền riêng nữa */
.brand-top[b-buol5fy9am] {
    width: 100%;
    height: 118px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: transparent;
}

.brand-logo[b-buol5fy9am] {
    width: 100%;
    max-width: 258px;
    height: auto;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 8px 16px rgba(14, 45, 90, .16));
}

/* Phần chữ nằm cùng nền với logo */
.brand-main[b-buol5fy9am] {
    margin-top: 8px;
    padding: 0 2px;
    background: transparent;
}

.brand-kicker[b-buol5fy9am] {
    margin-bottom: 5px;
    color: #1b5cb8;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.brand-title[b-buol5fy9am] {
    color: #071f4a;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.35px;
}

.brand-subtitle[b-buol5fy9am] {
    margin-top: 8px;
    max-width: 235px;
    color: #52647c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

/* =========================
   Mobile toggler
   ========================= */

.navbar-toggler[b-buol5fy9am] {
    appearance: none;
    cursor: pointer;
    width: 44px;
    height: 38px;
    color: #0b214a;
    position: absolute;
    top: 18px;
    right: 16px;
    border: 1px solid rgba(12, 42, 90, .18);
    border-radius: 12px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2811,33,74,.88%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M5 8h20M5 15h20M5 22h20'/%3e%3c/svg%3e") no-repeat center / 22px rgba(11, 33, 74, .06);
}

    .navbar-toggler:checked[b-buol5fy9am] {
        background-color: rgba(11, 33, 74, .12);
    }

/* =========================
   Navigation
   ========================= */

.nav-scrollable[b-buol5fy9am] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-buol5fy9am] {
    display: block;
}

.sidebar-nav[b-buol5fy9am] {
    padding: 18px 14px 24px 14px;
}

.nav-section-title[b-buol5fy9am] {
    margin: 22px 8px 10px 8px;
    color: #6d7f99;
    font-size: 11.5px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .95px;
}

    .nav-section-title:first-child[b-buol5fy9am] {
        margin-top: 4px;
    }

.nav-item[b-buol5fy9am] {
    margin: 7px 0;
}

    .nav-item[b-buol5fy9am]  .nav-link {
        min-height: 50px;
        padding: 10px 12px;
        border-radius: 16px;
        color: #172b4d;
        display: flex;
        align-items: center;
        gap: 13px;
        text-decoration: none;
        font-size: 14.6px;
        font-weight: 800;
        line-height: 1.25;
        border: 1px solid transparent;
        background: transparent;
        transition: background-color .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease, border-color .16s ease;
    }

        .nav-item[b-buol5fy9am]  .nav-link:hover {
            color: #0b54c0;
            background: #eef5ff;
            border-color: rgba(22, 101, 216, .12);
            transform: translateX(3px);
        }

        .nav-item[b-buol5fy9am]  .nav-link.active {
            color: #ffffff;
            background: linear-gradient(135deg, #0b5ed7 0%, #083b8f 100%);
            border-color: rgba(11, 94, 215, .35);
            box-shadow: 0 12px 24px rgba(11, 94, 215, .25), inset 4px 0 0 #ffd24a;
            font-weight: 900;
        }

.menu-icon[b-buol5fy9am] {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e6efff;
    color: #0b54c0;
    font-size: 17px;
    font-weight: 900;
    box-shadow: inset 0 0 0 1px rgba(22, 101, 216, .08);
}

.nav-item[b-buol5fy9am]  .nav-link:hover .menu-icon {
    background: #d9e9ff;
    color: #0846a0;
}

.nav-item[b-buol5fy9am]  .nav-link.active .menu-icon {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.menu-text[b-buol5fy9am] {
    flex: 1;
    min-width: 0;
}

/* =========================
   Desktop
   ========================= */

@media (min-width: 641px) {
    .navbar-toggler[b-buol5fy9am] {
        display: none;
    }

    .nav-scrollable[b-buol5fy9am] {
        display: block;
        height: calc(100vh - 230px);
        overflow-y: auto;
    }

        .nav-scrollable[b-buol5fy9am]::-webkit-scrollbar {
            width: 8px;
        }

        .nav-scrollable[b-buol5fy9am]::-webkit-scrollbar-track {
            background: transparent;
        }

        .nav-scrollable[b-buol5fy9am]::-webkit-scrollbar-thumb {
            background: rgba(12, 42, 90, .16);
            border-radius: 999px;
        }

            .nav-scrollable[b-buol5fy9am]::-webkit-scrollbar-thumb:hover {
                background: rgba(12, 42, 90, .26);
            }
}

/* =========================
   Mobile
   ========================= */

@media (max-width: 640px) {
    .sidebar-brand[b-buol5fy9am] {
        min-height: 86px;
        padding: 14px 72px 14px 16px;
    }

    .brand-top[b-buol5fy9am] {
        height: 36px;
        margin-bottom: 8px;
        justify-content: flex-start;
    }

    .brand-logo[b-buol5fy9am] {
        max-width: 150px;
    }

    .brand-kicker[b-buol5fy9am] {
        display: none;
    }

    .brand-title[b-buol5fy9am] {
        font-size: 18px;
    }

    .brand-subtitle[b-buol5fy9am] {
        display: none;
    }

    .sidebar-nav[b-buol5fy9am] {
        padding: 12px 12px 18px 12px;
    }

    .nav-section-title[b-buol5fy9am] {
        margin: 16px 8px 8px 8px;
    }

    .nav-item[b-buol5fy9am]  .nav-link {
        min-height: 46px;
        border-radius: 14px;
    }
}
.sidebar-footer[b-buol5fy9am] {
    margin: 20px 14px 24px 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(12, 42, 90, .10);
}

.logout-btn[b-buol5fy9am] {
    width: 100%;
    height: 42px;
    border: 1px solid rgba(220, 53, 69, .25);
    border-radius: 14px;
    background: #fff1f3;
    color: #b42334;
    font-weight: 900;
}

    .logout-btn:hover[b-buol5fy9am] {
        background: #ffe3e7;
    }
/* _content/VnrDisplayCenter.Web/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-x5332va5hq],
.components-reconnect-repeated-attempt-visible[b-x5332va5hq],
.components-reconnect-failed-visible[b-x5332va5hq],
.components-pause-visible[b-x5332va5hq],
.components-resume-failed-visible[b-x5332va5hq],
.components-rejoining-animation[b-x5332va5hq] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-x5332va5hq],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-x5332va5hq],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-x5332va5hq],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-x5332va5hq],
#components-reconnect-modal.components-reconnect-retrying[b-x5332va5hq],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-x5332va5hq],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-x5332va5hq],
#components-reconnect-modal.components-reconnect-failed[b-x5332va5hq],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-x5332va5hq] {
    display: block;
}


#components-reconnect-modal[b-x5332va5hq] {
    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-x5332va5hq 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-x5332va5hq 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-x5332va5hq 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-x5332va5hq]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-x5332va5hq 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-x5332va5hq {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-x5332va5hq {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-x5332va5hq {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-x5332va5hq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-x5332va5hq] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-x5332va5hq] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-x5332va5hq] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-x5332va5hq] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-x5332va5hq] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-x5332va5hq] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-x5332va5hq 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-x5332va5hq] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-x5332va5hq {
    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;
    }
}
