/* /Components/AvatarImage.razor.rz.scp.css */
.position-relative[b-n47e1uzmw1] {
  position: relative !important;
}


.left-0[b-n47e1uzmw1] {
  left: 0 !important;
}

.bottom-0[b-n47e1uzmw1] {
  bottom: 0 !important;
}

.right-0[b-n47e1uzmw1] {
  right: 0 !important;
}

.top-0[b-n47e1uzmw1] {
  top: 0 !important;
}

.rounded-xl[b-n47e1uzmw1] {
  border-radius: 0.8rem !important;
}

.bg-gradient-multicolor[b-n47e1uzmw1] {
  background-image: conic-gradient(from 52deg at 50% 50%,#8024a0 0deg,#31eec1 33deg,#6924a0 222deg,#d6723b 264deg,#d5498c 295deg,#8024a0 360deg );
}

.position-absolute[b-n47e1uzmw1] {
  position: absolute !important;
}

img[b-n47e1uzmw1] {
  vertical-align: middle;
  border-style: none;
}
/* /Components/Buttons/Button.razor.rz.scp.css */
.btn-lg[b-jfwxx7yo0o] {
    font-weight: 575;
    border-radius: 9999px;
    padding: 0.7rem 1rem;
    border: none;
    font-size: 1.2rem;
}
/* /Components/Buttons/CloseButton.razor.rz.scp.css */
.close-button[b-t0hhm582h4] {
    width: 30px;
    height: 36px;
    border-radius: 50%;
    background-color: #E8E6E5; 
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.1s ease;
    position: relative;
}

.close-button svg[b-t0hhm582h4] {
    color: #040404;
    transition: color 0.2s ease;
}

.close-button:hover:not(:disabled)[b-t0hhm582h4] {
    background-color: #d4d4d4;
}

.close-button:active:not(:disabled)[b-t0hhm582h4] {
    background-color: #DCDAD9;
    transform: scale(0.95);
}

.close-button:disabled[b-t0hhm582h4] {
    opacity: 0.5;
    cursor: not-allowed;
}

.close-button:focus[b-t0hhm582h4] {
    outline: 2px solid #040404;
    outline-offset: 2px;
}

.close-button:focus:not(:focus-visible)[b-t0hhm582h4] {
    outline: none;
}
/* /Components/Forms/AddressForm.razor.rz.scp.css */
.address-form[b-p3rdo37uio] {
    margin-bottom: 1rem;
}

.address-readonly[b-p3rdo37uio] {
    line-height: 1.6;
    color: var(--bs-body-color, #212529);
}

.address-readonly div[b-p3rdo37uio] {
    margin-bottom: 0.25rem;
}

.address-readonly div:last-child[b-p3rdo37uio] {
    margin-bottom: 0;
}

.address-edit .form-group[b-p3rdo37uio] {
    margin-bottom: 1rem;
}

.address-edit .row[b-p3rdo37uio] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.address-edit .col-md-6[b-p3rdo37uio] {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

@media (max-width: 767px) {
    .address-edit .col-md-6[b-p3rdo37uio] {
        width: 100%;
    }
}

.text-muted[b-p3rdo37uio] {
    color: #6c757d !important;
    font-style: italic;
}

.address-edit select.form-control[b-p3rdo37uio] {
    cursor: pointer;
}

.address-edit input.form-control[b-p3rdo37uio]::placeholder,
.address-edit select.form-control option[value=""][b-p3rdo37uio] {
    color: #6c757d;
    opacity: 0.7;
}
/* /Components/Layout/LoadingPageContentContainer.razor.rz.scp.css */
@keyframes fadeIn-b-zr6xrjqtsy {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.content-fade-in[b-zr6xrjqtsy] {
    animation: fadeIn-b-zr6xrjqtsy 0.3s ease-in-out;
}

.loading-container[b-zr6xrjqtsy] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    animation: fadeIn-b-zr6xrjqtsy 0.2s ease-in-out;
}

.loading-container .spinner-border[b-zr6xrjqtsy] {
    width: 3rem;
    height: 3rem;
}

/* Reduce excessive padding from utility classes inside this container on small screens */
@media (max-width: 576px) {
    /* All sides */
    .content-container.p-5[b-zr6xrjqtsy] { padding: 1rem !important; }
    .content-container.p-4[b-zr6xrjqtsy] { padding: 0.5rem !important; }

    /* Horizontal */
    .content-container.px-5[b-zr6xrjqtsy] { padding-left: 1rem !important; padding-right: 1rem !important; }
    .content-container.px-4[b-zr6xrjqtsy] { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }

    /* Vertical */
    .content-container.py-5[b-zr6xrjqtsy] { padding-top: 1rem !important; padding-bottom: 1rem !important; }
    .content-container.py-4[b-zr6xrjqtsy] { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }

    /* Individual sides */
    .content-container.pt-5[b-zr6xrjqtsy] { padding-top: 1rem !important; }
    .content-container.pb-5[b-zr6xrjqtsy] { padding-bottom: 1rem !important; }
    .content-container.ps-5[b-zr6xrjqtsy] { padding-left: 1rem !important; }
    .content-container.pe-5[b-zr6xrjqtsy] { padding-right: 1rem !important; }

    .content-container.pt-4[b-zr6xrjqtsy] { padding-top: 0.5rem !important; }
    .content-container.pb-4[b-zr6xrjqtsy] { padding-bottom: 0.5rem !important; }
    .content-container.ps-4[b-zr6xrjqtsy] { padding-left: 0.5rem !important; }
    .content-container.pe-4[b-zr6xrjqtsy] { padding-right: 0.5rem !important; }
}
/* /Components/ListGroup/ListGroup.razor.rz.scp.css */
[b-vql6qcu8ut] .list-group-property-label {
    font-weight: 500;
}

[b-vql6qcu8ut] .list-group-item-hover:hover {
    background-color: var(--bs-gray-100);
    cursor: pointer;
}

[b-vql6qcu8ut] .list-group-compact .list-group-item {
    padding: 0.5rem 1rem;
}

[b-vql6qcu8ut] .list-group-striped .list-group-item:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}
/* /Components/Modal/Modal.razor.rz.scp.css */
.position-relative[b-ay9g38zr00] {
  position: relative !important;
}


.left-0[b-ay9g38zr00] {
  left: 0 !important;
}

.bottom-0[b-ay9g38zr00] {
  bottom: 0 !important;
}

.right-0[b-ay9g38zr00] {
  right: 0 !important;
}

.top-0[b-ay9g38zr00] {
  top: 0 !important;
}

.rounded-xl[b-ay9g38zr00] {
  border-radius: 0.8rem !important;
}

.bg-gradient-multicolor[b-ay9g38zr00] {
  background-image: conic-gradient(from 52deg at 50% 50%,#8024a0 0deg,#31eec1 33deg,#6924a0 222deg,#d6723b 264deg,#d5498c 295deg,#8024a0 360deg );
}

.position-absolute[b-ay9g38zr00] {
  position: absolute !important;
}

img[b-ay9g38zr00] {
  vertical-align: middle;
  border-style: none;
}
/* /Components/Navigation/SideNav.razor.rz.scp.css */
@keyframes slideInFromLeft-b-cmwto53di7 {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

#sidebar[b-cmwto53di7] {
    animation: slideInFromLeft-b-cmwto53di7 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

#sidebar.navbar-vertical.fixed-start[b-cmwto53di7] {
    transform: translateX(-100%);
    animation: slideInFromLeft-b-cmwto53di7 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

#sidebar.navbar-vertical.fixed-end[b-cmwto53di7] {
    transform: translateX(100%);
    animation: slideInFromRight-b-cmwto53di7 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slideInFromRight-b-cmwto53di7 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Stagger animations for nav items */
#sidebar .navbar-nav > li[b-cmwto53di7] {
    opacity: 0;
    animation: fadeInUp-b-cmwto53di7 0.4s ease-out forwards;
}

@keyframes fadeInUp-b-cmwto53di7 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#sidebar .navbar-nav > li:nth-child(1)[b-cmwto53di7] {
    animation-delay: 0.3s;
}

#sidebar .navbar-nav > li:nth-child(2)[b-cmwto53di7] {
    animation-delay: 0.35s;
}

#sidebar .navbar-nav > li:nth-child(3)[b-cmwto53di7] {
    animation-delay: 0.4s;
}

#sidebar .navbar-nav > li:nth-child(4)[b-cmwto53di7] {
    animation-delay: 0.45s;
}

#sidebar .navbar-nav > li:nth-child(5)[b-cmwto53di7] {
    animation-delay: 0.5s;
}

#sidebar .navbar-nav > li:nth-child(6)[b-cmwto53di7] {
    animation-delay: 0.55s;
}

/* Animate the brand/logo */
#sidebar .navbar-brand[b-cmwto53di7] {
    opacity: 0;
    animation: fadeIn-b-cmwto53di7 0.5s ease-out 0.2s forwards;
}

@keyframes fadeIn-b-cmwto53di7 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Animate footer content */
#sidebar .navbar-divider[b-cmwto53di7] {
    opacity: 0;
    animation: fadeIn-b-cmwto53di7 0.3s ease-out 0.6s forwards;
}

/* Remove animation from navbar-user to prevent content shift */
#sidebar .navbar-user[b-cmwto53di7] {
    opacity: 1;
    animation: none;
}

/* Ensure consistent height for navbar-header */
#sidebar .navbar-header[b-cmwto53di7] {
    min-height: 48px;
    align-items: center !important;
}

/* Ensure navbar-user maintains consistent size */
#sidebar .navbar-user[b-cmwto53di7] {
    min-width: 48px;
    display: flex;
    align-items: center;
}

/* Ensure avatar container has consistent size */
#sidebar .navbar-user .avatar[b-cmwto53di7] {
    width: 2.5rem;
    height: 2.5rem;
}

#sidebar .navbar-user .avatar-img[b-cmwto53di7] {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Loading spinner positioning */
#sidebar .navbar-user .spinner-border-sm[b-cmwto53di7] {
    width: 1rem;
    height: 1rem;
}

/* Override avatar-title background to dark during loading */
#sidebar .navbar-user .avatar-title[b-cmwto53di7] {
    background-color: var(--bs-dark) !important;
}

/* Only apply animations on initial page load */
@media (prefers-reduced-motion: reduce) {
    #sidebar[b-cmwto53di7],
    #sidebar.navbar-vertical.fixed-start[b-cmwto53di7],
    #sidebar.navbar-vertical.fixed-end[b-cmwto53di7],
    #sidebar .navbar-nav > li[b-cmwto53di7],
    #sidebar .navbar-brand[b-cmwto53di7],
    #sidebar .navbar-divider[b-cmwto53di7] {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

/* Mobile responsiveness - use Bootstrap's standard patterns */
@media (max-width: 767.98px) {
    /* Disable slide animations on mobile */
    #sidebar[b-cmwto53di7],
    #sidebar.navbar-vertical.fixed-start[b-cmwto53di7],
    #sidebar.navbar-vertical.fixed-end[b-cmwto53di7] {
        animation: none;
    }

    /* Mobile navbar as fixed header */
    #sidebar.navbar-vertical[b-cmwto53di7] {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        width: 100% !important;
        height: auto !important;
        background-color: var(--bs-dark) !important; /* Dark background for contrast */
        z-index: 1030;
        transform: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        /* Respect iOS notch/safe area */
        padding-top: env(safe-area-inset-top, 0px);
    }

    /* Style header for mobile - this stays visible */
    #sidebar .navbar-header[b-cmwto53di7] {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 1rem;
        background-color: var(--bs-dark);
        position: relative;
        z-index: 1031; /* Above the menu */
    }

    /* Make toggle button ALWAYS visible in header with proper styling */
    #sidebar .navbar-toggler[b-cmwto53di7] {
        display: block !important;
        position: relative !important;
        padding: 0.375rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 0.375rem;
        color: white;
        z-index: 1032; /* Ensure it's above everything */
        transition: all 0.2s ease;
        cursor: pointer;
    }

    /* Hover/focus effect for button */
    #sidebar .navbar-toggler:hover[b-cmwto53di7],
    #sidebar .navbar-toggler:focus[b-cmwto53di7] {
        background-color: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.6);
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
    }

    /* Style the hamburger icon - default state */
    #sidebar .navbar-toggler-icon[b-cmwto53di7] {
        background-image: 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.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        transition: all 0.2s ease;
    }

    /* Change to X when menu is open */
    #sidebar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon[b-cmwto53di7] {
        background-image: 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.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M6 24L24 6'/%3e%3c/svg%3e");
    }

    /* Mobile menu dropdown - full width under header */
    #sidebar .navbar-collapse[b-cmwto53di7] {
        position: fixed;
        /* Below the navbar header + safe area */
        top: calc(var(--mobile-navbar-height, 64px) + env(safe-area-inset-top, 0px));
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
        background-color: var(--bs-dark) !important; /* Match header */
        z-index: 1029;
        overflow-y: auto;
        display: none; /* Hidden by default */
        padding: 0 !important;
    }

    /* Show menu when toggled */
    #sidebar .navbar-collapse.show[b-cmwto53di7] {
        display: block !important;
    }

    /* Brand logo styling for mobile */
    #sidebar .navbar-brand[b-cmwto53di7] {
        order: 1;
        flex: 0 1 auto;
        max-width: 150px;
        filter: brightness(0) invert(1); /* Make logo white on dark bg */
    }

    /* Hide user avatar on mobile */
    #sidebar .navbar-header .navbar-user[b-cmwto53di7] {
        display: none !important;
    }

    /* Style nav items for mobile */
    #sidebar .navbar-nav[b-cmwto53di7] {
        padding: 0;
        width: 100%;
    }

    /* Nav items styling */
    #sidebar .navbar-nav > li[b-cmwto53di7] {
        opacity: 1 !important;
        animation: none !important;
        transform: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    /* Nav links styling for mobile */
    #sidebar .navbar-nav .nav-link[b-cmwto53di7] {
        color: rgba(255, 255, 255, 0.8) !important;
        padding: 1rem 1.5rem !important;
        display: block;
        width: 100%;
    }

    #sidebar .navbar-nav .nav-link:hover[b-cmwto53di7],
    #sidebar .navbar-nav .nav-link:focus[b-cmwto53di7] {
        color: rgba(255, 255, 255, 1) !important;
        background-color: rgba(255, 255, 255, 0.05);
    }

    #sidebar .navbar-nav .nav-link.active[b-cmwto53di7] {
        color: white !important;
        background-color: rgba(255, 255, 255, 0.1);
    }

    /* User content area on mobile */
    #sidebar .navbar-user[b-cmwto53di7],
    #sidebar #sidebarUser[b-cmwto53di7] {
        width: 100%;
        padding: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: auto;
    }

    /* Fix button styling in mobile menu */
    #sidebar .btn-primary[b-cmwto53di7] {
        background-color: var(--bs-primary) !important;
        border-color: var(--bs-primary) !important;
    }
}

/* Desktop - ensure sidebar is visible */
@media (min-width: 768px) {
    #sidebar.navbar-vertical[b-cmwto53di7] {
        transform: translateX(0) !important;
        position: fixed !important;
        width: 250px !important;
        top: 0;
        bottom: 0;
        left: 0;
    }

    #sidebar .navbar-toggler[b-cmwto53di7] {
        display: none !important;
    }

    #sidebar .navbar-collapse[b-cmwto53di7] {
        display: block !important;
        transform: none !important;
    }
}
/* /Components/Toaster/Toaster.razor.rz.scp.css */
.position-relative[b-ysqbe6bq43] {
  position: relative !important;
}

.left-0[b-ysqbe6bq43] {
  left: 0 !important;
}

.bottom-0[b-ysqbe6bq43] {
  bottom: 0 !important;
}

.right-0[b-ysqbe6bq43] {
  right: 0 !important;
}

.top-0[b-ysqbe6bq43] {
  top: 0 !important;
}

.rounded-xl[b-ysqbe6bq43] {
  border-radius: 0.8rem !important;
}

.bg-gradient-multicolor[b-ysqbe6bq43] {
  background-image: conic-gradient(from 52deg at 50% 50%,#8024a0 0deg,#31eec1 33deg,#6924a0 222deg,#d6723b 264deg,#d5498c 295deg,#8024a0 360deg );
}

.position-absolute[b-ysqbe6bq43] {
  position: absolute !important;
}

img[b-ysqbe6bq43] {
  vertical-align: middle;
  border-style: none;
}

.toast-container[b-ysqbe6bq43] {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
/* /Layout/EmptyLayout.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
/* Mobile-first approach: No margin by default */
.main-content[b-ff2lkq1o8t] {
    margin-left: 0;
    min-height: 100vh;
    transition: margin-left 0.3s ease;
    /* Account for mobile navbar height + safe area */
    padding-top: calc(var(--mobile-navbar-height, 64px) + env(safe-area-inset-top, 0px));
}

/* For tablets and up (768px+) - sidebar becomes fixed and visible */
@media (min-width: 768px) {
    .main-content[b-ff2lkq1o8t] {
        margin-left: 250px;
        padding-top: 0; /* Remove top padding when sidebar is fixed */
    }

    /* If using small sidebar variant */
    .navbar-vertical-sm ~ .main-content[b-ff2lkq1o8t] {
        margin-left: 200px;
    }
}

/* For small screens, ensure main content takes full width */
@media (max-width: 767.98px) {
    .main-content[b-ff2lkq1o8t] {
        margin-left: 0 !important;
        width: 100%;
        /* Space for fixed mobile navbar with safe area */
        padding-top: calc(var(--mobile-navbar-height, 64px) + env(safe-area-inset-top, 0px));
    }

    /* Remove horizontal padding added by container-fluid on mobile */
    .main-content > .container-fluid[b-ff2lkq1o8t] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Neutralize row gutters to avoid horizontal overflow */
    .main-content > .container-fluid > .row[b-ff2lkq1o8t] {
        --bs-gutter-x: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

#blazor-error-ui[b-ff2lkq1o8t] {
    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-ff2lkq1o8t] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4grdk2pmnf],
.components-reconnect-repeated-attempt-visible[b-4grdk2pmnf],
.components-reconnect-failed-visible[b-4grdk2pmnf],
.components-pause-visible[b-4grdk2pmnf],
.components-resume-failed-visible[b-4grdk2pmnf],
.components-rejoining-animation[b-4grdk2pmnf] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-4grdk2pmnf {
    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;
    }
}
/* /Layout/UnauthorizedLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

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

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

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

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

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
