@import 'Server.Client.kxubz01j0o.bundle.scp.css';
@import '_content/Crescendo.Blazor.Components.Havit/Crescendo.Blazor.Components.Havit.h9i6nr1d2j.bundle.scp.css';
@import '_content/Crescendo.Blazor.Components/Crescendo.Blazor.Components.ef2pinou71.bundle.scp.css';
@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.xl1p2gydxa.bundle.scp.css';

/* /Components/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hccz753pbm],
.components-reconnect-repeated-attempt-visible[b-hccz753pbm],
.components-reconnect-failed-visible[b-hccz753pbm],
.components-pause-visible[b-hccz753pbm],
.components-resume-failed-visible[b-hccz753pbm],
.components-rejoining-animation[b-hccz753pbm] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hccz753pbm],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hccz753pbm],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hccz753pbm],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hccz753pbm],
#components-reconnect-modal.components-reconnect-retrying[b-hccz753pbm],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hccz753pbm],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hccz753pbm],
#components-reconnect-modal.components-reconnect-failed[b-hccz753pbm],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hccz753pbm] {
    display: block;
}


#components-reconnect-modal[b-hccz753pbm] {
    background-color: var(--bs-body-bg, white);
    color: var(--bs-body-color, #212529);
    width: 24rem;
    max-width: 90vw;
    margin: 30vh auto;
    padding: 2.5rem 1.5rem;
    border: 1px solid var(--bs-border-color-translucent, rgba(0, 0, 0, 0.1));
    border-radius: var(--bs-border-radius-lg, 0.5rem);
    box-shadow: var(--bs-box-shadow-lg, 0 1rem 3rem rgba(0, 0, 0, 0.175));
    opacity: 0;
    transition: display 0.4s allow-discrete, overlay 0.4s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-hccz753pbm 0.4s both;
    &[open] {
        animation: components-reconnect-modal-slideUp-b-hccz753pbm 1s cubic-bezier(.05, .89, .25, 1.02) 0.1s, components-reconnect-modal-fadeInOpacity-b-hccz753pbm 0.4s ease-in-out 0.1s;
        animation-fill-mode: both;
    }
}

#components-reconnect-modal[b-hccz753pbm]::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    animation: components-reconnect-modal-fadeInOpacity-b-hccz753pbm 0.4s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-hccz753pbm {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hccz753pbm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hccz753pbm {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hccz753pbm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hccz753pbm] {
    margin: 0;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4;
}

#components-reconnect-modal .components-reconnect-repeated-attempt-visible[b-hccz753pbm] {
    font-size: 1rem;
    font-weight: 400;
    color: var(--bs-secondary-color, #6c757d);
}

#components-reconnect-modal button[b-hccz753pbm] {
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    border: 0;
    background-color: var(--bs-primary, #0d6efd);
    color: white;
    padding: 0.5rem 2rem;
    border-radius: var(--bs-border-radius, 0.375rem);
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    margin-top: 0.5rem;
}

#components-reconnect-modal button:hover[b-hccz753pbm] {
    background-color: var(--bs-primary-bg-subtle, #0b5ed7);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#components-reconnect-modal button:active[b-hccz753pbm] {
    background-color: var(--bs-primary, #0d6efd);
    transform: translateY(1px);
}

.components-rejoining-animation[b-hccz753pbm] {
    position: relative;
    width: 64px;
    height: 64px;
    margin-bottom: 0.5rem;
}

.components-rejoining-animation div[b-hccz753pbm] {
    position: absolute;
    border: 4px solid var(--bs-primary, #0d6efd);
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-hccz753pbm 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

        .components-rejoining-animation div:nth-child(2)[b-hccz753pbm] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hccz753pbm {
    0% {
        top: 32px;
        left: 32px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 32px;
        left: 32px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 64px;
        height: 64px;
        opacity: 0;
    }
}
/* /Layouts/MainLayout.razor.rz.scp.css */
header[b-9wbqj161wt]  .navbar {
    z-index: 10;
}

#blazor-error-ui[b-9wbqj161wt] {
    top: 1rem;
    left: 50%;
    display: none;
    padding: 0.75rem;
    position: fixed;
    width: min(700px, calc(100% - 1.5rem));
    transform: translateX(-50%);
    z-index: 91000;
}

@media (max-width: 576px) {
    #blazor-error-ui[b-9wbqj161wt] {
        top: 0.5rem;
        width: calc(100% - 0.5rem);
        padding: 0.25rem;
    }

    #blazor-error-ui[b-9wbqj161wt]  .blazor-error-icon {
        font-size: 3rem !important;
    }
}

#blazor-error-ui[b-9wbqj161wt]  .btn-close {
    filter: var(--bs-btn-close-white-filter);
    opacity: 0.85;
    position: absolute !important;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0.25rem;
    margin-right: 0.5rem;
}

#blazor-error-ui[b-9wbqj161wt]  .btn-close:hover {
    opacity: 1;
}

#blazor-error-ui[b-9wbqj161wt]  .alert {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 3rem;
}

#blazor-error-ui[b-9wbqj161wt]  .blazor-error-icon {
    font-size: 1.8rem !important;
    flex: 0 0 auto;
    margin: 0 0.5rem;
}

#blazor-error-ui .blazor-error-text[b-9wbqj161wt] {
    flex: 1 1 auto;
    min-width: 0;
    white-space: normal;
}

.logo[b-9wbqj161wt] {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}

header[b-9wbqj161wt]  .nav-link {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.main-layout[b-9wbqj161wt] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content-wrapper[b-9wbqj161wt] {
    flex: 1 0 auto;
}
/* /Pages/Errors/Error.razor.rz.scp.css */
.notfound-code[b-dhjwpbdtox] {
    font-size: clamp(6rem, 16vw, 12rem);
    line-height: 1;
    color: var(--bs-primary);
    font-weight: bold;
    margin-bottom: 0px;
}

.notfound-title[b-dhjwpbdtox] {
    color: var(--bs-primary);
}

.notfound-request[b-dhjwpbdtox] {
    color: var(--bs-primary);
    font-size: 0.9rem;
}
/* /Pages/Members/ForgotPassword.razor.rz.scp.css */
@media (min-width:600px) {
    .container-humanvalidation[b-znb3knobpx] {
        position: absolute;
        bottom: 50px;
        right: 5px;
    }
}

@media (max-width:599px) {
    .container-humanvalidation[b-znb3knobpx] {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
        display: flex;
        justify-content: center;
    }
}
/* /Pages/Members/Login.razor.rz.scp.css */
@media (min-width:600px) {
    .container-humanvalidation[b-rr9udytlpg] {
        position: absolute;
        bottom: 50px;
        right: 5px;
    }
}

@media (max-width:599px) {
    .container-humanvalidation[b-rr9udytlpg] {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
        display: flex;
        justify-content: center;
    }
}
/* /Pages/Members/ResetPassword.razor.rz.scp.css */
@media (min-width:600px) {
    .container-humanvalidation[b-rxeqft36f1] {
        position: absolute;
        bottom: 50px;
        right: 5px;
    }
}

@media (max-width:599px) {
    .container-humanvalidation[b-rxeqft36f1] {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
        display: flex;
        justify-content: center;
    }
}
/* /Pages/Support.razor.rz.scp.css */
/* MudBlazor Filled variant style for Havit Bootstrap inputs - Dark theme */

/* Apply to all form controls and selects in this page */
[b-94b90hkf4h] .form-control,
[b-94b90hkf4h] .form-select {
    position: relative;
    background-color: var(--bs-secondary-bg) !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    transition: background-color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    border: 0 !important;
    border-bottom: 1px solid var(--bs-border-color) !important;
    box-shadow: none !important;
    padding: 12px 12px 7px !important;
    color: var(--bs-body-color) !important;
}

[b-94b90hkf4h] .form-control::placeholder {
    color: var(--bs-secondary-color) !important;
}

[b-94b90hkf4h] .form-control:hover,
[b-94b90hkf4h] .form-select:hover {
    background-color: var(--bs-tertiary-bg) !important;
    border-bottom-color: var(--bs-emphasis-color) !important;
}

[b-94b90hkf4h] .form-control:focus,
[b-94b90hkf4h] .form-select:focus {
    background-color: var(--bs-secondary-bg) !important;
    border-bottom: 2px solid var(--bs-primary) !important;
    box-shadow: none !important;
    outline: 0;
    color: var(--bs-body-color) !important;
}

[b-94b90hkf4h] .form-select:active,
[b-94b90hkf4h] .form-select[aria-expanded="true"] {
    background-color: var(--bs-secondary-bg) !important;
    border-bottom: 2px solid var(--bs-primary) !important;
    color: var(--bs-body-color) !important;
}

/* Dropdown menu background - fix white hover */
[b-94b90hkf4h] .form-select option {
    background-color: var(--bs-dark) !important;
    color: var(--bs-body-color) !important;
}

[b-94b90hkf4h] .form-select option:hover {
    background-color: var(--bs-primary) !important;
    color: white !important;
}

[b-94b90hkf4h] .form-select option:checked {
    background-color: var(--bs-dark) !important;
    color: var(--bs-body-color) !important;
    font-weight: 500;
}

[b-94b90hkf4h] .form-control:disabled,
[b-94b90hkf4h] .form-select:disabled {
    background-color: var(--bs-tertiary-bg) !important;
    border-bottom-style: dotted !important;
    opacity: 0.6;
    color: var(--bs-secondary-color) !important;
}

[b-94b90hkf4h] .form-label {
    color: var(--bs-secondary-color) !important;
    transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    padding-left: 12px;
    margin-bottom: 0;
}

[b-94b90hkf4h] .form-control:focus ~ .form-label,
[b-94b90hkf4h] .form-select:focus ~ .form-label {
    color: var(--bs-primary) !important;
}

/* Select dropdown arrow using body color */
[b-94b90hkf4h] .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}
