/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-jberhnohxg] {
    background: lightyellow;
    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 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jberhnohxg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ProfileLayout.razor.rz.scp.css */
#blazor-error-ui[b-tgyv7b98ql] {
    background: lightyellow;
    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 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-tgyv7b98ql] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-eclc2swi1c],
.components-reconnect-repeated-attempt-visible[b-eclc2swi1c],
.components-reconnect-failed-visible[b-eclc2swi1c],
.components-pause-visible[b-eclc2swi1c],
.components-resume-failed-visible[b-eclc2swi1c],
.components-rejoining-animation[b-eclc2swi1c] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-eclc2swi1c],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-eclc2swi1c],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-eclc2swi1c],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-eclc2swi1c],
#components-reconnect-modal.components-reconnect-retrying[b-eclc2swi1c],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-eclc2swi1c],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-eclc2swi1c],
#components-reconnect-modal.components-reconnect-failed[b-eclc2swi1c],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-eclc2swi1c] {
    display: block;
}


#components-reconnect-modal[b-eclc2swi1c] {
    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-eclc2swi1c 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-eclc2swi1c 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-eclc2swi1c 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-eclc2swi1c]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-eclc2swi1c 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-eclc2swi1c {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-eclc2swi1c {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-eclc2swi1c {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-eclc2swi1c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-eclc2swi1c] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-eclc2swi1c] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-eclc2swi1c] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-eclc2swi1c] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-eclc2swi1c] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-eclc2swi1c] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-eclc2swi1c 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-eclc2swi1c] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-eclc2swi1c {
    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/ErrorCode.razor.rz.scp.css */
.error-title[b-umv4gt3o3p] {
    color: #252432;
    font-family: SansB;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
.error-text[b-umv4gt3o3p] {
    color: #252432;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.error-sub-text[b-umv4gt3o3p] {
    color: #252432;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.error-primary-btn[b-umv4gt3o3p] {
    background: #02bbd7;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
    padding: 13px;
    text-align: center;
    width: 100%;
}
    .error-primary-btn:active[b-umv4gt3o3p],
    .error-primary-btn:focus[b-umv4gt3o3p],
    .error-primary-btn:hover[b-umv4gt3o3p] {
        background: #02bbd7;
        color: #ffffff;
    }
.error-secondary-btn[b-umv4gt3o3p] {
    background: #ffffff;
    border: 1px solid #02bbd7 !important;
    border-radius: 10px;
    box-shadow: none;
    color: #02bbd7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
    padding: 13px;
    text-align: center;
    width: 100%;
}
    .error-secondary-btn:active[b-umv4gt3o3p],
    .error-secondary-btn:focus[b-umv4gt3o3p],
    .error-secondary-btn:hover[b-umv4gt3o3p] {
        background: #ffffff;
        border: 1px solid #02bbd7 !important;
        color: #02bbd7;
    }

/* /Components/Shared/__Pager.razor.rz.scp.css */
.pager-btn[b-bibaqv5duy] {
    background-color: #ffffff;
    border: 1px solid #d9dedc;
    border-right: none;
    border-left: none;
    color: #252432;
    height: 48px;
    line-height: 28px;
    padding: 5px 8px 0 8px;
    width: 40px;
}

.pager-btn-prev[b-bibaqv5duy] {
    background-color: #ffffff;
    border: 1px solid #d9dedc;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 10px !important;
    font-size: 13px;
    height: 48px;
    line-height: 28px;
    padding: 5px 8px 0 8px;
}

.pager-btn-next[b-bibaqv5duy] {
    background-color: #ffffff;
    border: 1px solid #d9dedc;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 10px !important;
    font-size: 13px;
    height: 48px;
    line-height: 28px;
    padding: 5px 8px 0 8px;
}

.pager-btn-next > i[b-bibaqv5duy]:before {
    font-size: 24px;
    color: #176b5b;
}

.pager-btn-prev > i[b-bibaqv5duy]:before {
    font-size: 24px;
    color: #176b5b;
}
.pager-btn-prev:disabled > i[b-bibaqv5duy]:before {
    color: #d9d9d9;
}
.pager-btn-next:disabled > i[b-bibaqv5duy]:before {
    color: #d9d9d9;
}

.pager-btn.disabled > i[b-bibaqv5duy]:before {
    color: #d9d9d9 !important;
}

.pager-btn-ellipsis[b-bibaqv5duy] {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-right: none;
    border-left: none;
    font-size: 30px;
    height: 48px;
    line-height: 1px;
    padding: 0;
    width: 40px;
}

.pager-btn.active[b-bibaqv5duy],
.pager-btn:disabled[b-bibaqv5duy] {
    color: #176b5b;
}
/* /Components/Shared/__PublicModal.razor.rz.scp.css */
.public-modal[b-ujv8jna0aa] {
    margin: 0 auto;
    max-width: 350px !important;
}
.public-modal-container[b-ujv8jna0aa] {
    background: #ffffff;
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 rgba(206, 200, 192, 0.15), 0 0 4px 0 rgba(206, 200, 192, 0.25);
}
.public-modal-header[b-ujv8jna0aa] {
    border-bottom: 1px solid #d9dedc;
    padding: 16px;
}
.public-modal-close-btn[b-ujv8jna0aa] {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #232625; 
    margin: 0;
    outline: none;
    padding: 0;
}
.public-modal-body[b-ujv8jna0aa] {
    background: #ffffff;
    border-radius: 0 0 15px 15px;
    padding: 16px;
}
.public-modal-header-text[b-ujv8jna0aa] {
    color: #232625;
    font-family: SansB;
    font-size: 16px;
    font-weight: 700;
    text-align: start;
}

.public-modal-text[b-ujv8jna0aa] {
    color: #232625;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: justify;
}

.public-modal-primary-btn[b-ujv8jna0aa] {
    background: #176b5b;
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 16px;
    text-align: center;
    width: 100%;
}
    .public-modal-primary-btn:active[b-ujv8jna0aa],
    .public-modal-primary-btn:focus[b-ujv8jna0aa],
    .public-modal-primary-btn:hover[b-ujv8jna0aa] {
        background: #176b5b ;
        border-radius: 12px;
        color: #ffffff;
    }

.public-modal-secondary-btn[b-ujv8jna0aa] {
    background: transparent;
    border: 1px solid #176b5b;
    border-radius: 12px;
    color: #176b5b;
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
    text-align: center;
    width: 100%;
}
    .public-modal-secondary-btn:active[b-ujv8jna0aa],
    .public-modal-secondary-btn:focus[b-ujv8jna0aa],
    .public-modal-secondary-btn:hover[b-ujv8jna0aa] {
        background: transparent;
        border: 1px solid #176b5b;
        border-radius: 12px;
        color: #176b5b;
    }

.public-modal-success-btn[b-ujv8jna0aa] {
    background: #176b5b;
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 12px;
    text-align: center;
    width: 100%;
}
    .public-modal-success-btn:active[b-ujv8jna0aa],
    .public-modal-success-btn:focus[b-ujv8jna0aa],
    .public-modal-success-btn:hover[b-ujv8jna0aa] {
        background: #176b5b;
        border-radius: 12px;
        color: #ffffff;
    }
.public-modal-danger-btn[b-ujv8jna0aa] {
    background: #c84b4b;
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 12px;
    text-align: center;
    width: 100%;
}
    .public-modal-danger-btn:active[b-ujv8jna0aa],
    .public-modal-danger-btn:focus[b-ujv8jna0aa],
    .public-modal-danger-btn:hover[b-ujv8jna0aa] {
        background: #c84b4b;
        border-radius: 12px;
        color: #ffffff;
    }
/* /Components/Shared/__PublicToast.razor.rz.scp.css */
.public-toast-body[b-8kaempn7ey] {
    border-radius: 12px;
    box-shadow: 0 4px 4px 0 rgba(206, 200, 192, 0.15), 0 0 4px 0 rgba(206, 200, 192, 0.25);
    max-width: 288px;
    min-height: 71px;
    padding: 8px;
}

    .public-toast-body.success[b-8kaempn7ey] {
        background: #def1ec;
        border: 1px solid #176b5b;
    }

    .public-toast-body.error[b-8kaempn7ey] {
        background: #faeded;
        border: 1px solid #c84b4b;
    }

    .public-toast-icon.success[b-8kaempn7ey] {
        color: #27855d;
    }
    .public-toast-icon.error[b-8kaempn7ey] {
        color: #c84b4b;
    }

.public-toast-title[b-8kaempn7ey] {
    color: #252432;
    font-family: SansB;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: start;
}

.public-toast-text[b-8kaempn7ey] {
    color: #252432;
    font-family: Sans !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
    text-align: start;
}

.public-toast-close-btn[b-8kaempn7ey] {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 8px;
}
    .public-toast-close-btn.success[b-8kaempn7ey] {
        color: #232625;
    }
    .public-toast-close-btn.error[b-8kaempn7ey] {
        color: #232625;
    }

.public-toast[b-8kaempn7ey] {
    visibility: hidden;
    min-width: 288px;
    margin-left: -144px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 180px;
}

    .public-toast.show[b-8kaempn7ey] {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 8.5s;
        animation: fadein-b-8kaempn7ey 0.5s, fadeout-b-8kaempn7ey 0.5s 8.5s;
    }

@-webkit-keyframes fadein {
        from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 180px;
        opacity: 1;
    }
}

@keyframes fadein-b-8kaempn7ey {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 180px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 180px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout-b-8kaempn7ey {
    from {
        top: 180px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}
