/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-iwywx5eow5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-iwywx5eow5] {
    flex: 1;
}

.sidebar[b-iwywx5eow5] {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
}

.top-row[b-iwywx5eow5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-iwywx5eow5]  a, .top-row[b-iwywx5eow5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-iwywx5eow5]  a:hover, .top-row[b-iwywx5eow5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-iwywx5eow5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-iwywx5eow5] {
        justify-content: space-between;
    }

    .top-row[b-iwywx5eow5]  a, .top-row[b-iwywx5eow5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-iwywx5eow5] {
        flex-direction: row;
    }

    .sidebar[b-iwywx5eow5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-iwywx5eow5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-iwywx5eow5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-iwywx5eow5], article[b-iwywx5eow5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-iwywx5eow5] {
    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-iwywx5eow5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ===== FUTURISTIC SIDEBAR STYLES ===== */

.sidebar-container[b-pxvqopdwu6] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(180deg, #fdf8e8 0%, #f9f0d4 50%, #f5e6be 100%);
    position: relative;
    overflow: hidden;
}

.sidebar-container[b-pxvqopdwu6]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at top left, rgba(212, 168, 83, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgba(212, 168, 83, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.navbar-toggler[b-pxvqopdwu6] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(212, 168, 83, 0.4);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28212, 168, 83, 1%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(212, 168, 83, 0.1);
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

.navbar-toggler:checked[b-pxvqopdwu6] {
    background-color: rgba(212, 168, 83, 0.25);
    border-color: #d4a853;
    box-shadow: 0 0 20px rgba(212, 168, 83, 0.3);
}

/* ===== TOP ROW / BRAND ===== */
.top-row[b-pxvqopdwu6] {
    height: auto;
    padding: 1.5rem 1rem;
    background: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(184, 134, 11, 0.2);
    position: relative;
    z-index: 1;
}

.brand-container[b-pxvqopdwu6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.logo-glow[b-pxvqopdwu6] {
    position: relative;
    padding: 0.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 100%);
    box-shadow: 
        0 0 30px rgba(184, 134, 11, 0.25),
        inset 0 0 20px rgba(255, 255, 255, 0.5);
    animation: pulse-glow-b-pxvqopdwu6 3s ease-in-out infinite;
}

@keyframes pulse-glow-b-pxvqopdwu6 {
    0%, 100% { box-shadow: 0 0 30px rgba(184, 134, 11, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.5); }
    50% { box-shadow: 0 0 40px rgba(184, 134, 11, 0.4), inset 0 0 25px rgba(255, 255, 255, 0.6); }
}

.brand-logo[b-pxvqopdwu6] {
    height: 60px;
    width: auto;
    filter: drop-shadow(0 0 10px rgba(212, 168, 83, 0.4));
    transition: transform 0.3s ease;
}

.brand-logo:hover[b-pxvqopdwu6] {
    transform: scale(1.05);
}

.navbar-brand[b-pxvqopdwu6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 0.1rem;
}

.brand-text[b-pxvqopdwu6] {
    font-size: 0.85rem;
    font-weight: 400;
    color: #8b7355;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.brand-text-accent[b-pxvqopdwu6] {
    font-size: 1.4rem;
    font-weight: 700;
    background: linear-gradient(135deg, #b8860b 0%, #d4a853 50%, #b8860b 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer-b-pxvqopdwu6 3s linear infinite;
    letter-spacing: 2px;
}

@keyframes shimmer-b-pxvqopdwu6 {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* ===== NAVIGATION SECTION ===== */
.nav-section[b-pxvqopdwu6] {
    padding: 1.25rem 1.25rem 0.5rem;
    position: relative;
}

.nav-section-title[b-pxvqopdwu6] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #b8860b;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav-spacer[b-pxvqopdwu6] {
    flex: 1;
    min-height: 2rem;
}

/* ===== NAV ITEMS ===== */
.nav-item[b-pxvqopdwu6] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
    position: relative;
}

.nav-item:first-of-type[b-pxvqopdwu6] {
    padding-top: 0.5rem;
}

.nav-item[b-pxvqopdwu6]  .nav-link {
    color: #5d4e37;
    border-radius: 12px;
    height: 3rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0.15rem 0;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    padding: 0 0.75rem;
}

.nav-item[b-pxvqopdwu6]  .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(212, 168, 83, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.nav-item[b-pxvqopdwu6]  .nav-link:hover::before {
    transform: translateX(100%);
}

.nav-icon-wrapper[b-pxvqopdwu6] {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(184, 134, 11, 0.15);
    margin-right: 0.75rem;
    transition: all 0.3s ease;
}

.nav-text[b-pxvqopdwu6] {
    flex: 1;
    transition: all 0.3s ease;
}

.nav-indicator[b-pxvqopdwu6] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s ease;
}

.nav-item[b-pxvqopdwu6]  .nav-link.active {
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.25) 0%, rgba(212, 168, 83, 0.15) 100%);
    color: #3d2e1a;
    box-shadow: 
        0 4px 15px rgba(184, 134, 11, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-item[b-pxvqopdwu6]  .nav-link.active .nav-icon-wrapper {
    background: linear-gradient(135deg, #d4a853 0%, #c9a227 100%);
    box-shadow: 0 0 15px rgba(212, 168, 83, 0.4);
}

.nav-item[b-pxvqopdwu6]  .nav-link.active .nav-indicator {
    background: #d4a853;
    box-shadow: 0 0 10px rgba(212, 168, 83, 0.6);
}

.nav-item[b-pxvqopdwu6]  .nav-link:hover {
    background: rgba(184, 134, 11, 0.12);
    color: #3d2e1a;
    transform: translateX(4px);
}

.nav-item[b-pxvqopdwu6]  .nav-link:hover .nav-icon-wrapper {
    background: rgba(184, 134, 11, 0.25);
    transform: scale(1.05);
}

/* ===== LOGOUT STYLES ===== */
.logout-item[b-pxvqopdwu6] {
    border-top: 1px solid rgba(212, 168, 83, 0.15);
    padding-top: 1rem !important;
    margin-top: 0.5rem;
}

.logout-link[b-pxvqopdwu6] {
    color: #6b5a45 !important;
}

.logout-link:hover[b-pxvqopdwu6] {
    background: rgba(239, 68, 68, 0.15) !important;
    color: #ef4444 !important;
}

.logout-link:hover .logout-icon[b-pxvqopdwu6] {
    background: rgba(239, 68, 68, 0.2) !important;
}

/* ===== SCROLLABLE NAV ===== */
.nav-scrollable[b-pxvqopdwu6] {
    display: none;
    flex: 1;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}

.nav-scrollable > nav[b-pxvqopdwu6] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-bottom: 1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-pxvqopdwu6] {
    display: flex;
}

/* ===== ICONS ===== */
.bi[b-pxvqopdwu6] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
}

.bi[b-pxvqopdwu6]::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.nav-item[b-pxvqopdwu6]  .nav-link.active .bi::before {
    filter: brightness(0) invert(1);
}

.bi-house-door-fill-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' 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-people-fill-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-cash-coin-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-cash-coin' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11 15a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm5-4a5 5 0 1 1-10 0 5 5 0 0 1 10 0z'/%3E%3Cpath d='M9.438 11.944c.047.596.518 1.06 1.363 1.116v.44h.375v-.443c.875-.061 1.386-.529 1.386-1.207 0-.618-.39-.936-1.09-1.1l-.296-.07v-1.2c.376.043.614.248.671.532h.658c-.047-.575-.54-1.024-1.329-1.073V8.5h-.375v.45c-.747.073-1.255.522-1.255 1.158 0 .562.378.92 1.007 1.066l.248.061v1.272c-.384-.058-.639-.27-.696-.563h-.668zm1.36-1.354c-.369-.085-.569-.26-.569-.522 0-.294.216-.514.572-.578v1.1h-.003zm.432.746c.449.104.655.272.655.569 0 .339-.257.571-.709.614v-1.195l.054.012z'/%3E%3Cpath d='M1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4.083c.058-.344.145-.678.258-1H3a2 2 0 0 0-2-2V3a2 2 0 0 0 2-2h10a2 2 0 0 0 2 2v3.528c.38.34.717.728 1 1.154V1a1 1 0 0 0-1-1H1z'/%3E%3Cpath d='M9.998 5.083 10 5a2 2 0 1 0-3.132 1.65 5.982 5.982 0 0 1 3.13-1.567z'/%3E%3C/svg%3E");
}

.bi-award-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-award' viewBox='0 0 16 16'%3E%3Cpath d='M9.669.864 8 0 6.331.864l-1.858.282-.842 1.68-1.337 1.32L2.6 6l-.306 1.854 1.337 1.32.842 1.68 1.858.282L8 12l1.669-.864 1.858-.282.842-1.68 1.337-1.32L13.4 6l.306-1.854-1.337-1.32-.842-1.68L9.669.864zm1.196 1.193.684 1.365 1.086 1.072L12.387 6l.248 1.506-1.086 1.072-.684 1.365-1.51.229L8 10.874l-1.355-.702-1.51-.229-.684-1.365-1.086-1.072L3.614 6l-.25-1.506 1.087-1.072.684-1.365 1.51-.229L8 1.126l1.356.702 1.509.229z'/%3E%3Cpath d='M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z'/%3E%3C/svg%3E");
}

.bi-journal-bookmark-fill-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-journal-bookmark-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 1h6v7a.5.5 0 0 1-.757.429L9 7.083 6.757 8.43A.5.5 0 0 1 6 8V1z'/%3E%3Cpath d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z'/%3E%3Cpath d='M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z'/%3E%3C/svg%3E");
}

.bi-person-plus-fill-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-person-plus-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.bi-person-arms-up-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-person-arms-up' viewBox='0 0 16 16'%3E%3Cpath d='M8 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3Cpath d='m5.93 6.704-.846 8.451a.768.768 0 0 0 1.523.203l.81-4.865a.59.59 0 0 1 1.165 0l.81 4.865a.768.768 0 0 0 1.523-.203l-.845-8.451A1.492 1.492 0 0 1 10.5 5.5L13 2.284a.796.796 0 0 0-1.239-.998L9.634 3.84a.72.72 0 0 1-.33.235c-.23.074-.665.176-1.304.176-.64 0-1.074-.102-1.305-.176a.72.72 0 0 1-.329-.235L4.239 1.286a.796.796 0 0 0-1.24.998l2.5 3.216c.317.316.475.758.43 1.204Z'/%3E%3C/svg%3E");
}

.bi-whatsapp-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-whatsapp' viewBox='0 0 16 16'%3E%3Cpath d='M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z'/%3E%3C/svg%3E");
}

.bi-box-arrow-right-nav-menu[b-pxvqopdwu6]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d4a853' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

/* ===== MEDIA QUERIES ===== */
@media (min-width: 641px) {
    .navbar-toggler[b-pxvqopdwu6] {
        display: none;
    }

    .nav-scrollable[b-pxvqopdwu6] {
        display: flex !important;
        height: calc(100vh - 140px);
        overflow-y: auto;
    }
    
    .nav-scrollable[b-pxvqopdwu6]::-webkit-scrollbar {
        width: 4px;
    }
    
    .nav-scrollable[b-pxvqopdwu6]::-webkit-scrollbar-track {
        background: rgba(212, 168, 83, 0.05);
    }
    
    .nav-scrollable[b-pxvqopdwu6]::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #d4a853 0%, #c9a227 100%);
        border-radius: 4px;
    }
    
    .nav-scrollable[b-pxvqopdwu6]::-webkit-scrollbar-thumb:hover {
        background: #d4a853;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6dtrovujtk],
.components-reconnect-repeated-attempt-visible[b-6dtrovujtk],
.components-reconnect-failed-visible[b-6dtrovujtk],
.components-pause-visible[b-6dtrovujtk],
.components-resume-failed-visible[b-6dtrovujtk],
.components-rejoining-animation[b-6dtrovujtk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-retrying[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-failed[b-6dtrovujtk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6dtrovujtk] {
    display: block;
}


#components-reconnect-modal[b-6dtrovujtk] {
    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-6dtrovujtk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6dtrovujtk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6dtrovujtk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6dtrovujtk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6dtrovujtk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6dtrovujtk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6dtrovujtk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6dtrovujtk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6dtrovujtk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6dtrovujtk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6dtrovujtk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6dtrovujtk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6dtrovujtk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6dtrovujtk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6dtrovujtk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6dtrovujtk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6dtrovujtk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6dtrovujtk {
    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;
    }
}
