@import '_content/OnlineMes.Theme.Aqua/OnlineMes.Theme.Aqua.0igaw69ok4.bundle.scp.css';
@import '_content/OnlineMes.Themes.Abstractions/OnlineMes.Themes.Abstractions.5sajdcxmql.bundle.scp.css';

/* /Components/Layout/LoginLayout.razor.rz.scp.css */
body[b-dooarpt1gn] {
    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-m4htdrw6eb] {
    min-height: 100vh;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-885gdodda6],
.components-reconnect-repeated-attempt-visible[b-885gdodda6],
.components-reconnect-failed-visible[b-885gdodda6],
.components-pause-visible[b-885gdodda6],
.components-resume-failed-visible[b-885gdodda6],
.components-rejoining-animation[b-885gdodda6] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-885gdodda6 {
    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-d41nf8933m] .achat-dialog {
    z-index: 9999999 !important;
    position: fixed !important;
}

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

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

/* Minimized widget */
[b-d41nf8933m] #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-d41nf8933m] #AChatMiniWidget:hover {
    opacity: 1;
    box-shadow: 0 12px 40px rgba(32, 160, 160, 0.6);
}

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

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

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

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

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

/* Iframe inside dialog */
[b-d41nf8933m] #AChatIframe {
    width: 100%;
    height: 100%;
    border: none;
}
/* /Components/Shared/LanguageSelector.razor.rz.scp.css */
.language-selector-nav[b-t3bxg3r95y] {
    position: relative;
}

.language-selector-details[b-t3bxg3r95y] {
    position: relative;
}

.language-selector-details[open] .language-selector-menu[b-t3bxg3r95y] {
    display: block;
}

.language-selector-trigger[b-t3bxg3r95y] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    min-height: 28px;
    padding: 5px 8px !important;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
}

.language-selector-trigger[b-t3bxg3r95y]::-webkit-details-marker {
    display: none;
}

.language-selector-trigger:hover[b-t3bxg3r95y],
.language-selector-trigger:focus[b-t3bxg3r95y] {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
}

.language-selector-menu[b-t3bxg3r95y] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: auto;
    display: none;
    min-width: 150px;
    padding: 5px;
    border-radius: 8px;
    font-size: 11px;
    z-index: 1060;
}

.language-selector-item[b-t3bxg3r95y] {
    border-radius: 6px;
    padding: 5px 8px;
    font-size: 11px;
}

/* ---- Pills mode: inline TR/EN/RU segmented toggle ---- */
.language-pills[b-t3bxg3r95y] {
    display: flex;
    align-items: center;
    list-style: none;
}

.lang-pill-group[b-t3bxg3r95y] {
    display: inline-flex;
    align-items: stretch;
    height: 28px;
    border-radius: 9px;
    background: rgba(15, 31, 58, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.lang-pill:first-child[b-t3bxg3r95y] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.lang-pill-more[b-t3bxg3r95y],
.lang-pill-more__trigger[b-t3bxg3r95y] {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.lang-pill[b-t3bxg3r95y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    padding: 0 9px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.lang-pill + .lang-pill[b-t3bxg3r95y],
.lang-pill-more[b-t3bxg3r95y] {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.lang-pill:hover[b-t3bxg3r95y] {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.lang-pill.is-active[b-t3bxg3r95y] {
    background: rgba(126, 231, 216, 0.16);
    color: #7ee7d8;
}

/* "…" more dropdown */
.lang-pill-more[b-t3bxg3r95y] {
    position: relative;
    display: inline-flex;
}

.lang-pill-more__trigger[b-t3bxg3r95y] {
    height: 100%;
    list-style: none;
    color: rgba(255, 255, 255, 0.78);
}

.lang-pill-more__trigger[b-t3bxg3r95y]::-webkit-details-marker {
    display: none;
}

.lang-pill-more[open] .lang-pill-more__menu[b-t3bxg3r95y] {
    display: block;
}

.lang-pill-more__menu[b-t3bxg3r95y] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: auto;
}
/* /Components/Shared/MultiSelectDropdown.razor.rz.scp.css */
.om-multiselect-toggle[b-32xxlmz4gu] {
    min-height: calc(1.5em + .4rem + 2px);
    cursor: pointer;
}

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

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

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

.om-multiselect-menu .form-check[b-32xxlmz4gu] {
    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-32xxlmz4gu] {
    width: .9rem;
    height: .9rem;
    margin-left: -1.25rem;
    margin-top: 0;
    flex-shrink: 0;
}

.om-multiselect-menu .form-check-label[b-32xxlmz4gu] {
    font-size: .75rem;
    line-height: 1.2;
    cursor: pointer;
    word-break: break-word;
}
/* /Components/Shared/ThemeSwitcher.razor.rz.scp.css */
.theme-switcher[b-qa9689mr8i] {
    --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-qa9689mr8i] {
    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-qa9689mr8i] {
    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-qa9689mr8i] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.theme-switcher__option.is-active[b-qa9689mr8i] {
    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-qa9689mr8i] {
    outline: 2px solid rgba(58, 159, 216, 0.55);
    outline-offset: 1px;
}

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

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

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

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

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

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

/* Separator between theme buttons and dark/light toggle */
.theme-switcher__separator[b-qa9689mr8i] {
    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-qa9689mr8i] {
    color: #ffd66e !important;
}

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