@import '_content/OnlineMes.Theme.Aqua/OnlineMes.Theme.Aqua.gq6tutn5jv.bundle.scp.css';
@import '_content/OnlineMes.Theme.Classic/OnlineMes.Theme.Classic.jtulbef3tv.bundle.scp.css';
@import '_content/OnlineMes.Themes.Abstractions/OnlineMes.Themes.Abstractions.1pbzptfig3.bundle.scp.css';

/* /Components/Layout/AgencyLayout.razor.rz.scp.css */
:root[b-t8dj3tbhlf] {
    --agency-bg: #245169;
    --agency-top-bar: #0e0e0e;
    --agency-accent: #1abc9c;
    --agency-text: #ffffff;
    --agency-link: #1abc9c;
    --agency-danger: #cc0000;
}

/* Override body styles for agency */
body.agency-body[b-t8dj3tbhlf] {
    font-family: 'Inter', "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.45;
    color: #333;
    /* Subtle turquoise radial highlights layered over the legacy teal base — adds depth without
       changing the base hue (legacy .beyazyazi white-on-dark contrast preserved). */
    background:
        radial-gradient(1200px 600px at 12% -10%, rgba(26, 188, 156, 0.18) 0%, transparent 55%),
        radial-gradient(900px 600px at 88% 110%, rgba(22, 160, 133, 0.20) 0%, transparent 55%),
        var(--agency-bg) url('/images/agency-bg.jpg') no-repeat fixed center center;
    background-size: auto, auto, cover;
    background-attachment: fixed;
    min-height: 100vh;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Top Navigation Bar — modernized dark slate (was pure black) */
#site-top-bar[b-t8dj3tbhlf] {
    background-color: #0f172a;
    background-image: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    border-bottom: 1px solid rgba(26, 188, 156, 0.22);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.04),
        0 2px 10px rgba(15, 23, 42, 0.30);
}

/* Main Navigation Menu */
.agency-nav[b-t8dj3tbhlf] {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.agency-nav>li[b-t8dj3tbhlf] {
    position: relative;
    height: 100%;
}

#site-top-bar .agency-nav>li>a[b-t8dj3tbhlf] {
    display: inline-flex;
    align-items: center;
    height: 35px;
    padding: 0 14px;
    color: #e2e8f0;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15px;
    border-bottom: 2px solid transparent;
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

#site-top-bar .agency-nav>li>a i[b-t8dj3tbhlf] {
    color: inherit;
    opacity: 0.85;
}

.agency-nav>li>a:hover[b-t8dj3tbhlf],
.agency-nav>li:hover>a[b-t8dj3tbhlf] {
    background-color: rgba(26, 188, 156, 0.10);
    color: var(--agency-accent);
}

.agency-nav>li>a.active[b-t8dj3tbhlf] {
    background-color: rgba(26, 188, 156, 0.16);
    color: #ffffff;
    border-bottom-color: var(--agency-accent);
}

/* Dropdown Menus — modern dark slate, attached to nav (no margin gap), rounded-bottom only */
#site-top-bar .agency-nav .agency-dropdown[b-t8dj3tbhlf] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #0f172a;
    border: 1px solid rgba(26, 188, 156, 0.20);
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 6px;
    margin: 0;
    list-style: none;
    z-index: 1002;
    box-shadow:
        0 16px 40px -8px rgba(15, 23, 42, 0.55),
        0 4px 12px rgba(15, 23, 42, 0.30);
}

#site-top-bar .agency-nav>li:hover>.agency-dropdown[b-t8dj3tbhlf] {
    display: block;
    animation: agency-dd-fade-b-t8dj3tbhlf 0.14s ease-out;
}

@keyframes agency-dd-fade-b-t8dj3tbhlf {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

#site-top-bar .agency-nav .agency-dropdown li a[b-t8dj3tbhlf] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    color: #e2e8f0;
    text-decoration: none;
    font-size: 12px;
    border-radius: 6px;
    transition: background 0.15s ease, color 0.15s ease;
}

#site-top-bar .agency-nav .agency-dropdown li a:hover[b-t8dj3tbhlf] {
    background-color: rgba(26, 188, 156, 0.16);
    color: var(--agency-accent) !important;
}

#site-top-bar .agency-nav .agency-dropdown li a i[b-t8dj3tbhlf] {
    width: 18px;
    color: var(--agency-accent);
    opacity: 0.85;
}

/* Right side info — operator pill */
.top-bar-right[b-t8dj3tbhlf] {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #cbd5e1;
    font-size: 11px;
}

.top-bar-right .operator-info[b-t8dj3tbhlf] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 10px;
    background: rgba(26, 188, 156, 0.10);
    border: 1px solid rgba(26, 188, 156, 0.22);
    border-radius: 999px;
}

.top-bar-right .operator-code[b-t8dj3tbhlf] {
    color: var(--agency-accent);
    font-weight: 600;
    letter-spacing: 0.3px;
}

.top-bar-right .date-display[b-t8dj3tbhlf] {
    color: #94a3b8;
}

/* Main Content Area */
#site-body-content[b-t8dj3tbhlf] {
    padding: 20px;
    margin-top: 30px;
    min-height: calc(100vh - 70px);
}

/* Old Agency Style Classes */
.Tablom[b-t8dj3tbhlf] {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.Tablom2[b-t8dj3tbhlf] {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

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

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

.beyazyaziboldbig[b-t8dj3tbhlf] {
    font-family: Trebuchet MS, Candara, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}

.siyahyazi[b-t8dj3tbhlf] {
    font-family: Candara, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}

.siyahyazibold[b-t8dj3tbhlf] {
    font-family: Candara, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}

/* mGrid Table Styles - Old Agency Style */
.mGrid[b-t8dj3tbhlf] {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-size: 11px;
}

.mGrid tr:hover[b-t8dj3tbhlf] {
    background: #f0f0f0;
}

.mGrid td[b-t8dj3tbhlf] {
    padding: 4px 6px;
    border: solid 1px #c1c1c1;
    color: #333;
}

.mGrid th[b-t8dj3tbhlf] {
    padding: 6px;
    color: #fff;
    background: #424242;
    border-left: solid 1px #525252;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

.mGrid a[b-t8dj3tbhlf] {
    color: #0066cc;
    text-decoration: none;
}

.mGrid a:hover[b-t8dj3tbhlf] {
    color: #1abc9c;
    text-decoration: underline;
}

.mGrid .alt[b-t8dj3tbhlf] {
    background: #fcfcfc;
}

/* Form Styles - Old Agency Style */
.combo[b-t8dj3tbhlf] {
    font-size: 11px;
    padding: 2px 5px;
    border: 1px solid #666;
    background: #fff;
}

.textbox[b-t8dj3tbhlf] {
    font-size: 11px;
    padding: 2px 5px;
    border: 1px solid #666;
}

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

.beyazlink:hover[b-t8dj3tbhlf] {
    color: #1abc9c;
}

/* Buttons - Agency style */
.btn-agency[b-t8dj3tbhlf] {
    background: linear-gradient(to bottom, #1abc9c, #16a085);
    border: 1px solid #138d75;
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
    padding: 5px 15px;
    border-radius: 3px;
}

.btn-agency:hover[b-t8dj3tbhlf] {
    background: linear-gradient(to bottom, #48c9b0, #1abc9c);
    color: #ffffff;
}

/* Form controls */
.agency-body .form-control[b-t8dj3tbhlf],
.agency-body .form-select[b-t8dj3tbhlf] {
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 3px;
}

/* Bottom Footer Bar — matches modernized top nav */
#site-bottom-bar[b-t8dj3tbhlf] {
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    border-top: 1px solid rgba(26, 188, 156, 0.22);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    overflow: visible;
    box-shadow: 0 -2px 10px rgba(15, 23, 42, 0.30);
}

.footer-left[b-t8dj3tbhlf] {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #94a3b8;
    font-size: 11px;
}

.footer-theme-switcher[b-t8dj3tbhlf] {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    pointer-events: auto;
}

.footer-left .company[b-t8dj3tbhlf] {
    color: #e2e8f0;
    font-weight: 600;
    letter-spacing: 0.2px;
}

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

.footer-theme-switcher[b-t8dj3tbhlf] {
    display: inline-flex;
    align-items: center;
}

.footer-right select[b-t8dj3tbhlf] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(26, 188, 156, 0.30);
    color: #ffffff;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 6px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.footer-right select:focus[b-t8dj3tbhlf] {
    outline: none;
    border-color: var(--agency-accent);
    box-shadow: 0 0 0 3px rgba(26, 188, 156, 0.20);
}

/* AChat Button in Footer */
.achat-btn[b-t8dj3tbhlf] {
    background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
    border: none;
    color: #ffffff;
    padding: 5px 14px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: filter 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 1px 2px rgba(22, 160, 133, 0.25);
}

.achat-btn:hover[b-t8dj3tbhlf] {
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 6px 14px -4px rgba(22, 160, 133, 0.45);
}

.achat-btn img[b-t8dj3tbhlf] {
    width: 16px;
    height: 16px;
}

/* AChat Window Styles */
.achat-dialog[b-t8dj3tbhlf] {
    position: fixed !important;
    padding: 0 !important;
    overflow: hidden;
}

.achat-dialog .ui-dialog-titlebar[b-t8dj3tbhlf] {
    background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
    border: none;
    border-radius: 0;
    padding: 8px 10px;
    cursor: move;
}

.achat-dialog .ui-dialog-title[b-t8dj3tbhlf] {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.achat-dialog .ui-dialog-titlebar-close[b-t8dj3tbhlf] {
    display: none !important;
}

.achat-macos-buttons[b-t8dj3tbhlf] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 8px;
}

.achat-macos-dot[b-t8dj3tbhlf] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.achat-macos-dot[b-t8dj3tbhlf]::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 7px;
    opacity: 0;
    transition: opacity 0.2s;
}

.achat-macos-buttons:hover .achat-macos-dot[b-t8dj3tbhlf]::before {
    opacity: 0.6;
}

.achat-macos-close[b-t8dj3tbhlf] {
    background-color: #ff5f56;
    border: 0.5px solid #e0443e;
}

.achat-macos-close[b-t8dj3tbhlf]::before {
    content: "\f00d";
    color: #4c0000;
}

.achat-macos-minimize[b-t8dj3tbhlf] {
    background-color: #ffbd2e;
    border: 0.5px solid #dea123;
}

.achat-macos-minimize[b-t8dj3tbhlf]::before {
    content: "\f068";
    color: #995700;
}

.achat-macos-maximize[b-t8dj3tbhlf] {
    background-color: #27c93f;
    border: 0.5px solid #1aab29;
}

.achat-macos-maximize[b-t8dj3tbhlf]::before {
    content: "\f065";
    color: #006500;
}

.achat-macos-dot:hover[b-t8dj3tbhlf] {
    opacity: 0.8;
}

.achat-dialog .ui-dialog-content[b-t8dj3tbhlf] {
    padding: 0;
    overflow: hidden;
    background: #fff;
}

.achat-dialog .ui-resizable-handle[b-t8dj3tbhlf] {
    background: transparent;
}

.achat-dialog[b-t8dj3tbhlf] {
    z-index: 9999 !important;
}

#AChatTaskbarBtn[b-t8dj3tbhlf] {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    display: none;
    z-index: 999999;
    box-shadow: 0 10px 25px -8px rgba(22, 160, 133, 0.55);
    font-weight: 600;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

#AChatTaskbarBtn:hover[b-t8dj3tbhlf] {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -8px rgba(22, 160, 133, 0.65);
    filter: brightness(1.05);
}

@media (max-width: 960px) {
    .footer-left[b-t8dj3tbhlf] {
        gap: 8px;
    }

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

/* Loading spinner — turquoise gradient overlay */
.agency-loading[b-t8dj3tbhlf] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(22, 160, 133, 0.85) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    color: #ffffff;
    backdrop-filter: blur(4px);
}

.agency-loading .spinner[b-t8dj3tbhlf] {
    width: 56px;
    height: 56px;
    border: 4px solid rgba(255, 255, 255, 0.25);
    border-top: 4px solid var(--agency-accent);
    border-radius: 50%;
    animation: spin-b-t8dj3tbhlf 0.9s linear infinite;
}

@keyframes spin-b-t8dj3tbhlf {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .agency-nav>li>a[b-t8dj3tbhlf] {
        padding: 0 10px;
        font-size: 11px;
    }

    .top-bar-right .date-display[b-t8dj3tbhlf] {
        display: none;
    }
}
/* /Components/Layout/AgencyLoginLayout.razor.rz.scp.css */
body[b-qn58u7l0g6] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background:
        radial-gradient(1200px 600px at 15% 10%, rgba(72, 201, 176, 0.55) 0%, transparent 60%),
        radial-gradient(900px 600px at 85% 90%, rgba(15, 118, 110, 0.55) 0%, transparent 60%),
        linear-gradient(135deg, #117a65 0%, #16a085 50%, #1abc9c 100%);
    background-attachment: fixed;
}
/* /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;
}

.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);
}
