/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-x7qrogesga] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

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

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

.content[b-x7qrogesga] {
    padding-top: 20px;
}

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

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

        .top-row[b-x7qrogesga]  a:hover, .top-row[b-x7qrogesga]  .btn-link:hover {
            text-decoration: underline;
        }

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

@media (max-width: 640.98px) {
    .top-row[b-x7qrogesga] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) { 
    .page[b-x7qrogesga] {
        flex-direction: column !important;
    }

    .sidebar[b-x7qrogesga] {
        width: 100% !important;
        height: auto !important;
        position: static !important;
    } 

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

        .top-row.auth[b-x7qrogesga]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-x7qrogesga], article[b-x7qrogesga] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-x7qrogesga] {
    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-x7qrogesga] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-menu[b-z3lid3j43o]  {
    width: 100%;
    height: 60px;
    display: flex;
    gap: 15px;
    align-items: center;
    background-color: #b45f06;
}

    .top-menu[b-z3lid3j43o]  .nav-link-dd{
        display: flex;
        align-items: center;
        height: 40px;
        padding: 0 18px;
        color: white;
        background: none;
        border: none;
        text-decoration: none;
        font: inherit;
        cursor: pointer;
        white-space: nowrap; /*
        outline: 2px solid red;*/
    }

        .top-menu[b-z3lid3j43o]  .nav-link {
            display: flex;
            align-items: center;
            height: 60px;
            padding: 0 18px;
            color: white;
            background: none;
            border: none;
            text-decoration: none;
            font: inherit;
            cursor: pointer;
            white-space: nowrap; /*
        outline: 2px solid red;*/
        }

            .top-menu[b-z3lid3j43o]  .nav-link:hover {
                color: white;
                background-color: #e07800;
            }

            .top-menu[b-z3lid3j43o]  .nav-link.active {
                color: white;
                background-color: #a84d00;
            }

        .top-menu[b-z3lid3j43o]  form {
            margin: 0;
            padding: 0;
        }


.navbar-logo-container[b-z3lid3j43o] {
    height: 60px;
    display: flex;
    align-items: center;
}

.navbar-logo[b-z3lid3j43o] {
    height: 60px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}


.mobile-navbar[b-z3lid3j43o] {
    display: none;
}

.desktop-navbar[b-z3lid3j43o] {
    display: block;
}

.mobile-navbar[b-z3lid3j43o] {
    display: none;
}

/* Mobile header */
.mobile-navbar-header[b-z3lid3j43o] {
    height: 60px;
    background-color: #b45f06;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Logo and title */
.mobile-logo[b-z3lid3j43o] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

    .mobile-logo img[b-z3lid3j43o] {
        height: 45px;
        width: auto;
        max-width: 100px;
        object-fit: contain;
    }

/* Hamburger */
.hamburger-button[b-z3lid3j43o] {
    width: 45px;
    height: 45px;
    border: none;
    background: transparent;
    padding: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

    .hamburger-button span[b-z3lid3j43o] {
        display: block;
        width: 30px;
        height: 3px;
        background-color: white;
        border-radius: 2px;
    }

/* Expanded menu */
.mobile-menu[b-z3lid3j43o] {
    background-color: #8f4b04;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

    /* Menu items */
    .mobile-menu .nav-link[b-z3lid3j43o] {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 14px 20px;
        color: white;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        font-size: 17px;
    }

        /* Selected page */
        .mobile-menu .nav-link.active[b-z3lid3j43o] {
            background-color: #b45f06;
            font-weight: bold;
        }

        /* Hover */
        .mobile-menu .nav-link:hover[b-z3lid3j43o] {
            background-color: #a95705;
        }

    /* Logout button */
    .mobile-menu .mobile-logout[b-z3lid3j43o] {
        text-align: left;
        border: none;
        background: transparent;
        cursor: pointer;
        font-family: inherit;
    }

.profile-dropdown[b-z3lid3j43o] {
    position: relative;
    display: inline-block;
}

/* The profile name in the menu bar */
.profile-dropdown-trigger[b-z3lid3j43o] {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 60px;
    padding: 0 12px;
    border: none;
    background: transparent;
    color: #fff;
    font: inherit;
    cursor: pointer;
}

    .profile-dropdown-trigger:hover[b-z3lid3j43o] {
        background: rgba(0, 0, 0, 0.12);
    }

.profile-chevron[b-z3lid3j43o] {
    font-size: 0.8rem;
    transition: transform 0.2s ease;
}

/* The actual dropdown */
.profile-dropdown-menu[b-z3lid3j43o] {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 190px;
    padding: 6px 0;
    background: #252525;
    border: 1px solid #444;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

/* Show dropdown when hovering over the profile area */
.profile-dropdown:hover .profile-dropdown-menu[b-z3lid3j43o] {
    display: block;
}

.profile-dropdown:hover .profile-chevron[b-z3lid3j43o] {
    transform: rotate(180deg);
}

/* Individual dropdown items */
.profile-dropdown-item[b-z3lid3j43o] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 16px;
    border: none;
    background: transparent;
    color: #ddd;
    font-size: 0.9rem;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
}

    .profile-dropdown-item:hover[b-z3lid3j43o] {
        background: #b45f06;
        color: #fff;
    }

    .profile-dropdown-item.active[b-z3lid3j43o] {
        background: rgba(180, 95, 6, 0.25);
        color: #f0b15a;
    }

.profile-dropdown-item[b-z3lid3j43o],
.profile-dropdown-item.btn-link[b-z3lid3j43o] {
    color: white !important;
}

    .profile-dropdown-item:hover[b-z3lid3j43o],
    .profile-dropdown-item:focus[b-z3lid3j43o] {
        color: white !important;
    }
/* Separators */
.profile-dropdown-divider[b-z3lid3j43o] {
    height: 1px;
    margin: 6px 0;
    background: #444;
}

/* Logout form should not add extra spacing */
.profile-dropdown-menu form[b-z3lid3j43o] {
    margin: 0;
    padding: 0;
}

/* Logout button should look exactly like a dropdown item */
.profile-logout[b-z3lid3j43o] {
    font-family: inherit;
}

/* Profile dropdown */
.profile-dropdown-menu[b-z3lid3j43o] {
    background-color: #b45f06;
    border: 1px solid #8f4b05;
}

    /* Dropdown links and logout button */
    .profile-dropdown-menu .profile-dropdown-item[b-z3lid3j43o] {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding: 10px 16px;
        border: none;
        background: transparent;
        color: #fff !important;
        font-size: 0.9rem;
        text-decoration: none !important;
        text-align: left;
        white-space: nowrap;
        cursor: pointer;
    }

        /* Hover effect */
        .profile-dropdown-menu .profile-dropdown-item:hover[b-z3lid3j43o] {
            background-color: rgba(0, 0, 0, 0.18);
            color: #fff !important;
        }

        /* Active NavLink */
        .profile-dropdown-menu .profile-dropdown-item.active[b-z3lid3j43o] {
            background-color: rgba(0, 0, 0, 0.22);
            color: #fff !important;
        }

    /* Keep the logout form from adding spacing */
    .profile-dropdown-menu form[b-z3lid3j43o] {
        margin: 0;
        padding: 0;
    }

/* Separators */
.profile-dropdown-divider[b-z3lid3j43o] {
    height: 1px;
    margin: 6px 0;
    background-color: rgba(255, 255, 255, 0.25);
}


/* Only show hamburger on mobile */
@media (max-width: 768px) {

    .desktop-navbar[b-z3lid3j43o] {
        display: none;
    }

    .mobile-navbar[b-z3lid3j43o] {
        display: block;
    }

    .logout-form[b-z3lid3j43o] {
        margin: 0;
        padding: 0;
    }

    .logout-button[b-z3lid3j43o] {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
        text-align: left;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0dialx7sjt],
.components-reconnect-repeated-attempt-visible[b-0dialx7sjt],
.components-reconnect-failed-visible[b-0dialx7sjt],
.components-pause-visible[b-0dialx7sjt],
.components-resume-failed-visible[b-0dialx7sjt],
.components-rejoining-animation[b-0dialx7sjt] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0dialx7sjt],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0dialx7sjt],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0dialx7sjt],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0dialx7sjt],
#components-reconnect-modal.components-reconnect-retrying[b-0dialx7sjt],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0dialx7sjt],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0dialx7sjt],
#components-reconnect-modal.components-reconnect-failed[b-0dialx7sjt],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0dialx7sjt] {
    display: block;
}


#components-reconnect-modal[b-0dialx7sjt] {
    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-0dialx7sjt 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0dialx7sjt 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0dialx7sjt 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0dialx7sjt]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0dialx7sjt 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0dialx7sjt {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0dialx7sjt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0dialx7sjt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0dialx7sjt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0dialx7sjt] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0dialx7sjt] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0dialx7sjt] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0dialx7sjt] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0dialx7sjt] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0dialx7sjt] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0dialx7sjt 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0dialx7sjt] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0dialx7sjt {
    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;
    }
}
