:root {
    --sa-purple: #6c2bd9;
    --sa-purple-dark: #351079;
    --sa-purple-soft: #f2ebff;
    --sa-orange: #ff6b0b;
    --sa-green: #16a36a;
    --sa-ink: #1e142d;
    --sa-muted: #756b82;
    --sa-surface: #ffffff;
    --sa-surface-soft: #f4f2f7;
    --sa-line: #e8e3ed;
    --sa-focus: rgba(108, 43, 217, .16);
    --sa-shadow: 0 22px 70px rgba(53, 16, 121, .10);
}

html[data-theme="dark"] {
    color-scheme: dark;
    --sa-ink: #f8f4ff;
    --sa-muted: #bdb1cd;
    --sa-surface: #100a1d;
    --sa-surface-soft: #1b1230;
    --sa-line: #3b2b52;
    --sa-focus: rgba(151, 101, 239, .22);
    --sa-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

body.this-is-login-page {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background-color: var(--sa-surface) !important;
    color: var(--sa-ink);
    font-family: "Manrope", "Cairo", sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

body.rtl-mode.this-is-login-page {
    font-family: "Cairo", "Manrope", sans-serif !important;
}

body.this-is-login-page .site-wrapper {
    width: 100%;
    min-height: 100vh;
    overflow: visible !important;
}

body.this-is-login-page .live-support-trigger,
body.this-is-login-page .gbpr-badge-fixed {
    display: none !important;
}

body.this-is-login-page .preloader {
    display: none !important;
}

.sa-auth-shell,
.sa-auth-shell * {
    box-sizing: border-box;
}

.sa-auth-shell {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100vh;
    background: var(--sa-surface);
    color: var(--sa-ink);
}

.sa-auth-story {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 42%;
    flex-direction: column;
    min-width: 430px;
    min-height: 100vh;
    padding: 46px 48px 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 94%, rgba(108, 43, 217, .10), transparent 25%),
        radial-gradient(circle at 92% 6%, rgba(255, 107, 11, .07), transparent 23%),
        #fcfbfd;
    border-inline-end: 1px solid rgba(83, 55, 107, .05);
}

.sa-auth-story-pattern {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .7;
    background-image:
        linear-gradient(45deg, transparent 47%, rgba(108, 43, 217, .035) 48%, rgba(108, 43, 217, .035) 52%, transparent 53%),
        linear-gradient(-45deg, transparent 47%, rgba(108, 43, 217, .035) 48%, rgba(108, 43, 217, .035) 52%, transparent 53%);
    background-size: 30px 30px;
}

.sa-auth-story::before,
.sa-auth-story::after {
    position: absolute;
    z-index: -1;
    width: 260px;
    height: 260px;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(108, 43, 217, .08);
    border-radius: 38% 62% 64% 36% / 45% 36% 64% 55%;
    animation: sa-auth-float 13s ease-in-out infinite;
}

.sa-auth-story::before {
    inset-block-start: -150px;
    inset-inline-end: -125px;
}

.sa-auth-story::after {
    inset-block-end: -190px;
    inset-inline-start: -110px;
    width: 330px;
    height: 330px;
    border-color: rgba(255, 107, 11, .08);
    animation-delay: -5s;
}

html[data-theme="dark"] .sa-auth-story {
    background:
        radial-gradient(circle at 8% 94%, rgba(108, 43, 217, .22), transparent 27%),
        radial-gradient(circle at 92% 6%, rgba(255, 107, 11, .10), transparent 24%),
        #140d23;
    border-color: #2f2142;
}

html[data-theme="dark"] .sa-auth-story-pattern {
    opacity: .85;
    background-image:
        linear-gradient(45deg, transparent 47%, rgba(181, 145, 245, .035) 48%, rgba(181, 145, 245, .035) 52%, transparent 53%),
        linear-gradient(-45deg, transparent 47%, rgba(181, 145, 245, .035) 48%, rgba(181, 145, 245, .035) 52%, transparent 53%);
}

.sa-auth-logo,
.sa-auth-mobile-logo {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    width: 176px;
    height: 45px;
}

.sa-auth-logo img,
.sa-auth-mobile-logo img {
    display: block;
    width: 176px;
    height: auto;
}

.sa-auth-logo-dark {
    display: none !important;
}

html[data-theme="dark"] .sa-auth-logo-light {
    display: none !important;
}

html[data-theme="dark"] .sa-auth-logo-dark {
    display: block !important;
}

.sa-auth-announcement {
    position: relative;
    width: min(100%, 510px);
    margin: auto 0;
    padding-block: 72px;
    text-align: start;
}

.sa-auth-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    color: var(--sa-purple);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
}

.sa-auth-kicker i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 9px;
    background: var(--sa-purple-soft);
    color: var(--sa-orange);
    font-size: 11px;
}

html[data-theme="dark"] .sa-auth-kicker i {
    background: #2c1c48;
}

.sa-auth-announcement h2 {
    max-width: 480px;
    margin: 0 0 17px;
    color: var(--sa-ink);
    font-family: inherit;
    font-size: clamp(27px, 2.35vw, 40px);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -.035em;
}

body.rtl-mode .sa-auth-announcement h2 {
    letter-spacing: 0;
    line-height: 1.45;
}

.sa-auth-announcement > p {
    max-width: 495px;
    margin: 0;
    color: var(--sa-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
}

.sa-auth-points {
    display: flex;
    gap: 7px;
    margin-top: 28px;
}

.sa-auth-points span {
    width: 7px;
    height: 7px;
    border-radius: 99px;
    background: #cfc5d9;
}

.sa-auth-points span.active {
    width: 24px;
    background: linear-gradient(90deg, var(--sa-purple-dark), var(--sa-purple));
}

.sa-auth-story-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.sa-auth-story-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid var(--sa-line);
    border-radius: 10px;
    background: rgba(255, 255, 255, .68);
    color: var(--sa-muted);
    font-size: 10px;
    font-weight: 800;
}

.sa-auth-story-benefits i {
    color: var(--sa-green);
}

html[data-theme="dark"] .sa-auth-story-benefits span {
    background: rgba(27, 18, 48, .75);
}

.sa-auth-story-footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.sa-auth-chat {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 19px 19px 19px 6px;
    background: linear-gradient(145deg, #7d38e9, #4c159e);
    box-shadow: 0 13px 30px rgba(78, 24, 163, .30);
    color: #fff !important;
    font-size: 18px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.sa-auth-chat:hover {
    transform: translateY(-3px);
    box-shadow: 0 17px 35px rgba(78, 24, 163, .36);
}

.sa-auth-socials {
    display: flex;
    gap: 7px;
}

.sa-auth-socials a {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 50%;
    background: #17121f;
    color: #fff !important;
    font-size: 10px;
    transition: background .2s ease, transform .2s ease;
}

.sa-auth-socials a:hover {
    background: var(--sa-purple);
    transform: translateY(-2px);
}

.sa-auth-main {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1 1 58%;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    min-height: 100vh;
    padding: 94px clamp(32px, 5vw, 78px) 38px;
    background: var(--sa-surface);
}

.sa-auth-toolbar {
    position: absolute;
    z-index: 20;
    inset-block-start: 28px;
    inset-inline: clamp(28px, 4vw, 58px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sa-auth-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sa-muted) !important;
    font-size: 12px;
    font-weight: 700;
    transition: color .2s ease;
}

.sa-auth-home:hover {
    color: var(--sa-purple) !important;
}

body.rtl-mode .sa-auth-home > i,
body.rtl-mode .sa-auth-submit > i {
    transform: rotate(180deg);
}

.sa-auth-tools {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sa-auth-theme,
.sa-auth-picker summary,
.sa-auth-select-wrap {
    height: 38px;
    border: 1px solid var(--sa-line);
    border-radius: 11px;
    background: var(--sa-surface);
    color: var(--sa-muted);
    box-shadow: 0 5px 18px rgba(48, 27, 67, .04);
}

.sa-auth-theme {
    display: grid;
    width: 38px;
    padding: 0;
    place-items: center;
    cursor: pointer;
    font-size: 13px;
    transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.sa-auth-theme:hover {
    color: var(--sa-purple);
    border-color: rgba(108, 43, 217, .35);
    transform: translateY(-1px);
}

.sa-theme-sun {
    display: none;
}

html[data-theme="dark"] .sa-theme-moon {
    display: none;
}

html[data-theme="dark"] .sa-theme-sun {
    display: inline-block;
    color: #ffc46b;
}

.sa-auth-picker {
    position: relative;
    margin: 0;
}

.sa-auth-picker summary {
    display: flex;
    min-width: 74px;
    padding: 0 11px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    list-style: none;
}

.sa-auth-picker summary::-webkit-details-marker {
    display: none;
}

.sa-auth-picker summary .fa-chevron-down {
    font-size: 7px;
    transition: transform .2s ease;
}

.sa-auth-picker[open] summary .fa-chevron-down {
    transform: rotate(180deg);
}

.sa-auth-picker-menu {
    position: absolute;
    z-index: 30;
    inset-block-start: calc(100% + 8px);
    inset-inline-end: 0;
    width: 225px;
    padding: 7px;
    border: 1px solid var(--sa-line);
    border-radius: 14px;
    background: var(--sa-surface);
    box-shadow: var(--sa-shadow);
    animation: sa-auth-menu-in .16s ease both;
}

.sa-auth-picker-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 11px;
    border-radius: 9px;
    color: var(--sa-ink) !important;
    font-size: 11px;
    font-weight: 700;
}

.sa-auth-picker-menu a:hover {
    background: var(--sa-purple-soft);
    color: var(--sa-purple) !important;
}

html[data-theme="dark"] .sa-auth-picker-menu a:hover {
    background: #2b1c46;
}

.sa-auth-picker-menu small {
    color: var(--sa-muted);
    font-size: 9px;
}

.sa-auth-select-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-inline: 10px 5px;
}

.sa-auth-select-wrap i {
    color: var(--sa-purple);
    font-size: 10px;
}

.sa-auth-select-wrap select {
    width: 58px;
    height: 34px !important;
    padding: 0 19px 0 5px !important;
    border: 0 !important;
    outline: 0;
    background: transparent;
    color: var(--sa-muted);
    font-family: inherit;
    font-size: 10px;
    font-weight: 800;
    box-shadow: none !important;
}

/* Shared preference controls inside the full WHMCS client area. */
.sa-client-pref-controls {
    flex: 0 0 auto;
    gap: 7px;
    margin-inline-end: 16px;
}

.sa-client-pref-controls .header-lang {
    position: relative !important;
}

.sa-client-pref-controls .btn-header-lang {
    display: inline-flex;
    min-width: 80px;
    height: 38px;
    padding: 0 11px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 11px;
    color: #fff !important;
    font-weight: 800;
}

.sa-client-pref-controls .header-lang-currency {
    margin-inline-start: 3px;
    color: inherit;
    font-size: 9px;
    opacity: .72;
}

.sa-client-locale-menu {
    inset-block-start: calc(100% + 9px) !important;
    inset-inline-start: 0 !important;
    width: 260px !important;
    min-width: 260px !important;
    padding: 8px !important;
    overflow: visible !important;
    border: 1px solid var(--sa-line) !important;
    border-radius: 14px !important;
    background: var(--sa-surface) !important;
    box-shadow: var(--sa-shadow) !important;
    transform: none !important;
}

.sa-client-locale-menu > a,
.sa-client-currency-link,
.sa-client-currency-current {
    display: flex;
    width: 100%;
    min-height: 39px;
    padding: 8px 10px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: var(--sa-ink) !important;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    text-align: start;
}

.sa-client-locale-menu > a:hover,
.sa-client-currency-link:hover {
    background: var(--sa-surface-soft);
    color: var(--sa-purple) !important;
}

.sa-client-locale-menu small,
.sa-client-currency-link strong {
    color: var(--sa-muted);
    font-size: 9px;
}

.sa-client-currency-link,
.sa-client-currency-current {
    margin-top: 5px;
    border-top: 1px solid var(--sa-line);
    border-radius: 0 0 9px 9px;
    cursor: pointer;
}

.sa-client-currency-link i,
.sa-client-currency-current i {
    color: var(--sa-purple);
}

.sa-client-theme {
    border-color: rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

html[data-theme="dark"] body.not-login-page,
html[data-theme="dark"] body.not-login-page .site-wrapper,
html[data-theme="dark"] body.not-login-page #main-body,
html[data-theme="dark"] body.not-login-page .bg-default-2,
html[data-theme="dark"] body.not-login-page .bg-default {
    background-color: #100a1d !important;
    color: var(--sa-ink) !important;
}

html[data-theme="dark"] body.not-login-page .white-bg,
html[data-theme="dark"] body.not-login-page .card,
html[data-theme="dark"] body.not-login-page .modal-content,
html[data-theme="dark"] body.not-login-page .dropdown-menu,
html[data-theme="dark"] body.not-login-page .list-group-item,
html[data-theme="dark"] body.not-login-page table,
html[data-theme="dark"] body.not-login-page thead,
html[data-theme="dark"] body.not-login-page tbody,
html[data-theme="dark"] body.not-login-page tr,
html[data-theme="dark"] body.not-login-page td,
html[data-theme="dark"] body.not-login-page th {
    border-color: var(--sa-line) !important;
    background-color: var(--sa-surface) !important;
    color: var(--sa-ink) !important;
}

html[data-theme="dark"] body.not-login-page h1,
html[data-theme="dark"] body.not-login-page h2,
html[data-theme="dark"] body.not-login-page h3,
html[data-theme="dark"] body.not-login-page h4,
html[data-theme="dark"] body.not-login-page h5,
html[data-theme="dark"] body.not-login-page h6,
html[data-theme="dark"] body.not-login-page p,
html[data-theme="dark"] body.not-login-page label,
html[data-theme="dark"] body.not-login-page .color-blackish-blue,
html[data-theme="dark"] body.not-login-page .text-dark,
html[data-theme="dark"] body.not-login-page .text-muted {
    color: var(--sa-ink) !important;
}

html[data-theme="dark"] body.not-login-page .form-control,
html[data-theme="dark"] body.not-login-page input,
html[data-theme="dark"] body.not-login-page select,
html[data-theme="dark"] body.not-login-page textarea {
    border-color: var(--sa-line) !important;
    background-color: var(--sa-surface-soft) !important;
    color: var(--sa-ink) !important;
}

html[data-theme="dark"] body.not-login-page .light-version-logo {
    display: none !important;
}

html[data-theme="dark"] body.not-login-page .dark-version-logo {
    display: block !important;
}

body.not-login-page {
    overflow-x: hidden;
}

.sa-auth-mobile-logo {
    display: none;
}

.sa-auth-card {
    width: 100%;
    color: var(--sa-ink);
    animation: sa-auth-card-in .5s cubic-bezier(.2, .7, .2, 1) both;
}

.sa-auth-card-login {
    max-width: 430px;
    margin: auto;
    padding: 30px 32px;
}

.sa-auth-card-register {
    max-width: 760px;
    margin: 25px auto 0;
}

.sa-auth-card-message {
    max-width: 520px;
    margin: auto;
    text-align: center;
}

.sa-auth-heading {
    margin-bottom: 28px;
    text-align: center;
}

.sa-auth-heading-icon {
    display: inline-grid;
    width: 43px;
    height: 43px;
    margin-bottom: 14px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(145deg, #f4edff, #ebe0ff);
    color: var(--sa-purple);
    font-size: 16px;
    box-shadow: 0 8px 24px rgba(108, 43, 217, .10);
}

html[data-theme="dark"] .sa-auth-heading-icon {
    background: #2a1946;
    color: #b68cff;
}

.sa-auth-heading h1,
.sa-auth-card-message h1 {
    margin: 0 0 8px;
    color: var(--sa-ink);
    font-family: inherit;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -.035em;
}

body.rtl-mode .sa-auth-heading h1,
body.rtl-mode .sa-auth-card-message h1 {
    letter-spacing: 0;
}

.sa-auth-heading p {
    margin: 0;
    color: var(--sa-muted);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
}

.sa-auth-secure-note {
    display: flex;
    min-height: 54px;
    margin-bottom: 23px;
    padding: 12px 15px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--sa-line);
    border-radius: 11px;
    background: var(--sa-surface-soft);
    color: var(--sa-muted);
    font-size: 10px;
    font-weight: 700;
}

.sa-auth-secure-note i {
    color: var(--sa-green);
}

.sa-auth-social-login {
    min-height: 58px;
    margin-bottom: 14px;
    padding: 9px;
    border: 1px solid var(--sa-line);
    border-radius: 11px;
    background: var(--sa-surface-soft);
}

.sa-auth-social-login .btn,
.sa-auth-social-login a {
    min-height: 38px;
    border-color: var(--sa-line) !important;
    background: var(--sa-surface) !important;
    color: var(--sa-ink) !important;
    font-family: inherit;
    font-size: 11px !important;
    box-shadow: none !important;
}

.sa-auth-divider {
    position: relative;
    display: flex;
    margin: 18px 0;
    align-items: center;
    justify-content: center;
    color: var(--sa-muted);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.sa-auth-divider::before,
.sa-auth-divider::after {
    height: 1px;
    content: "";
    flex: 1;
    background: var(--sa-line);
}

.sa-auth-divider span {
    padding: 0 10px;
}

.sa-auth-form {
    width: 100%;
}

.sa-field {
    position: relative;
    min-width: 0;
    margin-bottom: 17px;
    text-align: start;
}

.sa-field label,
.sa-label-row label {
    display: block;
    margin: 0 0 7px;
    color: var(--sa-ink);
    font-family: inherit;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.sa-field label small {
    color: var(--sa-muted);
    font-size: 9px;
    font-weight: 500;
}

.sa-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.sa-label-row > a {
    margin-bottom: 7px;
    color: var(--sa-purple) !important;
    font-size: 10px;
    font-weight: 700;
}

.sa-auth-shell .sa-field input:not([type="checkbox"]):not([type="radio"]),
.sa-auth-shell .sa-field select,
.sa-auth-shell .sa-field textarea,
.sa-auth-shell .sa-custom-control input:not([type="checkbox"]):not([type="radio"]),
.sa-auth-shell .sa-custom-control select,
.sa-auth-shell .sa-custom-control textarea {
    display: block;
    width: 100% !important;
    height: 48px !important;
    margin: 0;
    padding: 0 14px !important;
    border: 1px solid transparent !important;
    border-radius: 9px !important;
    outline: 0 !important;
    background: var(--sa-surface-soft) !important;
    color: var(--sa-ink) !important;
    font-family: inherit !important;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 48px;
    box-shadow: none !important;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.sa-auth-shell .sa-field textarea,
.sa-auth-shell .sa-custom-control textarea {
    min-height: 96px;
    height: auto !important;
    padding-block: 12px !important;
    line-height: 1.6;
    resize: vertical;
}

.sa-auth-shell .sa-field select,
.sa-auth-shell .sa-custom-control select {
    -webkit-appearance: none;
    appearance: none;
    color-scheme: light;
    padding-inline-end: 38px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23756b82' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 12px 8px !important;
    line-height: normal;
    cursor: pointer;
}

body.rtl-mode .sa-auth-shell .sa-field select,
body.rtl-mode .sa-auth-shell .sa-custom-control select {
    background-position: left 14px center !important;
}

html[data-theme="dark"] .sa-auth-shell .sa-field select,
html[data-theme="dark"] .sa-auth-shell .sa-custom-control select {
    color-scheme: dark;
    background-color: #1b1230 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23bdb1cd' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    color: #f8f4ff !important;
}

html[data-theme="dark"] .sa-auth-shell .sa-field select option,
html[data-theme="dark"] .sa-auth-shell .sa-custom-control select option {
    background: #1b1230;
    color: #f8f4ff;
}

.sa-auth-shell .sa-field input:focus,
.sa-auth-shell .sa-field select:focus,
.sa-auth-shell .sa-field textarea:focus,
.sa-auth-shell .sa-custom-control input:focus,
.sa-auth-shell .sa-custom-control select:focus,
.sa-auth-shell .sa-custom-control textarea:focus {
    border-color: #9e66ff !important;
    background-color: var(--sa-surface) !important;
    box-shadow: 0 0 0 4px var(--sa-focus) !important;
}

.sa-auth-shell input::placeholder,
.sa-auth-shell textarea::placeholder {
    color: #aaa1b5;
    opacity: 1;
}

.sa-input-wrap {
    position: relative;
}

.sa-input-wrap > i {
    position: absolute;
    z-index: 2;
    inset-block-start: 50%;
    inset-inline-start: 16px;
    color: #9a8ea7;
    font-size: 12px;
    transform: translateY(-50%);
    pointer-events: none;
}

.sa-auth-shell .sa-input-wrap > input:not([type="checkbox"]):not([type="radio"]) {
    padding-inline-start: 43px !important;
}

.sa-input-wrap:focus-within > i {
    color: var(--sa-purple);
}

.sa-phone-wrap .iti,
.sa-phone-wrap .intl-tel-input,
.sa-phone-wrap .iti input {
    width: 100%;
}

body.ltr-mode .sa-auth-shell .sa-phone-wrap .iti input,
body.ltr-mode .sa-auth-shell .sa-phone-wrap .intl-tel-input input {
    padding-left: 100px !important;
}

body.rtl-mode .sa-auth-shell .sa-phone-wrap .iti input,
body.rtl-mode .sa-auth-shell .sa-phone-wrap .intl-tel-input input {
    padding-right: 100px !important;
}

.sa-phone-wrap > i {
    display: none;
}

.sa-password-toggle {
    position: absolute;
    z-index: 3;
    inset-block-start: 50%;
    inset-inline-end: 7px;
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #81768d;
    cursor: pointer;
    font-size: 11px;
    transform: translateY(-50%);
}

.sa-password-toggle:hover,
.sa-password-toggle.is-visible {
    background: var(--sa-purple-soft);
    color: var(--sa-purple);
}

html[data-theme="dark"] .sa-password-toggle:hover,
html[data-theme="dark"] .sa-password-toggle.is-visible {
    background: #2c1b49;
}

.sa-check {
    display: inline-flex;
    margin: 1px 0 22px;
    align-items: flex-start;
    gap: 9px;
    color: var(--sa-muted);
    cursor: pointer;
    text-align: start;
}

.sa-check input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.sa-check > span {
    display: grid;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    place-items: center;
    border: 1px solid var(--sa-line);
    border-radius: 5px;
    background: var(--sa-surface-soft);
    color: transparent;
    font-size: 8px;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.sa-check input:checked + span {
    border-color: var(--sa-purple);
    background: var(--sa-purple);
    color: #fff;
}

.sa-check input:focus-visible + span {
    box-shadow: 0 0 0 4px var(--sa-focus);
}

.sa-check em {
    color: var(--sa-muted);
    font-size: 10px;
    font-style: normal;
    font-weight: 650;
    line-height: 1.75;
}

.sa-check em a {
    color: var(--sa-purple) !important;
    font-weight: 800;
}

.sa-check-tos {
    margin: 13px 0 18px;
}

.sa-auth-submit {
    display: flex;
    width: 100%;
    min-height: 50px;
    padding: 0 19px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(115deg, #7a39e2, #5b1fbd 62%, #401089);
    box-shadow: 0 13px 27px rgba(91, 31, 189, .22);
    color: #fff !important;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.sa-auth-submit:hover {
    color: #fff !important;
    filter: saturate(1.08);
    transform: translateY(-2px);
    box-shadow: 0 17px 34px rgba(91, 31, 189, .30);
}

.sa-auth-submit:disabled,
.sa-auth-submit.disabled {
    opacity: .65;
    cursor: not-allowed;
    transform: none;
}

.sa-auth-submit i {
    font-size: 10px;
}

.sa-auth-switch {
    display: flex;
    min-height: 66px;
    margin-top: 23px;
    padding: 18px 8px 0;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    border-top: 1px solid var(--sa-line);
    color: var(--sa-muted);
    font-size: 10px;
    line-height: 1.8;
    text-align: center;
}

.sa-auth-switch a {
    color: var(--sa-purple) !important;
    font-weight: 800;
}

.sa-auth-switch-dot {
    padding: 0 5px;
    color: #c2b8cc;
}

.sa-auth-mini-footer {
    display: flex;
    width: 100%;
    max-width: 760px;
    margin-top: auto;
    padding-top: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--sa-muted);
    font-size: 9px;
    font-weight: 700;
}

.sa-auth-mini-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.sa-auth-mini-footer a {
    color: var(--sa-muted) !important;
}

.sa-auth-mini-footer a:hover {
    color: var(--sa-purple) !important;
}

.sa-auth-mini-footer > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.sa-auth-mini-footer i {
    color: var(--sa-green);
}

.sa-form-section {
    margin-top: 31px;
    padding-top: 29px;
    border-top: 1px solid var(--sa-line);
}

.sa-form-section:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.sa-form-section-title {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
    gap: 12px;
    text-align: start;
}

.sa-form-section-title > span {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 10px;
    background: var(--sa-purple-soft);
    color: var(--sa-purple);
    font-size: 12px;
}

html[data-theme="dark"] .sa-form-section-title > span {
    background: #2a1946;
    color: #b58aff;
}

.sa-form-section-title h2 {
    margin: 0 0 3px;
    color: var(--sa-ink);
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.sa-form-section-title p {
    margin: 0;
    color: var(--sa-muted);
    font-size: 9px;
    font-weight: 500;
    line-height: 1.5;
}

.sa-auth-grid {
    display: grid;
    gap: 0 18px;
}

.sa-auth-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sa-auth-grid-address {
    grid-template-columns: 1fr 1.25fr .72fr;
}

.sa-grid-full {
    grid-column: 1 / -1;
}

.sa-custom-field .form-control,
.sa-custom-field .field {
    width: 100% !important;
}

.sa-field-help {
    display: block;
    margin-top: 6px;
    color: var(--sa-muted);
    font-size: 8px;
    line-height: 1.5;
}

.sa-password-meter {
    margin: -2px 0 3px;
}

.sa-password-meter .progress {
    height: 5px;
    overflow: hidden;
    border-radius: 99px;
    background: var(--sa-surface-soft);
}

.sa-password-meter .progress-bar {
    border-radius: 99px;
}

.sa-password-meter p {
    margin: 7px 0 0;
    color: var(--sa-muted);
    font-size: 8px;
    text-align: start;
}

.sa-security-questions {
    margin-top: 18px;
}

.sa-marketing-card {
    display: grid;
    margin: 28px 0 8px;
    padding: 18px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 13px;
    border: 1px solid var(--sa-line);
    border-radius: 13px;
    background: linear-gradient(120deg, var(--sa-surface-soft), var(--sa-surface));
    text-align: start;
}

.sa-marketing-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    background: #fff3e9;
    color: var(--sa-orange);
    font-size: 13px;
}

html[data-theme="dark"] .sa-marketing-icon {
    background: #3a241b;
}

.sa-marketing-card h3 {
    margin: 0 0 3px;
    color: var(--sa-ink);
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
}

.sa-marketing-card p {
    margin: 0;
    color: var(--sa-muted);
    font-size: 8px;
    line-height: 1.6;
}

.sa-switch {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

.sa-switch input {
    position: absolute;
    opacity: 0;
}

.sa-switch span {
    position: relative;
    width: 36px;
    height: 20px;
    border-radius: 99px;
    background: #d8d1de;
    transition: background .2s ease;
}

.sa-switch span::after {
    position: absolute;
    inset-block-start: 3px;
    inset-inline-start: 3px;
    width: 14px;
    height: 14px;
    content: "";
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(40, 20, 60, .22);
    transition: transform .2s ease;
}

.sa-switch input:checked + span {
    background: var(--sa-purple);
}

.sa-switch input:checked + span::after {
    transform: translateX(16px);
}

body.rtl-mode .sa-switch input:checked + span::after {
    transform: translateX(-16px);
}

.sa-switch em {
    color: var(--sa-muted);
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
}

.sa-auth-captcha {
    margin: 16px 0;
}

.sa-auth-captcha:empty {
    display: none;
}

.sa-auth-captcha > .row {
    margin: 20px 0 18px !important;
    padding: 16px 12px !important;
    border: 1px solid var(--sa-line);
    border-radius: 12px;
    background: var(--sa-surface-soft);
}

.sa-auth-captcha .col-md-8 {
    max-width: 470px;
    margin-inline: auto !important;
}

.sa-auth-captcha #default-captcha-domainchecker {
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
}

.sa-auth-captcha #default-captcha-domainchecker > p {
    width: 100%;
    margin: 0 0 12px;
    color: var(--sa-muted);
    font-size: 9px;
    font-weight: 600;
    line-height: 1.65;
}

.sa-auth-captcha .captchaimage,
.sa-auth-captcha #default-captcha-domainchecker > .col-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sa-auth-captcha .captchaimage img {
    max-width: 100%;
    border-radius: 6px;
}

.sa-auth-captcha #inputCaptcha {
    width: 100% !important;
    height: 44px !important;
    border: 1px solid var(--sa-line) !important;
    border-radius: 8px !important;
    background: var(--sa-surface) !important;
    color: var(--sa-ink) !important;
    box-shadow: none !important;
}

.sa-auth-captcha #inputCaptcha:focus {
    border-color: #9e66ff !important;
    box-shadow: 0 0 0 4px var(--sa-focus) !important;
}

.sa-auth-captcha .captcha-container,
.sa-auth-captcha .g-recaptcha {
    max-width: 100%;
}

.sa-auth-errors .alert,
.sa-auth-card .alert {
    border: 1px solid rgba(208, 67, 82, .20);
    border-radius: 11px;
    background: rgba(208, 67, 82, .08);
    color: #b82f43;
    font-family: inherit;
    font-size: 10px;
    line-height: 1.7;
}

html[data-theme="dark"] .sa-auth-errors .alert,
html[data-theme="dark"] .sa-auth-card .alert {
    color: #ff9ca9;
}

.sa-auth-shell .field-error-msg,
.sa-auth-shell .field-help-text {
    color: #d43f52;
    font-size: 8px;
}

.sa-auth-shell .iti__country-list,
.sa-auth-shell .country-list {
    background: var(--sa-surface);
    border-color: var(--sa-line);
    color: var(--sa-ink);
}

.sa-auth-shell .modal-content {
    background: var(--sa-surface);
    color: var(--sa-ink);
}

@keyframes sa-auth-card-in {
    from { opacity: 0; transform: translateY(13px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes sa-auth-menu-in {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes sa-auth-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
    50% { transform: translate3d(0, 14px, 0) rotate(6deg); }
}

@media (max-width: 1199.98px) {
    .sa-auth-story {
        flex-basis: 39%;
        min-width: 370px;
        padding-inline: 36px;
    }

    .sa-auth-main {
        flex-basis: 61%;
        padding-inline: 38px;
    }

    .sa-auth-announcement h2 {
        font-size: 30px;
    }
}

@media (max-width: 991.98px) {
    .sa-auth-shell {
        display: block;
    }

    .sa-auth-story {
        display: none;
    }

    .sa-auth-main {
        width: 100%;
        min-height: 100vh;
        padding: 24px 24px 30px;
    }

    .sa-auth-toolbar {
        position: static;
        width: 100%;
        margin-bottom: 26px;
    }

    .sa-auth-mobile-logo {
        display: inline-flex;
        width: 158px;
        height: 40px;
        margin: 6px auto 28px;
    }

    .sa-auth-mobile-logo img {
        width: 158px;
    }

    .sa-auth-card-login {
        margin: 0 auto;
    }

    .sa-auth-card-register {
        margin-top: 0;
    }

    .sa-auth-mini-footer {
        margin-top: 34px;
    }
}

@media (max-width: 639.98px) {
    .sa-auth-main {
        padding: 18px 17px 25px;
    }

    .sa-auth-toolbar {
        margin-bottom: 20px;
    }

    .sa-auth-home span,
    .sa-auth-select-wrap > i {
        display: none;
    }

    .sa-auth-home {
        display: grid;
        width: 38px;
        height: 38px;
        place-items: center;
        border: 1px solid var(--sa-line);
        border-radius: 11px;
    }

    .sa-auth-select-wrap {
        padding-inline: 4px;
    }

    .sa-auth-card-login {
        max-width: 430px;
        padding: 14px 3px 0;
    }

    .sa-auth-heading {
        margin-bottom: 23px;
    }

    .sa-auth-heading h1,
    .sa-auth-card-message h1 {
        font-size: 22px;
    }

    .sa-auth-grid-2,
    .sa-auth-grid-address {
        grid-template-columns: minmax(0, 1fr);
    }

    .sa-grid-full {
        grid-column: auto;
    }

    .sa-form-section {
        margin-top: 25px;
        padding-top: 24px;
    }

    .sa-marketing-card {
        grid-template-columns: auto 1fr;
    }

    .sa-marketing-card .sa-switch {
        grid-column: 1 / -1;
        justify-self: end;
    }

    .sa-auth-mini-footer {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-align: center;
    }

    .sa-auth-mini-footer nav {
        justify-content: center;
    }

    .sa-auth-picker-menu {
        position: fixed;
        inset: 70px 16px auto;
        width: auto;
    }
}

@media (max-width: 399.98px) {
    .sa-auth-main {
        padding-inline: 14px;
    }

    .sa-auth-tools {
        gap: 5px;
    }

    .sa-auth-select-wrap {
        display: flex;
        width: 62px;
        min-width: 62px;
        padding-inline: 2px;
    }

    .sa-auth-select-wrap select {
        width: 58px;
        padding-inline: 5px 16px !important;
    }

    .sa-auth-mobile-logo {
        margin-top: 2px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sa-auth-shell *,
    .sa-auth-shell *::before,
    .sa-auth-shell *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* Saiteu client portal — shared visual system with the public website. */
body.not-login-page {
    min-width: 320px;
    margin: 0;
    background: #f8f8fb !important;
    color: var(--sa-ink);
    font-family: "Manrope", "Cairo", sans-serif !important;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

body.rtl-mode.not-login-page {
    font-family: "Cairo", "Manrope", sans-serif !important;
}

body.not-login-page .preloader,
body.not-login-page .live-support-trigger,
body.not-login-page .gbpr-badge-fixed,
body.not-login-page .text-page-hero,
body.not-login-page .bg-wave-box-end {
    display: none !important;
}

body.not-login-page .site-wrapper {
    min-height: 100vh;
    overflow: visible !important;
    background: #f8f8fb;
}

body.not-login-page .site-header {
    position: sticky !important;
    z-index: 1035;
    inset-block-start: 0;
    width: 100%;
    min-height: 72px;
    border: 0 !important;
    border-bottom: 1px solid rgba(53, 16, 121, .08) !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 8px 30px rgba(53, 16, 121, .045) !important;
    backdrop-filter: blur(16px);
}

body.not-login-page .site-header .container-fluid {
    width: min(calc(100% - 48px), 1400px);
    margin-inline: auto;
    padding-inline: 0 !important;
}

body.not-login-page .site-navbar {
    min-height: 72px;
    padding-block: 8px !important;
}

body.not-login-page .brand-logo {
    display: flex;
    width: 154px;
    height: 42px;
    margin-inline: 0 30px !important;
    align-items: center;
}

body.not-login-page .brand-logo a,
body.not-login-page .brand-logo img {
    display: block;
    width: 154px;
    max-height: 42px;
    object-fit: contain;
    object-position: center;
}

body.not-login-page .sa-portal-logo-mark {
    display: none !important;
}

body.not-login-page .dark-version-logo {
    display: none !important;
}

body.not-login-page .main-menu > .nav-item > .nav-link,
body.not-login-page .main-menu > li > a {
    padding: 11px 10px !important;
    color: #555267 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    transition: color .2s ease, background .2s ease;
}

body.not-login-page .main-menu > li > a:hover,
body.not-login-page .main-menu > li.active > a {
    color: var(--sa-purple) !important;
}

body.not-login-page .sa-client-pref-controls {
    order: 3;
    margin-inline: 12px 0;
}

body.not-login-page .sa-client-pref-controls .btn-header-lang,
body.not-login-page .sa-client-theme {
    border-color: #e5d9f4 !important;
    background: #fff !important;
    color: #5d5570 !important;
    box-shadow: none !important;
}

body.not-login-page .sa-client-pref-controls .btn-header-lang:hover,
body.not-login-page .sa-client-theme:hover {
    border-color: #cdb5ee !important;
    color: var(--sa-purple) !important;
}

body.not-login-page .header-btn-whmcs {
    gap: 4px;
    margin-inline-start: auto !important;
}

body.not-login-page .shoping-cart-btn-header,
body.not-login-page .notifications-btn-header,
body.not-login-page .search-btn-header,
body.not-login-page .signup-btn-header-mobile {
    display: grid !important;
    width: 38px;
    height: 38px;
    margin: 0 3px !important;
    place-items: center;
    border: 1px solid #e8e3ed;
    border-radius: 10px;
    background: #fff;
    color: #655c73 !important;
}

body.not-login-page .shoping-cart-number {
    inset-block-start: -7px !important;
    inset-inline-end: -5px !important;
    background: var(--sa-purple) !important;
}

body.not-login-page .signup-btn-header {
    min-width: 108px;
    border: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, var(--sa-orange), #ff7d25) !important;
    box-shadow: 0 10px 24px rgba(255, 107, 11, .24) !important;
    color: #fff !important;
}

body.not-login-page .headerphone-number {
    color: #70677c !important;
    font-size: 9px;
}

body.not-login-page .nav-scroller-subpages {
    position: relative;
    z-index: 5;
    min-height: 54px;
    padding-inline: max(24px, calc((100% - 1180px) / 2)) !important;
    border-bottom: 1px solid #ece8f0;
    background: #fff !important;
    box-shadow: none !important;
}

body.not-login-page .nav-scroller-subpages > .nav {
    min-height: 54px;
    justify-content: center;
    gap: 5px;
}

body.not-login-page .nav-scroller-subpages a,
body.not-login-page .nav-scroller-subpages .nav-link {
    padding: 16px 13px 13px !important;
    border-bottom: 2px solid transparent !important;
    color: #70677c !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

body.not-login-page .nav-scroller-subpages a:hover,
body.not-login-page .nav-scroller-subpages .active > a,
body.not-login-page .nav-scroller-subpages a.active {
    border-bottom-color: var(--sa-purple) !important;
    color: var(--sa-purple) !important;
}

body.not-login-page .breadcrumb-container {
    padding: 22px 0 0;
    background: #f8f8fb !important;
}

body.not-login-page .breadcrumb-container .container {
    width: min(calc(100% - 40px), 1180px);
    padding-top: 0 !important;
}

body.not-login-page .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #8b8295;
    font-size: 10px;
}

body.not-login-page #main-body {
    min-height: 430px;
    padding: 30px 0 72px !important;
    background: #f8f8fb !important;
}

body.not-login-page #main-body > .main-page-container,
body.not-login-page .main-page-container.container {
    width: min(calc(100% - 40px), 1180px) !important;
    max-width: 1180px !important;
    padding-inline: 0 !important;
}

body.not-login-page #main-body .row.justify-content-center {
    margin-inline: 0 !important;
    padding-inline: 0 !important;
}

body.not-login-page .main-page-contents {
    min-height: 240px;
    padding: 32px !important;
    overflow: hidden;
    border: 1px solid #e9e3ef !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 18px 60px rgba(53, 16, 121, .07) !important;
}

body.not-login-page .main-page-contents > h1,
body.not-login-page .main-page-contents > h2,
body.not-login-page .main-page-contents .section-title,
body.not-login-page .main-page-contents .card-title {
    color: #21192e;
    font-family: inherit !important;
    font-weight: 800 !important;
    letter-spacing: -.025em;
}

body.rtl-mode.not-login-page .main-page-contents > h1,
body.rtl-mode.not-login-page .main-page-contents > h2 {
    letter-spacing: 0;
}

body.not-login-page .card,
body.not-login-page .panel,
body.not-login-page .list-group-item,
body.not-login-page .tiles .tile,
body.not-login-page .dataTables_wrapper,
body.not-login-page .viewticket-sidebar {
    border-color: #e9e3ef !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 8px 30px rgba(53, 16, 121, .045) !important;
}

body.not-login-page .card-header,
body.not-login-page .panel-heading {
    padding: 17px 19px;
    border-color: #ece7f1 !important;
    background: #fbf9fd !important;
    color: #2b2138 !important;
    font-weight: 800;
}

body.not-login-page .form-control,
body.not-login-page input[type="text"],
body.not-login-page input[type="email"],
body.not-login-page input[type="password"],
body.not-login-page select,
body.not-login-page textarea {
    min-height: 44px;
    border: 1px solid #e5dfeb !important;
    border-radius: 9px !important;
    background: #f7f5f9 !important;
    color: #241b31 !important;
    font-family: inherit !important;
    font-size: 12px;
    box-shadow: none !important;
}

body.not-login-page .form-control:focus,
body.not-login-page input:focus,
body.not-login-page select:focus,
body.not-login-page textarea:focus {
    border-color: #9f6be8 !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(108, 43, 217, .10) !important;
}

body.not-login-page .btn-primary,
body.not-login-page button.btn-primary,
body.not-login-page input.btn-primary {
    border-color: transparent !important;
    border-radius: 9px !important;
    background: linear-gradient(135deg, #7a35e5, #5420bd) !important;
    box-shadow: 0 9px 22px rgba(108, 43, 217, .18) !important;
    color: #fff !important;
    font-family: inherit;
    font-weight: 800;
}

body.not-login-page .btn-primary:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #8645ec, #4817a9) !important;
}

body.not-login-page .btn-default,
body.not-login-page .btn-outline-primary,
body.not-login-page .btn-secondary {
    border-color: #dfd5e9 !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #5f25c9 !important;
}

body.not-login-page .kb-search,
body.not-login-page .knowledgebase-search,
body.not-login-page form[action*="knowledgebase"] .input-group {
    max-width: 840px;
    margin: 24px auto !important;
    padding: 6px;
    border: 1px solid #e5dcef;
    border-radius: 12px;
    background: #f7f4fa;
}

body.not-login-page .kb-search input,
body.not-login-page .knowledgebase-search input,
body.not-login-page form[action*="knowledgebase"] .input-group input {
    border: 0 !important;
    background: transparent !important;
}

body.not-login-page .alert {
    border: 0;
    border-radius: 11px;
    font-family: inherit;
    font-size: 12px;
}

body.not-login-page .alert-info {
    background: #edf7ff;
    color: #317194;
}

body.not-login-page table {
    overflow: hidden;
    border-color: #ece6f1 !important;
    border-radius: 12px;
    color: #50465d;
}

body.not-login-page table thead th {
    border-color: #e9e3ee !important;
    background: #f6f3f9 !important;
    color: #33273f !important;
    font-size: 11px;
    font-weight: 800;
}

body.not-login-page table td {
    border-color: #eee9f2 !important;
    font-size: 11px;
}

body.not-login-page .footer-gradient-default {
    padding: 62px 0 0 !important;
    overflow: hidden;
    border: 0 !important;
    background: #0f0f1a !important;
    color: #9ca3af !important;
}

body.not-login-page .footer-gradient-default::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: radial-gradient(circle at 85% 0, rgba(108, 43, 217, .14), transparent 30%);
}

body.not-login-page .footer-gradient-default > .container,
body.not-login-page .footer-gradient-default .footer-section > .container {
    width: min(calc(100% - 48px), 1400px);
    max-width: 1400px;
    padding-inline: 0 !important;
}

body.not-login-page .footer-top {
    padding: 0 0 46px !important;
}

body.not-login-page .footer-gradient-default .brand-logo {
    width: auto;
    height: 46px;
    margin: 0 0 17px !important;
}

body.not-login-page .footer-gradient-default .brand-logo img {
    display: block !important;
    width: auto;
    height: 46px;
}

body.not-login-page .footer-block p {
    max-width: 390px;
    color: #7c8190 !important;
    font-size: 12px;
    line-height: 1.9;
}

body.not-login-page .footer-block .block-title {
    margin-bottom: 20px !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
}

body.not-login-page .footer-list-link {
    color: #777d8c !important;
    font-size: 11px;
    transition: color .2s ease, padding .2s ease;
}

body.not-login-page .footer-list-link:hover {
    padding-inline-start: 4px;
    color: #fff !important;
}

body.not-login-page .footer-contact-list .badge {
    border: 1px solid rgba(255, 255, 255, .10) !important;
    background: rgba(255, 255, 255, .06) !important;
    color: #c9c4d3 !important;
}

body.not-login-page .bottom-footer-area {
    padding: 22px 0 !important;
    border-color: rgba(255, 255, 255, .07) !important;
}

body.not-login-page .copyright-text {
    color: #626776 !important;
    font-size: 10px;
}

body.not-login-page .btn-lang-footer {
    border: 1px solid rgba(255, 255, 255, .10) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, .06) !important;
    color: #a9adba !important;
}

html[data-theme="dark"] body.not-login-page .site-wrapper,
html[data-theme="dark"] body.not-login-page .site-header,
html[data-theme="dark"] body.not-login-page .nav-scroller-subpages,
html[data-theme="dark"] body.not-login-page .breadcrumb-container,
html[data-theme="dark"] body.not-login-page #main-body {
    border-color: #332546 !important;
    background: #120c21 !important;
}

html[data-theme="dark"] body.not-login-page .main-page-contents,
html[data-theme="dark"] body.not-login-page .card,
html[data-theme="dark"] body.not-login-page .panel,
html[data-theme="dark"] body.not-login-page .card-header,
html[data-theme="dark"] body.not-login-page .panel-heading,
html[data-theme="dark"] body.not-login-page .list-group-item,
html[data-theme="dark"] body.not-login-page .viewticket-sidebar {
    border-color: #392a4d !important;
    background: #1a1229 !important;
    color: #f4effa !important;
}

html[data-theme="dark"] body.not-login-page .main-menu > li > a,
html[data-theme="dark"] body.not-login-page .nav-scroller-subpages a,
html[data-theme="dark"] body.not-login-page .nav-scroller-subpages .nav-link {
    color: #c1b6ce !important;
}

html[data-theme="dark"] body.not-login-page .sa-client-pref-controls .btn-header-lang,
html[data-theme="dark"] body.not-login-page .sa-client-theme,
html[data-theme="dark"] body.not-login-page .shoping-cart-btn-header,
html[data-theme="dark"] body.not-login-page .notifications-btn-header,
html[data-theme="dark"] body.not-login-page .search-btn-header,
html[data-theme="dark"] body.not-login-page .signup-btn-header-mobile {
    border-color: #3b2c50 !important;
    background: #1b1230 !important;
    color: #d8cee3 !important;
}

html[data-theme="dark"] body.not-login-page .form-control,
html[data-theme="dark"] body.not-login-page input,
html[data-theme="dark"] body.not-login-page select,
html[data-theme="dark"] body.not-login-page textarea,
html[data-theme="dark"] body.not-login-page .kb-search,
html[data-theme="dark"] body.not-login-page .knowledgebase-search,
html[data-theme="dark"] body.not-login-page form[action*="knowledgebase"] .input-group {
    border-color: #3b2c50 !important;
    background: #211632 !important;
    color: #f4effa !important;
}

html[data-theme="dark"] body.not-login-page table thead th,
html[data-theme="dark"] body.not-login-page table td {
    border-color: #392a4d !important;
    background: #1a1229 !important;
    color: #e9e1f2 !important;
}

html[data-theme="dark"] body.not-login-page .light-version-logo {
    display: none !important;
}

html[data-theme="dark"] body.not-login-page .dark-version-logo {
    display: block !important;
}

html[data-theme="dark"] body.not-login-page .sa-portal-logo-mark {
    display: none !important;
}

@media (max-width: 1199.98px) {
    body.not-login-page .site-header .container-fluid {
        width: min(calc(100% - 32px), 1180px);
    }

    body.not-login-page .brand-logo {
        width: 132px;
        margin-inline-end: 15px !important;
    }

    body.not-login-page .brand-logo img {
        width: 132px;
    }

    body.not-login-page .main-menu > li > a {
        padding-inline: 7px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 991.98px) {
    body.not-login-page .site-navbar {
        flex-wrap: nowrap;
    }

    body.not-login-page .brand-logo {
        width: 136px;
        flex: 0 0 136px;
    }

    body.not-login-page .brand-logo img {
        width: 136px;
    }

    body.not-login-page .sa-client-pref-controls {
        margin-inline-start: auto;
    }

    body.not-login-page .navbar-collapse {
        position: fixed;
        inset: 72px 16px auto;
        max-height: calc(100vh - 90px);
        padding: 18px;
        overflow-y: auto;
        border: 1px solid var(--sa-line);
        border-radius: 15px;
        background: var(--sa-surface);
        box-shadow: var(--sa-shadow);
    }

    body.not-login-page .main-menu > li > a {
        padding: 11px !important;
    }

    body.not-login-page .header-btn-whmcs .search-btn-header,
    body.not-login-page .header-btn-whmcs .notifications-dropdown {
        display: none !important;
    }

    body.not-login-page .nav-scroller-subpages {
        overflow-x: auto;
        padding-inline: 16px !important;
    }

    body.not-login-page .nav-scroller-subpages > .nav {
        width: max-content;
        min-width: 100%;
        justify-content: flex-start;
    }

    body.not-login-page .footer-gradient-default .footer-top .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575.98px) {
    body.not-login-page .site-header .container-fluid {
        width: calc(100% - 24px);
    }

    body.not-login-page .site-navbar {
        min-height: 64px;
    }

    body.not-login-page .brand-logo {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        margin-inline-end: 8px !important;
        overflow: hidden;
    }

    body.not-login-page .brand-logo .sa-portal-logo-full {
        display: none !important;
    }

    body.not-login-page .brand-logo .sa-portal-logo-mark {
        display: block !important;
        width: 44px;
        height: 44px;
        object-fit: contain;
    }

    body.not-login-page .sa-client-pref-controls {
        gap: 4px;
    }

    body.not-login-page .sa-client-pref-controls .btn-header-lang {
        min-width: 59px;
        height: 36px;
        padding-inline: 7px;
    }

    body.not-login-page .sa-client-pref-controls .header-lang-currency,
    body.not-login-page .sa-client-pref-controls .btn-header-lang i {
        display: none;
    }

    body.not-login-page .sa-client-theme,
    body.not-login-page .shoping-cart-btn-header,
    body.not-login-page .signup-btn-header-mobile {
        width: 36px;
        height: 36px;
    }

    body.not-login-page .header-btn-whmcs {
        margin-inline: 3px 0 !important;
    }

    body.not-login-page .header-btn-whmcs .shoping-cart-btn-header,
    body.not-login-page .header-btn-whmcs .header-btn {
        display: none !important;
    }

    body.not-login-page .navbar-toggler {
        margin-inline-start: 5px;
    }

    body.not-login-page .breadcrumb-container .container,
    body.not-login-page #main-body > .main-page-container,
    body.not-login-page .main-page-container.container {
        width: calc(100% - 24px) !important;
    }

    body.not-login-page #main-body {
        padding: 20px 0 48px !important;
    }

    body.not-login-page .main-page-contents {
        padding: 20px 16px !important;
        border-radius: 14px !important;
    }

    body.not-login-page .footer-gradient-default {
        padding-top: 48px !important;
    }

    body.not-login-page .footer-gradient-default > .container,
    body.not-login-page .footer-gradient-default .footer-section > .container {
        width: calc(100% - 32px);
    }

    body.not-login-page .footer-gradient-default .footer-top .row > div {
        flex: 0 0 100%;
        max-width: 100%;
        padding-inline: 0;
    }

    body.not-login-page .footer-block {
        margin-bottom: 32px !important;
    }

    body.not-login-page .bottom-footer-area .row > div {
        text-align: center !important;
    }
}

.sa-page-heading {
    display: flex;
    max-width: 780px;
    margin: 0 auto 28px;
    align-items: center;
    justify-content: center;
    gap: 17px;
    text-align: start;
}

.sa-page-heading-icon {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(145deg, #f1e9ff, #fff0e5);
    color: var(--sa-purple);
    font-size: 18px;
}

.sa-page-heading small {
    display: block;
    margin-bottom: 3px;
    color: var(--sa-purple);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sa-page-heading h1 {
    margin: 0 0 5px;
    color: var(--sa-ink);
    font-family: inherit;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.25;
}

.sa-page-heading p {
    margin: 0;
    color: var(--sa-muted);
    font-size: 11px;
}

.sa-kb-search-form .kb-search {
    max-width: 900px !important;
    margin-bottom: 32px !important;
}

.sa-kb-search-form .kb-searchbutton {
    min-width: 124px;
}

.sa-kb-grid {
    margin-top: 10px !important;
}

.sa-kb-category {
    position: relative;
    min-height: 205px;
    margin-bottom: 20px;
    padding: 24px;
    border: 1px solid var(--sa-line);
    border-radius: 15px;
    background: var(--sa-surface);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.sa-kb-category:hover {
    transform: translateY(-4px);
    border-color: #cdb4ee;
    box-shadow: 0 18px 42px rgba(53, 16, 121, .10);
}

.sa-kb-category-icon {
    display: grid;
    width: 40px;
    height: 40px;
    margin-bottom: 17px;
    place-items: center;
    border-radius: 11px;
    background: #f1e9ff;
    color: var(--sa-purple);
}

.sa-kb-category .kb-box-header a {
    color: var(--sa-ink) !important;
    font-size: 14px;
    font-weight: 800;
}

.sa-kb-category p {
    min-height: 42px;
    margin: 0 0 15px;
    color: var(--sa-muted) !important;
    font-size: 10px;
    line-height: 1.7;
}

.sa-kb-count {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 20px;
    background: #fff1e7;
    color: #dc5c08;
    font-size: 8px;
    font-weight: 800;
}

.sa-empty-state {
    max-width: 680px;
    margin: 12px auto 4px;
    padding: 45px 28px;
    border: 1px dashed #d9cce5;
    border-radius: 16px;
    background: linear-gradient(145deg, #fbf9fd, #fffaf6);
    text-align: center;
}

.sa-empty-state > span {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 17px;
    place-items: center;
    border-radius: 15px;
    background: #f0e7ff;
    color: var(--sa-purple);
    font-size: 19px;
}

.sa-empty-state h3 {
    margin: 0 0 8px;
    color: var(--sa-ink);
    font-family: inherit;
    font-size: 18px;
    font-weight: 800;
}

.sa-empty-state p {
    margin: 0 0 20px;
    color: var(--sa-muted) !important;
    font-size: 11px;
}

html[data-theme="dark"] .sa-page-heading-icon,
html[data-theme="dark"] .sa-kb-category-icon,
html[data-theme="dark"] .sa-empty-state > span {
    background: #2a1b43;
    color: #bd95ff;
}

html[data-theme="dark"] .sa-kb-category,
html[data-theme="dark"] .sa-empty-state {
    border-color: #3b2c50;
    background: #1b122b;
}

html[data-theme="dark"] .sa-kb-count {
    background: #3a241b;
    color: #ff9d5d;
}

@media (max-width: 575.98px) {
    .sa-page-heading {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .sa-page-heading h1 {
        font-size: 22px;
    }

    .sa-kb-search-form .kb-search {
        display: flex;
        padding: 5px;
        flex-wrap: nowrap;
    }

    .sa-kb-search-form .kb-searchbutton {
        min-width: 82px;
        padding-inline: 12px !important;
        font-size: 10px;
    }

    .sa-empty-state {
        padding: 35px 18px;
    }
}
