/* LogicServers Nexus skin.
 * Bootstrap/Nexus overrides derived from the staging LogicServers Tailwind palette.
 * No Tailwind runtime or preflight is loaded in WHMCS.
 */

:root {
    --white: #fff;

    --neutral-50: #f7f7f8;
    --neutral-100: #ededf1;
    --neutral-200: #d8d9df;
    --neutral-300: #b6b7c3;
    --neutral-400: #8e90a2;
    --neutral-500: #707287;
    --neutral-600: #5a5b6f;
    --neutral-700: #49495b;
    --neutral-800: #3f404d;
    --neutral-900: #383842;
    --neutral-950: #25252c;

    --ls-shark-975: #212127;
    --ls-charade-950: #2d2d36;
    --ls-charade-975: #1a1a1f;
    --ls-cinder-700: #423b51;
    --ls-cinder-800: #3b3446;
    --ls-cinder-950: #16141a;

    --primary-50: #d6ffeb;
    --primary-100: #afffd7;
    --primary-200: #71ffba;
    --primary-300: #2dfb95;
    --primary-400: #02e576;
    --primary-500: #00bf5e;
    --primary-600: #00a354;
    --primary-700: #03904a;
    --primary-800: #067540;
    --primary-900: #085f36;
    --primary-950: #00361d;

    --primary: var(--primary-800);
    --primary-lifted: var(--primary-700);
    --primary-accented: var(--primary-500);

    --secondary: var(--neutral-500);
    --secondary-lifted: var(--neutral-600);
    --secondary-accented: var(--neutral-700);

    --success: var(--primary-600);
    --success-lifted: var(--primary-700);
    --success-accented: var(--primary-800);

    --info: var(--primary-600);
    --info-lifted: var(--primary-700);
    --info-accented: var(--primary-800);

    --notice: #b657f5;
    --notice-lifted: #9d29e6;
    --notice-accented: #ca86fa;

    --warning: #f97316;
    --warning-lifted: #ea580c;
    --warning-accented: #c2410c;

    --error: #ef4444;
    --error-lifted: #dc2626;
    --error-accented: #b91c1c;

    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);

    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-100);
    --text-accented: var(--neutral-200);
    --text: var(--neutral-50);

    --border-muted: var(--neutral-800);
    --border: var(--neutral-700);
    --border-lifted: var(--neutral-600);
    --border-accented: var(--neutral-500);

    --bg: var(--neutral-950);
    --bg-muted: var(--ls-shark-975);
    --bg-lifted: var(--ls-charade-950);
    --bg-card-cap: #32323f;
    --bg-accented: var(--neutral-900);
    --bg-inverted: var(--neutral-50);

    --yellow-200: #fde68a;
    --yellow-300: #facc15;
    --teal-300: #67e8f9;
    --teal-400: #22d3ee;
    --emerald-300: #71ffba;
    --pink-400: #ec4899;

    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-md: 1rem;
    --text-lg: 1.125rem;

    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;

    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 1.5rem;

    --letter-spacing: 0em;
    --disabled-opacity: 35%;
}

html,
body {
    background: var(--bg);
    color: var(--text);
    font-family: "Pontano Sans", sans-serif;
}

body {
    min-height: 100vh;
}

a {
    color: var(--primary-accented);
}

a:hover,
a:focus {
    color: var(--primary-300);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    color: var(--text);
    letter-spacing: 0;
}

.ls-display-heading {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

.container {
    max-width: 1280px;
}

body header.header.ls-site-header {
    position: relative;
    z-index: 1040;
    background: var(--bg);
    border-bottom: 0;
    overflow: visible;
}

.ls-account-bar {
    padding: 0.5rem 0;
    background: rgba(26, 26, 31, 0.82);
    border-bottom: 1px solid var(--border-muted);
}

.ls-account-pill,
.ls-icon-button,
.ls-locale-button {
    color: var(--neutral-200);
    background: transparent;
    border: 1px solid transparent;
    border-radius: var(--rounding-md);
}

body .ls-icon-button,
body .ls-locale-button,
body .btn-primary.ls-client-cta {
    color: var(--neutral-200);
}

body .btn-primary.ls-client-cta {
    color: var(--white) !important;
}

.ls-account-pill:hover,
.ls-icon-button:hover,
.ls-locale-button:hover,
.ls-account-pill:focus,
.ls-icon-button:focus,
.ls-locale-button:focus {
    color: var(--white);
    background: transparent;
    border-color: transparent;
}

.ls-main-nav {
    position: relative;
    z-index: 1060;
    min-height: 6rem;
    padding: 1rem 0;
    background: transparent;
    overflow: visible;
}

body header.header .navbar.ls-main-nav {
    min-height: 4rem;
    padding: 1rem 0;
}

.ls-main-nav .container {
    position: relative;
    min-height: 4rem;
    overflow: visible;
}

.ls-navbar-brand {
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 0;
}

.ls-navbar-brand .logo-img {
    width: 15.5rem;
    max-width: 15.5rem;
    height: auto;
    object-fit: contain;
}

.ls-toolbar {
    flex-direction: row;
    align-items: center;
}

.ls-toolbar .nav-item + .nav-item {
    margin-left: 0.5rem;
}

.ls-toolbar .dropdown-toggle::after {
    display: none;
}

.ls-primary-links {
    margin-top: 1rem;
}

.ls-main-nav .nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    font-weight: 400;
    padding: 0.5rem 0.75rem;
    transition: color 0.15s ease;
}

body .ls-main-nav .navbar-nav .nav-link,
body .ls-locale-button,
body .ls-client-cta {
    display: flex;
    align-items: center;
    min-height: 2.5rem;
    line-height: 1.5rem;
}

body .ls-main-nav .navbar-nav .nav-link {
    color: var(--neutral-100);
    font-size: 1rem;
}

.ls-main-nav .nav-link:hover,
.ls-main-nav .nav-link:focus,
.ls-main-nav .show > .nav-link {
    color: var(--primary-500);
    background: transparent;
}

.ls-secondary-links {
    padding-top: 1rem;
}

.ls-secondary-links .nav-item + .nav-item {
    margin-top: 0.75rem;
}

.ls-dropdown-menu {
    position: absolute;
    z-index: 2000;
    min-width: 12rem;
    padding: 0.5rem;
    background: var(--bg-accented) !important;
    border: 1px solid var(--bg-accented) !important;
    border-radius: var(--rounding-md);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.ls-main-nav .dropdown-menu,
.ls-whmcs-nav .dropdown-menu {
    z-index: 3000;
    min-width: 12rem;
    padding: 0.5rem;
    background: var(--bg-accented) !important;
    border: 1px solid var(--bg-accented) !important;
    border-radius: var(--rounding-md);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.ls-dropdown-menu .dropdown-item,
.ls-main-nav .dropdown-menu a.dropdown-item,
.ls-whmcs-nav .dropdown-menu a.dropdown-item,
.ls-whmcs-nav .dropdown-menu .dropdown-item > a {
    display: block;
    min-height: 2.5rem;
    padding: 0.5rem 1rem !important;
    color: var(--neutral-50) !important;
    font-size: 1rem;
    line-height: 1.5rem;
    background: transparent !important;
    border-radius: var(--rounding-sm);
}

.ls-dropdown-menu .dropdown-item:hover,
.ls-dropdown-menu .dropdown-item:focus,
.ls-main-nav .dropdown-menu a.dropdown-item:hover,
.ls-main-nav .dropdown-menu a.dropdown-item:focus,
.ls-whmcs-nav .dropdown-menu a.dropdown-item:hover,
.ls-whmcs-nav .dropdown-menu a.dropdown-item:focus,
.ls-whmcs-nav .dropdown-menu .dropdown-item > a:hover,
.ls-whmcs-nav .dropdown-menu .dropdown-item > a:focus {
    color: var(--primary-400) !important;
    background: transparent !important;
    text-decoration: none;
}

.ls-dropdown-menu .dropdown-divider,
.ls-main-nav .dropdown-menu .dropdown-divider,
.ls-whmcs-nav .dropdown-divider {
    margin: 0.35rem 0;
    border-top: 1px solid var(--neutral-950) !important;
}

.ls-whmcs-nav {
    position: relative;
    z-index: 20;
    min-height: 1.5rem;
    padding: 1rem 0 !important;
    color: var(--neutral-200) !important;
    background: var(--ls-charade-975);
    border-top: 0;
    border-bottom: 0;
}

body header.header .navbar.ls-whmcs-nav {
    min-height: 0;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    border-top: 0;
    border-bottom: 0;
}

.ls-whmcs-nav .container {
    min-height: 1.5rem;
}

.ls-whmcs-nav .navbar-nav > li > a {
    display: flex;
    align-items: center;
    min-height: 1.5rem;
    padding: 0.125rem 0.45rem !important;
    color: var(--neutral-100) !important;
    font-size: 1rem;
    line-height: 1.25rem;
}

.ls-whmcs-nav .navbar-nav {
    align-items: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ls-whmcs-nav .collapsable-dropdown {
    display: none !important;
}

.ls-whmcs-nav .navbar-nav > li > a:hover,
.ls-whmcs-nav .navbar-nav > li > a:focus,
.ls-whmcs-nav .navbar-nav > li.active > a,
.ls-whmcs-nav .navbar-nav > li.open > a {
    color: var(--primary-400) !important;
    background: transparent;
    text-decoration: none;
}

.ls-whmcs-nav li.dropdown-item {
    display: block;
    padding: 0;
    color: inherit;
    background: transparent;
}

.ls-whmcs-cart-link a {
    gap: 0.25rem;
}

.ls-whmcs-cart-link .badge {
    min-width: 1.1rem;
    height: 1.1rem;
    padding: 0 0.3rem;
    color: var(--white);
    background: var(--primary);
    border-radius: 999px;
    font-size: 0.6875rem;
    line-height: 1.1rem;
}

.ls-whmcs-nav-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2rem;
    padding: 0.25rem 0;
    color: var(--neutral-200) !important;
}

.ls-client-cta,
.btn-primary {
    color: var(--white);
    background: var(--primary);
    border-color: var(--primary);
    border-radius: var(--rounding-lg);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.ls-client-cta {
    justify-content: center;
    min-height: 2.625rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 600;
}

.ls-client-cta:hover,
.ls-client-cta:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: var(--white);
    background: var(--primary-lifted);
    border-color: var(--primary-lifted);
    box-shadow: 0 0 0 0.2rem rgba(0, 191, 94, 0.22);
}

.btn,
button.btn,
input.btn,
a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.35rem;
    padding: 0.42rem 0.85rem;
    border-radius: var(--rounding-md);
    font-size: 0.94rem;
    line-height: 1.25;
    font-weight: 700;
    white-space: nowrap;
}

.btn-lg,
.btn-group-lg > .btn {
    min-height: 2.55rem;
    padding: 0.52rem 1rem;
    font-size: 1rem;
}

.btn-sm,
.btn-group-sm > .btn {
    min-height: 1.9rem;
    padding: 0.25rem 0.55rem;
    font-size: 0.82rem;
}

.btn i,
.btn .fa,
.btn .fas,
.btn .far {
    line-height: 1;
}

.ls-domain-overview-card .card-body {
    padding: 2rem;
}

.ls-domain-overview-card .card-title {
    margin-bottom: 1.5rem;
}

.ls-domain-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ls-domain-summary-item {
    display: flex;
    flex-direction: column;
    min-height: 6rem;
    padding: 1rem;
    background: var(--bg-lifted);
    border: 1px solid var(--border-muted);
    border-radius: var(--rounding-md);
}

.ls-domain-summary-item-primary {
    background: linear-gradient(135deg, rgba(0, 191, 94, 0.14), rgba(56, 56, 66, 0.72));
    border-color: rgba(0, 191, 94, 0.24);
}

.ls-domain-summary-label {
    margin-bottom: 0.45rem;
    color: var(--text-muted);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.ls-domain-summary-value {
    color: var(--text);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.35;
    word-break: break-word;
}

a.ls-domain-summary-value {
    color: var(--primary-400);
}

.ls-domain-summary-note {
    color: var(--text-muted);
    font-weight: 400;
}

.ls-domain-section {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-muted);
}

.ls-domain-section-title {
    margin: 0 0 1rem;
    color: var(--text);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
}

.ls-domain-summary-grid-ssl .ls-domain-summary-item {
    min-height: 5.25rem;
}

.ls-domain-ssl-status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.ls-domain-ssl-status img {
    flex: 0 0 auto;
}

.ls-domain-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.ls-domain-action {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 3.25rem;
    padding: 0.75rem 1rem;
    color: var(--text);
    background: var(--bg-lifted);
    border: 1px solid var(--border-muted);
    border-radius: var(--rounding-md);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
}

.ls-domain-action i {
    color: var(--primary-400);
}

.ls-domain-action:hover,
.ls-domain-action:focus {
    color: var(--primary-400);
    background: var(--bg-accented);
    border-color: rgba(0, 191, 94, 0.24);
    text-decoration: none;
}

.ls-domain-submit-btn {
    min-height: 2.35rem;
    padding: 0.42rem 0.85rem;
    border-radius: var(--rounding-md);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.35;
}

.btn-default,
.btn-secondary {
    color: var(--text);
    background: var(--neutral-800);
    border-color: var(--border);
    border-radius: var(--rounding-md);
}

.btn-default:hover,
.btn-default:focus,
.btn-secondary:hover,
.btn-secondary:focus {
    color: var(--white);
    background: var(--neutral-700);
    border-color: var(--border-lifted);
}

.btn-info,
.badge-info,
.bg-info {
    color: var(--white);
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.text-info {
    color: var(--primary-400) !important;
}

.border-info {
    border-color: var(--primary) !important;
}

.alert-info {
    color: #f0ddff;
    background-color: rgba(182, 87, 245, 0.14);
    border-color: rgba(182, 87, 245, 0.42);
}

.btn-info:hover,
.btn-info:focus {
    color: var(--white);
    background-color: var(--primary-lifted) !important;
    border-color: var(--primary-lifted) !important;
}

.img-responsive,
.kb-article-content img,
.markdown-content img {
    max-width: 100%;
    height: auto;
}

.img-responsive {
    display: block;
}

.ls-kb-page .primary-content {
    flex: 0 0 100%;
    max-width: 100%;
}

.ls-kb-page .sidebar,
.ls-kb-page .sidebar-secondary,
.ls-kb-page .pull-md-left.sidebar {
    display: none !important;
}

.ls-kb-page .kb-search .form-control,
.ls-kb-page .kb-search .input-group-text,
.ls-kb-page .kb-search .btn {
    min-height: 4rem;
    font-size: 1.125rem;
}

.ls-kb-page .kb-search .input-group-text {
    color: var(--text-muted);
    background: var(--bg-lifted);
    border-color: var(--border-muted);
    border-right: 1px solid var(--border-muted);
}

.ls-kb-page .kb-search:hover .input-group-text,
.ls-kb-page .kb-search:focus-within .input-group-text {
    color: var(--text-muted);
    background: var(--bg-lifted);
    border-color: var(--border-muted);
}

.ls-kb-page .kb-search .form-control {
    padding: 0.875rem 1rem;
}

.ls-kb-page .kb-search .btn {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-weight: 700;
}

.ls-kb-page .kb-category .badge,
.ls-kb-page .kb-article-item .badge {
    background-color: var(--primary) !important;
}

.ls-kb-page .kb-category i,
.ls-kb-page .kb-article-item > i {
    color: var(--primary-400);
}

.ls-kb-knowledgebasearticle .ls-kb-article-card,
.ls-kb-knowledgebasearticle .ls-kb-article-list-card,
.ls-kb-knowledgebasearticle > .primary-content > .card {
    max-width: 90rem;
    margin-right: auto;
    margin-left: auto;
}

.ls-kb-article-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.ls-kb-article-heading h1 {
    margin-bottom: 0.5rem;
}

.ls-kb-print-button {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex: 0 0 auto;
    margin-top: 0.35rem;
}

.ls-kb-knowledgebasecat .ls-kb-article-list-card .kb-article-item:nth-child(odd),
.ls-kb-knowledgebasearticle .ls-kb-article-list-card .kb-article-item:nth-child(odd) {
    background: var(--bg-lifted);
}

.ls-kb-knowledgebasecat .ls-kb-article-list-card .kb-article-item:nth-child(even),
.ls-kb-knowledgebasearticle .ls-kb-article-list-card .kb-article-item:nth-child(even) {
    background: rgba(56, 56, 66, 0.72);
}

.ls-kb-page .kb-article-item:hover,
.ls-kb-page .kb-article-item:focus {
    background: var(--bg-accented);
}

.ls-ticket-submit-page .primary-content {
    flex: 0 0 100%;
    max-width: 100%;
}

.ls-ticket-submit-page .sidebar,
.ls-ticket-submit-page .sidebar-secondary,
.ls-ticket-submit-page .pull-md-left.sidebar {
    display: none !important;
}

.ls-ticket-submit-page .card-body.extra-padding {
    padding: 2rem;
}

.ls-ticket-submit-page .card-title {
    margin-bottom: 1.5rem;
    font-size: 1.65rem;
}

.ls-ticket-submit-page .text-muted {
    color: var(--text-lifted) !important;
}

.ls-ticket-departments {
    margin-top: 1.75rem;
}

.ls-ticket-department {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    height: 100%;
    min-height: 6.25rem;
    padding: 1.1rem 1.2rem;
    color: var(--text);
    background: var(--bg-lifted);
    border: 1px solid var(--border-muted);
    border-radius: var(--rounding-md);
    text-decoration: none;
}

.ls-ticket-department:hover,
.ls-ticket-department:focus {
    color: var(--text);
    background: var(--bg-accented);
    border-color: rgba(0, 191, 94, 0.28);
    text-decoration: none;
}

.ls-ticket-department-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    color: var(--primary-400);
    font-size: 1.1rem;
}

.ls-ticket-department-copy {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.ls-ticket-department-copy strong {
    color: var(--primary-400);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
}

.ls-ticket-department-copy span {
    color: var(--text-lifted);
    font-size: 0.98rem;
    line-height: 1.4;
}

.ls-ticket-submit-notice p:last-child {
    margin-bottom: 0;
}

.ls-affiliates-page {
    color: var(--text);
}

.ls-affiliate-hero .card-body {
    display: grid;
    grid-template-columns: minmax(18rem, 0.8fr) minmax(42rem, 1.5fr);
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.5rem;
}

.ls-affiliate-hero-main {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.ls-affiliate-hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3.25rem;
    width: 3.25rem;
    height: 3.25rem;
    color: var(--primary-300);
    background: rgba(0, 191, 94, 0.1);
    border: 1px solid rgba(0, 191, 94, 0.24);
    border-radius: var(--rounding-md);
    font-size: 1.35rem;
    line-height: 1;
}

.ls-affiliate-eyebrow {
    color: var(--text-muted);
    font-size: var(--text-sm);
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ls-affiliate-heading {
    color: var(--text);
    font-size: 1.65rem;
    line-height: 1.2;
}

.ls-affiliate-copy {
    max-width: 38rem;
    color: var(--text-lifted);
    font-size: 1rem;
    line-height: 1.55;
}

.ls-affiliate-hero-action {
    width: 100%;
    min-width: 0;
}

.ls-affiliate-link-label {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--text-muted);
    font-size: var(--text-sm);
    font-weight: 700;
    line-height: 1.25;
}

.ls-affiliate-stat-grid,
.ls-affiliate-balance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.ls-affiliate-stat-grid {
    margin-bottom: 1rem;
}

.ls-affiliate-balance-grid {
    margin-bottom: 1.5rem !important;
}

.ls-affiliate-stat-card,
.ls-affiliate-balance-card {
    color: var(--text);
    background: rgba(45, 45, 54, 0.76);
    border: 1px solid var(--border-muted);
    border-radius: var(--rounding-md);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 45px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(14px);
}

.ls-affiliate-stat-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "icon value"
        "icon label";
    column-gap: 1rem;
    align-items: center;
    min-height: 8rem;
    padding: 1.35rem;
}

.ls-affiliate-stat-fa {
    grid-area: icon;
    color: var(--primary-300);
    font-size: 2rem;
    line-height: 1;
}

.ls-affiliate-stat-value {
    grid-area: value;
    color: var(--text);
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1.05;
}

.ls-affiliate-stat-label {
    grid-area: label;
    color: var(--text-lifted);
    font-size: 1rem;
    line-height: 1.4;
}

.ls-affiliate-referral-card .card-body {
    padding: 1.5rem;
}

.ls-affiliate-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.ls-affiliate-section-heading h2,
.ls-affiliate-section-heading h3 {
    color: var(--text);
    font-size: 1.45rem;
    line-height: 1.25;
}

.ls-affiliate-link-group {
    margin-top: 0;
    width: 100%;
}

.ls-affiliate-link-group .form-control {
    min-width: 0;
    min-height: 2.75rem;
    font-size: 0.9rem;
}

.ls-affiliate-link-group .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    min-height: 2.75rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 0.95rem;
    font-weight: 700;
}

.ls-affiliate-balance-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 7rem;
    padding: 1.25rem;
}

.ls-affiliate-balance-card span {
    color: var(--text-lifted);
    font-size: 0.95rem;
    line-height: 1.35;
}

.ls-affiliate-balance-card strong {
    color: var(--text);
    font-size: 1.85rem;
    line-height: 1.15;
}

.ls-affiliate-balance-card-primary {
    background: linear-gradient(135deg, rgba(0, 191, 94, 0.16), rgba(45, 45, 54, 0.82));
    border-color: rgba(0, 191, 94, 0.28);
}

.ls-affiliate-withdraw-card .card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem;
}

.ls-affiliate-withdraw-card h3 {
    color: var(--text);
    font-size: 1.25rem;
    line-height: 1.3;
}

.ls-affiliate-withdraw-card .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.ls-affiliate-link-code {
    color: var(--text);
    background: var(--bg-lifted);
    border: 1px solid var(--border-muted);
    border-radius: var(--rounding-md);
    padding: 1.5rem;
}

@media print {
    @page {
        margin: 14mm;
    }

    html,
    body.ls-kb-knowledgebasearticle {
        color: #000000 !important;
        background: #ffffff !important;
    }

    body.ls-kb-knowledgebasearticle *,
    body.ls-kb-knowledgebasearticle *::before,
    body.ls-kb-knowledgebasearticle *::after {
        color: #000000 !important;
        text-shadow: none !important;
        box-shadow: none !important;
    }

    body.ls-kb-knowledgebasearticle .ls-site-header,
    body.ls-kb-knowledgebasearticle .master-breadcrumb,
    body.ls-kb-knowledgebasearticle .ls-social-section,
    body.ls-kb-knowledgebasearticle .ls-site-footer,
    body.ls-kb-knowledgebasearticle .ls-kb-article-list-card,
    body.ls-kb-knowledgebasearticle .ls-kb-print-button,
    body.ls-kb-knowledgebasearticle .d-print-none,
    body.ls-kb-knowledgebasearticle #fullpage-overlay {
        display: none !important;
    }

    body.ls-kb-knowledgebasearticle #main-body {
        min-height: 0 !important;
        padding: 0 !important;
        color: #000000 !important;
        background: #ffffff !important;
    }

    body.ls-kb-knowledgebasearticle #main-body > .container,
    body.ls-kb-knowledgebasearticle #main-body .row,
    body.ls-kb-knowledgebasearticle .primary-content {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.ls-kb-knowledgebasearticle .ls-kb-article-card,
    body.ls-kb-knowledgebasearticle .ls-kb-article-card .card-body {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #000000 !important;
        background: #ffffff !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    body.ls-kb-knowledgebasearticle .ls-kb-article-heading {
        display: block !important;
    }

    body.ls-kb-knowledgebasearticle .ls-kb-article-heading h1 {
        margin-bottom: 0.75rem !important;
        font-size: 24pt !important;
        line-height: 1.2 !important;
    }

    body.ls-kb-knowledgebasearticle .list-inline,
    body.ls-kb-knowledgebasearticle .badge,
    body.ls-kb-knowledgebasearticle .text-muted {
        color: #000000 !important;
        background: transparent !important;
    }

    body.ls-kb-knowledgebasearticle hr {
        border-top-color: #bdbdbd !important;
    }

    body.ls-kb-knowledgebasearticle .kb-article-content {
        font-size: 11pt !important;
        line-height: 1.5 !important;
    }

    body.ls-kb-knowledgebasearticle .kb-article-content a,
    body.ls-kb-knowledgebasearticle .kb-article-content a:visited {
        color: #000000 !important;
        text-decoration: underline !important;
    }

    body.ls-kb-knowledgebasearticle .kb-article-content img {
        display: block;
        max-width: 100% !important;
        height: auto !important;
        break-inside: avoid;
    }

    body.ls-kb-knowledgebasearticle .kb-article-content table {
        width: 100% !important;
        border-collapse: collapse !important;
        break-inside: avoid;
    }

    body.ls-kb-knowledgebasearticle .kb-article-content th,
    body.ls-kb-knowledgebasearticle .kb-article-content td {
        border: 1px solid #c8c8c8 !important;
    }
}

.ls-email-action {
    color: var(--neutral-950);
    background: var(--neutral-100);
    border-color: var(--neutral-100);
    border-radius: var(--rounding-md);
    font-weight: 600;
}

.ls-email-action:hover,
.ls-email-action:focus {
    color: var(--neutral-950);
    background: var(--white);
    border-color: var(--white);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.18);
}

.requestor-type-operator {
    color: var(--white);
    background-color: #7c3aed;
}

#closeTicket,
#closedTicket {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    white-space: nowrap;
}

#closeTicket i,
#closedTicket i {
    display: inline-block;
    margin: 0;
    line-height: 1;
}

.bootstrap-switch {
    background: var(--bg-lifted);
    border-color: var(--border-muted);
    border-radius: var(--rounding-md);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.bootstrap-switch .bootstrap-switch-container {
    background: var(--bg-lifted);
}

.bootstrap-switch .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-off {
    color: var(--text);
    background: var(--bg-accented);
}

.bootstrap-switch .bootstrap-switch-handle-off:hover {
    color: var(--white);
    background: var(--neutral-700);
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    color: var(--white);
    background: var(--primary);
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: rgba(0, 191, 94, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 191, 94, 0.2);
}

.invoice-actions {
    gap: 0.35rem;
}

.invoice-actions.btn-group > .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: var(--rounding-md) !important;
}

body.ls-invoice-page .invoice-actions .btn {
    color: var(--text);
    background: var(--bg-card-cap);
    border-color: var(--border-lifted);
    box-shadow: none;
}

body.ls-invoice-page .invoice-actions .btn:hover,
body.ls-invoice-page .invoice-actions .btn:focus {
    color: var(--white);
    background: var(--neutral-700);
    border-color: var(--border-lifted);
}

body.ls-invoice-page .ls-invoice-ledger-title {
    color: var(--text);
    background: var(--bg-card-cap);
    border-bottom: 1px solid var(--border-muted);
}

body.ls-invoice-page,
body.ls-invoice-page .invoice-container {
    font-size: 1rem;
    line-height: 1.5;
}

body.ls-invoice-page .invoice-container h1 {
    font-size: 2rem;
    line-height: 1.2;
}

body.ls-invoice-page .invoice-container h2 {
    font-size: 1.5rem;
    line-height: 1.25;
}

body.ls-invoice-page .invoice-container h3,
body.ls-invoice-page .invoice-container .card-title,
body.ls-invoice-page .invoice-container .font-size-24 {
    font-size: 1.5rem !important;
    line-height: 1.25;
}

body.ls-invoice-page .invoice-container .card-header {
    padding: 1rem 1.25rem;
}

body.ls-invoice-page .invoice-container .table {
    margin-bottom: 0;
    font-size: 0.9375rem;
    line-height: 1.45;
}

body.ls-invoice-page .invoice-container .table th,
body.ls-invoice-page .invoice-container .table td {
    padding: 0.75rem 0.875rem;
    vertical-align: top;
}

body.ls-invoice-page .invoice-container .table thead th,
body.ls-invoice-page .invoice-container .table thead td,
body.ls-invoice-page .invoice-container td.total-row {
    font-size: 1rem;
    line-height: 1.4;
}

body.ls-invoice-page .invoice-container td.total-row {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

body.ls-invoice-page .invoice-container > p {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.45;
}

body.ls-invoice-page .invoice-container .ls-invoice-ledger-title {
    padding: 0.75rem 1rem !important;
    font-size: 1.125rem !important;
    line-height: 1.4;
}

body.ls-invoice-page .invoice-container .transactions-container .table {
    font-size: 0.9375rem;
}

body.ls-invoice-page .invoice-actions.btn-group > .btn {
    padding: 0.5rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.35;
}

html.ls-invoice-light-document {
    background: #e5e7eb;
}

html.ls-invoice-printing,
html.ls-invoice-printing body {
    background: #ffffff !important;
}

body.ls-invoice-light {
    color: #1f2933;
    background: #e5e7eb;
}

body.ls-invoice-light .invoice-container {
    color: #1f2933;
    background: #ffffff;
    border-color: #d7dce2;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

body.ls-invoice-light .invoice-container h1,
body.ls-invoice-light .invoice-container h2,
body.ls-invoice-light .invoice-container h3,
body.ls-invoice-light .invoice-container h4,
body.ls-invoice-light .invoice-container h5,
body.ls-invoice-light .invoice-container h6,
body.ls-invoice-light .invoice-container strong,
body.ls-invoice-light .invoice-container .small-text,
body.ls-invoice-light .invoice-container address,
body.ls-invoice-light .invoice-container td,
body.ls-invoice-light .invoice-container th,
body.ls-invoice-light .invoice-container p {
    color: #1f2933;
}

body.ls-invoice-light .invoice-container a {
    color: #067540;
}

body.ls-invoice-light .invoice-actions .btn {
    color: #1f2933;
    background: #f3f4f6;
    border-color: #cbd5e1;
}

body.ls-invoice-light .invoice-actions .btn:hover,
body.ls-invoice-light .invoice-actions .btn:focus {
    color: #111827;
    background: #e5e7eb;
    border-color: #b8c1cc;
}

body.ls-invoice-light .invoice-container .card,
body.ls-invoice-light .invoice-container .card-body,
body.ls-invoice-light .invoice-container .table,
body.ls-invoice-light .invoice-container .table-responsive {
    color: #1f2933;
    background: #ffffff;
    border-color: #d7dce2;
    box-shadow: none;
    backdrop-filter: none;
}

body.ls-invoice-light .invoice-container .card-header,
body.ls-invoice-light .invoice-container .ls-invoice-ledger-title,
body.ls-invoice-light .invoice-container td.total-row,
body.ls-invoice-light .invoice-container .table thead td,
body.ls-invoice-light .invoice-container .table thead th {
    color: #111827;
    background: #f3f4f6;
    border-color: #d7dce2;
}

body.ls-invoice-light .invoice-container .table td,
body.ls-invoice-light .invoice-container .table th {
    border-color: #d7dce2;
}

body.ls-invoice-light .invoice-container .form-control,
body.ls-invoice-light .invoice-container .custom-select {
    color: #1f2933;
    background-color: #ffffff;
    border-color: #cbd5e1;
}

@media print {
    @page {
        margin: 12mm;
    }

    html.ls-invoice-document,
    html.ls-invoice-document body {
        width: auto !important;
        min-width: 0 !important;
        color: #000000 !important;
        background: #ffffff !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    html.ls-invoice-document body *,
    html.ls-invoice-document body *::before,
    html.ls-invoice-document body *::after {
        color: #000000 !important;
        text-shadow: none !important;
        box-shadow: none !important;
    }

    html.ls-invoice-document .invoice-container {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #000000 !important;
        background: #ffffff !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
    }

    html.ls-invoice-document .invoice-container,
    html.ls-invoice-document .invoice-container .card,
    html.ls-invoice-document .invoice-container .card-body,
    html.ls-invoice-document .invoice-container .table,
    html.ls-invoice-document .invoice-container .table-responsive,
    html.ls-invoice-document .invoice-container .transactions-container {
        background: #ffffff !important;
    }

    html.ls-invoice-document .invoice-container .card {
        border: 1px solid #d0d0d0 !important;
        break-inside: avoid;
    }

    html.ls-invoice-document .invoice-container .card-header,
    html.ls-invoice-document .invoice-container .ls-invoice-ledger-title,
    html.ls-invoice-document .invoice-container td.total-row,
    html.ls-invoice-document .invoice-container .table thead td,
    html.ls-invoice-document .invoice-container .table thead th {
        color: #000000 !important;
        background: #f0f0f0 !important;
        border-color: #c8c8c8 !important;
    }

    html.ls-invoice-document .invoice-container .table td,
    html.ls-invoice-document .invoice-container .table th {
        color: #000000 !important;
        background: #ffffff !important;
        border-color: #c8c8c8 !important;
    }

    html.ls-invoice-document .invoice-container a,
    html.ls-invoice-document .invoice-container a:visited {
        color: #000000 !important;
        text-decoration: underline !important;
    }

    html.ls-invoice-document .invoice-container hr {
        border-top-color: #c8c8c8 !important;
    }

    html.ls-invoice-document .draft,
    html.ls-invoice-document .unpaid,
    html.ls-invoice-document .paid,
    html.ls-invoice-document .refunded,
    html.ls-invoice-document .cancelled,
    html.ls-invoice-document .collections {
        color: #000000 !important;
    }

    html.ls-invoice-document .d-print-none,
    html.ls-invoice-document .invoice-actions,
    html.ls-invoice-document #fullpage-overlay {
        display: none !important;
    }
}

.btn-outline-primary {
    color: var(--primary-accented);
    border-color: var(--primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: var(--white);
    background: var(--primary);
    border-color: var(--primary);
}

.master-breadcrumb {
    display: block;
    background: #19161d;
    border: 0;
}

.master-breadcrumb .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0.7rem 0;
    background: #19161d;
    border: 0;
    border-radius: 0;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.4;
}

.master-breadcrumb .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    color: var(--text-muted);
}

.master-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--border-lifted);
    padding-right: 0.55rem;
    padding-left: 0.55rem;
}

.master-breadcrumb .breadcrumb a {
    color: var(--text-lifted);
    text-decoration: none;
}

.master-breadcrumb .breadcrumb a:hover,
.master-breadcrumb .breadcrumb a:focus {
    color: var(--primary-accented);
    text-decoration: none;
}

.master-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: var(--primary-accented);
}

section#main-body {
    background: var(--bg);
    color: var(--text);
    padding-top: 4rem;
    padding-bottom: 6rem;
    min-height: 0;
}

.primary-content,
.main-content {
    color: var(--text);
}

.tiles > .row.no-gutters {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
}

.tiles > .row.no-gutters > [class*="col-"] {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    margin-bottom: 0.5rem;
}

.tiles .tile {
    border: 1px solid var(--border-muted);
}

.ls-client-home-kb-search .input-group {
    overflow: hidden;
    border: 1px solid var(--border-muted);
    border-radius: var(--rounding-md);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 45px rgba(0, 0, 0, 0.16);
}

.ls-client-home-kb-search .input-group-text,
.ls-client-home-kb-search .form-control,
.ls-client-home-kb-search .btn {
    min-height: 3.75rem;
    border: 0;
}

.ls-client-home-kb-search .input-group-text {
    color: var(--text-muted);
    background: var(--bg-lifted);
    border-right: 1px solid var(--border-muted);
}

.ls-client-home-kb-search .input-group:hover .input-group-text,
.ls-client-home-kb-search .input-group:focus-within .input-group-text {
    color: var(--text-muted);
    background: var(--bg-lifted);
}

.ls-client-home-kb-search .form-control {
    color: var(--text);
    background: var(--bg-lifted);
    font-size: 1.1rem;
}

.ls-client-home-kb-search .form-control::placeholder {
    color: var(--text-muted);
}

.ls-client-home-kb-search .btn {
    min-width: 8rem;
    border-radius: 0;
    font-weight: 700;
}

.card,
.panel,
.mc-promo-manage,
.mc-promo-login,
.modal-content,
.list-group-item,
.tiles .tile,
.client-home-cards .card {
    color: var(--text);
    background: rgba(45, 45, 54, 0.76);
    border-color: var(--border-muted);
    border-radius: var(--rounding-md);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 45px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(14px);
}

body .primary-content .client-home-cards .ls-home-priority-row {
    align-items: flex-start;
}

body .primary-content .client-home-cards .ls-home-priority-row > [class*="col-"] {
    min-width: 0;
}

body .primary-content .client-home-cards div[menuitemname="Affiliate Program"] {
    align-self: flex-start;
    height: auto !important;
}

body .primary-content .client-home-cards div[menuitemname="Affiliate Program"] .card-body {
    padding-bottom: 1.5rem;
}

body .primary-content .client-home-cards div[menuitemname="Affiliate Program"] .card-body p {
    margin-bottom: 0;
    padding-bottom: 1.25rem;
}

body .primary-content .client-home-cards [class*="col-"]:has(> div[menuitemname="Affiliate Program"]) {
    align-self: flex-start;
}

body .primary-content .client-home-cards div[menuitemname="Client-Balance"] {
    align-self: flex-start;
    height: auto !important;
}

body .primary-content .client-home-cards div[menuitemname="Client-Balance"] .card-body {
    padding: 1.5rem;
}

body .primary-content .client-home-cards div[menuitemname="Client-Balance"] .card-footer {
    display: none;
}

body .primary-content .client-home-cards div[menuitemname="Client-Balance"] .ls-credit-home-amount {
    margin-bottom: 0.35rem;
    color: var(--text);
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
}

body .primary-content .client-home-cards div[menuitemname="Client-Balance"] .ls-credit-home p {
    padding: 0;
}

body .primary-content .client-home-cards [class*="col-"]:has(> div[menuitemname="Client-Balance"]) {
    align-self: flex-start;
}

body .primary-content .client-home-cards div[menuitemname="Recent Support Tickets"] .list-group .list-group-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.card-header,
.panel-heading,
.modal-header,
.modal-footer,
.card-footer {
    background: var(--bg-card-cap);
    border-color: var(--border-muted);
}

.card-header:empty,
.panel-heading:empty,
.card-footer:empty,
.panel-footer:empty {
    display: none;
}

.card-header,
.panel-heading,
.card-footer,
.panel-footer {
    align-items: center;
    gap: 0.75rem;
}

.card-header:has(.btn),
.panel-heading:has(.btn),
.card-footer:has(.btn),
.panel-footer:has(.btn) {
    display: flex;
    justify-content: space-between;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6,
.card-header .card-title,
.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5,
.panel-heading h6,
.panel-heading .panel-title,
.card-footer h1,
.card-footer h2,
.card-footer h3,
.card-footer h4,
.card-footer h5,
.card-footer h6,
.panel-footer h1,
.panel-footer h2,
.panel-footer h3,
.panel-footer h4,
.panel-footer h5,
.panel-footer h6 {
    margin-bottom: 0;
}

.card-title,
.panel-title,
.modal-title {
    color: var(--text);
}

.card p,
.panel p,
.logincontainer p,
.logincontainer label,
.logincontainer .text-muted,
.logincontainer .small,
.logincontainer small,
.card .text-muted,
.card .small,
.card small {
    color: var(--neutral-200) !important;
}

.logincontainer .card-footer,
.logincontainer .card-footer small,
.logincontainer .card-footer a,
.logincontainer .card-footer p,
.login-form .card-footer,
.login-form .card-footer small,
.login-form .card-footer a,
.login-form .card-footer p {
    font-size: 0.9375rem;
    line-height: 1.5rem;
}

.logincontainer .card-footer a,
.login-form .card-footer a {
    color: var(--primary-400) !important;
    font-weight: 600;
}

.logincontainer a:not(.btn):not(.text-muted),
.login-form a:not(.btn):not(.text-muted),
.card a:not(.btn):not(.dropdown-item):not(.text-muted):not(.list-group-item),
.panel a:not(.btn):not(.dropdown-item):not(.text-muted):not(.list-group-item) {
    color: var(--primary-400) !important;
}

.logincontainer a:not(.btn):not(.text-muted):hover,
.logincontainer a:not(.btn):not(.text-muted):focus,
.login-form a:not(.btn):not(.text-muted):hover,
.login-form a:not(.btn):not(.text-muted):focus,
.card a:not(.btn):not(.dropdown-item):not(.text-muted):not(.list-group-item):hover,
.card a:not(.btn):not(.dropdown-item):not(.text-muted):not(.list-group-item):focus,
.panel a:not(.btn):not(.dropdown-item):not(.text-muted):not(.list-group-item):hover,
.panel a:not(.btn):not(.dropdown-item):not(.text-muted):not(.list-group-item):focus {
    color: var(--primary-300) !important;
}

.table,
table.table {
    color: var(--text);
}

.table thead th,
table.table thead th {
    color: var(--white);
    background: var(--bg-accented);
    border-color: var(--border-lifted);
}

.table td,
.table th,
table.table td,
table.table th {
    border-color: var(--border-muted);
}

.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(56, 56, 66, 0.65);
}

body .dataTables_wrapper table.table-list tbody tr:nth-child(odd),
body table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #2b2b34;
}

body .dataTables_wrapper table.table-list tbody tr:nth-child(even),
body table.table-striped tbody tr:nth-of-type(even) {
    background-color: #343440;
}

body .dataTables_wrapper table.table-list tbody tr:nth-child(odd) > *,
body table.table-striped tbody tr:nth-of-type(odd) > * {
    background-color: #2b2b34;
}

body .dataTables_wrapper table.table-list tbody tr:nth-child(even) > *,
body table.table-striped tbody tr:nth-of-type(even) > * {
    background-color: #343440;
}

body .dataTables_wrapper table.table-list tbody tr:hover > *,
body table.table-hover tbody tr:hover > * {
    background-color: #3b3b48;
}

.form-control,
.custom-select,
select,
textarea {
    color: #0d0d0d;
    background: #fff;
    border-color: #c0c2d4;
    border-radius: var(--rounding-md);
    font-size: 0.92rem;
    line-height: 1.35;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.custom-select,
select {
    font-size: 0.86rem;
}

.form-control:hover:not(:focus):not(:disabled):not([readonly]),
.custom-select:hover:not(:focus):not(:disabled):not([readonly]),
select:hover:not(:focus):not(:disabled):not([readonly]),
textarea:hover:not(:focus):not(:disabled):not([readonly]) {
    background: #fff;
    border-color: #c0c2d4;
}

.form-control:focus,
.custom-select:focus,
select:focus,
textarea:focus {
    color: #0d0d0d;
    background: #fff;
    border-color: var(--primary-accented);
    box-shadow: 0 0 0 0.2rem rgba(2, 229, 118, 0.18);
}

.form-control:disabled,
.form-control[readonly],
.custom-select:disabled,
select:disabled,
textarea:disabled,
textarea[readonly] {
    color: #0d0d0d;
    background-color: #f8f8f8;
    -webkit-text-fill-color: #0d0d0d;
    border-color: #c0c2d4;
    opacity: 1;
}

.form-control:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #0d0d0d;
}

.md-editor {
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.md-editor:hover:not(:focus-within):not(.active) {
    background: #42424f;
    border-color: var(--border-lifted);
}

.md-editor.active,
.md-editor:focus-within {
    background: #464654;
    border-color: var(--primary-accented);
    box-shadow: 0 0 0 0.2rem rgba(2, 229, 118, 0.18);
}

.form-control::placeholder {
    color: #5a5f70;
    opacity: 1;
}

.input-group-text {
    color: #0d0d0d;
    background: #f3f4f8;
    border-color: #c0c2d4;
}

.input-group-text.text-muted {
    color: #5a5f70 !important;
}

.dropdown-menu {
    color: var(--text);
    padding: 0.5rem;
    background: var(--bg-accented);
    border-color: var(--bg-accented);
    border-radius: var(--rounding-md);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    color: var(--neutral-50);
    font-size: 1rem;
    line-height: 1.5rem;
    background: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--neutral-50);
    background: var(--neutral-700);
}

.sidebar .card,
.sidebar .panel {
    background: var(--bg-lifted);
}

.sidebar .list-group-item.active,
.list-group-item.active {
    background: var(--primary);
    border-color: var(--primary);
}

.alert-success {
    color: var(--primary-100);
    background: rgba(0, 54, 29, 0.72);
    border-color: var(--primary-700);
}

.alert-info {
    color: #f0ddff;
    background: rgba(182, 87, 245, 0.14);
    border-color: rgba(182, 87, 245, 0.42);
}

.alert-warning {
    color: #fed7aa;
    background: rgba(249, 115, 22, 0.16);
    border-color: rgba(249, 115, 22, 0.45);
}

.alert-danger {
    color: #fecaca;
    background: rgba(239, 68, 68, 0.16);
    border-color: rgba(239, 68, 68, 0.45);
}

.alert a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.12em;
}

.alert a:hover,
.alert a:focus {
    color: var(--text);
}

.alert-warning a {
    color: #fff1df;
}

.badge-success,
.label-success {
    background: var(--primary-lifted);
}

.pagination .page-link {
    color: var(--text-accented);
    background: var(--bg-lifted);
    border-color: var(--border-muted);
}

.pagination .page-item.active .page-link {
    color: var(--white);
    background: var(--primary);
    border-color: var(--primary);
}

.ls-social-section {
    color: var(--white);
    background: #2d2d36;
    padding: 8rem 3rem;
}

.ls-social-section .container {
    max-width: 1024px;
    padding-right: 24px;
    padding-left: 24px;
}

.ls-social-title {
    margin: 0;
    line-height: 0.9;
}

.ls-social-title span,
.ls-social-title strong,
.ls-footer-heading {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

.ls-social-section .ls-social-title span {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: var(--white);
}

.ls-social-section .ls-social-title strong {
    font-size: 3rem;
    line-height: 1;
    color: var(--white);
    text-transform: uppercase;
}

.ls-social-section .ls-social-copy {
    max-width: 28rem;
    margin: 1.25rem 0 0;
    color: #d8d9df;
    font-size: 1rem;
    line-height: 1.5rem;
}

.ls-social-section .ls-social-grid {
    display: grid;
    grid-template-columns: repeat(3, 136px);
    gap: 20px;
    width: 448px;
    max-width: 100%;
    margin: 0 0 0 auto;
}

.ls-social-section .ls-social-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 136px;
    color: var(--white);
    background: #3f404d;
    border: 0;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, color 0.3s ease;
}

.ls-social-section .ls-social-tile i {
    color: var(--white);
    font-size: 2.5rem;
    line-height: 1;
}

.ls-social-tile:hover,
.ls-social-tile:focus {
    color: var(--white);
    text-decoration: none;
}

.ls-social-facebook:hover,
.ls-social-facebook:focus {
    background: #3b5998;
}

.ls-social-x:hover,
.ls-social-x:focus,
.ls-social-tiktok:hover,
.ls-social-tiktok:focus {
    background: #000;
}

.ls-social-instagram:hover,
.ls-social-instagram:focus {
    background: linear-gradient(225deg, #ec4899, #ef4444, #facc15);
}

.ls-social-discord:hover,
.ls-social-discord:focus {
    background: #5865f2;
}

.ls-social-youtube:hover,
.ls-social-youtube:focus {
    background: #f00;
}

body footer.footer.ls-site-footer {
    color: #a1a1aa;
    background: #25252c;
    border-top: 0;
    padding: 7rem 0;
}

body footer.footer.ls-site-footer .container,
.ls-legal-footer .container {
    max-width: 1536px;
    padding-right: 16px;
    padding-left: 16px;
}

body footer.footer.ls-site-footer .ls-footer-nav {
    text-align: left;
}

body footer.footer.ls-site-footer .ls-footer-heading {
    margin: 0 0 1.25rem;
    color: var(--white);
    font-size: 1.875rem;
    line-height: 2.25rem;
    text-transform: uppercase;
}

body footer.footer.ls-site-footer .ls-footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

body footer.footer.ls-site-footer .ls-footer-list li + li {
    margin-top: 0.5rem;
}

body footer.footer.ls-site-footer .ls-footer-list-services li {
    margin-bottom: 0.5rem;
}

body footer.footer.ls-site-footer .ls-footer-list a {
    color: #a1a1aa;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

body footer.footer.ls-site-footer .ls-footer-list a:hover,
body footer.footer.ls-site-footer .ls-footer-list a:focus {
    color: #f3f4f6;
    text-decoration: none;
}

body footer.footer.ls-site-footer .ls-footer-brand {
    gap: 40px;
}

body footer.footer.ls-site-footer .ls-footer-mammoth,
body footer.footer.ls-site-footer .ls-footer-payments {
    display: block;
    width: min(100%, 336px);
    height: auto;
    object-fit: contain;
}

body footer.footer.ls-site-footer .ls-footer-mammoth {
    margin-top: 0;
}

body footer.footer.ls-site-footer .ls-footer-payments {
    margin: 0;
}

.ls-legal-footer {
    color: #a1a1aa;
    background: #1a1a1f;
    padding: 2rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.ls-legal-footer .copyright {
    color: #a1a1aa;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.ls-legal-footer a {
    color: #a1a1aa;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.ls-legal-footer a:hover,
.ls-legal-footer a:focus {
    color: #f3f4f6;
    text-decoration: none;
}

.ls-legal-footer span {
    margin: 0 0.75rem;
    color: #a1a1aa;
}

.modal-localisation .modal-content,
.system-modal .modal-content {
    background: var(--bg-lifted);
}

@media (min-width: 1200px) {
    .ls-main-nav {
        height: 6rem;
        min-height: 6rem;
        padding: 0;
    }

    .ls-main-nav > .container {
        height: 6rem;
        min-height: 6rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        align-items: flex-start;
    }

    .ls-navbar-brand {
        margin-right: 2rem;
        height: 3rem;
        align-self: flex-start;
    }

    .ls-navbar-brand .logo-img {
        width: 15.5rem;
        max-width: 15.5rem;
        height: auto;
    }

    .ls-primary-links {
        margin-top: 0;
    }

    .ls-main-nav .navbar-collapse {
        margin-left: 2rem;
        margin-top: 0;
        position: relative;
        z-index: 3000;
        overflow: visible;
        transform: translateY(0.3125rem);
    }

    .ls-secondary-links {
        padding-top: 0;
    }

    .ls-secondary-links .nav-item + .nav-item {
        margin-top: 0;
        margin-left: 1rem;
    }

    .ls-main-nav .nav-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .ls-social-copy {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
}

@media (max-width: 1199.98px) {
    .ls-main-nav {
        min-height: 4rem;
        padding: 0 !important;
        overflow: visible;
    }

    body header.header .navbar.ls-main-nav {
        min-height: 4rem;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .ls-main-nav > .container {
        position: relative;
        min-height: 4rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .ls-main-nav .navbar-toggler {
        position: absolute;
        top: 50%;
        left: 1rem;
        transform: translateY(-50%);
        z-index: 2;
        color: var(--neutral-200);
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.5rem;
        background: transparent;
        border: 0 !important;
        border-radius: 0;
        box-shadow: none !important;
        outline: 0;
        font-size: 1.5rem;
        line-height: 1;
    }

    .ls-toolbar {
        position: absolute;
        top: 50%;
        right: 1rem;
        z-index: 2;
        transform: translateY(-50%);
    }

    .ls-toolbar .ls-icon-button {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.5rem;
        color: var(--neutral-200);
        background: transparent;
        border: 0 !important;
        border-radius: 0;
        box-shadow: none !important;
        outline: 0;
        font-size: 1.5rem;
        line-height: 1;
    }

    .ls-main-nav .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 2500;
        flex-basis: 100%;
        margin-top: 0;
        padding: 1.75rem 1rem 1rem;
        background: var(--bg-accented);
        border: 1px solid var(--border-muted);
        border-radius: var(--rounding-md);
        box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.28);
    }

    .ls-navbar-brand {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .ls-navbar-brand .logo-img {
        width: 16rem;
        max-width: calc(100vw - 8.5rem);
        height: auto;
    }

    .ls-primary-links,
    .ls-secondary-links {
        align-items: stretch !important;
        margin-top: 0;
        padding-top: 0;
    }

    .ls-primary-links .nav-item + .nav-item {
        margin-top: 0.85rem;
    }

    .ls-secondary-links {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
        border-top: 1px solid var(--neutral-950);
    }

    .ls-secondary-links .nav-item + .nav-item {
        margin-top: 1rem;
    }

    .ls-main-nav .nav-link,
    body .ls-main-nav .navbar-nav .nav-link,
    body .ls-locale-button {
        justify-content: flex-start;
        width: 100%;
        min-height: 2.25rem;
        padding: 0;
        color: var(--neutral-100);
        background: transparent;
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: left;
    }

    .ls-main-nav .nav-link:hover,
    .ls-main-nav .nav-link:focus,
    .ls-main-nav .show > .nav-link,
    body .ls-locale-button:hover,
    body .ls-locale-button:focus {
        color: var(--primary-400);
        background: transparent;
        box-shadow: none;
    }

    .ls-main-nav .dropdown-menu,
    .ls-toolbar .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        min-width: 0;
        margin: 0.5rem 0 0.75rem;
        padding: 0.75rem 1rem;
        background: var(--bg-lifted) !important;
        border: 1px solid var(--border-muted) !important;
        border-radius: var(--rounding-md);
        box-shadow: none;
        transform: none !important;
    }

    .ls-main-nav .dropdown-menu a.dropdown-item,
    .ls-dropdown-menu .dropdown-item {
        min-height: 2.25rem;
        padding: 0.35rem 0 !important;
        color: var(--neutral-100) !important;
        font-size: 1rem;
        line-height: 1.5rem;
        border-radius: 0;
    }

    .ls-client-cta {
        width: 100%;
        justify-content: center;
        min-height: 3rem;
        border-radius: 999px;
    }

}

@media (max-width: 767.98px) {
    .ls-domain-overview-card .card-body {
        padding: 1.25rem;
    }

    .ls-domain-summary-grid,
    .ls-domain-action-grid {
        grid-template-columns: 1fr;
    }

    .ls-domain-summary-item {
        min-height: auto;
    }

    .ls-affiliate-hero .card-body,
    .ls-affiliate-withdraw-card .card-body {
        flex-direction: column;
        align-items: flex-start;
    }

    .ls-affiliate-hero-main {
        align-items: flex-start;
    }

    .ls-affiliate-hero-action {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
    }

    .ls-affiliate-stat-grid,
    .ls-affiliate-balance-grid {
        grid-template-columns: 1fr;
    }

    .ls-affiliate-stat-card {
        min-height: 6.75rem;
    }

    .ls-affiliate-link-group {
        display: block;
    }

    .ls-affiliate-link-group .form-control {
        width: 100%;
        border-radius: var(--rounding-md);
    }

    .ls-affiliate-link-group .input-group-append {
        display: block;
        margin: 0.75rem 0 0;
    }

    .ls-affiliate-link-group .btn,
    .ls-affiliate-withdraw-card .btn {
        justify-content: center;
        width: 100%;
        border-radius: var(--rounding-md);
    }

    .ls-whmcs-nav {
        padding: 0.25rem 0 !important;
    }

    body header.header .navbar.ls-whmcs-nav {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .ls-whmcs-nav .container {
        position: relative;
        align-items: flex-start;
    }

    .ls-whmcs-nav-toggle {
        justify-content: flex-start;
        width: 100%;
        min-height: 2.5rem;
        color: var(--neutral-100) !important;
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: left;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .ls-whmcs-nav .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 2400;
        margin-top: 0.25rem;
        padding: 1.25rem 1rem;
        background: var(--bg-accented);
        border: 1px solid var(--border-muted);
        border-radius: var(--rounding-md);
        box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.28);
    }

    .ls-whmcs-nav .navbar-nav {
        align-items: stretch;
        width: 100%;
    }

    .ls-whmcs-nav .navbar-nav > li > a,
    .ls-whmcs-nav .navbar-nav > li > button,
    .ls-whmcs-nav .nav-link,
    .ls-whmcs-nav a {
        justify-content: flex-start;
        width: 100%;
        min-height: 2.5rem;
        padding: 0.35rem 0 !important;
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: left;
    }

    .ls-whmcs-nav .navbar-nav + .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid var(--neutral-950);
    }

    .ls-whmcs-nav .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        min-width: 0;
        margin: 0.5rem 0 0.75rem;
        padding: 0.75rem 1rem;
        background: var(--bg-lifted) !important;
        border: 1px solid var(--border-muted) !important;
        border-radius: var(--rounding-md);
        box-shadow: none;
        transform: none !important;
    }

    .ls-whmcs-nav .dropdown-menu a.dropdown-item,
    .ls-whmcs-nav .dropdown-menu .dropdown-item > a {
        min-height: 2.25rem;
        padding: 0.35rem 0 !important;
        color: var(--neutral-100) !important;
        font-size: 1rem;
        line-height: 1.5rem;
    }

}

@media (max-width: 991.98px) {
    .ls-social-section .ls-social-copy {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .ls-social-section .ls-social-grid {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 575.98px) {
    .ls-social-section {
        padding: 5rem 1rem;
    }

    .ls-social-section .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .ls-social-section .ls-social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 292px);
        gap: 16px;
        margin-right: auto;
        margin-left: auto;
    }

    .ls-social-section .ls-social-tile {
        width: auto;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    body footer.footer.ls-site-footer .ls-footer-heading {
        margin-bottom: 1.25rem;
    }

    .ls-client-home-kb-search .input-group {
        display: block;
    }

    .ls-client-home-kb-search .input-group-prepend,
    .ls-client-home-kb-search .input-group-append {
        display: none;
    }

    .ls-client-home-kb-search .form-control {
        width: 100%;
        min-height: 3.5rem;
        border-radius: var(--rounding-md);
    }

    .ls-legal-footer span {
        margin-right: 0.45rem;
        margin-left: 0.45rem;
    }

    .ls-navbar-brand .logo-img {
        width: 16rem;
        max-width: calc(100vw - 8.5rem);
        height: auto;
    }
}

/* Final shared component corrections. Keep this near the end so page-specific older rules do not win. */
body .btn,
body button.btn,
body input.btn,
body a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.35rem;
    padding: 0.42rem 0.85rem;
    border-radius: var(--rounding-md);
    font-size: 0.94rem;
    line-height: 1.25;
    font-weight: 700;
    white-space: nowrap;
}

body .btn-lg,
body .btn-group-lg > .btn {
    min-height: 2.55rem;
    padding: 0.52rem 1rem;
    font-size: 1rem;
}

body .btn-sm,
body .btn-group-sm > .btn,
body .badge {
    min-height: auto;
    padding: 0.25rem 0.55rem;
    font-size: 0.82rem;
}

body .btn i,
body .btn .fa,
body .btn .fas,
body .btn .far {
    line-height: 1;
}

body .btn-secondary,
body .btn-danger,
body .btn-default,
body .btn-outline-secondary {
    flex-direction: row !important;
}

body .ticket-sidebar .badge,
body .sidebar .badge,
body .panel-sidebar .badge,
body .card-sidebar .badge {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-right: 0.35rem;
    line-height: 1.1;
}

body .ticket-sidebar .btn,
body .sidebar .btn,
body .panel-sidebar .btn,
body .card-sidebar .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

body .panel-sidebar .list-group-item,
body .card-sidebar .list-group-item,
body .sidebar .list-group-item {
    line-height: 1.35;
}

.ls-kb-page .kb-article-item {
    margin: 0;
    border-radius: 0 !important;
}

.ls-kb-page .kb-article-item:first-child {
    border-top-left-radius: var(--rounding-md) !important;
    border-top-right-radius: var(--rounding-md) !important;
}

.ls-kb-page .kb-article-item:last-child {
    border-bottom-left-radius: var(--rounding-md) !important;
    border-bottom-right-radius: var(--rounding-md) !important;
}

.ls-kb-knowledgebasecat .ls-kb-article-list-card .kb-article-item:nth-child(odd),
.ls-kb-knowledgebasearticle .ls-kb-article-list-card .kb-article-item:nth-child(odd) {
    background: #2d2d36;
}

.ls-kb-knowledgebasecat .ls-kb-article-list-card .kb-article-item:nth-child(even),
.ls-kb-knowledgebasearticle .ls-kb-article-list-card .kb-article-item:nth-child(even) {
    background: #383842;
}

.ls-client-home-kb-search .input-group:hover .input-group-text,
.ls-client-home-kb-search .input-group:focus-within .input-group-text,
.ls-kb-page .kb-search:hover .input-group-text,
.ls-kb-page .kb-search:focus-within .input-group-text {
    background: var(--bg-lifted) !important;
    box-shadow: none !important;
}

body .ticket-sidebar .btn-danger,
body .sidebar .btn-danger,
body .panel-sidebar .btn-danger,
body .card-sidebar .btn-danger,
body #closedTicket,
body #closeTicket {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    gap: 0.45rem !important;
}

body .ticket-sidebar .btn-danger i,
body .sidebar .btn-danger i,
body .panel-sidebar .btn-danger i,
body .card-sidebar .btn-danger i,
body #closedTicket i,
body #closeTicket i {
    display: inline-block !important;
    margin: 0 !important;
}

@media (max-width: 419.98px) {
    .ls-navbar-brand .logo-img {
        width: 14.5rem;
        max-width: calc(100vw - 8.5rem);
        height: auto;
    }
}

body .icheckbox_square-blue,
body .icheckbox_square-blue.hover,
body .icheckbox_square-blue.checked,
body .icheckbox_square-blue.checked.hover,
body .iradio_square-blue,
body .iradio_square-blue.hover,
body .iradio_square-blue.checked,
body .iradio_square-blue.checked.hover {
    width: 16px;
    height: 16px;
    background-image: none !important;
    background-color: #fff !important;
    border: 1px solid #c0c2d4 !important;
    box-shadow: none;
}

body .icheckbox_square-blue {
    border-radius: 3px;
}

body .iradio_square-blue {
    border-radius: 50%;
}

body .icheckbox_square-blue.checked,
body .icheckbox_square-blue.checked.hover,
body .iradio_square-blue.checked,
body .iradio_square-blue.checked.hover {
    background: #62cb31 !important;
    background-color: #62cb31 !important;
    border-color: #62cb31 !important;
    box-shadow: none;
}

body .icheckbox_square-blue.checked:after,
body .icheckbox_square-blue.checked.hover:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

body .iradio_square-blue.checked:after,
body .iradio_square-blue.checked.hover:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

body .icheckbox_square-blue.disabled,
body .iradio_square-blue.disabled {
    opacity: .55;
}

body #billingContactsContainer .form-check {
    color: var(--text-accented);
    line-height: 1.6;
}

body #billingContactsContainer .form-check strong {
    color: var(--text);
}

body .cc-details .form-control,
body #inputCardNumber,
body #inputCardExpiry,
body #inputCardStart,
body #inputCardIssue,
body #inputIssueNum,
body #inputCardCvv,
body #inputCardCVV,
body #inputCardCVV2,
body #inputDescriptionContainer #inputDescription,
body #ibanElement,
body #stripeElements .form-control,
body #stripeElements .StripeElement,
body #stripeCreditCard,
body #stripeExpiryDate,
body #stripeCvc {
    background-color: #fff !important;
    color: #0d0d0d !important;
    -webkit-text-fill-color: #0d0d0d !important;
    border-color: #c0c2d4 !important;
}

body .cc-details .form-control::placeholder,
body #inputCardNumber::placeholder,
body #inputCardExpiry::placeholder,
body #inputCardStart::placeholder,
body #inputCardIssue::placeholder,
body #inputIssueNum::placeholder,
body #inputCardCvv::placeholder,
body #inputCardCVV::placeholder,
body #inputCardCVV2::placeholder,
body #inputDescriptionContainer #inputDescription::placeholder {
    color: #5a5f70 !important;
    opacity: 1;
}

body .cc-details .form-control:-webkit-autofill,
body #inputCardNumber:-webkit-autofill,
body #inputCardExpiry:-webkit-autofill,
body #inputCardStart:-webkit-autofill,
body #inputCardIssue:-webkit-autofill,
body #inputIssueNum:-webkit-autofill,
body #inputCardCvv:-webkit-autofill,
body #inputCardCVV:-webkit-autofill,
body #inputCardCVV2:-webkit-autofill,
body #inputDescriptionContainer #inputDescription:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #0d0d0d !important;
}

body .popover {
    background-color: #fff !important;
    border-color: #c0c2d4 !important;
    color: #0d0d0d !important;
}

body .popover .popover-header {
    background-color: #f3f3f3 !important;
    border-bottom-color: #c0c2d4 !important;
    color: #0d0d0d !important;
}

body .popover .popover-body {
    background-color: #fff !important;
    color: #0d0d0d !important;
}

body .bs-popover-right > .arrow::after,
body .bs-popover-auto[x-placement^="right"] > .arrow::after {
    border-right-color: #fff !important;
}

body .bs-popover-right > .arrow::before,
body .bs-popover-auto[x-placement^="right"] > .arrow::before {
    border-right-color: #c0c2d4 !important;
}
