@import '_content/OnlineMes.Theme.Aqua/OnlineMes.Theme.Aqua.ygn8xfi8bh.bundle.scp.css';
@import '_content/OnlineMes.Themes.Abstractions/OnlineMes.Themes.Abstractions.6xx6dadl63.bundle.scp.css';

/* /Components/Layout/Footer.razor.rz.scp.css */
#site-bottom-bar[b-t0pny3p8fs] {
    background-color: #0e0e0e;
    background-image: linear-gradient(to bottom, #1a1a1a, #0e0e0e);
    /* Gradient fallback for BG2.gif */
    border-top: 1px solid #0e0e0e;
    bottom: 0px;
    font-family: verdana, arial;
    font-size: 11px;
    height: 26px;
    position: fixed;
    width: 100%;
    z-index: 1030;
    /* Bootstrap fixed-bottom z-index is 1030 */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    overflow: visible;
}

.beyazyazi[b-t0pny3p8fs] {
    font-family: Candara, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}

.beyazlink[b-t0pny3p8fs] {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.beyazlink:hover[b-t0pny3p8fs] {
    color: #E4E4E4;
    text-decoration: underline;
}

.footer-right[b-t0pny3p8fs] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    overflow: visible;
}

.footer-item[b-t0pny3p8fs] {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
}

.footer-item i[b-t0pny3p8fs] {
    margin-right: 5px;
}

/* Theme customizer gear, relocated into the footer's right corner.
   Neutralise the component's default floating-button styling (position:fixed,
   round blue badge, drop shadow) so it sits inline with the other footer icons.
   Higher specificity than the component's own `.customizer-gear-btn[scope]` rule,
   so no !important needed. The offcanvas panel/backdrop stay fixed and unaffected. */
.footer-right[b-t0pny3p8fs]  .customizer-gear-btn {
    position: static;
    inset: auto;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    font-size: 1.05rem;     /* ~fa-lg, matching the envelope/chat icons */
    line-height: 1;
    z-index: auto;
    transition: color 0.15s ease;
}

.footer-right[b-t0pny3p8fs]  .customizer-gear-btn:hover {
    transform: none;
    box-shadow: none;
    color: #E4E4E4;
}

/* The gear spins by default (fa-spin); keep it calm/static inside the footer. */
.footer-right[b-t0pny3p8fs]  .customizer-gear-btn .fa-spin {
    animation: none;
}

.badge-custom[b-t0pny3p8fs] {
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 4px;
}

.footer-theme-switcher[b-t0pny3p8fs] {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    pointer-events: auto;
}

.footer-select[b-t0pny3p8fs] {
    background-color: #454545;
    color: white;
    border: 1px solid #2d2d2d;
    font-size: 11px;
    height: 20px;
}

.online-users-indicator[b-t0pny3p8fs] {
    white-space: nowrap;
}

/* SuperAdmin hover roster of online users */
.online-users-indicator.has-user-list[b-t0pny3p8fs] {
    position: relative;
    cursor: default;
}

.online-users-popover[b-t0pny3p8fs] {
    display: none;
    position: absolute;
    bottom: 100%;          /* flush above the trigger text — no dead-zone gap */
    left: 0;
    margin-bottom: 8px;    /* visual breathing room above the text */
    min-width: 200px;
    max-width: 320px;
    max-height: 320px;
    overflow-y: auto;
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 6px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

/* Invisible bridge spanning the margin gap so moving the cursor from the text up
   into the list never crosses an un-hovered region (which would hide the popover).
   It lives on the INDICATOR, not the popover — the popover's overflow:auto would
   otherwise clip a child bridge, which was the original "disappears instantly" bug. */
.online-users-indicator.has-user-list[b-t0pny3p8fs]::before {
    content: "";
    display: none;
    position: absolute;
    bottom: 100%;          /* directly above the text, filling toward the popover */
    left: 0;
    width: 100%;
    height: 12px;          /* >= popover margin-bottom, so no un-hovered gap remains */
}

.online-users-indicator.has-user-list:hover[b-t0pny3p8fs]::before,
.online-users-indicator.has-user-list:hover .online-users-popover[b-t0pny3p8fs] {
    display: block;
}

.online-users-popover-header[b-t0pny3p8fs] {
    padding: 6px 12px;
    font-weight: bold;
    color: #2ecc71;
    border-bottom: 1px solid #333;
}

.online-users-popover-list[b-t0pny3p8fs] {
    list-style: none;
    margin: 0;
    padding: 4px 0;
}

.online-users-popover-list li[b-t0pny3p8fs] {
    padding: 3px 12px;
    color: #ffffff;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.online-users-dot[b-t0pny3p8fs] {
    font-size: 8px;
    color: #2ecc71;
    margin-right: 3px;
    vertical-align: middle;
    animation: online-pulse-b-t0pny3p8fs 2s ease-in-out infinite;
}

@keyframes online-pulse-b-t0pny3p8fs {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.35;
    }
}

.blink_me[b-t0pny3p8fs] {
    animation: blinker-b-t0pny3p8fs 1s linear infinite;
}

@keyframes blinker-b-t0pny3p8fs {
    50% {
        opacity: 0;
    }
}

@media (max-width: 860px) {
    #site-bottom-bar[b-t0pny3p8fs] {
        padding: 0 6px;
    }

    .footer-right[b-t0pny3p8fs] {
        gap: 6px;
    }

    .footer-left[b-t0pny3p8fs] {
        max-width: 34%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .beyazyazi[title][b-t0pny3p8fs] {
        display: none;
    }
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
body[b-35bi4voe02] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
/* /Components/Layout/PopupLayout.razor.rz.scp.css */
.popup-container[b-aex8e3k8pu] {
    min-height: 100vh;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fmd1o977nj],
.components-reconnect-repeated-attempt-visible[b-fmd1o977nj],
.components-reconnect-failed-visible[b-fmd1o977nj],
.components-pause-visible[b-fmd1o977nj],
.components-resume-failed-visible[b-fmd1o977nj],
.components-rejoining-animation[b-fmd1o977nj] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-fmd1o977nj {
    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;
    }
}
/* /Components/Shared/ChatWindow.razor.rz.scp.css */
/* ========================================
   ChatWindow.razor CSS - AquaMessenger
   SSOT ref: commit 910b78e
   
   These styles serve as CSS-level guarantees
   for the achat.js-managed dialog and widget.
   They complement the inline styles set by JS.
   ======================================== */

/* Main dialog wrapper - jQuery UI Dialog */
[b-jvbcxgm5sx] .achat-dialog {
    z-index: 9999999 !important;
    position: fixed !important;
}

[b-jvbcxgm5sx] .achat-dialog .ui-dialog-titlebar {
    background: linear-gradient(135deg, #25b5b5 0%, #1a9090 100%);
    color: white;
    border: none;
    padding: 8px 12px;
}

[b-jvbcxgm5sx] .achat-dialog .ui-dialog-content {
    padding: 0;
    overflow: hidden;
}

/* Minimized widget */
[b-jvbcxgm5sx] #AChatMiniWidget {
    z-index: 9999998 !important;
    position: fixed !important;
    opacity: 0.6;
    transition: opacity 0.4s ease, box-shadow 0.4s ease, width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.2);
    box-shadow: 0 8px 32px rgba(32, 160, 160, 0.3);
    border: 2px solid rgba(32, 160, 160, 0.5);
}

[b-jvbcxgm5sx] #AChatMiniWidget:hover {
    opacity: 1;
    box-shadow: 0 12px 40px rgba(32, 160, 160, 0.6);
}

/* macOS-style minimize/maximize dots */
[b-jvbcxgm5sx] .achat-macos-buttons {
    display: flex;
    gap: 6px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

[b-jvbcxgm5sx] .achat-macos-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.15s ease;
}

[b-jvbcxgm5sx] .achat-macos-dot:hover {
    transform: scale(1.2);
}

[b-jvbcxgm5sx] .achat-macos-minimize {
    background-color: #ffbd2e;
}

[b-jvbcxgm5sx] .achat-macos-maximize {
    background-color: #28c940;
}

/* Iframe inside dialog */
[b-jvbcxgm5sx] #AChatIframe {
    width: 100%;
    height: 100%;
    border: none;
}
/* /Components/Shared/MultiSelectDropdown.razor.rz.scp.css */
.om-multiselect-toggle[b-2pzq759lbq] {
    min-height: calc(1.5em + .4rem + 2px);
    cursor: pointer;
}

.om-multiselect-summary[b-2pzq759lbq] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: .4rem;
}

.om-multiselect-badge[b-2pzq759lbq] {
    font-size: .62rem;
}

.om-multiselect-menu[b-2pzq759lbq] {
    max-height: 220px;
    overflow-y: auto;
}

.om-multiselect-menu .form-check[b-2pzq759lbq] {
    margin-bottom: .15rem;
    padding-left: 1.6rem;
    padding-right: .25rem;
    min-height: 1.25rem;
    display: flex;
    align-items: center;
}

.om-multiselect-menu .form-check-input[b-2pzq759lbq] {
    width: .9rem;
    height: .9rem;
    margin-left: -1.25rem;
    margin-top: 0;
    flex-shrink: 0;
}

.om-multiselect-menu .form-check-label[b-2pzq759lbq] {
    font-size: .75rem;
    line-height: 1.2;
    cursor: pointer;
    word-break: break-word;
}
/* /Components/Shared/ThemeSwitcher.razor.rz.scp.css */
.theme-switcher[b-xgnww7hijq] {
    --switcher-border: rgba(255, 255, 255, 0.14);
    --switcher-bg: rgba(255, 255, 255, 0.08);
    --switcher-active-bg: linear-gradient(135deg, #3a9fd8 0%, #1f78b4 100%);
    --switcher-active-text: #ffffff;
    --switcher-text: #d7e6ef;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0.15rem;
    border: 1px solid var(--switcher-border);
    border-radius: 999px;
    background: var(--switcher-bg);
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 1;
    pointer-events: auto;
    user-select: none;
}

.theme-switcher__label[b-xgnww7hijq] {
    width: 1.35rem;
    height: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffd66e;
    font-size: 0.68rem;
    flex-shrink: 0;
    pointer-events: none;
}

.theme-switcher__option[b-xgnww7hijq] {
    border: none;
    background: transparent;
    color: var(--switcher-text);
    border-radius: 999px;
    padding: 0.18rem 0.55rem;
    font-size: 0.68rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    min-height: 1.6rem;
    min-width: 2rem;
    position: relative;
    z-index: 1;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.theme-switcher__option:hover[b-xgnww7hijq] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.theme-switcher__option.is-active[b-xgnww7hijq] {
    color: var(--switcher-active-text);
    background: var(--switcher-active-bg);
    box-shadow: 0 6px 18px rgba(31, 120, 180, 0.32);
}

.theme-switcher__option:focus-visible[b-xgnww7hijq] {
    outline: 2px solid rgba(58, 159, 216, 0.55);
    outline-offset: 1px;
}

.theme-switcher__option i[b-xgnww7hijq] {
    font-size: 0.68rem;
}

.theme-switcher--compact[b-xgnww7hijq] {
    padding: 0.1rem;
}

.theme-switcher--compact .theme-switcher__option[b-xgnww7hijq] {
    min-width: 1.7rem;
    min-height: 1.7rem;
    justify-content: center;
    padding: 0.2rem 0.38rem;
}

.theme-switcher--compact .theme-switcher__label[b-xgnww7hijq] {
    width: 1.2rem;
    height: 1.2rem;
}

@media (max-width: 640px) {
    .theme-switcher[b-xgnww7hijq] {
        gap: 0.12rem;
    }

    .theme-switcher__label[b-xgnww7hijq] {
        display: none;
    }
}

/* Separator between theme buttons and dark/light toggle */
.theme-switcher__separator[b-xgnww7hijq] {
    width: 1px;
    height: 1.2rem;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 0.15rem;
    flex-shrink: 0;
}

/* Dark/light toggle button specific styles */
.theme-switcher__dark-light[b-xgnww7hijq] {
    color: #ffd66e !important;
}

.theme-switcher__dark-light:hover[b-xgnww7hijq] {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
}
