body[data-theme="spx-orange"] {
    background: var(--footer-background);
    color: var(--text-color);
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html.spx-orange-root {
    min-height: 100%;
    background: var(--footer-background, #161616) !important;
}

body#simplePage[data-theme="spx-orange"] {
    display: flex !important;
    min-height: 100vh !important;
    flex-direction: column;
    background: var(--footer-background, #161616) !important;
}

body#simplePage[data-theme="spx-orange"] > .application-main {
    flex: 1 0 auto;
}

body[data-theme="spx-orange"] .application-main {
    background: var(--page-background);
    color: var(--text-color);
}

body[data-theme="spx-orange"].spx-orange-home-page .page-content {
    padding: 0;
}

body[data-theme="spx-orange"].spx-orange-home-page .page-content > .container-fluid {
    max-width: none;
    padding: 0;
}

body[data-theme="spx-orange"] .spx-orange-container {
    width: 100%;
    min-width: 0;
    max-width: 1408px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    box-sizing: border-box;
}

body[data-theme="spx-orange"] h1,
body[data-theme="spx-orange"] h2,
body[data-theme="spx-orange"] h3,
body[data-theme="spx-orange"] h4,
body[data-theme="spx-orange"] h5,
body[data-theme="spx-orange"] h6 {
    color: inherit;
    font-weight: 600;
}

body[data-theme="spx-orange"] a {
    transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}

body[data-theme="spx-orange"] :focus-visible {
    outline: 3px solid rgba(252, 109, 32, .38);
    outline-offset: 2px;
}

/* Navigation ------------------------------------------------------------- */
.spx-orange-sticky {
    background: var(--navigation-background);
}

.site-navigation--spx-orange {
    position: relative;
    z-index: 2;
    min-height: var(--navigation-height);
    border: 0;
    border-bottom: 1px solid var(--navigation-border);
    background: var(--navigation-background);
    color: var(--navigation-text);
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.site-navigation--spx-orange .site-navigation__inner {
    width: 100%;
    min-width: 0;
    max-width: 1408px;
    min-height: var(--navigation-height);
    gap: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.spx-orange-logo {
    display: inline-flex;
    min-width: 88px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: .88;
    text-decoration: none;
}

.spx-orange-logo:hover,
.spx-orange-logo:focus {
    text-decoration: none;
}

.spx-orange-logo__mark {
    color: #161616;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: .88;
}

.spx-orange-logo__tag {
    margin-top: 5px;
    color: var(--brand-primary);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1;
}

.site-navigation--spx-orange .spx-orange-language .site-navigation__language {
    min-height: 42px;
    gap: 9px;
    padding: 8px 12px;
    border: 1px solid var(--surface-border);
    border-radius: var(--control-radius);
    background: var(--surface-background);
    color: var(--navigation-text);
}

.site-navigation--spx-orange .spx-orange-language .site-navigation__language .flag-icon {
    width: 26px;
    height: 20px;
    margin: 0;
    border: 1px solid rgba(22, 22, 22, .08);
    border-radius: 3px;
    background-size: contain;
}

.site-navigation--spx-orange .site-navigation__content {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    gap: 18px;
}

.site-navigation--spx-orange .site-navigation__links,
.site-navigation--spx-orange .site-navigation__actions {
    min-width: 0;
    max-width: 100%;
}

.site-navigation--spx-orange .site-navigation__links {
    flex: 0 1 auto;
    margin: 0 auto;
    gap: 2px;
    flex-wrap: nowrap;
}

.site-navigation--spx-orange .site-navigation__group {
    position: relative;
    flex: 0 0 auto;
}

.site-navigation--spx-orange .site-navigation__group-toggle {
    width: 100%;
    gap: 9px;
    border: 0;
    background: transparent;
}

.site-navigation--spx-orange .site-navigation__group-chevron,
.site-navigation--spx-orange .spx-orange-account-chevron {
    flex: 0 0 auto;
    font-size: 10px;
    transition: transform .15s ease;
}

.site-navigation--spx-orange [aria-expanded="true"] > .site-navigation__group-chevron,
.site-navigation--spx-orange [aria-expanded="true"] > .spx-orange-account-chevron {
    transform: rotate(180deg);
}

.site-navigation--spx-orange .site-navigation__dropdown {
    position: absolute;
    z-index: 1100;
    top: calc(100% + 10px);
    left: 0;
    min-width: 210px;
    padding: 7px;
    border: 1px solid var(--dropdown-border);
    border-radius: var(--panel-radius);
    background: var(--surface-background);
    box-shadow: var(--panel-shadow);
}

.site-navigation--spx-orange .site-navigation__dropdown[hidden] {
    display: none;
}

.site-navigation--spx-orange .site-navigation__dropdown a {
    display: flex;
    min-height: 40px;
    align-items: center;
    padding: 9px 12px;
    border-radius: calc(var(--control-radius) - 2px);
    color: var(--navigation-text);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.site-navigation--spx-orange .site-navigation__dropdown a:hover,
.site-navigation--spx-orange .site-navigation__dropdown a:focus {
    color: var(--navigation-hover-text);
    background: var(--navigation-hover-background);
}

.site-navigation--spx-orange .site-navigation__dropdown a.is-active,
.site-navigation--spx-orange .site-navigation__dropdown a[aria-current="page"] {
    color: var(--navigation-cta-text);
    background: var(--navigation-cta-background);
}

.site-navigation--spx-orange .site-navigation__dropdown a.is-active:hover,
.site-navigation--spx-orange .site-navigation__dropdown a.is-active:focus,
.site-navigation--spx-orange .site-navigation__dropdown a[aria-current="page"]:hover,
.site-navigation--spx-orange .site-navigation__dropdown a[aria-current="page"]:focus {
    color: var(--navigation-cta-text);
    background: var(--navigation-cta-hover-background);
}

.site-navigation--spx-orange .site-navigation__link {
    min-height: 42px;
    padding: 10px 15px;
    border-radius: var(--control-radius);
    color: var(--navigation-text);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.site-navigation--spx-orange .site-navigation__link:hover,
.site-navigation--spx-orange .site-navigation__link:focus {
    color: var(--navigation-hover-text);
    background: var(--navigation-hover-background);
}

.site-navigation--spx-orange .site-navigation__actions {
    flex: 0 0 auto;
    gap: 10px;
    margin-left: 18px;
    flex-wrap: nowrap;
}

.site-navigation--spx-orange .site-navigation__link--secondary {
    gap: 13px;
    border: 1px solid var(--brand-primary);
    background: var(--navigation-background);
    color: var(--navigation-text);
}

.site-navigation--spx-orange .site-navigation__link--secondary:hover,
.site-navigation--spx-orange .site-navigation__link--secondary:focus {
    border-color: var(--brand-primary);
    background: var(--navigation-hover-background);
    color: var(--navigation-hover-text);
}

.site-navigation--spx-orange .site-navigation__link--primary,
.spx-orange-footer__cta {
    gap: 13px;
    border: 1px solid var(--brand-primary);
    background: var(--navigation-cta-background);
    color: var(--navigation-cta-text);
    font-weight: 600;
}

.site-navigation--spx-orange .site-navigation__link--primary:hover,
.site-navigation--spx-orange .site-navigation__link--primary:focus,
.spx-orange-footer__cta:hover,
.spx-orange-footer__cta:focus {
    border-color: var(--navigation-cta-hover-background);
    background: var(--navigation-cta-hover-background);
    color: var(--navigation-cta-text);
    transform: translateY(-1px);
}

.spx-orange-action-arrow {
    font-size: 12px;
    transform: rotate(-45deg);
}

.site-navigation--spx-orange .notification-button {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border: 1px solid var(--surface-border);
    border-radius: var(--control-radius);
    background: var(--surface-muted-background);
    color: var(--navigation-text);
    font-size: 17px;
}

.site-navigation--spx-orange .notification-button:hover,
.site-navigation--spx-orange .notification-button:focus {
    border-color: rgba(252, 109, 32, .3);
    background: var(--navigation-hover-background);
    color: var(--brand-primary);
}

.spx-orange-notification-dot {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 8px;
    height: 8px;
    border: 2px solid var(--surface-muted-background);
    border-radius: 50%;
    background: var(--brand-primary);
}

.site-navigation--spx-orange .spx-orange-account-menu {
    display: flex;
    max-width: 100%;
    min-width: 0;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    color: var(--navigation-text);
}

.site-navigation--spx-orange .spx-orange-account-menu--logged {
    position: relative;
    flex: 0 0 auto;
    flex-wrap: nowrap;
}

.site-navigation--spx-orange .spx-orange-account-button {
    display: inline-flex;
    min-width: 0;
    max-width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border: 1px solid var(--surface-border);
    border-radius: var(--control-radius);
    background: var(--account-background) !important;
    color: var(--navigation-text);
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
}

.site-navigation--spx-orange .spx-orange-account-button:hover,
.site-navigation--spx-orange .spx-orange-account-button:focus {
    border-color: rgba(252, 109, 32, .3);
    background: var(--account-hover-background) !important;
    color: var(--brand-primary-dark);
    text-decoration: none;
}

.site-navigation--spx-orange .spx-orange-account-plus {
    width: 11px;
    height: 11px;
    margin-left: 7px;
    filter: invert(1);
    opacity: .85;
}

.site-navigation--spx-orange .spx-orange-account-menu--guest .spx-orange-account-button {
    background: var(--surface-muted-background) !important;
    color: var(--navigation-text);
}

.site-navigation--spx-orange .spx-orange-account-menu--guest .spx-orange-account-button:hover,
.site-navigation--spx-orange .spx-orange-account-menu--guest .spx-orange-account-button:focus {
    background: var(--navigation-hover-background) !important;
    color: var(--brand-primary);
}

.site-navigation--spx-orange .spx-orange-account-user {
    display: block;
    max-width: 300px;
    overflow: hidden;
    color: inherit;
    font-size: 13px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-navigation--spx-orange .spx-orange-account-button--logged {
    width: auto;
    min-width: 190px;
    max-width: 350px;
    justify-content: space-between;
    gap: 12px;
    background: var(--surface-muted-background) !important;
    color: var(--navigation-text);
}

.site-navigation--spx-orange .spx-orange-account-button--logged:hover,
.site-navigation--spx-orange .spx-orange-account-button--logged:focus {
    background: var(--navigation-hover-background) !important;
    color: var(--brand-primary);
}

.site-navigation--spx-orange .spx-orange-account-dropdown {
    min-width: 210px;
}

.site-navigation--spx-orange .spx-orange-account-dropdown a i {
    width: 18px;
    color: var(--brand-primary-dark);
    text-align: center;
}

.site-navigation--spx-orange .account-menu__dropdown {
    top: calc(100% + 14px);
}

/* Heading ---------------------------------------------------------------- */
.spx-orange-page-heading {
    position: relative;
    z-index: 1;
    isolation: isolate;
    min-height: 132px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background:
        radial-gradient(90% 150% at 82% 0%, rgba(252, 109, 32, .22), transparent 60%),
        linear-gradient(180deg, #202020 0%, #111 100%);
    color: var(--heading-text);
}

.spx-orange-page-heading__inner {
    display: flex;
    min-width: 0;
    min-height: 132px;
    padding-top: 24px;
    padding-bottom: 28px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.spx-orange-page-heading__eyebrow {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    color: var(--brand-primary);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.spx-orange-page-heading .page-heading__title {
    width: 100%;
    max-width: 1200px;
    margin: 0;
    padding: 0;
    overflow: visible;
    color: var(--heading-text);
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 600;
    line-height: 1.16;
    overflow-wrap: anywhere;
    text-overflow: clip;
    text-wrap: balance;
    white-space: normal;
}

/* Application content and Bootstrap/Yii widgets ------------------------- */
body[data-theme="spx-orange"] .page-content {
    padding-top: 42px;
    padding-bottom: 64px;
}

body[data-theme="spx-orange"].spx-orange-panel-layout .page-content--panel {
    padding-top: 0;
}

body[data-theme="spx-orange"] .page-content--boxed > .container,
body[data-theme="spx-orange"] .page-content--boxed > .container-fluid {
    padding: 30px;
    border: 1px solid var(--surface-border);
    border-radius: var(--panel-radius);
    background: var(--surface-background);
    box-shadow: var(--panel-shadow);
}

body[data-theme="spx-orange"] .card,
body[data-theme="spx-orange"] .panel,
body[data-theme="spx-orange"] .well,
body[data-theme="spx-orange"] .jumbotron {
    border-color: var(--surface-border);
    border-radius: var(--panel-radius);
    background: var(--surface-background);
    box-shadow: 0 6px 22px rgba(22, 22, 22, .06);
}

body[data-theme="spx-orange"] .card-header,
body[data-theme="spx-orange"] .panel-heading {
    border-color: var(--surface-border);
    border-radius: var(--panel-radius) var(--panel-radius) 0 0;
    background: var(--surface-muted-background);
    color: var(--text-color);
    font-weight: 600;
}

body[data-theme="spx-orange"] .btn {
    border-radius: var(--control-radius);
    font-weight: 600;
}

body[data-theme="spx-orange"] .btn-primary {
    box-shadow: 0 5px 16px rgba(252, 109, 32, .18);
}

body[data-theme="spx-orange"] .btn-primary:hover,
body[data-theme="spx-orange"] .btn-primary:focus {
    transform: translateY(-1px);
}

body[data-theme="spx-orange"] .form-control,
body[data-theme="spx-orange"] .custom-select,
body[data-theme="spx-orange"] .input-group-text,
body[data-theme="spx-orange"] .select2-container--krajee-bs4 .select2-selection {
    min-height: 42px;
    border-color: var(--surface-border);
    border-radius: var(--control-radius);
    color: var(--text-color);
    background-color: var(--surface-background);
}

body[data-theme="spx-orange"] .form-control:focus,
body[data-theme="spx-orange"] .custom-select:focus,
body[data-theme="spx-orange"] .select2-container--krajee-bs4.select2-container--focus .select2-selection {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 3px rgba(252, 109, 32, .16);
}

body[data-theme="spx-orange"] .input-group > .form-control:not(:last-child),
body[data-theme="spx-orange"] .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

body[data-theme="spx-orange"] .input-group-append .input-group-text,
body[data-theme="spx-orange"] .input-group-prepend .input-group-text {
    background: var(--surface-muted-background);
}

body[data-theme="spx-orange"] fieldset {
    border-color: var(--surface-border);
    border-radius: var(--panel-radius);
}

body[data-theme="spx-orange"] legend {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 600;
}

body[data-theme="spx-orange"] .table,
body[data-theme="spx-orange"] table.items {
    color: var(--text-color);
    background: var(--surface-background);
}

body[data-theme="spx-orange"] .table thead th,
body[data-theme="spx-orange"] table.items thead th {
    border-color: rgba(255, 255, 255, .08);
    background: var(--shipment-selection-background);
    color: #fff;
    font-weight: 600;
}

body[data-theme="spx-orange"] .table thead th a,
body[data-theme="spx-orange"] table.items thead th a {
    color: #fff;
}

body[data-theme="spx-orange"] .table td,
body[data-theme="spx-orange"] .table th,
body[data-theme="spx-orange"] table.items td,
body[data-theme="spx-orange"] table.items th {
    border-color: var(--surface-border);
}

body[data-theme="spx-orange"] .table-striped tbody tr:not(.selected):nth-of-type(odd) {
    background: var(--table-row-odd-background, rgba(127, 127, 127, .025));
}

body[data-theme="spx-orange"] .table-hover tbody tr:not(.selected):hover,
body[data-theme="spx-orange"] table.items tbody tr:not(.selected):hover {
    background: rgba(252, 109, 32, .08);
}

body[data-theme="spx-orange"] .pagination .page-link,
body[data-theme="spx-orange"] ul.yiiPager a {
    border-color: var(--surface-border);
    color: var(--brand-primary-dark);
    background: var(--surface-background);
}

body[data-theme="spx-orange"] .pagination .page-link:hover,
body[data-theme="spx-orange"] ul.yiiPager a:hover {
    border-color: rgba(252, 109, 32, .32);
    background: var(--navigation-hover-background);
    color: var(--brand-primary-dark);
}

body[data-theme="spx-orange"] .pagination .page-item.active .page-link,
body[data-theme="spx-orange"] ul.yiiPager li.selected a {
    border-color: var(--brand-primary);
    background: var(--brand-primary);
    color: var(--brand-on-primary);
}

body[data-theme="spx-orange"] .nav-tabs {
    border-color: var(--surface-border);
}

body[data-theme="spx-orange"] .nav-tabs .nav-link.active,
body[data-theme="spx-orange"] .nav-tabs .nav-item.show .nav-link {
    border-color: var(--surface-border) var(--surface-border) var(--surface-background);
    color: var(--brand-primary-dark);
    background: var(--surface-background);
}

body[data-theme="spx-orange"] .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: var(--panel-radius);
    box-shadow: 0 20px 60px rgba(22, 22, 22, .22);
}

body[data-theme="spx-orange"] .modal-header {
    border-bottom: 0;
    background: var(--modal-header-background);
    color: var(--modal-header-text);
}

body[data-theme="spx-orange"] .modal-header .close {
    color: var(--modal-header-text);
    opacity: .8;
    text-shadow: none;
}

body[data-theme="spx-orange"] .ask-for-offer-modal .modal-body {
    background: var(--surface-background, #fff);
    color: var(--text-color, #161616);
}

body[data-theme="spx-orange"] .ask-for-offer-form label,
body[data-theme="spx-orange"] .ask-for-offer-form .control-label,
body[data-theme="spx-orange"] .ask-for-offer-form .form-check-label,
body[data-theme="spx-orange"] .ask-for-offer-form .custom-control-label,
body[data-theme="spx-orange"] .ask-for-offer-form .form-text,
body[data-theme="spx-orange"] .ask-for-offer-form p,
body[data-theme="spx-orange"] .ask-for-offer-form small {
    color: var(--text-color, #161616);
}

body[data-theme="spx-orange"] .ask-for-offer-form .help-block,
body[data-theme="spx-orange"] .ask-for-offer-form .invalid-feedback,
body[data-theme="spx-orange"] .ask-for-offer-form .has-error .control-label,
body[data-theme="spx-orange"] .ask-for-offer-form .has-error .form-check-label {
    color: var(--danger-color, #c93f2d);
}

body[data-theme="spx-orange"] .ask-for-offer-form a {
    color: var(--link-color, #d94f0a);
    text-decoration: underline;
}

body[data-theme="spx-orange"] .ask-for-offer-form a:hover,
body[data-theme="spx-orange"] .ask-for-offer-form a:focus {
    color: var(--link-hover-color, #fc6d20);
}

body[data-theme="spx-orange"] .alert {
    border-radius: var(--control-radius);
}

body[data-theme="spx-orange"] .alert:not(.site-top-alert):not(.alert-message_top):not(.alertTopNewWarning) {
    min-height: 0 !important;
    height: auto !important;
    padding: 12px 16px !important;
}

body[data-theme="spx-orange"] .alert-info {
    border-color: var(--info-border);
    background: var(--info-background);
    color: var(--info-text);
}

body[data-theme="spx-orange"] .alert-info::after {
    display: none;
}

/* Use the same surface as notification items. The important image/size/color
 * declarations also neutralize older cached alert views with inline styles. */
body[data-theme="spx-orange"] .alert-message_top {
    margin: 0;
    padding: 14px 0 !important;
    border: 0;
    border-radius: 0;
    background-color: var(--notification-item-background, #262626) !important;
    background-image: none !important;
    background-size: auto !important;
    box-shadow: none;
    color: rgba(255, 255, 255, .9) !important;
}

body[data-theme="spx-orange"] .alertTopNewWarning {
    position: relative;
    margin: 12px auto;
    padding: 14px 48px 14px 52px !important;
    border: 1px solid var(--warning-border, #f1c56b);
    border-left: 5px solid var(--warning-accent, #d88a00);
    border-radius: var(--control-radius, 8px);
    background-color: var(--warning-background, #fff8e6) !important;
    background-image: none !important;
    box-shadow: 0 4px 14px rgba(104, 70, 0, .08);
    color: var(--warning-text, #684600);
    font-size: 14px;
    line-height: 1.5;
}

body[data-theme="spx-orange"] .alertTopNewWarning::before {
    position: absolute;
    top: 50%;
    left: 17px;
    display: flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border: 2px solid currentColor;
    border-radius: 50%;
    color: var(--warning-accent, #d88a00);
    content: "!";
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-50%);
}

body[data-theme="spx-orange"] .alertTopNewWarning p:last-child,
body[data-theme="spx-orange"] .alertTopNewWarning ul:last-child {
    margin-bottom: 0;
}

body[data-theme="spx-orange"] .alertTopNewWarning a {
    color: #825600;
    font-weight: 600;
    text-decoration: underline;
}

body[data-theme="spx-orange"] .alertTopNewWarning a:hover,
body[data-theme="spx-orange"] .alertTopNewWarning a:focus {
    color: #4f3400;
}

body[data-theme="spx-orange"] .alertTopNewWarning .close,
body[data-theme="spx-orange"] .alertTopNewWarning [data-dismiss="alert"] {
    position: absolute;
    top: 50%;
    right: 14px;
    padding: 4px;
    color: inherit;
    opacity: .72;
    text-shadow: none;
    transform: translateY(-50%);
}

body[data-theme="spx-orange"] .main-loader__spinner {
    border-top-color: var(--brand-primary);
}

/* Side navigation -------------------------------------------------------- */
body[data-theme="spx-orange"] .side-nav {
    scrollbar-color: rgba(252, 109, 32, .7) transparent;
    scrollbar-width: thin;
    box-shadow: 8px 0 28px rgba(22, 22, 22, .08);
}

body[data-theme="spx-orange"] .side-nav__header {
    min-height: 62px;
    color: var(--side-nav-text);
}

body[data-theme="spx-orange"] .side-nav__account-image,
body[data-theme="spx-orange"] .side-nav__salesman-image,
body[data-theme="spx-orange"] .side-nav__salesman-placeholder {
    border: 1px solid var(--side-nav-border);
}

body[data-theme="spx-orange"] .side-nav__icon {
    color: var(--brand-primary-dark);
}

body[data-theme="spx-orange"] .side-nav__link,
body[data-theme="spx-orange"] .side-nav__collapse,
body[data-theme="spx-orange"] .side-nav__position-toggle {
    border-radius: var(--control-radius);
}

body[data-theme="spx-orange"] .side-nav__item.is-active > .side-nav__link,
body[data-theme="spx-orange"] .side-nav__item.is-active > .side-nav__group-toggle {
    box-shadow: 0 8px 20px rgba(252, 109, 32, .18);
}

body[data-theme="spx-orange"] .side-nav__item.is-active > .side-nav__link .side-nav__icon,
body[data-theme="spx-orange"] .side-nav__item.is-active > .side-nav__group-toggle .side-nav__icon {
    color: var(--side-nav-active-text);
}

body[data-theme="spx-orange"] .user-panel-navigation__balance > span {
    color: var(--brand-primary-dark) !important;
}

body[data-theme="spx-orange"] .side-nav__salesman-details a,
body[data-theme="spx-orange"] .side-nav__support a {
    color: var(--side-nav-text);
    word-break: break-all;
}

body[data-theme="spx-orange"] .side-nav__salesman-details a:hover,
body[data-theme="spx-orange"] .side-nav__support a:hover {
    color: var(--brand-primary-light);
}

/* Yii 1.1 panel compatibility ------------------------------------------- */
body[data-theme="spx-orange"].spx-orange-yii1-panel #main.application-main--yii1-panel,
body[data-theme="spx-orange"].spx-orange-yii1-panel .page-content--yii1-panel {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--page-background);
}

body[data-theme="spx-orange"].spx-orange-yii1-panel #panel-content {
    width: 100%;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--text-color);
    background: var(--page-background);
}

body[data-theme="spx-orange"].spx-orange-yii1-panel #panel-content .yii1-panel-shell {
    margin: 0 !important;
    padding: 0 !important;
}

body[data-theme="spx-orange"].spx-orange-yii1-panel #sidebar-menu.yii1-side-nav {
    color: var(--side-nav-text);
    background: var(--side-nav-background);
    border-color: var(--side-nav-border);
    box-shadow: 8px 0 28px rgba(22, 22, 22, .08);
}

body[data-theme="spx-orange"].spx-orange-yii1-panel #side-menu {
    background: var(--side-nav-background);
}

body[data-theme="spx-orange"].spx-orange-yii1-panel #side-menu .side-nav__quick-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: var(--brand-on-primary) !important;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    background: var(--button-primary-background) !important;
    border-radius: var(--control-radius);
}

body[data-theme="spx-orange"].spx-orange-yii1-panel #side-menu .side-nav__quick-action:hover,
body[data-theme="spx-orange"].spx-orange-yii1-panel #side-menu .side-nav__quick-action:focus {
    color: var(--brand-on-primary) !important;
    background: var(--button-primary-hover-background) !important;
}

body[data-theme="spx-orange"].spx-orange-yii1-panel #side-menu .side-nav__quick-action.buttonAddLeaflet {
    flex-wrap: wrap;
}

body[data-theme="spx-orange"].spx-orange-yii1-panel #side-menu .side-nav__quick-action.buttonAddLeaflet .txtSmall {
    flex-basis: 100%;
    margin-top: 2px;
    font-size: .72em;
}

body[data-theme="spx-orange"].spx-orange-yii1-panel #close-panel-menu.side-nav__collapse {
    color: var(--side-nav-text) !important;
    background: var(--side-nav-control-background) !important;
    border: 1px solid var(--side-nav-border);
}

body[data-theme="spx-orange"].spx-orange-yii1-panel #close-panel-menu.side-nav__collapse:hover,
body[data-theme="spx-orange"].spx-orange-yii1-panel #close-panel-menu.side-nav__collapse:focus {
    color: var(--side-nav-active-text) !important;
    background: var(--side-nav-active-background) !important;
}

/* Legacy notification service styled for the SPX Orange theme ----------- */
body[data-theme="spx-orange"].notifications-open {
    overflow: hidden;
}

body[data-theme="spx-orange"] .notifications {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    color: #fff;
}

body[data-theme="spx-orange"] .notifications .overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 50px 0 100px;
    background: rgba(16, 16, 16, .96);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

body[data-theme="spx-orange"] .notifications .closeNotifications {
    position: fixed;
    top: 28px;
    right: 32px;
    z-index: 100001;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--control-radius);
    background: rgba(255, 255, 255, .08);
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

body[data-theme="spx-orange"] .notifications .closeNotifications:hover {
    background: rgba(252, 109, 32, .2);
    transform: rotate(90deg);
}

body[data-theme="spx-orange"] .notifications .closeNotifications img {
    display: block;
    width: 100%;
    height: 100%;
}

body[data-theme="spx-orange"] .notifications .notiOne {
    max-width: 1100px;
    margin: 30px auto;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--panel-radius);
    background: var(--notification-item-background, #262626);
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
}

body[data-theme="spx-orange"] .notifications .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

body[data-theme="spx-orange"] .notifications .titleSmall {
    margin-bottom: 24px;
    color: #fff;
    font-weight: 600;
}

body[data-theme="spx-orange"] .notifications .gradientTop {
    width: 100%;
    height: 4px;
    margin: 14px 0 24px;
    border-radius: 999px;
    background: var(--brand-primary-gradient);
}

body[data-theme="spx-orange"] .notifications a {
    color: var(--brand-primary-light);
    text-decoration: none;
}

body[data-theme="spx-orange"] .notifications a:hover,
body[data-theme="spx-orange"] .notifications a:focus {
    color: #fff;
    text-decoration: underline;
}

body[data-theme="spx-orange"] .notifications .button {
    display: inline-flex;
    width: auto;
    min-width: 150px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    padding: 10px 18px;
    border: 1px solid var(--brand-primary);
    border-radius: var(--control-radius);
    background: var(--brand-primary);
    color: #fff;
    font-weight: 600;
}

body[data-theme="spx-orange"] .notifications .buttonRead {
    width: min(350px, 100%);
}

body[data-theme="spx-orange"] .notifications a .button,
body[data-theme="spx-orange"] .notifications a:hover .button {
    color: #fff;
    text-decoration: none;
}

/* Contact CTA ------------------------------------------------------------ */
body[data-theme="spx-orange"] #contact {
    padding: 84px 0;
    background:
        radial-gradient(90% 160% at 15% 0%, rgba(252, 109, 32, .2), transparent 58%),
        var(--contact-background);
    color: var(--contact-text);
}

body[data-theme="spx-orange"] #contact .title {
    max-width: 780px;
    margin: 0 auto 16px;
    color: var(--contact-text);
    font-size: clamp(34px, 4vw, 49px);
    font-weight: 600;
    line-height: 1.15;
}

body[data-theme="spx-orange"] #contact .txt {
    max-width: 720px;
    margin: 0 auto 30px;
    color: var(--contact-muted-text);
    font-size: 18px;
}

body[data-theme="spx-orange"] #contact input[type="submit"] {
    display: block;
    width: auto;
    min-width: 250px;
    max-width: 100%;
    min-height: 50px;
    margin: 0 auto;
    padding: 13px 28px;
    border: 1px solid var(--brand-primary);
    border-radius: var(--control-radius);
    background: var(--brand-primary);
    color: var(--brand-on-primary);
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

body[data-theme="spx-orange"] #contact input[type="submit"]:hover,
body[data-theme="spx-orange"] #contact input[type="submit"]:focus {
    border-color: var(--brand-primary-hover);
    background: var(--brand-primary-hover);
    transform: translateY(-1px);
}

/* Footer ----------------------------------------------------------------- */
.site-footer--spx-orange {
    padding: 70px 0 30px;
    background: var(--footer-background);
    color: var(--footer-text);
}

.spx-orange-footer__grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        repeat(3, minmax(0, 1fr))
        minmax(0, 1.35fr)
        minmax(0, 1fr);
    gap: 42px;
}

.spx-orange-logo--footer .spx-orange-logo__mark {
    color: #fff;
}

.spx-orange-footer__brand-column p {
    margin: 22px 0 0;
    color: var(--footer-text);
    font-size: 16px;
    line-height: 1.55;
}

.spx-orange-footer__brand-column .spx-orange-footer__meta {
    margin-top: 14px;
    color: var(--footer-muted-text);
    font-size: 13px;
    line-height: 1.7;
}

.spx-orange-footer__column h2 {
    margin: 0 0 20px;
    color: var(--footer-heading);
    font-size: 17px;
    font-weight: 600;
}

.spx-orange-footer__column > a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--footer-link);
    font-size: 15px;
}

.spx-orange-footer__column > a:hover,
.spx-orange-footer__column > a:focus {
    color: var(--footer-link-hover);
}

.spx-orange-footer__contact i:not(.spx-orange-action-arrow) {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    border-radius: var(--control-radius);
    background: var(--brand-primary);
    color: #fff;
    font-size: 13px;
}

.spx-orange-footer__cta {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 8px;
    padding: 11px 18px;
    border-radius: var(--control-radius);
    font: inherit;
    font-size: 14px;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.spx-orange-footer__language-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.site-footer--spx-orange .spx-orange-footer__language-toggle {
    appearance: none;
    display: inline-flex;
    max-width: 100%;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid var(--footer-border);
    border-radius: var(--control-radius);
    color: var(--footer-text);
    background: transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
}

.site-footer--spx-orange .spx-orange-footer__language-toggle:hover,
.site-footer--spx-orange .spx-orange-footer__language-toggle:focus,
.site-footer--spx-orange .spx-orange-footer__language-dropdown.open .spx-orange-footer__language-toggle,
.site-footer--spx-orange .spx-orange-footer__language-toggle[aria-expanded="true"] {
    border-color: var(--brand-primary);
    color: var(--footer-link-hover);
    outline: 0;
}

.site-footer--spx-orange .spx-orange-footer__language-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid currentColor;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    vertical-align: middle;
    content: "";
}

.site-footer--spx-orange .spx-orange-footer__language-menu {
    min-width: 175px;
    margin-top: 6px;
    padding: 4px;
    border-radius: var(--control-radius);
}

.site-footer--spx-orange .spx-orange-footer__language-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: calc(var(--control-radius) - 2px);
    font-size: 13px;
    line-height: 1.25;
    white-space: nowrap;
}

.site-footer--spx-orange .spx-orange-footer__language-option.is-active {
    color: var(--brand-on-primary);
    background: var(--brand-primary);
}

.site-footer--spx-orange .spx-orange-footer__language-toggle .flag-icon,
.site-footer--spx-orange .spx-orange-footer__language-option .flag-icon {
    flex: 0 0 20px;
    width: 20px;
    height: 15px;
    margin: 0;
    background-size: contain;
}

.site-footer--spx-orange .site-footer__bottom {
    margin-top: 46px;
    padding-top: 24px;
    border-top: 1px solid var(--footer-border);
    color: var(--footer-muted-text);
    font-size: 13px;
    text-align: left;
}

/* Responsive ------------------------------------------------------------- */
@media (max-width: 1279.98px) {
    .site-navigation--spx-orange .site-navigation__inner {
        gap: 12px;
    }

    .site-navigation--spx-orange .site-navigation__content {
        gap: 10px;
    }

    .site-navigation--spx-orange .site-navigation__link {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 13px;
    }

    .spx-orange-footer__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .site-navigation--spx-orange,
    .site-navigation--spx-orange .site-navigation__inner {
        min-height: 74px;
    }

    .site-navigation--spx-orange .spx-orange-language {
        margin-left: auto;
    }

    .site-navigation--spx-orange .site-navigation__mobile-toggle {
        display: inline-flex;
        margin-left: 0;
        border-color: var(--surface-border);
        background: var(--surface-muted-background);
    }

    .site-navigation--spx-orange .site-navigation__content {
        display: none;
        position: absolute;
        z-index: 3;
        top: 100%;
        right: 0;
        left: 0;
        max-width: none;
        max-height: calc(100vh - var(--site-sticky-height));
        overflow-x: hidden;
        overflow-y: auto;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 18px 24px 24px;
        border-top: 1px solid var(--navigation-border);
        background: var(--navigation-background);
        box-sizing: border-box;
        box-shadow: var(--panel-shadow);
    }

    .site-navigation--spx-orange .site-navigation__content.is-open {
        display: flex;
    }

    .site-navigation--spx-orange .site-navigation__links,
    .site-navigation--spx-orange .site-navigation__actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
        gap: 7px;
        margin-left: 0;
    }

    .site-navigation--spx-orange .site-navigation__group {
        width: 100%;
    }

    .site-navigation--spx-orange .site-navigation__link,
    .site-navigation--spx-orange .spx-orange-account-button {
        width: 100%;
        justify-content: space-between;
    }

    .site-navigation--spx-orange .site-navigation__dropdown {
        position: static;
        width: 100%;
        min-width: 0;
        margin-top: 4px;
        box-shadow: none;
        box-sizing: border-box;
    }

    .site-navigation--spx-orange .site-navigation__dropdown a {
        width: 100%;
        white-space: normal;
    }

    .site-navigation--spx-orange .notification-button {
        width: 100%;
        justify-content: flex-start;
        padding-left: 14px;
    }

    .site-navigation--spx-orange .spx-orange-account-menu,
    .site-navigation--spx-orange .spx-orange-account-menu--logged {
        width: 100%;
        min-height: 0;
        align-items: stretch;
        flex-direction: column;
    }

    .site-navigation--spx-orange .spx-orange-account-user {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        text-align: left;
    }

    .site-navigation--spx-orange .spx-orange-account-button--logged {
        width: 100%;
        max-width: 100%;
    }

    .site-navigation--spx-orange .account-menu__dropdown {
        position: static;
        width: 100%;
        max-width: 100%;
        margin-top: 2px;
        box-sizing: border-box;
    }

    .spx-orange-page-heading,
    .spx-orange-page-heading__inner {
        min-height: 0;
    }

    .spx-orange-page-heading__inner {
        padding-top: 20px;
        padding-bottom: 22px;
    }

    .spx-orange-page-heading__eyebrow {
        margin-bottom: 8px;
    }

    .spx-orange-page-heading .page-heading__title {
        font-size: clamp(22px, 6vw, 32px);
        line-height: 1.2;
    }

    .spx-orange-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    body[data-theme="spx-orange"] .spx-orange-container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .spx-orange-logo__mark {
        font-size: 30px;
    }

    .site-navigation--spx-orange .spx-orange-language .site-navigation__language {
        min-height: 38px;
        padding: 6px 9px;
    }

    body[data-theme="spx-orange"] .page-content {
        padding-top: 24px;
        padding-bottom: 42px;
    }

    body[data-theme="spx-orange"] .page-content--boxed > .container,
    body[data-theme="spx-orange"] .page-content--boxed > .container-fluid {
        padding: 20px;
    }

    body[data-theme="spx-orange"] .notifications .overlay {
        padding-top: 72px;
    }

    body[data-theme="spx-orange"] .notifications .closeNotifications {
        top: 16px;
        right: 16px;
    }

    body[data-theme="spx-orange"] .notifications .notiOne {
        padding: 20px;
    }

    body[data-theme="spx-orange"] .alertTopNewWarning {
        margin: 8px 12px;
        padding: 12px 42px 12px 46px;
    }

    body[data-theme="spx-orange"] .alertTopNewWarning::before {
        left: 13px;
    }

    body[data-theme="spx-orange"] #contact {
        padding: 60px 0;
    }

    .spx-orange-footer__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .site-footer--spx-orange .site-footer__bottom {
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    body[data-theme="spx-orange"] *,
    body[data-theme="spx-orange"] *::before,
    body[data-theme="spx-orange"] *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Yii 1.1 registration ---------------------------------------------------- */
body[data-theme="spx-orange"] .spx-registration {
    width: min(100%, 680px);
    margin: 44px auto 64px;
    padding: 36px 40px;
    border: 1px solid var(--surface-border);
    border-radius: var(--panel-radius);
    background: var(--surface-background);
    box-shadow: var(--panel-shadow);
    color: var(--text-color);
    box-sizing: border-box;
}

body[data-theme="spx-orange"] .spx-registration > h2 {
    margin: 0 0 30px;
    padding: 0;
    border: 0;
    color: var(--text-color);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-indent: 0;
}

body[data-theme="spx-orange"] .spx-registration form {
    width: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
}

body[data-theme="spx-orange"] .spx-registration .detail-view,
body[data-theme="spx-orange"] .spx-registration .alert {
    width: 100%;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
}

body[data-theme="spx-orange"] .spx-registration div.row {
    max-width: 420px;
    margin: 0 auto 18px;
}

body[data-theme="spx-orange"] .spx-registration label {
    display: block;
    float: none;
    width: 100% !important;
    margin-bottom: 7px;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left !important;
}

body[data-theme="spx-orange"] .spx-registration input[type="text"],
body[data-theme="spx-orange"] .spx-registration input[type="password"],
body[data-theme="spx-orange"] .spx-registration input[type="email"],
body[data-theme="spx-orange"] .spx-registration input[type="tel"],
body[data-theme="spx-orange"] .spx-registration select,
body[data-theme="spx-orange"] .spx-registration textarea {
    display: block;
    width: 100% !important;
    max-width: 420px !important;
    min-height: 44px;
    height: 44px !important;
    margin: 0 auto !important;
    padding: 9px 12px !important;
    border: 1px solid var(--surface-border);
    border-radius: 8px;
    background: #fff;
    color: var(--text-color);
    font-size: 15px;
    line-height: 24px;
    box-sizing: border-box;
}

body[data-theme="spx-orange"] .spx-registration textarea {
    height: auto !important;
    min-height: 120px;
    resize: vertical;
}

body[data-theme="spx-orange"] .spx-registration input:focus,
body[data-theme="spx-orange"] .spx-registration select:focus,
body[data-theme="spx-orange"] .spx-registration textarea:focus {
    border-color: var(--brand-primary);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(252, 109, 32, .16);
}

body[data-theme="spx-orange"] .spx-registration .note {
    max-width: 420px;
    margin: 12px auto 22px;
    color: var(--text-muted);
    font-size: 13px;
    font-style: normal;
    text-align: left;
}

body[data-theme="spx-orange"] .spx-registration .errorSummary,
body[data-theme="spx-orange"] .spx-registration .error-summary {
    max-width: 520px;
    margin: 0 auto 22px;
    padding: 14px 16px;
    border: 1px solid var(--danger-border);
    border-radius: 8px;
    background: var(--danger-background);
    color: var(--danger-text);
}

body[data-theme="spx-orange"] .spx-registration .errorMessage,
body[data-theme="spx-orange"] .spx-registration .help-block.error {
    display: block;
    float: none;
    width: 100%;
    margin-top: 6px;
    color: var(--danger-color);
    font-size: 13px;
}

body[data-theme="spx-orange"] .spx-registration .navigate {
    display: flex;
    width: 100%;
    max-width: 520px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px auto 0;
    padding: 0;
    border-top: 0;
    text-align: center;
}

body[data-theme="spx-orange"] .spx-registration .navigate .btn,
body[data-theme="spx-orange"] .spx-registration .navigate button,
body[data-theme="spx-orange"] .spx-registration .navigate input[type="submit"] {
    min-width: 150px;
    min-height: 44px;
    margin: 0;
    padding: 10px 22px;
    border: 1px solid var(--button-primary-border);
    border-radius: 999px;
    background: var(--button-primary-background);
    color: var(--button-primary-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
}

body[data-theme="spx-orange"] .spx-registration .navigate .btn:hover,
body[data-theme="spx-orange"] .spx-registration .navigate .btn:focus,
body[data-theme="spx-orange"] .spx-registration .navigate button:hover,
body[data-theme="spx-orange"] .spx-registration .navigate button:focus,
body[data-theme="spx-orange"] .spx-registration .navigate input[type="submit"]:hover,
body[data-theme="spx-orange"] .spx-registration .navigate input[type="submit"]:focus {
    border-color: var(--button-primary-hover-border);
    background: var(--button-primary-hover-background);
    color: var(--button-primary-text);
    text-decoration: none;
}

body[data-theme="spx-orange"] .spx-registration .detail-view {
    margin-bottom: 18px;
    border-collapse: separate;
    border: 1px solid var(--surface-border);
    border-radius: 8px;
    overflow: hidden;
    table-layout: fixed;
}

body[data-theme="spx-orange"] .spx-registration .detail-view th,
body[data-theme="spx-orange"] .spx-registration .detail-view td {
    padding: 10px 12px;
    border-color: var(--surface-border);
    color: var(--text-color);
    overflow-wrap: anywhere;
}

body[data-theme="spx-orange"] .spx-registration .detail-view th {
    width: 38% !important;
}

body[data-theme="spx-orange"] .spx-registration--result {
    text-align: center;
}

@media (max-width: 575.98px) {
    body[data-theme="spx-orange"] .spx-registration {
        margin-top: 24px;
        margin-bottom: 42px;
        padding: 26px 20px;
    }

    body[data-theme="spx-orange"] .spx-registration .navigate {
        align-items: stretch;
        flex-direction: column;
    }

    body[data-theme="spx-orange"] .spx-registration .navigate .btn,
    body[data-theme="spx-orange"] .spx-registration .navigate button,
    body[data-theme="spx-orange"] .spx-registration .navigate input[type="submit"] {
        width: 100%;
    }
}
