/* /Components/Auth/OrganisationSwitcher.razor.rz.scp.css */
.smsclient-org-switcher[b-rsgs4qs998] {
    line-height: 1;
    min-width: 0;
}

.smsclient-menu-control[b-rsgs4qs998] {
    position: relative;
}

.smsclient-org-single[b-rsgs4qs998],
.smsclient-org-button[b-rsgs4qs998] {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.75rem;
    line-height: 1.1;
}

.smsclient-org-single[b-rsgs4qs998] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smsclient-org-button[b-rsgs4qs998] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    gap: 0.1rem;
    max-width: 12rem;
    min-width: 0;
    padding: 0;
    text-align: left;
}

.smsclient-org-button:hover[b-rsgs4qs998],
.smsclient-org-button:focus-visible[b-rsgs4qs998] {
    color: #ffffff;
    outline: none;
}

.smsclient-org-button span[b-rsgs4qs998] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smsclient-dropdown[b-rsgs4qs998] {
    background: var(--mud-palette-surface, #fff);
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    color: var(--mud-palette-text-primary, #1f1f1f);
    display: none;
    padding: 0.35rem 0;
    position: absolute;
    top: calc(100% + 0.25rem);
    z-index: 1400;
}

.smsclient-menu-control:hover .smsclient-dropdown[b-rsgs4qs998],
.smsclient-menu-control:focus-within .smsclient-dropdown[b-rsgs4qs998] {
    display: block;
}

.smsclient-dropdown-item[b-rsgs4qs998] {
    align-items: center;
    color: inherit;
    display: flex;
    gap: 0.5rem;
    min-height: 2.25rem;
    padding: 0.35rem 1rem;
    text-decoration: none;
    white-space: nowrap;
}

.smsclient-dropdown-item:hover[b-rsgs4qs998] {
    background: var(--mud-palette-action-default-hover, rgba(0, 0, 0, 0.06));
}

.smsclient-org-dropdown[b-rsgs4qs998] {
    left: 0;
    min-width: 13rem;
}
/* /Components/Auth/UserMenu.razor.rz.scp.css */
.smsclient-user-menu[b-0dsz4db7fb] {
    min-width: 0;
}

.smsclient-user-menu-control[b-0dsz4db7fb] {
    position: relative;
}

.smsclient-user-menu-button[b-0dsz4db7fb] {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 0;
    border-radius: 999px;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    gap: 0.5rem;
    max-width: min(18rem, 34vw);
    min-height: 2.5rem;
    min-width: 0;
    padding: 0.35rem 0.8rem;
}

.smsclient-user-menu-button:hover[b-0dsz4db7fb],
.smsclient-user-menu-button:focus-visible[b-0dsz4db7fb] {
    background: rgba(255, 255, 255, 0.16);
    outline: none;
}

.smsclient-user-menu-button .mud-icon-root[b-0dsz4db7fb] {
    flex: 0 0 auto;
}

.smsclient-user-menu-label[b-0dsz4db7fb] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smsclient-user-dropdown[b-0dsz4db7fb] {
    background: var(--mud-palette-surface, #fff);
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    color: var(--mud-palette-text-primary, #1f1f1f);
    display: none;
    min-width: 14rem;
    padding: 0.35rem 0;
    position: absolute;
    right: 0;
    top: calc(100% + 0.25rem);
    z-index: 1400;
}

.smsclient-user-menu-control:hover .smsclient-user-dropdown[b-0dsz4db7fb],
.smsclient-user-menu-control:focus-within .smsclient-user-dropdown[b-0dsz4db7fb] {
    display: block;
}

.smsclient-user-dropdown-item[b-0dsz4db7fb] {
    align-items: center;
    color: inherit;
    display: flex;
    gap: 0.5rem;
    min-height: 2.25rem;
    padding: 0.35rem 1rem;
    text-decoration: none;
}

.smsclient-user-dropdown-item:hover[b-0dsz4db7fb] {
    background: var(--mud-palette-action-default-hover, rgba(0, 0, 0, 0.06));
}

.smsclient-user-dropdown-label[b-0dsz4db7fb] {
    color: var(--mud-palette-text-secondary, #5f6368);
    cursor: default;
}

@media (max-width: 700px) {
    .smsclient-user-menu-button[b-0dsz4db7fb] {
        max-width: 2.5rem;
        padding-inline: 0.55rem;
    }

    .smsclient-user-menu-label[b-0dsz4db7fb] {
        display: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.smsclient-top-bar[b-7y9rtakzu8] {
    background: #16423c;
    color: #ffffff;
}

.smsclient-top-bar-content[b-7y9rtakzu8] {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-areas: "brand product actions";
    grid-template-columns: minmax(11rem, 1fr) auto minmax(8rem, 1fr);
    min-height: 64px;
    width: 100%;
}

.smsclient-brand[b-7y9rtakzu8] {
    align-items: center;
    display: inline-flex;
    gap: 0.75rem;
    grid-area: brand;
    min-width: 0;
    width: fit-content;
}

.smsclient-logo-link[b-7y9rtakzu8],
.smsclient-title-link[b-7y9rtakzu8] {
    min-width: 0;
}

.smsclient-logo-mark[b-7y9rtakzu8] {
    border-radius: 6px;
    display: block;
    height: 34px;
    object-fit: cover;
    width: 42px;
}

.smsclient-title-stack[b-7y9rtakzu8] {
    min-width: 0;
}

.smsclient-version-text[b-7y9rtakzu8] {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.68rem;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smsclient-title-stack .mud-typography[b-7y9rtakzu8],
.smsclient-title-stack .mud-link[b-7y9rtakzu8] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smsclient-product-stack[b-7y9rtakzu8] {
    grid-area: product;
    justify-self: center;
    min-width: 0;
}

.smsclient-product-title[b-7y9rtakzu8] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smsclient-top-bar-actions[b-7y9rtakzu8] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    grid-area: actions;
    justify-content: flex-end;
    min-width: 0;
}

.smsclient-theme-menu[b-7y9rtakzu8] {
    min-width: 0;
}

.smsclient-theme-menu-button[b-7y9rtakzu8] {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 0;
    border-radius: 999px;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    gap: 0.5rem;
    max-width: min(12rem, 26vw);
    min-height: 2.5rem;
    min-width: 0;
    padding: 0.35rem 0.8rem;
}

.smsclient-theme-menu-button:hover[b-7y9rtakzu8],
.smsclient-theme-menu-button:focus-visible[b-7y9rtakzu8] {
    background: rgba(255, 255, 255, 0.16);
    outline: none;
}

.smsclient-theme-menu-button .mud-icon-root[b-7y9rtakzu8] {
    flex: 0 0 auto;
}

.smsclient-theme-menu-label[b-7y9rtakzu8] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smsclient-theme-dropdown[b-7y9rtakzu8] {
    min-width: 10rem;
}

.smsclient-menu-control[b-7y9rtakzu8] {
    position: relative;
}

.smsclient-icon-menu-button[b-7y9rtakzu8] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    padding: 0;
    width: 2.25rem;
}

.smsclient-icon-menu-button:hover[b-7y9rtakzu8],
.smsclient-icon-menu-button:focus-visible[b-7y9rtakzu8] {
    background: rgba(255, 255, 255, 0.14);
    outline: none;
}

.smsclient-dropdown[b-7y9rtakzu8] {
    background: var(--mud-palette-surface, #fff);
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    color: var(--mud-palette-text-primary, #1f1f1f);
    display: none;
    min-width: 10rem;
    padding: 0.35rem 0;
    position: absolute;
    top: calc(100% + 0.25rem);
    z-index: 1400;
}

.smsclient-dropdown-right[b-7y9rtakzu8] {
    right: 0;
}

.smsclient-menu-control:hover .smsclient-dropdown[b-7y9rtakzu8],
.smsclient-menu-control:focus-within .smsclient-dropdown[b-7y9rtakzu8] {
    display: block;
}

.smsclient-dropdown-item[b-7y9rtakzu8] {
    align-items: center;
    color: inherit;
    display: flex;
    gap: 0.5rem;
    min-height: 2.25rem;
    padding: 0.35rem 1rem;
    text-decoration: none;
    white-space: nowrap;
}

.smsclient-dropdown-item:hover[b-7y9rtakzu8] {
    background: var(--mud-palette-action-default-hover, rgba(0, 0, 0, 0.06));
}

.smsclient-dropdown-label[b-7y9rtakzu8] {
    color: var(--mud-palette-text-secondary, #5f6368);
    cursor: default;
}

.smsclient-main-content[b-7y9rtakzu8] {
    background: #f6f8f8;
    min-height: calc(100vh - 64px);
}

#blazor-error-ui[b-7y9rtakzu8] {
    background: #fff5cc;
    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;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-7y9rtakzu8] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 700px) {
    .smsclient-top-bar-content[b-7y9rtakzu8] {
        align-items: start;
        gap: 0.5rem;
        grid-template-areas:
            "brand actions"
            "product product";
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: auto;
    }

    .smsclient-theme-menu-button[b-7y9rtakzu8] {
        max-width: 2.5rem;
        padding-inline: 0.55rem;
    }

    .smsclient-product-stack[b-7y9rtakzu8] {
        justify-self: start;
    }

    .smsclient-theme-menu-label[b-7y9rtakzu8] {
        display: none;
    }
}

@media (max-width: 420px) {
    .smsclient-logo-mark[b-7y9rtakzu8] {
        height: 30px;
        width: 38px;
    }

    .smsclient-brand[b-7y9rtakzu8] {
        gap: 0.5rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-f63bfg33ze],
.components-reconnect-repeated-attempt-visible[b-f63bfg33ze],
.components-reconnect-failed-visible[b-f63bfg33ze],
.components-pause-visible[b-f63bfg33ze],
.components-resume-failed-visible[b-f63bfg33ze],
.components-rejoining-animation[b-f63bfg33ze] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-f63bfg33ze],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-f63bfg33ze],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-f63bfg33ze],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-f63bfg33ze],
#components-reconnect-modal.components-reconnect-retrying[b-f63bfg33ze],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-f63bfg33ze],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-f63bfg33ze],
#components-reconnect-modal.components-reconnect-failed[b-f63bfg33ze],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-f63bfg33ze] {
    display: block;
}


#components-reconnect-modal[b-f63bfg33ze] {
    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-f63bfg33ze 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-f63bfg33ze 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-f63bfg33ze 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-f63bfg33ze]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-f63bfg33ze 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-f63bfg33ze {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-f63bfg33ze {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-f63bfg33ze {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-f63bfg33ze] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-f63bfg33ze] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-f63bfg33ze] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-f63bfg33ze] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-f63bfg33ze] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-f63bfg33ze] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-f63bfg33ze] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-f63bfg33ze 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-f63bfg33ze] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-f63bfg33ze {
    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;
    }
}
