/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout-drawer-body[b-nkbfazjuqx]  .groupbox {
    margin-top: 1rem;
}

.layout-drawer-body[b-nkbfazjuqx]  .btn-info {
    --bs-info: #0078d4;
    --bs-btn-hover-bg: #1260b0;
    margin-bottom: 1rem;
}

#blazor-error-ui[b-nkbfazjuqx] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-nkbfazjuqx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-h1auuat161],
.components-reconnect-repeated-attempt-visible[b-h1auuat161],
.components-reconnect-failed-visible[b-h1auuat161],
.components-pause-visible[b-h1auuat161],
.components-resume-failed-visible[b-h1auuat161],
.components-rejoining-animation[b-h1auuat161] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-h1auuat161],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-h1auuat161],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-h1auuat161],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-h1auuat161],
#components-reconnect-modal.components-reconnect-retrying[b-h1auuat161],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-h1auuat161],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-h1auuat161],
#components-reconnect-modal.components-reconnect-failed[b-h1auuat161],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-h1auuat161] {
    display: block;
}


#components-reconnect-modal[b-h1auuat161] {
    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-h1auuat161 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-h1auuat161 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-h1auuat161 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-h1auuat161]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-h1auuat161 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-h1auuat161 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-h1auuat161 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-h1auuat161 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-h1auuat161] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-h1auuat161] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-h1auuat161] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-h1auuat161] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-h1auuat161] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-h1auuat161] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-h1auuat161] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-h1auuat161 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-h1auuat161] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-h1auuat161 {
    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/Pages/CacheList.razor.rz.scp.css */
.table-cache-list[b-ccwbutaix3] {
    height: calc(100vh - 180px);
}

[b-ccwbutaix3] .table-cache-value {
    max-height: 80px;
    overflow: auto;
    align-items: flex-start;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
[b-bdbo08yu03] .card-header {
    border-bottom-width: 0;
    display: flex;
    align-items: center;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

[b-bdbo08yu03] .card-title {
    color: var(--bs-primary);
    font-weight: bold;
}

.db-progress[b-bdbo08yu03] {
    height: 24px;
    display: flex;
    align-items: center;
}

    .db-progress[b-bdbo08yu03]  .progress {
        flex: 1;
    }

.progress-item:not(:last-child)[b-bdbo08yu03] {
    margin-block-end: 1rem;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.background-image[b-4dppft9kgb] {
    background-image: url('https://logincdn.msauth.net/shared/5/js/../images/fluent_web_light_57fee22710b04cebe1d5.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.login-container[b-4dppft9kgb] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
}

.login-box[b-4dppft9kgb] {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    width: auto;
    font-family: "Segoe UI", sans-serif;
    text-align: left;
    position: relative;
    box-sizing: content-box !important;
}

[b-4dppft9kgb] .input {
    width: 100%;
    padding: 10px;
    margin: 12px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.header-row[b-4dppft9kgb] {
    display: flex;
    align-items: center;
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}

.back-button[b-4dppft9kgb] {
    position: absolute;
    left: 0;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.blazor-text[b-4dppft9kgb] {
    font-family: Arial, sans-serif;
    font-size: 1.8rem; 
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to right, #8e44ad, #e84393);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0; 
}

.logo-container[b-4dppft9kgb] {
    flex: 1;
    display: flex;
    justify-content: center;
    margin-left: 40px; 
    margin-right: 40px; 
}

.logo[b-4dppft9kgb] {
    height: 28px;
}

[b-4dppft9kgb] .button {
    width: 100%;
    padding: 10px;
    background-color: #0078d4;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button:hover[b-4dppft9kgb] {
    background-color: #005a9e;
}

.links[b-4dppft9kgb] {
    margin-top: 10px;
    font-size: 14px;
}

    .links a[b-4dppft9kgb] {
        color: #0066cc;
        text-decoration: none;
    }

        .links a:hover[b-4dppft9kgb] {
            text-decoration: underline;
        }

.small[b-4dppft9kgb] {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.email-display[b-4dppft9kgb] {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.error[b-4dppft9kgb] {
    color: red;
    font-size: 13px;
}

.lang-switch[b-4dppft9kgb] {
    position: absolute;
    top: 10px;
    right: 10px;
}

.animate-fade-in[b-4dppft9kgb] {
    animation: fadeIn-b-4dppft9kgb 0.5s ease-in-out;
}

@keyframes fadeIn-b-4dppft9kgb {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-out[b-4dppft9kgb] {
    animation: fadeOut-b-4dppft9kgb 0.5s ease-in-out forwards;
}

@keyframes fadeOut-b-4dppft9kgb {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}
/* /Components/Pages/Users.razor.rz.scp.css */
.page-user[b-s64emgkbec] {
    height: calc(100vh - 2rem - var(--bb-layout-footer-height) - var(--bb-layout-header-height) - var(--bb-tabs-item-height, 0));
    display: flex;
    flex-direction: column;
}

.user-demo-address[b-s64emgkbec] {
    margin-top: .25rem;
    font-size: 86%;
    color: #c0c4cc;
}

[b-s64emgkbec] .table-users {
    flex: 1;
    height: 1%;
    min-height: 0;
}

[b-s64emgkbec] .table-cell img {
    width: 46px;
    border-radius: var(--bs-border-radius);
}

[b-s64emgkbec] .table-cell .progress {
    height: 6px;
    margin-top: .5rem;
}
