:root {
    --bs-body-bg: #fff;
    --bs-body-color: #181c32;
    --bs-primary: #009ef7;
    --bs-danger: #f1416c;
    --bs-warning: #ffc700;
    --bs-gray-100: #f5f8fa;
    --bs-gray-300: #e4e6ef;
    --bs-gray-500: #a1a5b7;
    --bs-gray-700: #5e6278;
    --bs-gray-900: #181c32;
    color-scheme: light;
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { background: var(--bs-body-bg); color: var(--bs-body-color); font-family: inherit; line-height: 1.5; }
body.modal-open { overflow: hidden; }
a { color: var(--bs-primary); text-decoration: none; }
a:hover { color: var(--color-indigo-500); }
img, svg { max-width: 100%; vertical-align: middle; }
button, input, select, textarea { color: inherit; font: inherit; }

.account-svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.account-svg-icon { display: inline-block; width: 1em; height: 1em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.container, .container-fluid { width: 100%; margin-right: auto; margin-left: auto; }
.container { max-width: 1320px; padding-right: 12px; padding-left: 12px; }
.container-fluid { padding-right: 12px; padding-left: 12px; }
.row { display: flex; flex-wrap: wrap; margin-right: -8px; margin-left: -8px; }
.row > * { padding-right: 8px; padding-left: 8px; }
.col-6 { flex: 0 0 auto; width: 50%; }

.d-none { display: none !important; }
.d-block { display: block !important; }
.d-flex { display: flex !important; }
.d-grid { display: grid !important; }
.flex-column { flex-direction: column !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-root { flex: 1 0 auto; }
.flex-column-fluid { flex: 1 0 auto; }
.flex-center { align-items: center; justify-content: center; }
.align-items-center { align-items: center !important; }
.align-items-stretch { align-items: stretch !important; }
.justify-content-center { justify-content: center !important; }
.align-middle { vertical-align: middle !important; }
.text-center { text-align: center !important; }

.w-100 { width: 100% !important; }
.w-80 { width: 80% !important; }
.mw-100 { max-width: 100% !important; }
.mh-300px { max-height: 300px !important; }
.border-0 { border: 0 !important; }
.bg-body { background-color: var(--bs-body-bg) !important; }
.bg-light { background-color: var(--bs-gray-100) !important; }
.bg-transparent { background-color: transparent !important; }
.rounded-8 { border-radius: 8px !important; }
.rounded-12 { border-radius: 12px !important; }

.fw-medium { font-weight: 500 !important; }
.fw-semibold { font-weight: 600 !important; }
.fw-bold, .fw-bolder { font-weight: 700 !important; }
.fs-base { font-size: 1rem !important; }
.fs-6 { font-size: 1.075rem !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.text-primary, .link-primary { color: var(--bs-primary) !important; }
.text-danger { color: var(--bs-danger) !important; }
.text-muted, .text-gray-500 { color: var(--bs-gray-500) !important; }
.text-gray-700 { color: var(--bs-gray-700) !important; }
.text-gray-900 { color: var(--bs-gray-900) !important; }

.m-0, .mb-0 { margin: 0 !important; }
.m-5 { margin: 5px !important; }
.mt-2 { margin-top: 2px !important; }
.mt-5 { margin-top: 5px !important; }
.mr-5 { margin-right: 5px !important; }
.mb-3 { margin-bottom: .75rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mb-5 { margin-bottom: 5px !important; }
.ml-5 { margin-left: 5px !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.mb-8 { margin-bottom: 2rem !important; }
.m-10 { margin: 10px !important; }
.mb-10 { margin-bottom: 10px !important; }
.ml-10 { margin-left: 10px !important; }
.mb-11 { margin-bottom: 2.75rem !important; }
.mb-14 { margin-bottom: 3.5rem !important; }
.mb-15 { margin-bottom: 15px !important; }
.mr-15 { margin-right: 15px !important; }
.ml-15 { margin-left: 15px !important; }
.m-20 { margin: 20px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mr-20 { margin-right: 20px !important; }
.ml-20 { margin-left: 20px !important; }
.m-30 { margin: 30px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mr-30 { margin-right: 30px !important; }
.ml-30 { margin-left: 30px !important; }
.m-40 { margin: 40px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mr-40 { margin-right: 40px !important; }
.ml-40 { margin-left: 40px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mt-100 { margin-top: 100px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.ms-2 { margin-left: .5rem !important; }
.me-4 { margin-right: 1rem !important; }
.ml-1 { margin-left: .25rem !important; }
.mr-3 { margin-right: .75rem !important; }
.mr-10 { margin-right: 10px !important; }
.p-0 { padding: 0 !important; }
.p-5 { padding: 5px !important; }
.pt-5 { padding-top: 5px !important; }
.pr-5 { padding-right: 5px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pl-5 { padding-left: 5px !important; }
.p-10 { padding: 10px !important; }
.pt-10 { padding-top: 10px !important; }
.pr-10 { padding-right: 10px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pl-10 { padding-left: 10px !important; }
.p-12 { padding: 3rem !important; }
.p-15 { padding: 15px !important; }
.pt-15 { padding-top: 15px !important; }
.pr-15 { padding-right: 15px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pl-15 { padding-left: 15px !important; }
.p-20 { padding: 20px !important; }
.pt-20 { padding-top: 20px !important; }
.pr-20 { padding-right: 20px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-35 { padding-left: 35px !important; }
.pb-6 { padding-bottom: 1.5rem !important; }
.pb-11 { padding-bottom: 2.75rem !important; }
.px-10 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; }
.py-5 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; }
.py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
.py-15 { padding-top: 3.75rem !important; padding-bottom: 3.75rem !important; }
.gap-5 { gap: 1.25rem !important; }

.form { display: block; }
.form-group, .fv-row { position: relative; }
.form-label { display: inline-block; margin-bottom: .5rem; color: #3f4254; font-weight: 600; }
.form-control {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: .775rem 1rem;
    border: 1px solid #e4e6ef;
    border-radius: 6px;
    background: #fff;
    color: #181c32;
    line-height: 1.5;
    outline: 0;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.form-control:hover:not(:focus) { border-color: color-mix(in srgb, var(--bs-primary) 30%, #e4e6ef); }
.form-control:focus { border-color: rgba(90, 111, 245, .5); box-shadow: 0 0 0 1px rgba(90, 111, 245, .2); }
.form-control::placeholder { color: #a1a5b7; opacity: 1; }
.form-control[readonly], .form-control:disabled { background: #f5f8fa; }
.form-text { margin-top: .5rem; color: #7e8299; font-size: .925rem; }
.input-group { position: relative; display: flex; width: 100%; }
.input-group > .form-control { flex: 1 1 auto; min-width: 0; }
.invalid-feedback { display: none; width: 100%; margin-top: .5rem; color: var(--bs-danger); font-size: .925rem; }
.is-invalid { border-color: var(--bs-danger) !important; }

.btn {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .75rem 1.5rem;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    transition: color .15s ease, background-color .15s ease, box-shadow .15s ease;
    user-select: none;
}
.btn-sm { min-height: 36px; padding: .55rem 1rem; font-size: .925rem; }
.btn-primary { background: #009ef7; color: #fff !important; }
.btn-primary:hover { background: var(--color-indigo-500); }
.btn-secondary, .btn-light { background: #f5f8fa; color: #7e8299; }
.btn-secondary:hover, .btn-light:hover { background: #e4e6ef; color: #3f4254; }
.btn.disabled, .btn:disabled { pointer-events: none; opacity: .65; }

.alert { position: relative; padding: 1rem 1.25rem; border: 1px solid transparent; border-radius: 6px; }
.alert-danger { border-color: #ffd6e0; background: #fff5f8; color: #d9214e; }
.alert-warning { border-color: #ffe99a; background: #fff8dd; color: #7e6000; }
.alert-info { border-color: #cfe8ff; background: #f1f8ff; color: #175b94; }

.card { border: 1px solid #eff2f5; border-radius: 8px; background: #fff; box-shadow: 0 0 20px rgba(76, 87, 125, .04); }
.card-flush { box-shadow: none; }
.card-body { padding: 2rem; }

.nav { display: flex; margin: 0; padding: 0; list-style: none; }
.nav-tabs { border-bottom: 1px solid #eff2f5; }
.nav-link { display: block; padding: .75rem 1rem; border-bottom: 2px solid transparent; color: #7e8299; }
.nav-link.active { border-color: #009ef7; color: #009ef7; }
.tab-pane { display: none; }
.tab-pane.active { display: block; }

.modal { position: fixed; z-index: 1055; inset: 0; display: none; overflow: auto; padding: 24px; outline: 0; }
.modal.show { display: block; }
.modal-dialog { position: relative; width: min(500px, 100%); margin: 1.75rem auto; pointer-events: none; }
.modal-dialog-centered { display: flex; min-height: calc(100% - 3.5rem); align-items: center; }
.modal-content { position: relative; width: 100%; border: 1px solid rgba(0, 0, 0, .1); border-radius: 8px; background: #fff; box-shadow: 0 10px 40px rgba(0, 0, 0, .18); pointer-events: auto; }
.modal-body { position: relative; padding: 1.75rem; }
.modal-backdrop { position: fixed; z-index: 1050; inset: 0; background: #000; opacity: 0; }
.modal-backdrop.show { opacity: .45; }

.kt-checkbox { display: inline-flex; align-items: flex-start; gap: 8px; cursor: pointer; }
.kt-checkbox input { margin-top: .2rem; }

[captcha-error]:not(.d-none) { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin: 12px 0 16px; }
.account-captcha-message-text { min-width: 0; flex: 1 1 auto; }
.account-captcha-message.is-loading .account-captcha-message-text { display: inline-flex; align-items: center; gap: 9px; }
.account-captcha-message.is-loading .account-captcha-message-text::before { width: 14px; height: 14px; flex: 0 0 14px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; content: ""; animation: account-spin .65s linear infinite; }
.account-captcha-retry { flex: 0 0 auto; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; transition: opacity .15s ease; }
.account-captcha-retry:hover { opacity: .72; }
.account-captcha-retry:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; border-radius: 2px; }
.account-turnstile-loading [btn-action] { cursor: wait; }
.account-turnstile-loading [btn-action] .indicator-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.account-turnstile-loading [btn-action] .indicator-label::before {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    content: "";
    animation: account-spin .65s linear infinite;
}

.account-toasts { position: fixed; z-index: 1200; top: 20px; right: 20px; display: grid; width: min(380px, calc(100vw - 40px)); gap: 10px; }
.account-toast { position: relative; display: grid; gap: 2px; padding: 13px 40px 13px 16px; border: 1px solid #e4e6ef; border-left-width: 4px; border-radius: 6px; background: #fff; box-shadow: 0 8px 30px rgba(0, 0, 0, .14); opacity: 0; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
.account-toast.is-visible { opacity: 1; transform: translateY(0); }
.account-toast-close { position: absolute; top: 7px; right: 8px; width: 28px; height: 28px; padding: 0; border: 0; background: transparent; color: #7e8299; cursor: pointer; font-size: 22px; line-height: 1; }
.account-toast--success { border-left-color: #50cd89; }
.account-toast--error { border-left-color: #f1416c; }
.account-toast--warning { border-left-color: #ffc700; }
.account-toast--info { border-left-color: #009ef7; }

.account-form-loading { cursor: wait; pointer-events: none; user-select: none; }
.account-action-loading { display: inline-flex !important; align-items: center; justify-content: center; gap: .5rem !important; pointer-events: none !important; cursor: wait !important; }
.account-button-spinner { display: inline-block; width: 16px; height: 16px; flex: 0 0 16px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: account-spin .65s linear infinite; }

@keyframes account-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 767.98px) {
    .col-6 { width: 100%; }
    .p-20 { padding: 20px !important; }
    .modal { padding: 12px; }
    .modal-dialog { margin: .75rem auto; }
}

@media (min-width: 768px) {
    .w-md-425px { width: 425px !important; }
    .w-md-500px { width: 500px !important; }
    .w-md-600px { width: 600px !important; }
    .w-md-700px { width: 700px !important; }
    .px-md-10 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; }
    .mb-md-15 { margin-bottom: 3.75rem !important; }
    .mt-md-20 { margin-top: 5rem !important; }
    .p-md-0-custom { padding: 0 !important; }
}

@media (min-width: 992px) {
    .flex-lg-row { flex-direction: row !important; }
    .flex-lg-row-auto { flex: 0 0 auto !important; }
    .p-lg-5 { padding: 1.25rem !important; }
    .p-lg-10 { padding: 2.5rem !important; }
    .px-lg-10 { padding-right: 2.5rem !important; padding-left: 2.5rem !important; }
    .py-lg-20 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
    .pb-lg-0 { padding-bottom: 0 !important; }
}
