.bp-whmcs-seo {
    --bp-navy: #102638;
    --bp-navy-2: #18384f;
    --bp-green: #5bbf04;
    --bp-green-hover: #72d31a;
    --bp-green-ink: #366f00;
    --bp-green-soft: #f0fae8;
    --bp-bg: #f5f8fb;
    --bp-surface: #ffffff;
    --bp-border: #dbe6ee;
    --bp-body: #425466;
    --bp-muted: #6f8190;
    --bp-blue: #1378b9;
    --bp-shadow: 0 18px 48px rgba(16, 38, 56, .09);
    --bp-shadow-sm: 0 8px 24px rgba(16, 38, 56, .07);
    background: var(--bp-bg);
    box-sizing: border-box;
    color: var(--bp-body);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    overflow: hidden;
    padding: 0 20px 72px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.bp-whmcs-seo *,
.bp-whmcs-seo *::before,
.bp-whmcs-seo *::after {
    box-sizing: border-box;
}

.bp-whmcs-seo h1,
.bp-whmcs-seo h2,
.bp-whmcs-seo h3,
.bp-whmcs-seo p,
.bp-whmcs-seo dl,
.bp-whmcs-seo dd {
    margin-top: 0;
}

.bp-whmcs-seo h1,
.bp-whmcs-seo h2,
.bp-whmcs-seo h3,
.bp-whmcs-seo strong,
.bp-whmcs-seo dt {
    color: var(--bp-navy);
}

.bp-whmcs-seo a,
.bp-whmcs-seo button,
.bp-whmcs-seo summary {
    -webkit-tap-highlight-color: transparent;
}

.bp-whmcs-seo button,
.bp-whmcs-seo input {
    font: inherit;
}

.bp-whmcs-seo button:focus-visible,
.bp-whmcs-seo a:focus-visible,
.bp-whmcs-seo summary:focus-visible,
.bp-whmcs-seo .irs-slider:focus-visible,
.bp-whmcs-store-ui .irs-slider:focus-visible {
    outline: 3px solid var(--bp-navy) !important;
    outline-offset: 3px;
}

.bp-store-shell {
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
}

.bp-store-eyebrow {
    color: var(--bp-green-ink) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .11em;
    margin: 0 0 12px !important;
    text-transform: uppercase;
}

.bp-store-hero {
    padding: 20px 0 14px;
}

.bp-store-switch {
    background: var(--bp-surface);
    border: 1px solid var(--bp-border);
    border-radius: 999px;
    box-shadow: var(--bp-shadow-sm);
    display: inline-flex;
    gap: 5px;
    margin-bottom: 14px;
    padding: 5px;
}

.bp-store-switch a {
    align-items: center;
    border-radius: 999px;
    color: var(--bp-body);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    text-decoration: none;
}

.bp-store-switch a[aria-current="page"] {
    background: var(--bp-navy);
    color: #ffffff;
}

.bp-store-hero__grid {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 360px;
}

.bp-store-hero__grid > * {
    min-width: 0;
}

.bp-store-hero__title-slot h1,
.bp-store-hero__fallback-title {
    color: var(--bp-navy) !important;
    font-size: clamp(34px, 3.2vw, 46px) !important;
    font-weight: 800 !important;
    letter-spacing: -.035em;
    line-height: 1.05 !important;
    margin: 0 0 8px !important;
    max-width: 700px;
    text-align: left !important;
}

.bp-store-hero__lead {
    color: var(--bp-body) !important;
    font-size: 16px !important;
    line-height: 1.48 !important;
    margin-bottom: 0;
    max-width: 690px;
}

.bp-store-hero__note {
    color: var(--bp-muted) !important;
    font-size: 13px !important;
    margin: 6px 0 0 !important;
    min-height: 18px;
}

.bp-store-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.bp-store-chip {
    align-items: center;
    background: var(--bp-surface);
    border: 1px solid var(--bp-border);
    border-radius: 999px;
    color: var(--bp-navy);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    min-height: 38px;
    padding: 0 13px;
}

.bp-store-chip i {
    color: var(--bp-green-ink);
}

.bp-store-hero__aside {
    background: rgba(255, 255, 255, .74);
    border: 1px solid var(--bp-border);
    border-radius: 16px;
    padding: 16px 18px;
}

.bp-store-hero__visual {
    aspect-ratio: 16 / 9;
    background: #f7fafc;
    border: 1px solid rgba(219, 230, 238, .8);
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(16, 38, 56, .08);
    margin-bottom: 14px;
    overflow: hidden;
}

.bp-store-hero__visual img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bp-store-hero__aside strong {
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
}

.bp-store-hero__aside p {
    color: var(--bp-body) !important;
    font-size: 14px !important;
    margin-bottom: 0;
}

.bp-store-hero__aside a {
    color: var(--bp-blue);
    display: inline-block;
    font-weight: 700;
    margin-top: 10px;
    text-decoration: none;
}

.bp-store-packages {
    padding-top: 6px;
}

.bp-store-configurator {
    background: var(--bp-surface);
    border: 1px solid var(--bp-border);
    border-radius: 18px;
    box-shadow: var(--bp-shadow);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    overflow: hidden;
}

.bp-store-configurator__main {
    padding: 30px 36px 34px;
}

.bp-store-section-heading {
    align-items: flex-end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.bp-store-section-heading h2 {
    font-size: 26px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.bp-store-section-heading p:not(.bp-store-eyebrow) {
    color: var(--bp-muted) !important;
    font-size: 14px !important;
    margin: 7px 0 0 !important;
}

.bp-store-secure {
    color: var(--bp-green-ink) !important;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.bp-store-quick-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 22px;
}

.bp-store-quick {
    align-items: flex-start;
    background: var(--bp-surface);
    border: 1px solid var(--bp-border);
    border-radius: 14px;
    color: var(--bp-navy);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 104px;
    padding: 14px 13px;
    position: relative;
    text-align: left;
    transition: border-color .18s ease, transform .18s ease, background-color .18s ease;
}

.bp-store-quick:hover {
    border-color: #a8c3d3;
    transform: translateY(-2px);
}

.bp-store-quick[aria-pressed="true"] {
    background: var(--bp-green-soft);
    border: 2px solid var(--bp-green);
}

.bp-store-quick__selected-icon {
    color: var(--bp-green-ink);
    display: none !important;
    font-size: 23px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.bp-store-quick[aria-pressed="true"] .bp-store-quick__selected-icon {
    display: block !important;
}

.bp-store-quick strong {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    font-size: 21px;
    gap: 6px;
    line-height: 1;
}

.bp-store-quick__label {
    color: var(--bp-navy) !important;
    font-size: 11px !important;
    font-weight: 800;
    line-height: 1.1;
}

.bp-store-quick > span:not(.bp-store-quick__popular) {
    color: var(--bp-muted);
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
}

.bp-store-quick__hint {
    color: var(--bp-body);
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .18s ease, margin-top .18s ease, opacity .18s ease;
}

.bp-store-quick:hover .bp-store-quick__hint,
.bp-store-quick[aria-pressed="true"] .bp-store-quick__hint {
    margin-top: 6px;
    max-height: 38px;
    opacity: 1;
}

.bp-store-quick__popular {
    background: var(--bp-green-ink);
    border-radius: 999px;
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 800;
    left: 12px;
    letter-spacing: .05em;
    padding: 4px 9px;
    position: absolute;
    text-transform: uppercase;
    top: -12px;
}

.bp-store-selector {
    background: #f9fbfd;
    border: 1px solid var(--bp-border);
    border-radius: 14px;
    margin-top: 28px;
    padding: 22px 24px 18px;
}

.bp-store-selector__header {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.bp-store-selector__header strong {
    font-size: 14px;
}

.bp-store-selector__slot {
    min-height: 82px;
    padding-top: 10px;
}

.bp-whmcs-seo #products-top {
    float: none !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.bp-whmcs-seo .irs-with-grid {
    height: 72px;
    margin-top: 20px;
}

.bp-whmcs-seo .irs-line {
    background: #dce8d2 !important;
    border-radius: 999px !important;
    height: 8px !important;
}

.bp-whmcs-seo .irs-bar,
.bp-whmcs-seo .irs-bar-edge {
    background: var(--bp-green) !important;
    height: 8px !important;
}

.bp-whmcs-seo .irs-slider {
    background: var(--bp-green) !important;
    border: 3px solid #ffffff !important;
    box-shadow: 0 2px 8px rgba(16, 38, 56, .32) !important;
    cursor: grab;
}

.bp-whmcs-seo .irs-single {
    background: var(--bp-surface) !important;
    border: 1px solid #cbd8e2 !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 12px rgba(16, 38, 56, .12);
    color: var(--bp-navy) !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    padding: 6px 10px !important;
    top: -18px !important;
}

.bp-whmcs-seo .irs-grid-text {
    color: var(--bp-muted) !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 10px !important;
}

.bp-store-configurator__summary {
    background: var(--bp-navy);
    border-top: 5px solid var(--bp-green);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 44px 40px;
}

.bp-store-summary__kicker {
    color: #bfe4ff !important;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: .11em;
    margin: 0 0 20px !important;
    text-transform: uppercase;
}

.bp-store-summary__quantity {
    color: #ffffff !important;
    display: block;
    font-size: 25px;
    margin-bottom: 18px;
}

.bp-store-summary__price #priceTop {
    color: #ffffff !important;
    display: block;
    font-size: 38px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    text-align: left !important;
}

.bp-store-summary__price #priceTop small {
    color: #ffffff !important;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 600;
    margin-top: 7px;
}

.bp-store-summary__unit {
    color: #cfe9fb !important;
    font-size: 13px !important;
    margin: 10px 0 24px !important;
}

.bp-store-primary {
    align-items: center;
    background: var(--bp-green) !important;
    border: 1px solid var(--bp-green) !important;
    border-radius: 11px !important;
    color: var(--bp-navy) !important;
    display: inline-flex !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px !important;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none !important;
}

.bp-store-primary:hover {
    background: var(--bp-green-hover) !important;
    border-color: var(--bp-green-hover) !important;
}

.bp-store-summary__order .bp-store-primary {
    width: 100%;
}

.bp-store-summary__next {
    color: #d5e6f2 !important;
    font-size: 11px !important;
    margin: 18px 0 0 !important;
    text-align: center;
}

.bp-store-trust-strip {
    background: var(--bp-surface);
    border: 1px solid var(--bp-border);
    border-radius: 15px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 22px;
    overflow: hidden;
}

.bp-store-trust-strip__live {
    display: contents;
}

.bp-store-trust-item {
    align-items: center;
    color: var(--bp-navy) !important;
    display: flex;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    gap: 12px;
    line-height: 1.28;
    min-height: 92px;
    padding: 18px 20px;
    width: auto;
}

.bp-store-trust-strip__live .bp-store-trust-item {
    border-left: 1px solid var(--bp-border);
}

.bp-store-visual-cards {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
}

.bp-store-visual-card {
    align-items: center;
    background: var(--bp-surface);
    border: 1px solid var(--bp-border);
    border-radius: 16px;
    box-shadow: var(--bp-shadow-sm);
    display: grid;
    gap: 18px;
    grid-template-columns: 112px minmax(0, 1fr);
    min-width: 0;
    padding: 14px 18px 14px 14px;
}

.bp-store-visual-card img {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    display: block;
    height: auto;
    object-fit: cover;
    width: 112px;
}

.bp-store-visual-card strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 4px;
}

.bp-store-visual-card p {
    color: var(--bp-body) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

.bp-store-trust-icon {
    align-items: center;
    background: var(--bp-green-soft);
    border-radius: 12px;
    color: var(--bp-green-ink);
    display: inline-flex;
    flex: 0 0 40px;
    height: 40px;
    justify-content: center;
    margin: 0;
    width: 40px;
}

.bp-store-section-intro {
    margin: 0 auto 34px;
    max-width: 760px;
    text-align: center;
}

.bp-store-section-intro h2 {
    font-size: 38px !important;
    font-weight: 800 !important;
    letter-spacing: -.02em;
    line-height: 1.16 !important;
    margin: 0 !important;
}

.bp-store-section-intro > p:not(.bp-store-eyebrow) {
    color: var(--bp-body) !important;
    font-size: 16px !important;
    margin: 14px auto 0 !important;
}

.bp-store-comparison {
    padding: 74px 0 64px;
}

.bp-store-compare-table {
    background: var(--bp-surface);
    border: 1px solid var(--bp-border);
    border-radius: 16px;
    box-shadow: var(--bp-shadow-sm);
    overflow: hidden;
}

.bp-store-compare-row {
    display: grid;
    grid-template-columns: 170px repeat(2, minmax(0, 1fr));
}

.bp-store-compare-row + .bp-store-compare-row {
    border-top: 1px solid var(--bp-border);
}

.bp-store-compare-row--head {
    background: #f9fbfd;
}

.bp-store-compare-feature,
.bp-store-compare-cell,
.bp-store-compare-plan {
    min-width: 0;
    padding: 18px 22px;
}

.bp-store-compare-feature {
    color: var(--bp-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.bp-store-compare-plan {
    align-items: center;
    color: var(--bp-navy);
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.bp-store-compare-plan + .bp-store-compare-plan,
.bp-store-compare-cell + .bp-store-compare-cell {
    border-left: 1px solid var(--bp-border);
}

.bp-store-compare-plan strong,
.bp-store-compare-cell strong {
    font-size: 14px;
    font-weight: 800;
}

.bp-store-compare-plan span {
    background: var(--bp-green-soft);
    border-radius: 999px;
    color: var(--bp-green-ink);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    padding: 6px 9px;
    text-transform: uppercase;
}

.bp-store-compare-plan--current {
    background: rgba(240, 250, 232, .72);
}

.bp-store-compare-cell p {
    color: var(--bp-body) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin: 7px 0 0 !important;
}

.bp-store-steps {
    padding: 46px 0 62px;
}

.bp-store-steps__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-store-step-card {
    background: linear-gradient(135deg, rgba(240, 250, 232, .9), rgba(255, 255, 255, .96));
    border: 1px solid rgba(219, 230, 238, .92);
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(16, 38, 56, .08);
    min-height: 156px;
    overflow: hidden;
    padding: 18px 20px 20px;
    position: relative;
}

.bp-store-step-card::before {
    background: linear-gradient(90deg, var(--bp-green), rgba(19, 120, 185, .55));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bp-store-step-card__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.bp-store-step-card__number {
    align-items: center;
    background: var(--bp-navy);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    letter-spacing: .04em;
    width: 44px;
}

.bp-store-step-card__icon {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(219, 230, 238, .86);
    border-radius: 13px;
    box-shadow: 0 8px 18px rgba(16, 38, 56, .07);
    color: var(--bp-green-ink);
    display: inline-flex;
    font-size: 18px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.bp-store-step-card h3 {
    font-size: 19px !important;
    font-weight: 800 !important;
    margin: 0 0 10px !important;
}

.bp-store-step-card p {
    color: var(--bp-body) !important;
    font-size: 14px !important;
    margin-bottom: 0;
}

.bp-store-faq {
    align-items: start;
    display: grid;
    gap: 64px;
    grid-template-columns: 360px minmax(0, 1fr);
    padding: 0 0 82px;
}

.bp-store-faq__intro h2 {
    font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.16 !important;
    margin: 0 !important;
}

.bp-store-faq__intro > p:not(.bp-store-eyebrow) {
    color: var(--bp-body) !important;
    margin: 14px 0 0 !important;
}

.bp-store-resources {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 24px;
}

.bp-store-resources a {
    color: var(--bp-blue);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.bp-store-faq__list {
    display: grid;
    gap: 12px;
}

.bp-store-faq__item {
    background: var(--bp-surface);
    border: 1px solid var(--bp-border);
    border-radius: 14px;
    overflow: hidden;
}

.bp-store-faq__item summary {
    align-items: center;
    color: var(--bp-navy);
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    gap: 20px;
    justify-content: space-between;
    list-style: none;
    min-height: 64px;
    padding: 0 20px;
}

.bp-store-faq__item summary::-webkit-details-marker {
    display: none;
}

.bp-store-faq__item summary i {
    color: var(--bp-blue);
    font-size: 11px;
    transition: transform .18s ease;
}

.bp-store-faq__item[open] summary i {
    transform: rotate(180deg);
}

.bp-store-faq__item > p {
    color: var(--bp-body) !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 54px 20px 20px;
}

.bp-whmcs-seo__cta-panel,
.bp-store-closing {
    align-items: center;
    background: var(--bp-navy);
    border-radius: 18px;
    box-shadow: var(--bp-shadow);
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 34px 38px;
}

.bp-store-closing h2 {
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    margin: 0 0 7px !important;
}

.bp-store-closing p {
    color: #d5e6f2 !important;
    margin-bottom: 0;
}

.bp-store-closing .bp-store-primary {
    flex: 0 0 auto;
    min-width: 190px;
}

.bp-store-mobile-purchase {
    display: none;
}

.bp-whmcs-store-page {
    background: var(--bp-bg, #f5f8fb) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.bp-whmcs-store-page > .col-md-12 {
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.bp-whmcs-store-ui {
    color: #17212b;
}

.bp-whmcs-store-ui-source,
.bp-whmcs-seo-legacy-faq {
    display: none !important;
}

.bp-whmcs-seo-grid-label--occluded,
.bp-whmcs-seo-grid-label--mobile-hidden {
    opacity: 0 !important;
    pointer-events: none;
    visibility: hidden !important;
}

html.bp-whmcs-store-route body.primary-bg-color {
    background: #f5f8fb !important;
}

html.bp-whmcs-store-route #header .navbar-light {
    background: #ffffff !important;
}

html.bp-whmcs-store-route #header .main-navbar-wrapper {
    background: #ffffff !important;
    border-bottom: 4px solid #5bbf04;
    border-top: 1px solid #eef3f6;
}

html.bp-whmcs-store-route #header .main-navbar-wrapper a {
    color: #102638 !important;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
}

html.bp-whmcs-store-route #header .cart-btn,
html.bp-whmcs-store-route #header button.nav-link {
    border: 1px solid #dbe6ee !important;
    border-radius: 10px !important;
    min-height: 44px;
    min-width: 48px;
}

@media (max-width: 991px) {
    .bp-store-hero__grid {
        gap: 30px;
        grid-template-columns: minmax(0, 1fr);
    }

    .bp-store-hero__aside {
        max-width: 620px;
    }

    .bp-store-configurator {
        grid-template-columns: 1fr;
    }

    .bp-store-configurator__summary {
        border-left: 0;
    }

    .bp-store-faq {
        gap: 28px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .bp-whmcs-seo {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: 100vw;
        padding: 0 16px 108px;
        width: 100vw;
    }

    .bp-store-shell {
        max-width: calc(100vw - 32px);
    }

    .bp-store-hero {
        padding: 18px 0 12px;
    }

    .bp-store-switch {
        display: flex;
        max-width: 100%;
        overflow: hidden;
        width: 100%;
    }

    .bp-store-switch a {
        flex: 1 1 0;
        min-width: 0;
        padding: 0 10px;
        text-align: center;
    }

    .bp-store-hero__title-slot h1,
    .bp-store-hero__fallback-title {
        font-size: 31px !important;
        line-height: 1.08 !important;
    }

    .bp-store-hero__lead {
        font-size: 16px !important;
        line-height: 1.45 !important;
    }

    .bp-store-chips {
        display: grid;
        flex-wrap: wrap;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 12px;
        margin-right: 0;
        overflow-x: visible;
        padding: 0;
    }

    .bp-store-chip {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
        min-width: 0;
        padding: 10px 11px;
        width: 100%;
    }

    .bp-store-chip:nth-child(3) {
        grid-column: 1 / -1;
    }

    .bp-store-hero__aside {
        display: none !important;
    }

    .bp-store-packages {
        padding-top: 8px;
    }

    .bp-store-configurator {
        border-radius: 16px;
    }

    .bp-store-configurator__main {
        padding: 24px 18px 22px;
    }

    .bp-store-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .bp-store-section-heading h2 {
        font-size: 24px !important;
    }

    .bp-store-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 20px;
    }

    .bp-store-quick {
        min-height: 96px;
        padding: 14px 12px;
    }

    .bp-store-quick[data-bp-quick-quantity="50"] {
        grid-column: 1 / -1;
        min-height: 100px;
    }

    .bp-store-selector {
        padding: 20px 16px 14px;
    }

    .bp-store-selector__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .bp-store-selector__slot {
        min-height: 88px;
    }

    .bp-store-configurator__summary {
        border-top-width: 4px;
        padding: 34px 24px 32px;
    }

    .bp-store-summary__price #priceTop {
        font-size: 34px !important;
    }

    .bp-store-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bp-store-trust-item {
        border-left: 0 !important;
        border-top: 1px solid var(--bp-border);
        min-height: 100px;
        padding: 16px !important;
    }

    .bp-store-trust-item--established,
    .bp-store-trust-strip__live .bp-store-trust-item:first-child {
        border-top: 0;
    }

    .bp-store-visual-cards {
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .bp-store-visual-card {
        gap: 14px;
        grid-template-columns: 88px minmax(0, 1fr);
        padding: 12px;
    }

    .bp-store-visual-card img {
        width: 88px;
    }

    .bp-store-comparison {
        padding: 70px 0 62px;
    }

    .bp-store-section-intro {
        margin-bottom: 26px;
        text-align: left;
    }

    .bp-store-section-intro h2 {
        font-size: 31px !important;
    }

    .bp-store-steps__grid {
        grid-template-columns: 1fr;
    }

    .bp-store-compare-row {
        grid-template-columns: 1fr;
    }

    .bp-store-compare-row--head .bp-store-compare-feature {
        display: none;
    }

    .bp-store-compare-plan + .bp-store-compare-plan,
    .bp-store-compare-cell + .bp-store-compare-cell {
        border-left: 0;
        border-top: 1px solid var(--bp-border);
    }

    .bp-store-compare-feature,
    .bp-store-compare-cell,
    .bp-store-compare-plan {
        padding: 16px 18px;
    }

    .bp-store-step-card {
        min-height: 0;
        padding: 18px 18px 20px;
    }

    .bp-store-steps {
        padding: 42px 0 54px;
    }

    .bp-store-faq {
        padding-bottom: 56px;
    }

    .bp-store-faq__intro h2 {
        font-size: 30px !important;
    }

    .bp-store-faq__item summary {
        min-height: 68px;
        padding: 0 18px;
    }

    .bp-store-faq__item > p {
        padding: 0 18px 20px;
    }

    .bp-store-closing {
        align-items: stretch;
        flex-direction: column;
        padding: 28px 24px;
    }

    .bp-store-closing h2 {
        font-size: 25px !important;
    }

    .bp-store-closing .bp-store-primary {
        width: 100%;
    }

    .bp-store-mobile-purchase {
        align-items: center;
        background: var(--bp-navy);
        bottom: 0;
        box-shadow: 0 -10px 30px rgba(16, 38, 56, .18);
        color: #ffffff;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        left: 0;
        min-height: 76px;
        padding: 10px 16px;
        position: fixed;
        right: 0;
        z-index: 1200;
    }

    .bp-store-mobile-purchase strong,
    .bp-store-mobile-purchase span {
        color: #ffffff !important;
        display: block;
    }

    .bp-store-mobile-purchase strong {
        font-size: 14px;
    }

    .bp-store-mobile-purchase > div {
        flex: 1 1 auto;
        min-width: 0;
    }

    .bp-store-mobile-purchase span {
        font-size: 11px;
        margin-top: 3px;
    }

    .bp-store-mobile-purchase a {
        align-items: center;
        background: var(--bp-green);
        border-radius: 10px;
        color: var(--bp-navy) !important;
        display: inline-flex;
        flex: 0 0 132px;
        font-size: 14px;
        font-weight: 800;
        justify-content: center;
        min-height: 46px;
        min-width: 132px;
        padding: 0 10px;
        text-decoration: none;
    }

    html.bp-whmcs-store-route #header .navbar-light > .container {
        flex-wrap: nowrap;
        padding-left: 16px;
        padding-right: 16px;
    }

    html.bp-whmcs-store-route #header .navbar-brand {
        margin-right: 8px !important;
        min-width: 0;
    }

    html.bp-whmcs-store-route #header .logo-img {
        height: auto !important;
        max-width: 220px;
        width: 100% !important;
    }

    html.bp-whmcs-store-route #header .toolbar .nav-item {
        margin-left: 8px !important;
    }

    html.bp-whmcs-store-route #header .main-navbar-wrapper {
        border-top: 0;
    }

    html.bp-whmcs-store-route #main-body {
        padding-bottom: 96px;
    }
}

html.bp-whmcs-config-route {
    --bp-navy: #102638;
    --bp-navy-2: #18384f;
    --bp-green: #5bbf04;
    --bp-green-hover: #72d31a;
    --bp-green-soft: #f0fae8;
    --bp-bg: #f5f8fb;
    --bp-surface: #ffffff;
    --bp-border: #dbe6ee;
    --bp-body: #425466;
    --bp-muted: #6f8190;
    --bp-blue: #1378b9;
    --bp-shadow: 0 18px 48px rgba(16, 38, 56, .09);
    --bp-shadow-sm: 0 8px 24px rgba(16, 38, 56, .07);
    background: var(--bp-bg) !important;
}

html.bp-whmcs-config-route,
html.bp-whmcs-config-route body {
    background: var(--bp-bg) !important;
    color: var(--bp-body);
}

html.bp-whmcs-config-route #header {
    background: var(--bp-surface) !important;
    box-shadow: 0 8px 28px rgba(16, 38, 56, .06);
}

html.bp-whmcs-config-route #header .main-navbar-wrapper {
    border-top: 1px solid var(--bp-border) !important;
}

html.bp-whmcs-config-route #header .logo-img {
    height: auto !important;
    max-width: 270px;
    width: 100% !important;
}

html.bp-whmcs-config-route #header .toolbar .btn.nav-link {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 52px;
}

html.bp-whmcs-config-route #main-body {
    background:
        radial-gradient(circle at 18% 0, rgba(91, 191, 4, .12), transparent 34%),
        linear-gradient(180deg, #ffffff 0, var(--bp-bg) 260px);
    padding: 14px 0 42px;
}

html.bp-whmcs-config-route #main-body > .container {
    max-width: 1280px;
    width: 100%;
}

html.bp-whmcs-config-route .bp-config-shell {
    color: var(--bp-body);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.55;
}

html.bp-whmcs-config-route .bp-config-shell > .row {
    align-items: start;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
    margin-left: 0;
    margin-right: 0;
}

html.bp-whmcs-config-route .bp-config-shell > .row > .cart-sidebar {
    display: none !important;
}

html.bp-whmcs-config-route .bp-config-shell > .row > .cart-sidebar,
html.bp-whmcs-config-route .bp-config-shell > .row > .bp-config-body {
    float: none !important;
    max-width: none !important;
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
}

html.bp-whmcs-config-route .bp-config-side-panel {
    background: var(--bp-surface) !important;
    border: 1px solid var(--bp-border) !important;
    border-radius: 18px !important;
    box-shadow: var(--bp-shadow-sm);
    overflow: hidden;
}

html.bp-whmcs-config-route .bp-config-side-panel .panel-heading,
html.bp-whmcs-config-route .bp-config-side-panel .card-header {
    background: var(--bp-navy) !important;
    border: 0 !important;
    color: #ffffff !important;
    padding: 14px 16px !important;
}

html.bp-whmcs-config-route .bp-config-side-panel .panel-title,
html.bp-whmcs-config-route .bp-config-side-panel .panel-title i {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800;
}

html.bp-whmcs-config-route .bp-config-side-panel .list-group-item {
    border-color: rgba(219, 230, 238, .8) !important;
    color: var(--bp-body) !important;
    font-size: 13px;
}

html.bp-whmcs-config-route .bp-config-body {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

html.bp-whmcs-config-route .bp-config-body .header-lined {
    background:
        linear-gradient(135deg, rgba(16, 38, 56, .97), rgba(24, 56, 79, .94)),
        radial-gradient(circle at 88% 20%, rgba(91, 191, 4, .35), transparent 28%);
    border: 1px solid rgba(219, 230, 238, .18);
    border-radius: 20px;
    box-shadow: var(--bp-shadow);
    margin: 0 0 12px !important;
    overflow: hidden;
    padding: 18px 24px 17px;
    position: relative;
}

html.bp-whmcs-config-route .bp-config-body .header-lined::after {
    background:
        linear-gradient(90deg, rgba(91, 191, 4, .95), rgba(19, 120, 185, .75)),
        linear-gradient(135deg, transparent 0 42%, rgba(255, 255, 255, .22) 42% 58%, transparent 58%);
    border-radius: 999px;
    content: "";
    height: 78px;
    position: absolute;
    right: -24px;
    top: -14px;
    transform: rotate(-18deg);
    width: 190px;
}

html.bp-whmcs-config-route .bp-config-body .header-lined h1 {
    color: #ffffff !important;
    font-size: clamp(29px, 3vw, 36px) !important;
    font-weight: 800 !important;
    letter-spacing: -.035em;
    line-height: 1.08 !important;
    margin: 0 !important;
    position: relative;
    z-index: 1;
}

html.bp-whmcs-config-route .bp-config-body .header-lined h1::after {
    color: rgba(255, 255, 255, .78);
    content: "Secure proxy setup before checkout";
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 6px;
}

html.bp-whmcs-config-route .bp-config-body form > .row {
    align-items: start;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    margin-left: 0;
    margin-right: 0;
}

html.bp-whmcs-config-route .bp-config-main,
html.bp-whmcs-config-route .bp-config-sidebar {
    float: none !important;
    max-width: none !important;
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
}

html.bp-whmcs-config-route .bp-config-main > p:first-child {
    color: var(--bp-muted);
    font-size: 16px;
    margin: 0 0 14px;
}

html.bp-whmcs-config-route .bp-config-product-card {
    align-items: center;
    background: linear-gradient(135deg, rgba(240, 250, 232, .95), rgba(255, 255, 255, .98));
    border: 1px solid var(--bp-border);
    border-left: 5px solid var(--bp-green);
    border-radius: 18px;
    box-shadow: var(--bp-shadow-sm);
    display: grid;
    gap: 12px;
    grid-template-columns: 44px minmax(0, 1fr);
    margin: 0 0 10px !important;
    padding: 11px 14px !important;
}

html.bp-whmcs-config-route .bp-config-product-icon {
    align-items: center;
    background: linear-gradient(135deg, var(--bp-green), var(--bp-blue));
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 15px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .38), 0 12px 26px rgba(91, 191, 4, .24);
    color: #ffffff;
    display: flex;
    grid-row: 1;
    height: 44px;
    justify-content: center;
    width: 44px;
}

html.bp-whmcs-config-route .bp-config-product-icon i {
    font-size: 20px;
}

html.bp-whmcs-config-route .bp-config-product-card p {
    margin: 0 !important;
}

html.bp-whmcs-config-route .bp-config-product-card .product-title {
    color: var(--bp-navy) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    grid-column: 2;
    letter-spacing: -.02em;
}

html.bp-whmcs-config-route #order-standard_cart .bp-config-section-heading {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    display: grid !important;
    gap: 10px;
    grid-template-columns: max-content minmax(24px, 1fr);
    height: auto !important;
    margin: 12px 0 8px !important;
    position: relative;
    text-align: left !important;
}

html.bp-whmcs-config-route #order-standard_cart .bp-config-section-heading::after {
    background: rgba(91, 191, 4, .46);
    content: "";
    display: block;
    height: 1px;
    min-width: 24px;
}

html.bp-whmcs-config-route #order-standard_cart .bp-config-section-heading span.primary-bg-color {
    background: transparent !important;
    color: var(--bp-navy) !important;
    display: block;
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: -.015em;
    line-height: 1.25;
    padding: 0 !important;
    top: 0 !important;
}

html.bp-whmcs-config-route #order-standard_cart .bp-config-section-heading span.primary-bg-color::after {
    display: none;
}

html.bp-whmcs-config-route .bp-config-section-heading span.primary-bg-color br {
    display: none;
}

html.bp-whmcs-config-route .bp-config-section-heading span.primary-bg-color i,
html.bp-whmcs-config-route .bp-config-section-heading span.primary-bg-color small {
    color: var(--bp-muted) !important;
    display: block;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    margin-top: 4px;
}

html.bp-whmcs-config-route .bp-config-section-heading + .field-container.bp-config-field-grid {
    margin-top: 8px !important;
}

html.bp-whmcs-config-route .bp-config-section-heading + .field-container.bp-config-field-grid > .bp-config-field {
    position: relative;
    z-index: 1;
}

html.bp-whmcs-config-route .bp-config-field-grid {
    margin-bottom: 12px;
}

html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 8px;
}

html.bp-whmcs-config-route .field-container.bp-config-field-grid {
    background: transparent !important;
    border: 0 !important;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 12px !important;
    padding: 0 !important;
}

html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid > .row {
    display: contents;
    margin-left: 0;
    margin-right: 0;
}

html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid > .row > [class*="col-"] {
    display: flex;
    float: none !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
}

html.bp-whmcs-config-route .bp-config-field {
    background: var(--bp-surface);
    border: 1px solid var(--bp-border);
    border-radius: 16px;
    box-shadow: var(--bp-shadow-sm);
    margin: 0 !important;
    min-height: 96px;
    padding: 13px 14px;
}

html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field {
    align-content: stretch;
    align-items: start;
    display: grid;
    gap: 8px 10px;
    grid-template-columns: 32px minmax(0, 1fr);
    grid-template-rows: auto auto;
    height: 100%;
    min-height: 96px;
    padding: 11px;
    width: 100%;
}

html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-icon,
html.bp-whmcs-config-route .bp-config-field--billing .bp-config-icon {
    align-items: center;
    background: var(--bp-green-soft);
    border: 1px solid rgba(91, 191, 4, .24);
    border-radius: 10px;
    color: var(--bp-green);
    display: flex;
    flex: 0 0 32px;
    height: 32px;
    justify-content: center;
    line-height: 1;
    width: 32px;
}

html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-icon i,
html.bp-whmcs-config-route .bp-config-field--billing .bp-config-icon i {
    font-size: 14px;
}

html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field > * {
    grid-column: 2;
}

html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field > .bp-config-icon {
    grid-column: 1;
    grid-row: 1;
}

html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field > br {
    display: none;
}

html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field--recurring {
    align-content: stretch;
}

html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-control,
html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-toggle {
    align-self: end;
    grid-column: 1 / -1;
    max-width: none;
    width: 100%;
}

html.bp-whmcs-config-route .field-container.bp-config-field-grid > .bp-config-field:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

html.bp-whmcs-config-route .bp-config-field--billing {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 32px minmax(170px, 1fr) minmax(220px, 280px);
    min-height: 60px;
    padding: 8px 12px;
}

html.bp-whmcs-config-route .bp-config-field--billing > .bp-config-icon {
    grid-column: 1;
    grid-row: 1;
}

html.bp-whmcs-config-route .bp-config-field--billing > label:first-of-type {
    grid-column: 2;
    margin: 0 !important;
}

html.bp-whmcs-config-route .bp-config-field--billing > br {
    display: none;
}

html.bp-whmcs-config-route .bp-config-field--billing > .bp-config-control {
    grid-column: 3;
    max-width: none;
    width: 100%;
}

html.bp-whmcs-config-route .bp-config-field label {
    color: var(--bp-navy);
    display: block;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .01em;
    line-height: 1.3;
    margin: 0 0 6px;
}

html.bp-whmcs-config-route .bp-config-control {
    background-color: #ffffff !important;
    border: 1px solid var(--bp-border) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: var(--bp-navy) !important;
    font-size: 14px !important;
    min-height: 44px;
}

html.bp-whmcs-config-route .bp-config-control:focus {
    border-color: var(--bp-green) !important;
    box-shadow: 0 0 0 4px rgba(91, 191, 4, .14) !important;
}

html.bp-whmcs-config-route .bp-config-checkbox {
    accent-color: var(--bp-green);
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    width: 18px;
}

html.bp-whmcs-config-route .bp-config-toggle {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--bp-border);
    border-radius: 12px;
    cursor: pointer;
    display: grid !important;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: space-between;
    margin: 0 !important;
    min-height: 44px;
    min-width: 0;
    padding: 7px 9px;
    position: relative;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
    width: 100%;
}

html.bp-whmcs-config-route .bp-config-toggle__control {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

html.bp-whmcs-config-route .bp-config-toggle__surface {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    min-width: 0;
    width: 100%;
}

html.bp-whmcs-config-route .bp-config-toggle__state {
    align-items: center;
    display: flex;
    gap: 6px;
    min-width: 0;
}

html.bp-whmcs-config-route .bp-config-toggle__state i {
    color: var(--bp-blue);
    flex: 0 0 18px;
    font-size: 14px;
    text-align: center;
    width: 18px;
}

html.bp-whmcs-config-route .bp-config-toggle__text {
    color: var(--bp-navy);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
}

html.bp-whmcs-config-route .bp-config-toggle__answers {
    background: #edf2f5;
    border: 1px solid var(--bp-border);
    border-radius: 10px;
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: repeat(2, minmax(34px, 1fr));
    overflow: hidden;
    padding: 2px;
}

html.bp-whmcs-config-route .bp-config-toggle__answer {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--bp-muted);
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    justify-content: center;
    letter-spacing: .04em;
    min-height: 28px;
    padding: 3px 7px;
}

html.bp-whmcs-config-route .bp-config-toggle:hover {
    border-color: rgba(91, 191, 4, .42);
}

html.bp-whmcs-config-route .bp-config-toggle:focus-within {
    border-color: var(--bp-green);
    box-shadow: 0 0 0 4px rgba(91, 191, 4, .16);
}

html.bp-whmcs-config-route .bp-config-toggle--new-proxies {
    background: var(--bp-green-soft);
    border-color: rgba(91, 191, 4, .42);
}

html.bp-whmcs-config-route .bp-config-toggle--new-proxies .bp-config-toggle__state i {
    color: var(--bp-green);
}

html.bp-whmcs-config-route .bp-config-toggle--new-proxies .bp-config-toggle__answer--yes {
    background: var(--bp-green);
    border-color: #459700;
    color: #ffffff;
    box-shadow: 0 3px 8px rgba(91, 191, 4, .24);
}

html.bp-whmcs-config-route .bp-config-toggle:not(.bp-config-toggle--new-proxies) .bp-config-toggle__answer--no {
    background: var(--bp-navy);
    border-color: var(--bp-navy);
    color: #ffffff;
    box-shadow: 0 3px 8px rgba(16, 38, 56, .2);
}

html.bp-whmcs-config-route .bp-config-toggle--disabled {
    background: #f1f5f7;
    border-color: var(--bp-border);
    box-shadow: none;
    cursor: not-allowed;
    opacity: .64;
}

html.bp-whmcs-config-route .bp-config-toggle--disabled:hover,
html.bp-whmcs-config-route .bp-config-toggle--disabled:focus-within {
    border-color: var(--bp-border);
    box-shadow: none;
}

html.bp-whmcs-config-route .bp-config-help {
    color: var(--bp-muted);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px;
}

html.bp-whmcs-config-route .bp-config-summary {
    background: var(--bp-surface);
    border: 1px solid var(--bp-border);
    border-radius: 18px;
    box-shadow: var(--bp-shadow);
    overflow: hidden;
    position: sticky !important;
    top: 18px;
}

html.bp-whmcs-config-route .bp-config-summary .order-summary {
    border: 0 !important;
    margin: 0 !important;
}

html.bp-whmcs-config-route .bp-config-summary h2 {
    background: var(--bp-navy) !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: -.02em;
    margin: 0 !important;
    padding: 13px 16px !important;
}

html.bp-whmcs-config-route .bp-config-summary-body {
    color: var(--bp-body);
    font-size: 13px;
    padding: 14px 16px !important;
}

html.bp-whmcs-config-route .bp-config-summary-body .product-name {
    color: var(--bp-navy);
    display: block;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
}

html.bp-whmcs-config-route .bp-config-summary-body .product-group {
    color: var(--bp-muted);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    margin: 2px 0 10px;
    text-transform: uppercase;
}

html.bp-whmcs-config-route .bp-config-summary-body .clearfix {
    align-items: flex-start;
    border-top: 1px solid rgba(219, 230, 238, .8);
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 8px 0;
}

html.bp-whmcs-config-route .bp-config-summary-body .pull-left,
html.bp-whmcs-config-route .bp-config-summary-body .float-left,
html.bp-whmcs-config-route .bp-config-summary-body .pull-right,
html.bp-whmcs-config-route .bp-config-summary-body .float-right {
    float: none !important;
}

html.bp-whmcs-config-route .bp-config-summary-body .pull-left,
html.bp-whmcs-config-route .bp-config-summary-body .float-left {
    flex: 1 1 auto;
    min-width: 0;
}

html.bp-whmcs-config-route .bp-config-summary-body .pull-right,
html.bp-whmcs-config-route .bp-config-summary-body .float-right {
    flex: 0 0 auto;
    text-align: right;
    white-space: nowrap;
}

html.bp-whmcs-config-route .bp-config-summary-body .summary-totals {
    background: var(--bp-bg);
    border: 1px solid var(--bp-border);
    border-radius: 12px;
    margin-top: 10px;
    padding: 7px 10px;
}

html.bp-whmcs-config-route .bp-config-summary-body .bp-config-summary-totals--redundant {
    display: none !important;
}

html.bp-whmcs-config-route .bp-config-summary-body .total-due-today {
    background: linear-gradient(135deg, var(--bp-green-soft), #ffffff);
    border: 1px solid rgba(91, 191, 4, .28);
    border-radius: 14px;
    margin-top: 10px;
    padding: 11px 13px;
    text-align: left;
}

html.bp-whmcs-config-route .bp-config-summary-body .total-due-today .amt {
    color: var(--bp-navy);
    display: block;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.04em;
}

html.bp-whmcs-config-route .bp-config-summary-body .total-due-today .amt + span {
    color: var(--bp-muted);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    margin-top: 3px;
    text-transform: uppercase;
}

html.bp-whmcs-config-route .bp-config-actions {
    margin-top: 10px;
}

html.bp-whmcs-config-route .bp-config-continue {
    align-items: center;
    background: var(--bp-green) !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: 0 14px 28px rgba(91, 191, 4, .24);
    color: var(--bp-navy) !important;
    display: inline-flex;
    font-size: 16px !important;
    font-weight: 900 !important;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px !important;
    width: 100%;
}

html.bp-whmcs-config-route .bp-config-continue:hover,
html.bp-whmcs-config-route .bp-config-continue:focus {
    background: var(--bp-green-hover) !important;
    color: var(--bp-navy) !important;
}

html.bp-whmcs-config-route .bp-config-continue i {
    margin-left: 8px;
}

html.bp-whmcs-config-route .bp-config-main .alert.alert-warning.info-text-sm {
    align-items: center;
    background: #fff8dc !important;
    border: 1px solid rgba(91, 191, 4, .25) !important;
    border-radius: 14px;
    color: #5b4b16;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    gap: 5px 8px;
    justify-content: center;
    line-height: 1.45;
    margin: 14px 0 0;
    padding: 10px 14px;
    text-align: center;
}

html.bp-whmcs-config-route .bp-config-main .alert.alert-warning.info-text-sm .alert-link {
    color: var(--bp-navy);
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

html.bp-whmcs-config-route #containerProductValidationErrors {
    border-radius: 16px;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    html.bp-whmcs-config-route #main-body {
        padding-top: 10px;
    }

    html.bp-whmcs-config-route .bp-config-shell > .row,
    html.bp-whmcs-config-route .bp-config-body form > .row {
        grid-template-columns: 1fr;
    }

    html.bp-whmcs-config-route .bp-config-shell > .row > .cart-sidebar {
        display: none !important;
    }

    html.bp-whmcs-config-route .bp-config-body .sidebar-collapsed {
        display: none !important;
    }

    html.bp-whmcs-config-route #header .navbar-light > .container {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 7px;
        padding-top: 7px;
    }

    html.bp-whmcs-config-route #header .navbar-brand {
        flex: 0 0 100%;
        margin: 0 0 6px !important;
        text-align: center;
    }

    html.bp-whmcs-config-route #header .logo-img {
        max-width: 200px;
    }

    html.bp-whmcs-config-route #header .toolbar {
        flex: 0 0 auto;
        margin: 0 auto !important;
    }

    html.bp-whmcs-config-route #header .toolbar .nav-item {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    html.bp-whmcs-config-route #header .toolbar .btn.nav-link {
        min-height: 46px;
        min-width: 50px;
        padding: 0 14px !important;
    }

    html.bp-whmcs-config-route .bp-config-summary {
        margin-top: 14px;
        position: static !important;
    }

    html.bp-whmcs-config-route .bp-config-summary-body .clearfix {
        gap: 8px;
    }

    html.bp-whmcs-config-route .bp-config-summary-body .pull-right,
    html.bp-whmcs-config-route .bp-config-summary-body .float-right {
        font-size: 12px;
    }

    html.bp-whmcs-config-route .bp-config-body .header-lined {
        border-radius: 18px;
        padding: 18px 20px;
    }

    html.bp-whmcs-config-route .bp-config-body .header-lined::after {
        opacity: .58;
        right: -64px;
        top: -28px;
        width: 190px;
    }

    html.bp-whmcs-config-route .bp-config-body .header-lined h1::after {
        max-width: 290px;
        text-shadow: 0 1px 2px rgba(16, 38, 56, .4);
    }

    html.bp-whmcs-config-route .field-container.bp-config-field-grid,
    html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid {
        grid-template-columns: 1fr;
    }

    html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field {
        align-items: center;
        grid-template-columns: 32px minmax(180px, .8fr) minmax(220px, 1fr);
        grid-template-rows: auto;
        min-height: 60px;
        padding: 9px 11px;
    }

    html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field > .bp-config-icon {
        grid-column: 1;
        grid-row: 1;
    }

    html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field > label:first-of-type {
        grid-column: 2;
        margin: 0 !important;
    }

    html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field > .bp-config-control,
    html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field > .bp-config-toggle {
        grid-column: 3;
    }

    html.bp-whmcs-config-route .field-container.bp-config-field-grid > .bp-config-field:last-child:nth-child(odd) {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    html.bp-whmcs-config-route .bp-config-field--billing {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    html.bp-whmcs-config-route .bp-config-field--billing > .bp-config-control {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field {
        align-items: start;
        grid-template-columns: 32px minmax(0, 1fr);
        grid-template-rows: auto auto;
        min-height: 96px;
    }

    html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field > .bp-config-icon {
        grid-column: 1;
        grid-row: 1;
    }

    html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field > label:first-of-type {
        grid-column: 2;
    }

    html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field > .bp-config-control,
    html.bp-whmcs-config-route #productConfigurableOptions.bp-config-field-grid .bp-config-field > .bp-config-toggle {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

@media (max-width: 420px) {
    .bp-store-hero__title-slot h1,
    .bp-store-hero__fallback-title {
        font-size: 31px !important;
    }

    html.bp-whmcs-store-route #header .logo-img {
        max-width: 205px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bp-whmcs-seo *,
    .bp-whmcs-seo *::before,
    .bp-whmcs-seo *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* BuyProxies cart view redesign */
html.bp-whmcs-cart-route {
    --bp-navy: #102638;
    --bp-navy-2: #18384f;
    --bp-green: #5bbf04;
    --bp-green-hover: #72d31a;
    --bp-green-soft: #f0fae8;
    --bp-bg: #f5f8fb;
    --bp-surface: #ffffff;
    --bp-border: #dbe6ee;
    --bp-body: #425466;
    --bp-muted: #6f8190;
    --bp-muted-strong: #566a79;
    --bp-blue: #1378b9;
    --bp-shadow: 0 18px 48px rgba(16, 38, 56, .09);
    --bp-shadow-sm: 0 8px 24px rgba(16, 38, 56, .07);
    background: var(--bp-bg) !important;
}

html.bp-whmcs-cart-route,
html.bp-whmcs-cart-route body {
    background: var(--bp-bg) !important;
    color: var(--bp-body);
}

html.bp-whmcs-cart-route #header {
    background: var(--bp-surface) !important;
    box-shadow: 0 8px 28px rgba(16, 38, 56, .06);
}

html.bp-whmcs-cart-route #header .main-navbar-wrapper {
    border-top: 1px solid var(--bp-border) !important;
}

html.bp-whmcs-cart-route #main-body {
    background:
        radial-gradient(circle at 18% 0, rgba(91, 191, 4, .12), transparent 34%),
        linear-gradient(180deg, #ffffff 0, var(--bp-bg) 260px);
    padding: 22px 0 58px;
}

html.bp-whmcs-cart-route #main-body > .container {
    max-width: 1280px;
    width: 100%;
}

html.bp-whmcs-cart-route #order-standard_cart.bp-cart-shell {
    color: var(--bp-body);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.55;
}

html.bp-whmcs-cart-route #order-standard_cart.bp-cart-shell > .row {
    align-items: start;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
    margin-left: 0;
    margin-right: 0;
}

html.bp-whmcs-cart-route #order-standard_cart.bp-cart-shell > .row > .cart-sidebar,
html.bp-whmcs-cart-route #order-standard_cart .sidebar-collapsed {
    display: none !important;
}

html.bp-whmcs-cart-route #order-standard_cart.bp-cart-shell > .row > .bp-cart-body,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-main,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-sidebar {
    float: none !important;
    max-width: none !important;
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-body {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-body .header-lined {
    background: linear-gradient(135deg, var(--bp-navy), var(--bp-navy-2));
    border: 1px solid rgba(219, 230, 238, .18);
    border-radius: 24px;
    box-shadow: var(--bp-shadow);
    margin: 0 0 18px !important;
    overflow: hidden;
    padding: 24px 28px;
    position: relative;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-body .header-lined h1 {
    color: #ffffff !important;
    font-size: clamp(29px, 3vw, 40px) !important;
    font-weight: 800 !important;
    letter-spacing: -.035em;
    line-height: 1.08 !important;
    margin: 0 !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-body .header-lined h1::after {
    color: rgba(255, 255, 255, .78);
    content: "Confirm your proxy package before secure checkout";
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 8px;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-body > .row {
    align-items: start;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    margin-left: 0;
    margin-right: 0;
}

html.bp-whmcs-cart-route #order-standard_cart .view-cart-items-header {
    display: none !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-items {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    display: grid;
    gap: 12px;
    margin: 0 0 12px !important;
    overflow: visible;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item {
    background: var(--bp-surface) !important;
    border: 1px solid var(--bp-border) !important;
    border-radius: 18px !important;
    box-shadow: var(--bp-shadow-sm);
    display: grid;
    gap: 14px;
    grid-template-columns: 44px minmax(0, 1fr);
    margin: 0 !important;
    min-width: 0;
    padding: 18px !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-product-icon {
    align-items: center;
    background: linear-gradient(135deg, var(--bp-green), var(--bp-blue));
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .38), 0 10px 22px rgba(31, 86, 128, .2);
    color: #ffffff;
    display: flex !important;
    grid-column: 1;
    height: 44px;
    justify-content: center;
    width: 44px;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-product-icon i {
    font-size: 20px;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item > .row {
    align-items: start;
    display: grid;
    gap: 12px;
    grid-column: 2;
    grid-template-columns: minmax(0, 1fr) minmax(0, max-content) minmax(128px, 160px) 44px;
    margin: 0;
    min-width: 0;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item > .row > [class*="col-"] {
    float: none !important;
    max-width: none !important;
    min-width: 0;
    padding: 0 !important;
    width: auto !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-title {
    color: var(--bp-navy) !important;
    display: block;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: -.02em;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-group {
    color: var(--bp-muted-strong) !important;
    display: block;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .055em;
    line-height: 1.35;
    margin-top: 4px;
    text-transform: uppercase;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item small {
    color: var(--bp-body) !important;
    display: block;
    font-size: 13px !important;
    line-height: 1.55;
    margin-top: 8px;
    overflow-wrap: anywhere;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-qty {
    grid-column: 2;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-qty input,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-qty select,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-qty button {
    min-height: 44px;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-price {
    color: var(--bp-navy) !important;
    grid-column: 3;
    min-width: 0;
    text-align: right;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-price > span:first-child,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-price .price {
    color: var(--bp-navy) !important;
    display: block;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.25;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-price .cycle,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-price small {
    color: var(--bp-muted-strong) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.35;
    margin-top: 3px;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item > .row > [class*="col-"]:last-child:not(:first-child):not(.item-price):not(.item-qty) {
    grid-column: 4;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item a,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item button,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .btn {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item a:hover,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item button:hover,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .btn:hover {
    background: var(--bp-green-soft);
    color: var(--bp-green) !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item a:focus-visible,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item button:focus-visible,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs a:focus-visible,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs input:focus-visible,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs select:focus-visible,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs button:focus-visible,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-checkout:focus-visible,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-continue:focus-visible {
    border-color: var(--bp-green) !important;
    box-shadow: 0 0 0 3px rgba(91, 191, 4, .22) !important;
    outline: 2px solid #2f6f00;
    outline-offset: 2px;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-empty,
html.bp-whmcs-cart-route #order-standard_cart .empty-cart {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #a44747 !important;
    display: flex;
    font-size: 13px;
    justify-content: flex-end;
    margin: 8px 0 0 !important;
    min-height: 44px;
    padding: 0 !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-empty a,
html.bp-whmcs-cart-route #order-standard_cart .empty-cart a {
    align-items: center;
    border-radius: 10px;
    color: #a44747 !important;
    display: inline-flex;
    min-height: 44px;
    padding: 0 10px;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs {
    background: var(--bp-surface) !important;
    border: 1px solid var(--bp-border) !important;
    border-radius: 16px !important;
    box-shadow: var(--bp-shadow-sm);
    margin: 16px 0 0 !important;
    overflow: hidden;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .nav-tabs {
    background: #f8fafc;
    border-bottom: 1px solid var(--bp-border) !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 14px;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .nav-tabs > li {
    margin: 0 12px 0 0;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .nav-link,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .nav-tabs > li > a {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    color: var(--bp-muted-strong) !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    min-height: 44px;
    padding: 0 4px !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .nav-link.active,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .nav-tabs > li.active > a,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .nav-tabs > li > a:hover {
    border-bottom-color: var(--bp-green) !important;
    color: var(--bp-navy) !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .tab-content,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .tab-pane {
    background: var(--bp-surface) !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .tab-pane {
    padding: 16px;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs input,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs select,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs button,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .btn {
    border-radius: 11px !important;
    min-height: 44px;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs input,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs select {
    border: 1px solid var(--bp-border) !important;
    box-shadow: none !important;
    color: var(--bp-navy) !important;
    font-size: 14px;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .input-group {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(110px, max-content);
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .input-group > * {
    margin: 0 !important;
    width: 100% !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs #calcTaxes .form-group.row {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 110px minmax(0, 1fr);
    margin-left: 0;
    margin-right: 0;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs #calcTaxes .form-group.row > [class*="col-"] {
    float: none !important;
    max-width: none !important;
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-sidebar {
    align-self: start;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary {
    background: var(--bp-surface) !important;
    border: 1px solid var(--bp-border) !important;
    border-radius: 18px !important;
    box-shadow: var(--bp-shadow);
    margin: 0 !important;
    overflow: hidden;
    position: sticky !important;
    top: 18px;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary h2 {
    background: var(--bp-navy) !important;
    border: 0 !important;
    color: #ffffff !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    letter-spacing: -.02em;
    margin: 0 !important;
    padding: 18px 20px !important;
    text-align: left;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary-body {
    background: var(--bp-surface) !important;
    color: var(--bp-body);
    font-size: 14px !important;
    min-width: 0;
    padding: 18px 20px !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary-body .subtotal,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary-body .recurring-totals,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary-body .bordered-totals > .clearfix,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary-body > .clearfix {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary-body .bordered-totals,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary-body .recurring-totals {
    border-color: var(--bp-border) !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary-body .bordered-totals > .clearfix,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary-body .recurring-totals > .clearfix {
    border-color: rgba(219, 230, 238, .9) !important;
    padding: 9px 0;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary-body #recurring {
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary-body .total-due-today {
    background: linear-gradient(135deg, var(--bp-green-soft), #ffffff);
    border: 1px solid rgba(91, 191, 4, .28);
    border-radius: 14px;
    margin: 16px 0 !important;
    padding: 16px !important;
    text-align: left;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary-body .total-due-today .amt {
    color: var(--bp-navy) !important;
    display: block;
    font-size: 28px !important;
    font-weight: 900 !important;
    letter-spacing: -.04em;
    line-height: 1.2;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary-body .total-due-today .amt + span {
    color: var(--bp-muted-strong) !important;
    display: block;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .08em;
    margin-top: 4px;
    text-transform: uppercase;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-checkout {
    align-items: center;
    background: var(--bp-green) !important;
    border: 0 !important;
    border-radius: 13px !important;
    box-shadow: 0 14px 28px rgba(91, 191, 4, .24);
    color: var(--bp-navy) !important;
    display: flex;
    font-size: 16px !important;
    font-weight: 900 !important;
    justify-content: center;
    min-height: 52px;
    width: 100%;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-checkout:hover,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-checkout:focus {
    background: var(--bp-green-hover) !important;
    color: var(--bp-navy) !important;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-checkout.disabled,
html.bp-whmcs-cart-route #order-standard_cart .bp-cart-checkout:disabled {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .55;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-continue {
    align-items: center;
    border-radius: 11px;
    color: var(--bp-navy) !important;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    margin-top: 8px;
    min-height: 44px;
    width: 100%;
}

html.bp-whmcs-cart-route #order-standard_cart .bp-cart-continue:hover {
    background: var(--bp-green-soft);
    color: var(--bp-green) !important;
}

@media (max-width: 991px) {
    html.bp-whmcs-cart-route #main-body {
        padding-top: 14px;
    }

    html.bp-whmcs-cart-route #order-standard_cart .sidebar-collapsed {
        display: none !important;
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-body > .row {
        grid-template-columns: minmax(0, 1fr);
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary {
        margin-top: 20px !important;
        position: static !important;
    }
}

@media (max-width: 767px) {
    html.bp-whmcs-cart-route #main-body {
        padding-bottom: 38px;
    }

    html.bp-whmcs-cart-route #main-body > .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-body .header-lined {
        border-radius: 18px;
        padding: 21px 20px;
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-body .header-lined h1 {
        font-size: 30px !important;
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-body .header-lined h1::after {
        line-height: 1.4;
        max-width: 270px;
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item {
        gap: 10px;
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 14px !important;
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-product-icon {
        border-radius: 10px;
        height: 38px;
        width: 38px;
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item > .row {
        gap: 10px;
        grid-template-columns: minmax(0, 1fr);
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item > .row > * {
        grid-column: 1 !important;
        min-width: 0;
        width: 100% !important;
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-title {
        font-size: 17px !important;
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-price {
        align-items: center;
        border-top: 1px solid var(--bp-border);
        display: flex;
        flex-wrap: wrap;
        gap: 6px 12px;
        justify-content: space-between;
        padding-top: 10px !important;
        text-align: left;
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-qty input,
    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-qty select,
    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-item .item-qty button,
    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs input,
    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs select,
    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs button,
    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .btn {
        min-height: 44px;
        width: 100% !important;
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .input-group,
    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs #calcTaxes .form-group.row {
        grid-template-columns: minmax(0, 1fr);
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .nav-tabs > li {
        flex: 1 1 auto;
        margin-right: 8px;
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .nav-link,
    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-tabs .nav-tabs > li > a {
        justify-content: center;
        width: 100%;
    }

    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary h2,
    html.bp-whmcs-cart-route #order-standard_cart .bp-cart-summary-body {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.bp-whmcs-cart-route *,
    html.bp-whmcs-cart-route *::before,
    html.bp-whmcs-cart-route *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* BuyProxies checkout redesign */
html.bp-whmcs-checkout-route {
    --bp-navy: #102638;
    --bp-navy-2: #18384f;
    --bp-green: #5bbf04;
    --bp-green-hover: #72d31a;
    --bp-green-soft: #f0fae8;
    --bp-bg: #f5f8fb;
    --bp-surface: #ffffff;
    --bp-border: #dbe6ee;
    --bp-body: #425466;
    --bp-muted: #6f8190;
    --bp-muted-strong: #566a79;
    --bp-shadow: 0 18px 48px rgba(16, 38, 56, .09);
    --bp-shadow-sm: 0 8px 24px rgba(16, 38, 56, .07);
    background: var(--bp-bg) !important;
}

html.bp-whmcs-checkout-route,
html.bp-whmcs-checkout-route body {
    background: var(--bp-bg) !important;
    color: var(--bp-body);
}

html.bp-whmcs-checkout-route #header {
    background: var(--bp-surface) !important;
    box-shadow: 0 8px 28px rgba(16, 38, 56, .06);
}

html.bp-whmcs-checkout-route #header .main-navbar-wrapper {
    border-top: 1px solid var(--bp-border) !important;
}

html.bp-whmcs-checkout-route #header .logo-img {
    height: auto !important;
    max-width: 270px;
    width: 100% !important;
}

html.bp-whmcs-checkout-route #main-body {
    background:
        radial-gradient(circle at 18% 0, rgba(91, 191, 4, .12), transparent 34%),
        linear-gradient(180deg, #ffffff 0, var(--bp-bg) 260px);
    padding: 14px 0 42px;
}

html.bp-whmcs-checkout-route #main-body > .container {
    max-width: 1180px;
    width: 100%;
}

html.bp-whmcs-checkout-route #order-standard_cart.bp-checkout-shell {
    color: var(--bp-body);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.55;
    max-width: 100%;
    min-width: 0;
}

html.bp-whmcs-checkout-route #order-standard_cart.bp-checkout-shell > .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-left: 0;
    margin-right: 0;
}

html.bp-whmcs-checkout-route #order-standard_cart.bp-checkout-shell > .row > .cart-sidebar,
html.bp-whmcs-checkout-route #order-standard_cart .sidebar-collapsed {
    display: none !important;
}

html.bp-whmcs-checkout-route #order-standard_cart.bp-checkout-shell > .row > .bp-checkout-body {
    float: none !important;
    max-width: none !important;
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-body {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-body .header-lined {
    background: linear-gradient(135deg, var(--bp-navy), var(--bp-navy-2));
    border: 1px solid rgba(219, 230, 238, .18);
    border-radius: 18px;
    box-shadow: var(--bp-shadow);
    margin: 0 0 10px !important;
    padding: 17px 22px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-body .header-lined h1 {
    color: #ffffff !important;
    font-size: clamp(29px, 3vw, 35px) !important;
    font-weight: 800 !important;
    letter-spacing: -.035em;
    line-height: 1.08 !important;
    margin: 0 !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-body .header-lined .bp-checkout-hero-subtitle {
    color: rgba(255, 255, 255, .8);
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 5px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-intro {
    align-items: center;
    background: var(--bp-surface);
    border: 1px solid var(--bp-border);
    border-radius: 14px;
    box-shadow: var(--bp-shadow-sm);
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 0 0 12px !important;
    padding: 10px 12px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-intro::before,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-intro::after {
    display: none !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-intro p {
    color: var(--bp-muted-strong);
    flex: 1 1 auto;
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-intro .pull-right,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-intro .float-right {
    float: none !important;
    flex: 0 0 auto;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-account-switch {
    background: var(--bp-navy) !important;
    border: 1px solid var(--bp-navy) !important;
    border-radius: 11px !important;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
    min-height: 44px;
    padding: 0 14px !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-account-switch:hover,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-account-switch:focus {
    background: var(--bp-navy-2) !important;
    color: #ffffff !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form > div,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form .row,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form [class*="col-"] {
    min-width: 0;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-section-heading {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    display: grid !important;
    gap: 8px 10px;
    grid-template-columns: 32px max-content minmax(24px, 1fr);
    height: auto !important;
    margin: 14px 0 8px !important;
    text-align: left !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-section-heading::after {
    background: rgba(91, 191, 4, .42);
    content: "";
    display: block;
    height: 1px;
    min-width: 24px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-heading-icon {
    align-items: center;
    background: var(--bp-green-soft);
    border: 1px solid rgba(91, 191, 4, .26);
    border-radius: 10px;
    color: var(--bp-green);
    display: inline-flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-heading-icon i {
    font-size: 14px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-section-heading span.primary-bg-color {
    background: transparent !important;
    color: var(--bp-navy) !important;
    display: block;
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: -.015em;
    line-height: 1.3;
    padding: 0 !important;
    position: static !important;
    top: auto !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-section-heading span.primary-bg-color::after {
    display: none !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-section-heading small,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-section-heading i small {
    color: var(--bp-muted-strong) !important;
    display: block;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 3px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-field-row,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-field-group {
    background: var(--bp-surface) !important;
    border: 1px solid var(--bp-border) !important;
    border-radius: 14px;
    box-shadow: var(--bp-shadow-sm);
    margin: 0 0 10px !important;
    padding: 10px 4px 0 !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-field-group {
    padding: 12px !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-field-row > [class*="col-"] {
    float: none;
    max-width: none;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form .form-group {
    margin-bottom: 10px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-control,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form textarea,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form select {
    background-color: #ffffff !important;
    border: 1px solid var(--bp-border) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: var(--bp-navy) !important;
    font-size: 14px !important;
    max-width: 100%;
    min-height: 44px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form textarea {
    min-height: 88px;
    padding-top: 10px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form .prepend-icon .field-icon {
    color: var(--bp-green) !important;
    height: 44px;
    line-height: 44px;
    width: 42px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form .prepend-icon .field {
    padding-left: 42px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form .iti,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form .input-group {
    max-width: 100%;
    width: 100%;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form .input-group .form-control {
    border-radius: 10px 0 0 10px !important;
    min-width: 0;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form .input-group .btn {
    border: 1px solid var(--bp-border) !important;
    border-left: 0 !important;
    border-radius: 0 10px 10px 0 !important;
    min-height: 44px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-control:disabled {
    background-color: #eef3f6 !important;
    color: var(--bp-muted-strong) !important;
    cursor: not-allowed;
    opacity: .72;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-control[readonly] {
    background-color: #f5f8fa !important;
    color: var(--bp-navy) !important;
    opacity: 1;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form button:disabled,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form .btn.disabled {
    box-shadow: none !important;
    cursor: not-allowed !important;
    opacity: .58;
}

html.bp-whmcs-checkout-route #order-standard_cart .checkout-error-feedback,
html.bp-whmcs-checkout-route #order-standard_cart .gateway-errors {
    border: 1px solid #dfaaaa !important;
    border-radius: 14px;
    box-shadow: var(--bp-shadow-sm);
    font-size: 14px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-total {
    align-items: center;
    background: linear-gradient(135deg, var(--bp-green-soft), #ffffff) !important;
    border: 1px solid rgba(91, 191, 4, .34) !important;
    border-radius: 14px;
    color: var(--bp-navy) !important;
    display: flex;
    font-size: 15px !important;
    font-weight: 800;
    gap: 12px;
    justify-content: space-between;
    margin: 0 0 10px !important;
    padding: 12px 14px !important;
    text-align: left !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-total strong {
    color: var(--bp-navy);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.035em;
    white-space: nowrap;
}

html.bp-whmcs-checkout-route #order-standard_cart .apply-credit-container,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-payment-methods,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-card-fields,
html.bp-whmcs-checkout-route #order-standard_cart .marketing-email-optin {
    background: var(--bp-surface) !important;
    border: 1px solid var(--bp-border) !important;
    border-radius: 14px;
    box-shadow: var(--bp-shadow-sm);
    margin: 0 0 10px !important;
    padding: 12px !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-payment-methods > p {
    color: var(--bp-muted-strong) !important;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 10px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-payment-methods > .text-center {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-start;
    text-align: left !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-payment-methods label.radio-inline {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--bp-border);
    border-radius: 10px;
    color: var(--bp-navy);
    display: inline-flex !important;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    margin: 0 !important;
    max-width: 100%;
    min-height: 44px;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 6px 10px !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-payment-methods label.radio-inline.bp-checkout-payment-option--selected {
    background: var(--bp-green-soft);
    border-color: rgba(91, 191, 4, .55);
    color: var(--bp-navy);
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-payment-methods label.radio-inline:focus-within {
    border-color: var(--bp-green);
    box-shadow: 0 0 0 4px rgba(91, 191, 4, .14);
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-card-fields ul {
    margin: 0 0 12px;
    padding-left: 20px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-card-fields .existing-cc-grid {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-card-fields .paymethod-info {
    min-width: 0;
    overflow-wrap: anywhere;
}

html.bp-whmcs-checkout-route #order-standard_cart .apply-credit-container label.radio,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-card-fields label.radio-inline,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-actions label.checkbox-inline {
    align-items: center;
    display: flex;
    min-height: 44px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-actions {
    background: var(--bp-surface);
    border: 1px solid var(--bp-border);
    border-radius: 14px;
    box-shadow: var(--bp-shadow-sm);
    margin: 12px 0 0;
    padding: 12px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-actions p {
    color: var(--bp-muted-strong);
    margin: 0 0 10px;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-actions #btnCompleteOrder {
    align-items: center;
    background: var(--bp-green) !important;
    border: 0 !important;
    border-radius: 13px !important;
    box-shadow: 0 14px 28px rgba(91, 191, 4, .24);
    color: var(--bp-navy) !important;
    display: inline-flex;
    font-size: 16px !important;
    font-weight: 900 !important;
    justify-content: center;
    min-height: 50px;
    min-width: 230px;
    padding: 0 24px !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-actions #btnCompleteOrder:hover,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-actions #btnCompleteOrder:focus {
    background: var(--bp-green-hover) !important;
    color: var(--bp-navy) !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-actions #btnCompleteOrder:disabled {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .55;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-security {
    align-items: center;
    background: #fff8dc !important;
    border: 1px solid rgba(91, 191, 4, .3) !important;
    border-radius: 12px;
    color: #5b4b16 !important;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 9px;
    margin: 10px 0 0 !important;
    overflow-wrap: anywhere;
    padding: 10px 12px !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-security i {
    color: var(--bp-green);
    flex: 0 0 auto;
    float: none !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    width: auto !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-control:focus,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form textarea:focus,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form select:focus {
    border-color: var(--bp-green) !important;
    box-shadow: 0 0 0 4px rgba(91, 191, 4, .14) !important;
}

html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-control:focus-visible,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form button:focus-visible,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form a:focus-visible,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form input:focus-visible,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form select:focus-visible,
html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-account-switch:focus-visible {
    outline: 2px solid #2f6f00;
    outline-offset: 2px;
}

html.bp-whmcs-checkout-route #order-standard_cart label:focus-within {
    outline: 2px solid #2f6f00;
    outline-offset: 2px;
}

html.bp-whmcs-checkout-route #order-standard_cart .icheckbox_square-blue.focus,
html.bp-whmcs-checkout-route #order-standard_cart .iradio_square-blue.focus {
    outline: 2px solid #2f6f00;
    outline-offset: 2px;
}

@media (max-width: 991px) {
    html.bp-whmcs-checkout-route #main-body {
        padding-top: 10px;
    }

    html.bp-whmcs-checkout-route #main-body > .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-body .header-lined {
        border-radius: 18px;
        padding: 17px 20px;
    }

    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-form .row > [class*="col-"] {
        flex: 0 0 100% !important;
        margin-left: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    html.bp-whmcs-checkout-route #main-body {
        padding-bottom: 38px;
    }

    html.bp-whmcs-checkout-route #header .navbar-light > .container {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 7px;
        padding-top: 7px;
    }

    html.bp-whmcs-checkout-route #header .navbar-brand {
        flex: 0 0 100%;
        margin: 0 0 6px !important;
        text-align: center;
    }

    html.bp-whmcs-checkout-route #header .logo-img {
        max-width: 200px;
    }

    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-body .header-lined h1 {
        font-size: 30px !important;
    }

    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-intro {
        align-items: stretch;
        flex-direction: column;
    }

    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-intro .pull-right,
    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-intro .float-right,
    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-account-switch {
        width: 100%;
    }

    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-section-heading {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-section-heading::after {
        grid-column: 1 / -1;
        width: 100%;
    }

    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-field-row,
    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-field-group {
        border-radius: 13px;
        padding: 10px 4px 0 !important;
    }

    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-field-group {
        padding: 12px !important;
    }

    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-total {
        align-items: flex-start;
        flex-direction: column;
    }

    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-payment-methods label.radio-inline {
        flex: 1 1 100%;
        width: 100%;
    }

    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-card-fields .existing-cc-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
    }

    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-card-fields .paymethod-info {
        align-items: center;
        border-bottom: 1px solid var(--bp-border);
        display: flex;
        min-height: 44px;
        overflow-wrap: anywhere;
        padding: 8px 0;
    }

    html.bp-whmcs-checkout-route #order-standard_cart .bp-checkout-actions #btnCompleteOrder {
        min-width: 0;
        width: 100%;
    }

    html.bp-whmcs-checkout-route #order-standard_cart .captcha-container,
    html.bp-whmcs-checkout-route #order-standard_cart .captcha-container > * {
        max-width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.bp-whmcs-checkout-route *,
    html.bp-whmcs-checkout-route *::before,
    html.bp-whmcs-checkout-route *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
