/* /Components/ComponentFragments/__Pager.razor.rz.scp.css */
.pager-btn-container[b-23qxcm26qg] {
    border: 1px solid #462104;
    border-radius: 10px;
}

.pager-btn[b-23qxcm26qg] {
    background-color: transparent;
    border: none;
    box-shadow: none;
    height: 32.5px;
    line-height: 28px;
    padding: 5px 8px 0 8px;
    width: 32.5px;
}

.pager-btn-prev[b-23qxcm26qg] {
    background-color: transparent;
    border: none;
    box-shadow: none;
    height: 32.5px;
    outline: none;
    margin-left: 8px;
    padding: 0;
}

.pager-btn-next[b-23qxcm26qg] {
    background-color: transparent;
    border: none;
    box-shadow: none;
    height: 32.5px;
    outline: none;
    margin-right: 8px;
    padding: 0;
}

.pager-btn-next > i[b-23qxcm26qg]:before {
    font-size: 24px;
    color: #02bbd7;
}

.pager-btn-prev > i[b-23qxcm26qg]:before {
    font-size: 24px;
    color: #02bbd7;
}

.pager-btn-prev:disabled > i[b-23qxcm26qg]:before {
    color: #d9d9d9;
}

.pager-btn-next:disabled > i[b-23qxcm26qg]:before {
    color: #d9d9d9;
}

.pager-btn.disabled > i[b-23qxcm26qg]:before {
    color: #e8e9f3 !important;
}

.pager-btn-ellipsis[b-23qxcm26qg] {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-size: 30px;
    height: 32.5px;
    line-height: 1px;
    padding: 0;
    width: 32.5px;
}

.pager-btn.active[b-23qxcm26qg],
.pager-btn:disabled[b-23qxcm26qg] {
    background: #a3998c;
    border-radius: 10px;
    color: #462104;
}
/* /Components/ComponentFragments/__PublicModal.razor.rz.scp.css */
.public-modal[b-tc5nt3ie2b] {
    margin: 0 auto;
    max-width: 300px !important;
}
.public-modal-container[b-tc5nt3ie2b] {
    background: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(206, 200, 192, 0.15), 0 0 4px 0 rgba(206, 200, 192, 0.25);
    padding: 8px;
}

.product-modal-border[b-tc5nt3ie2b] {
    border: 1px dashed #3f3f3f;
    border-radius: 10px;
    padding: 8px;
}

.public-modal-header.danger[b-tc5nt3ie2b] {
    background: #ff6f62;
    min-height: 55px;
}

.public-modal-close-btn[b-tc5nt3ie2b] {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #3f3f3f; 
    margin: 0;
    padding: 0;
}

.public-modal-icon-container[b-tc5nt3ie2b] {
    margin-top: -25px;
}
.public-modal-icon[b-tc5nt3ie2b] {
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.public-modal-body[b-tc5nt3ie2b] {
    background: #ffffff;
    border-radius: 0 0 15px 15px;
    padding: 0;
}
.public-modal-header-text[b-tc5nt3ie2b] {
    color: #009ddc;
    font-family: SansB;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: center;
}
    .public-modal-header-text.success[b-tc5nt3ie2b] {
        color: #126c12;
    }
    .public-modal-header-text.danger[b-tc5nt3ie2b] {
        color: #d22c27;
    }

.public-modal-text[b-tc5nt3ie2b] {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: justify;
}

.public-modal-radio-container[b-tc5nt3ie2b] {
    background: #ffffff;
    border: 1px solid #e8e9f3;
    border-radius: 12px;
    padding: 12px;
}

.public-modal-radio-input[b-tc5nt3ie2b] {
    appearance: none;
    border: 2px solid #252432 !important;
    border-radius: 50% !important;
    display: block;
    height: 22px;
    line-height: normal;
    padding: 0;
    width: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .public-modal-radio-input:checked[b-tc5nt3ie2b] {
        background-clip: content-box;
        background-color: #02bbd7;
        border: 2px solid #02bbd7 !important;
        color: #02bbd7;
        padding: 4px;
    }

.public-modal-radio-text[b-tc5nt3ie2b] {
    color: #252432;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.public-modal-primary-btn[b-tc5nt3ie2b] {
    background: #ffbf32;
    border-radius: 10px;
    color: #462104;
    font-size: 14px;
    font-weight: 400;
    padding: 8px;
    text-align: center;
    width: 100%;
}

    .public-modal-primary-btn:active[b-tc5nt3ie2b],
    .public-modal-primary-btn:focus[b-tc5nt3ie2b],
    .public-modal-primary-btn:hover[b-tc5nt3ie2b] {
        background: #ffbf32;
        border-radius: 10px;
        color: #462104;
    }

.public-modal-secondary-btn[b-tc5nt3ie2b] {
    background: #fde3ab;
    border: 1px solid #ffbf32;
    border-radius: 10px;
    color: #462104;
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
    text-align: center;
    width: 100%;
}

    .public-modal-secondary-btn:active[b-tc5nt3ie2b],
    .public-modal-secondary-btn:focus[b-tc5nt3ie2b],
    .public-modal-secondary-btn:hover[b-tc5nt3ie2b] {
        background: #fde3ab;
        border: 1px solid #ffbf32;
        border-radius: 10px;
        color: #462104;
    }

.public-modal-share-link-btn[b-tc5nt3ie2b] {
    background: #ffffff;
    border: 1px solid #252432;
    box-shadow: none;
    border-radius: 10px;
    color: #252432;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px;
    text-align: center;
    width: 100%;
}

    .public-modal-share-link-btn i[b-tc5nt3ie2b] {
        font-size: 24px;
    }

.public-modal-share-whats-app-btn[b-tc5nt3ie2b] {
    background: #81c885;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px;
    text-align: center;
    width: 100%;
}

    .public-modal-share-whats-app-btn i[b-tc5nt3ie2b] {
        color: #ffffff;
        font-size: 24px;
    }

    .public-modal-share-whats-app-btn:active[b-tc5nt3ie2b],
    .public-modal-share-whats-app-btn:focus[b-tc5nt3ie2b],
    .public-modal-share-whats-app-btn:hover[b-tc5nt3ie2b] {
        background: #81c885;
        color: #ffffff;
    }

.public-modal-share-telegram-btn[b-tc5nt3ie2b] {
    background: #02bbd7;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px;
    text-align: center;
    width: 100%;
}

    .public-modal-share-telegram-btn i[b-tc5nt3ie2b] {
        color: #ffffff;
        font-size: 24px;
    }

    .public-modal-share-telegram-btn:active[b-tc5nt3ie2b],
    .public-modal-share-telegram-btn:focus[b-tc5nt3ie2b],
    .public-modal-share-telegram-btn:hover[b-tc5nt3ie2b] {
        background: #02bbd7;
        color: #ffffff;
    }

.public-modal-share-blue-link[b-tc5nt3ie2b] {
    margin-top: 8px;
}

    .public-modal-share-blue-link a[b-tc5nt3ie2b] {
        color: #02bbd7;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

.public-modal-share-green-text[b-tc5nt3ie2b] {
    color: #81c885;
}

    .public-modal-share-green-text i[b-tc5nt3ie2b] {
        color: #81c885;
    }

.public-modal-map-text[b-tc5nt3ie2b] {
    color: #5F6268;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2px;
    text-align: center;
}
/* /Components/ComponentFragments/__PublicToast.razor.rz.scp.css */
.public-toast-body[b-1wt97issyy] {
    border-radius: 10px;
    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-1wt97issyy] {
        background: #e1ece1;
    }

    .public-toast-body.error[b-1wt97issyy] {
        background: #f9e4e3;
    }

.public-toast-accent-col[b-1wt97issyy] {
    border-radius: 0 12px 12px 0;
    height: 100%;
    min-height: 70px;
    width: 16px;
}
    .public-toast-accent-col.success[b-1wt97issyy] {
        background: #81c885;
    }

    .public-toast-accent-col.error[b-1wt97issyy] {
        background: #ff6f62;
    }

.public-toast-normal-col[b-1wt97issyy] {
    height: 100%;
    min-height: 70px;
    width: 5px;
}
    .public-toast-normal-col.success[b-1wt97issyy] {
        background: #e7f4e7;
    }
    .public-toast-normal-col.error[b-1wt97issyy] {
        background: #ffe7e1;
    }

.public-toast-icon[b-1wt97issyy] {
    border-radius: 50%;
    margin-right: -10px;
}
    .public-toast-icon.success[b-1wt97issyy] {
        background: #e7f4e7;
        border: 2px solid #e7f4e7;
        color: #81c885;
    }
    .public-toast-icon.error[b-1wt97issyy] {
        background: #ffe7e1;
        border: 2px solid #ffe7e1;
        color: #ff6f62;
    }

.public-toast-title[b-1wt97issyy] {
    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-1wt97issyy] {
    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-1wt97issyy] {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 8px;
}
    .public-toast-close-btn.success[b-1wt97issyy] {
        color: #81c885;
    }
    .public-toast-close-btn.error[b-1wt97issyy] {
        color: #ff6f62;
    }

.public-toast[b-1wt97issyy] {
    visibility: hidden;
    min-width: 288px;
    margin-left: -144px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 180px;
}

    .public-toast.show[b-1wt97issyy] {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 8.5s;
        animation: fadein-b-1wt97issyy 0.5s, fadeout-b-1wt97issyy 0.5s 8.5s;
    }

@-webkit-keyframes fadein {
        from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 180px;
        opacity: 1;
    }
}

@keyframes fadein-b-1wt97issyy {
    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-1wt97issyy {
    from {
        top: 180px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}
/* /Components/Layout/AccountLayout.razor.rz.scp.css */
#blazor-error-ui[b-t21q5cc3lm] {
    color-scheme: light only;
    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-t21q5cc3lm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ErrorLayout.razor.rz.scp.css */
#blazor-error-ui[b-mmv6lrkeha] {
    color-scheme: light only;
    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-mmv6lrkeha] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-3cccnhnym9] {
    color-scheme: light only;
    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-3cccnhnym9] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xm8c4o98cr] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-xm8c4o98cr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-xm8c4o98cr] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xm8c4o98cr] {
    font-size: 1.1rem;
}

.bi[b-xm8c4o98cr] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-xm8c4o98cr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-xm8c4o98cr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-xm8c4o98cr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-xm8c4o98cr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xm8c4o98cr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xm8c4o98cr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xm8c4o98cr]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-xm8c4o98cr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-xm8c4o98cr]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-xm8c4o98cr] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xm8c4o98cr] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xm8c4o98cr] {
        display: none;
    }

    .nav-scrollable[b-xm8c4o98cr] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ohvwjiexgt],
.components-reconnect-repeated-attempt-visible[b-ohvwjiexgt],
.components-reconnect-failed-visible[b-ohvwjiexgt],
.components-pause-visible[b-ohvwjiexgt],
.components-resume-failed-visible[b-ohvwjiexgt],
.components-rejoining-animation[b-ohvwjiexgt] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ohvwjiexgt],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ohvwjiexgt],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ohvwjiexgt],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ohvwjiexgt],
#components-reconnect-modal.components-reconnect-retrying[b-ohvwjiexgt],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ohvwjiexgt],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ohvwjiexgt],
#components-reconnect-modal.components-reconnect-failed[b-ohvwjiexgt],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ohvwjiexgt] {
    display: block;
}


#components-reconnect-modal[b-ohvwjiexgt] {
    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-ohvwjiexgt 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ohvwjiexgt 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ohvwjiexgt 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ohvwjiexgt]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ohvwjiexgt 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ohvwjiexgt {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ohvwjiexgt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ohvwjiexgt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ohvwjiexgt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ohvwjiexgt] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ohvwjiexgt] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ohvwjiexgt] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ohvwjiexgt] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ohvwjiexgt] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ohvwjiexgt] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ohvwjiexgt 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ohvwjiexgt] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ohvwjiexgt {
    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-page-container[b-6jif3spye8] {
    background-image: url(/img/cloud.png), url(/img/cloud.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    min-height: 94.5vh;
}

.error-page-theme-1[b-6jif3spye8] {
    background: linear-gradient(180deg, #0c0914 0%, #65207b 25%, #7271d6 50%, #65207b 75%, #0c0914 100%);
}

.error-page-theme-2[b-6jif3spye8] {
    background: linear-gradient(180deg, #00181c 0%, #004651 25%, #5a9380 50%, #004651 75%, #00181c 100%);
}

.error-page-theme-3[b-6jif3spye8] {
    background: linear-gradient(180deg, #f73d48 0%, #ff8caf 25%, #ffffe3 50%, #ff8caf 75%, #f73d48 100%);
}

    .error-page-theme-3 .error-title[b-6jif3spye8] {
        color: #462104;
    }
.error-page-theme-3 .error-text[b-6jif3spye8] {
    color: #462104;
}
.error-page-theme-3 .error-sub-text[b-6jif3spye8] {
    color: #462104;
}

.error-title[b-6jif3spye8] {
    color: #ffffff;
    font-family: SansB;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}

.error-text[b-6jif3spye8] {
    color: #ffffff;
    font-family: SansB;
    font-size: 32px;
    font-weight: 700;
}

.error-sub-text[b-6jif3spye8] {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.error-primary-btn[b-6jif3spye8] {
    background: #ffbf32;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 8px 12px;
    text-align: center;
    width: 100%;
}

    .error-primary-btn:active[b-6jif3spye8],
    .error-primary-btn:focus[b-6jif3spye8],
    .error-primary-btn:hover[b-6jif3spye8] {
        background: #ffbf32;
        color: #462104;
    }

.error-secondary-btn[b-6jif3spye8] {
    background: #fde3ab;
    border: 1px solid #ffbf32;
    border-radius: 10px;
    box-shadow: none;
    color: #462104;
    font-family: "SansM";
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 8px 12px;
    text-align: center;
    width: 100%;
}

    .error-secondary-btn:active[b-6jif3spye8],
    .error-secondary-btn:focus[b-6jif3spye8],
    .error-secondary-btn:hover[b-6jif3spye8] {
        background: #fde3ab;
        border: 1px solid #ffbf32;
        border-radius: 10px;
        box-shadow: none;
        color: #462104;
    }
