@import url('https://fonts.googleapis.com/css?family=Inter:300,400,500,600&display=swap&subset=latin-ext');

:root {
    --ca-blue: #01b8e4;
    --ca-blue-dark: #019cc3;
    --ca-text: #5d6b79;
    --ca-text-strong: #2d3742;
    --ca-line: #dbe4ec;
    --ca-line-dark: #373c46;
    --ca-panel-dark: #1e2226;
    --ca-panel-dark-mobile: #16181c;
    --ca-bg: #ffffff;
    --ca-bg-soft: #f7fafc;
    --ca-danger: #d14b4b;
    --ca-danger-dark: #ae1e1e;
    --ca-danger-light: #e17e7e;
    --ca-success: #00ca91;
    --ca-success-dark: #038862;
    --ca-success-light: #d0f0e7;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body.customer-account-body {
    margin: 0;
    background: var(--ca-bg);
    color: var(--ca-text);
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.customer-account-body [hidden] {
    display: none !important;
}

a {
    color: var(--ca-blue);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    vertical-align: -0.125em;
}

.icon-log-in,
.icon-copy-plus,
.icon-circle-plus,
.icon-link,
.icon-cloud-backup,
.icon-hand-coins,
.icon-layout-grid,
.icon-table-properties,
.icon-x,
.icon-download,
.icon-rotate-ccw,
.icon-chevrons-left-right-ellipsis,
.icon-monitor-cloud,
.icon-shopping-cart,
.icon-trash,
.icon-external-link,
.icon-burger {
    background-color: currentColor;
    -webkit-mask: var(--icon-url) no-repeat center / contain;
    mask: var(--icon-url) no-repeat center / contain;
}

.icon-log-in { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m10 17 5-5-5-5'/%3E%3Cpath d='M15 12H3'/%3E%3Cpath d='M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4'/%3E%3C/svg%3E"); }
.icon-copy-plus { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='15' x2='15' y1='12' y2='18'/%3E%3Cline x1='12' x2='18' y1='15' y2='15'/%3E%3Crect width='14' height='14' x='8' y='8' rx='2' ry='2'/%3E%3Cpath d='M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2'/%3E%3C/svg%3E"); }
.icon-circle-plus { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M8 12h8'/%3E%3Cpath d='M12 8v8'/%3E%3C/svg%3E"); }
.icon-link { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3E%3C/svg%3E"); }
.icon-cloud-backup { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15.251A4.5 4.5 0 0 0 17.5 8h-1.79A7 7 0 1 0 3 13.607'/%3E%3Cpath d='M7 11v4h4'/%3E%3Cpath d='M8 19a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5 4.82 4.82 0 0 0-3.41 1.41L7 15'/%3E%3C/svg%3E"); }
.icon-hand-coins { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17'/%3E%3Cpath d='m7 21 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9'/%3E%3Cpath d='m2 16 6 6'/%3E%3Ccircle cx='16' cy='9' r='2.9'/%3E%3Ccircle cx='6' cy='5' r='3'/%3E%3C/svg%3E"); }
.icon-layout-grid { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='7' height='7' x='3' y='3' rx='1'/%3E%3Crect width='7' height='7' x='14' y='3' rx='1'/%3E%3Crect width='7' height='7' x='14' y='14' rx='1'/%3E%3Crect width='7' height='7' x='3' y='14' rx='1'/%3E%3C/svg%3E"); }
.icon-table-properties { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3v18'/%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Cpath d='M21 9H3'/%3E%3Cpath d='M21 15H3'/%3E%3C/svg%3E"); }
.icon-x { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E"); }
.icon-download { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' x2='12' y1='15' y2='3'/%3E%3C/svg%3E"); }
.icon-rotate-ccw { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8'/%3E%3Cpath d='M3 3v5h5'/%3E%3C/svg%3E"); }
.icon-chevrons-left-right-ellipsis { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 12h.01'/%3E%3Cpath d='M16 12h.01'/%3E%3Cpath d='m17 7 5 5-5 5'/%3E%3Cpath d='m7 7-5 5 5 5'/%3E%3Cpath d='M8 12h.01'/%3E%3C/svg%3E"); }
.icon-monitor-cloud { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 13a3 3 0 1 1 2.83-4H14a2 2 0 0 1 0 4z'/%3E%3Cpath d='M12 17v4'/%3E%3Cpath d='M8 21h8'/%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3C/svg%3E"); }
.icon-shopping-cart { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57L23 6H5.12'/%3E%3C/svg%3E"); }
.icon-trash { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'/%3E%3C/svg%3E"); }
.icon-external-link { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14 21 3'/%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E"); }
.icon-burger { --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 19h16'/%3E%3C/svg%3E"); }

.wrapper-login {
    max-height: 100vh !important;
}

.wrapper-login .inner {
    display: flex;
    min-height: 100vh;
    position: relative;
}

.wrapper .inner .sidebar-login {
    position: relative;
    display: flex;
    min-height: 100vh;
    width: 50%;
    border-right: 1px solid var(--ca-line);
}

.wrapper .inner .sidebar-login:last-child {
    border-right: 0;
}

.sidebar-login.bg-dark {
    background-color: var(--ca-panel-dark) !important;
}

.sidebar-login.bg-dark h1,
.sidebar-login.bg-dark h2,
.sidebar-login.bg-dark h3,
.sidebar-login.bg-dark p,
.sidebar-login.bg-dark li,
.sidebar-login.bg-dark .customer-account-side-note {
    color: #ffffff !important;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-primary{
    color:  var(--ca-blue-dark)
}

.text-danger{
    color:  var(--ca-danger)
}

.content {
    width: 100%;
    padding: 3rem;
}

.logoholder {
    display: block;
    width: 90px;
    height: 45px;
    position: absolute;
    top: 12px;
    left: 1.5rem;
    z-index: 10;
}

.customer-account-logo {
    display: inline-block;
    color: #ffffff;
    width: 100%;
    height: 100%;
}

.customer-account-logo:hover {
    text-decoration: none;
}

.customer-account-logo-svg {
    display: block;
    width: 100%;
    height: 100%;
}

.login-box {
    max-width: 444px !important;
    width: 100%;
}

.customer-account-body h1 {
    margin: 0 0 0.75rem;
    color: var(--ca-text-strong);
    font-size: clamp(2.5rem, 3.3vw, 3.4rem);
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.customer-account-body h2,
.customer-account-body h3 {
    margin: 0 0 1rem;
    color: var(--ca-text-strong);
    font-weight: 400;
    letter-spacing: -0.03em;
}

.customer-account-body h2 {font-size:20px;font-weight:600}
.customer-account-body h3 {font-size:16px;font-weight:500}

.customer-account-body p {
    margin: 0;
    line-height: 1.7;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mx-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.mt-1 {
    margin-top: 0.2rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.small {
    font-size: 0.875rem;
}

.customer-account-side {
    max-width: 610px;
    margin: 0 auto;
}

.customer-account-side-login {
    max-width: 680px;
}

.customer-account-side p {
    color: rgba(255, 255, 255, 0.72);
}

.magic-quote {
    text-align: center;
    margin: 0;
}

.magic-quote p {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
    line-height: 34px;
}

.magic-quote p::before {
    content: "\201C";
}

.magic-quote p::after {
    content: "\201D";
}

.magic-quote cite {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #818b95;
    font-style: italic;
}

.sidebar-login.bg-dark .magic-quote cite {
    color: #818b95 !important;
}

.customer-account-panel-main {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}

.customer-account-panel-main.customer-account-wide {
    max-width: 640px;
}

.customer-account-intro {
    margin-bottom: 1.75rem;
}

.customer-account-intro p {
    color: var(--ca-text);
}

.login-box h1 {
    font-size: 28.8px;
    font-weight: 600;
    letter-spacing: -1.25px;
    line-height: 34.56px;
    color: #373f47;
}

.login-box p,
.login-box label,
.text-right.small a {
    color: #586572;
}

.login-box .mb-4 {
    margin-bottom: 1.5rem;
}

.login-box .form-group {
    margin-bottom: 1rem;
}

.login-box .text-right.small {
    margin-top: 0.7rem;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group > label {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--ca-text);
    font-size: 14px;
}

.input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend {
    display: flex;
}

.input-group-text,
.form-control {
    border-width: 1px;
    border-style: solid;
    border-color: var(--ca-line);
    min-height: 42px;
    font: inherit;
}

.input-group-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    padding: 0.5rem 0.77rem;
    background: #eef2f5;
    color: var(--ca-text);
    border-radius: 8px;
}

.form-control {
    width: 100%;
    padding: 8px 16px;
    color: #000000;
    background: #ffffff;
    border-radius: 8px;
    outline: 0;
    box-shadow: none;
    line-height: 24px;
}

.input-group > .form-control:only-child {
    border-radius: 8px;
}

.form-control:focus {
    border-color: #abdff0;
}

input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover,
input.form-control:-webkit-autofill:focus,
input.form-control:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--ca-text-strong) !important;
    transition: background-color 9999s ease-out 0s;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.col-sm-12,
.col-md-10,
.col-md-12,
.col-lg-6,
.col-lg-8,
.col-lg-10,
.col-xl-6,
.col-xl-11 {
    width: 100%;
    padding: 0 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
    gap: 5px;
}

.btn-primary {
    color: #ffffff;
    background: var(--ca-blue);
    border-color: var(--ca-blue);
}

.btn-primary:hover {
    background: var(--ca-blue-dark);
    border-color: var(--ca-blue-dark);
    text-decoration: none;
}

.btn-outline-primary {
    color: var(--ca-blue);
    border-color: var(--ca-blue);
    background: transparent;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background: var(--ca-blue);
    text-decoration: none;
}

.btn-outline-danger {
    color: var(--ca-danger);
    border-color: var(--ca-danger);
    background: transparent;
}

.btn-outline-danger:hover {
    color: #ffffff;
    background: var(--ca-danger);
    text-decoration: none;
}

.btn-outline-danger.width-auto{
    width:auto !important
}

.btn-danger {
    color: #ffffff;
    background: var(--ca-danger);
    padding:8px 16px !important;
}

.btn-danger:hover {
    background: var(--ca-danger-dark);
    text-decoration: none;
    padding:8px 16px !important;
}

.btn-success {
    color: #ffffff;
    background: var(--ca-success);
    border-color: var(--ca-success-light);
    border-width:4px;
    padding:8px 16px !important;
    font-weight:700 !important;
}

.btn-success:hover {
    background: var(--ca-success-dark);
    border-color: var(--ca-success-light);
    text-decoration: none;
    border-width:4px;
    padding:8px 16px !important;
}

.btn-sm.btn-success{
    padding:8px 12px !important;
    font-weight:700 !important;
}

.btn-outline-success {
    color: var(--ca-success);
    border-color: var(--ca-success);
    background: transparent;
    padding:8px 16px !important;
}

.btn-outline-success:hover {
    color: #ffffff;
    background: var(--ca-success);
    text-decoration: none;
    padding:8px 16px !important;
}

.btn-sm {
    min-height: 24px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
}

.btn-lg {
    min-height: 50px;
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 24px;
}

.w-100 {
    width: 100%;
}

.invalid-feedback {
    color: var(--ca-danger);
    font-size: 0.95rem;
}

.d-block {
    display: block;
}

.customer-account-dashboard-panels {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.customer-account-stat {
    padding: 1.15rem 1.25rem;
    border: 1px solid var(--ca-line);
    border-radius: 1rem;
    background: var(--ca-bg-soft);
    text-align: left;
}

.customer-account-stat-label {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--ca-text);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.customer-account-stat-value {
    color: var(--ca-text-strong);
    font-size: 1.15rem;
    font-weight: 500;
}

.customer-account-subscriptions {
    margin-top: 2rem;
    text-align: left;
}

.customer-account-subscriptions-list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.85rem;
}

.customer-account-subscriptions-list li {
    padding: 1rem 1.15rem;
    border: 1px solid var(--ca-line);
    border-radius: 1rem;
    background: #ffffff;
}

.customer-account-subscription-name {
    display: block;
    color: var(--ca-text-strong);
    font-weight: 600;
}

.customer-account-subscription-meta {
    display: block;
    margin-top: 0.35rem;
    color: var(--ca-text);
    font-size: 0.95rem;
}

@media (max-width: 980px) {
    .wrapper .inner {
        flex-direction: column;
    }

    .wrapper .inner .sidebar-login {
        width: 100%;
        min-height: auto;
    }

    .sidebar-login.bg-dark {
        min-height: 42vh;
    }
}

@media (max-width: 530px) {
    .wrapper-login,
    .wrapper-login .form-group > label {
        color: #a7b3bf !important;
    }

    .wrapper-login h1 {
        color: #e8f1f2 !important;
    }

    .wrapper-login .sidebar-login {
        width: 100% !important;
        background: var(--ca-panel-dark-mobile) !important;
        border: 0 !important;
    }

    .wrapper-login .sidebar-login.bg-dark {
        display: none !important;
    }

    .wrapper-login .form-control {
        color: #a7b3bf !important;
        border-color: var(--ca-line-dark) !important;
        background-color: transparent !important;
    }

    .wrapper-login .input-group-text {
        color: #a7b3bf !important;
        background-color: transparent !important;
        border-color: var(--ca-line-dark) !important;
    }

    .wrapper-login .content {
        padding: 0 1.5em;
    }

    .wrapper-login .logoholder {
        width: calc(100% - 3em);
        top: 3em;
        text-align: center;
    }

    .wrapper-login .customer-account-logo {
        color: #ffffff;
    }

    .wrapper-login .customer-account-logo-svg {
        max-width: 140px;
        margin: 0 auto;
    }
}

.customer-account-dashboard-page {
    background: #f3f4f4;
    color: #7c8b9a;
}

.customer-account-dashboard-page .navbar {
    display: flex;
    align-items: center;
    min-height: 70px;
    width: 100%;
    padding: 0 1.25rem;
    background: #22262b;
}

.customer-account-dashboard-page .navbar-collapse {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    min-width: 0;
}

.customer-account-dashboard-page .navbar-scroll,
.customer-account-dashboard-page .navbar-scroll-inner {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-width: 0;
}

.customer-account-dashboard-page .navbar-nav {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

.customer-account-dashboard-page .mr-auto {
    margin-right: auto;
}

.customer-account-dashboard-page .navbar .navbar-brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0;
    margin-right: 2rem;
}

.customer-account-dashboard-page .navbar .navbar-brand .customer-account-logo-svg {
    display: block;
    width: 90px;
    height: 45px;
}

.customer-account-nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
    background: #2c3239;
    cursor: pointer;
}

.customer-account-nav-toggle:hover,
.customer-account-nav-toggle:focus-visible {
    border-color: rgba(255, 255, 255, 0.42);
    background: #101417;
}

.customer-account-dashboard-page .navbar-dark .navbar-nav .nav-link {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    color: #e8f1f2;
    padding: 25px 1.5em;
}

.customer-account-dashboard-page .navbar-dark .navbar-nav .nav-link.is-active {
    color: #ffffff;
}

.customer-account-dashboard-page .nav-main .nav-item {
    display: flex;
    align-items: stretch;
    position: relative;
    transition: all .2s;
}

.customer-account-dashboard-page .nav-main .nav-item:hover {
    background: #101417;
}

.customer-account-dashboard-page .nav-btn-rounded {
    background: #2c3239;
    border-radius: 50px;
    padding: 0 1rem !important;
    height: 34px;
    box-sizing: border-box;
}

.customer-account-dashboard-page .navbar-visible {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: fixed;
    right: 20px;
}

.customer-account-dashboard-page .website-url,
.customer-account-dashboard-page .website-url:focus,
.customer-account-dashboard-page .website-url:hover {
    display: inline-flex;
    align-items: center;
    max-width: 256px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0.4rem !important;
    height: 34px;
    font-size: 14px;
    color: #e8f1f2;
    text-decoration: none;
}

.customer-account-dashboard-wrapper {
    position: relative;
    background: #f3f4f4;
    width: 100%;
    height: 100vh;
    max-height: calc(100vh - 70px);
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.customer-account-dashboard-wrapper .page-header {
    width: 100%;
    height: 80px;
    padding: 0 1.5rem;
    background: #f3f4f4;
}

.customer-account-dashboard-wrapper .page-header h1 {
    display: table;
    color: var(--ca-text-strong);
    font-weight: 600 !important;
    font-size: 1.6rem;
    padding-top: 8px;
    letter-spacing: -1px;
    margin: 0;
}

.customer-account-dashboard-wrapper .inner {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 150px);
}

.customer-account-dashboard-wrapper .content {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    max-height: calc(100vh - 150px);
    float: left;
    overflow: auto;
    padding: 0 ;
}

.customer-account-dashboard-wrapper .pd-all {
    padding: 1.5rem;
}

.customer-account-dashboard-wrapper .customer-account-dashboard-content {
    padding: 0.75rem 0 0;
}

.customer-account-header-btn {
    min-height: 48px;
    margin-left: 1rem !important;
    padding: 0 1.25rem !important;
    border-radius: 10px !important;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: none !important;
}

.customer-account-header-btn:hover {
    color: #fff !important;
    background: #008eb1 !important;
}

.customer-account-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    padding: 0 1.5rem;
}

.customer-account-toolbar__left,
.customer-account-toolbar__right {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.customer-account-toolbar__left {
    align-items: flex-start;
    flex-direction: row;
    gap: 1rem;
}

.customer-account-toolbar__summary {
    color: #7c8b9a;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
}

.customer-account-status-filters {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0.85rem;
    min-width: 240px;
    max-width: min(520px, calc(100vw - 3rem));
    margin: 0;
    padding: 0.85rem 1rem;
    border: 1px solid #d3dce6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(12, 29, 45, 0.12);
}

.customer-account-status-filters[hidden] {
    display: none !important;
}

.customer-account-status-filter-menu {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.customer-account-status-filter-menu .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.customer-account-status-filter {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    color: #546577;
    font-size: 13px;
    line-height: 1.35;
    cursor: pointer;
    user-select: none;
    width:100%
}

.customer-account-status-filter input {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin: 0;
    border: 1px solid #b9c7d5;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.customer-account-status-filter input:checked {
    border-color: var(--ca-blue);
    background: var(--ca-blue);
}

.customer-account-status-filter input:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.customer-account-status-filter input:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(1, 184, 228, 0.22);
}

.customer-account-toolbar__label,
.customer-account-toolbar__search-label,
.customer-account-records {
    color: #7c8b9a;
    font-size: 14px;
    line-height: 1.35;
}

.customer-account-records small {
    display: block;
    font-size: 12px;
    line-height: 1.35;
}

.customer-account-records strong {
    font-weight: 600;
}

.customer-account-toolbar__select {
    display: inline-flex;
    align-items: center;
    min-width: 280px;
    min-height: 42px;
    padding: 0 1rem;
    border: 1px solid #d3dce6;
    border-radius: 10px;
    background: #fff;
    color: #546577;
    font-size: 0.95rem;
}

.customer-account-toolbar__search {
    width: 235px;
}

.customer-account-toolbar__search .form-control,
.customer-account-toolbar__search .input-group-text {
    min-height: 42px;
}

.customer-account-toolbar__search .form-control {
    border-color: #d3dce6;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    font-size: 0.95rem;
}

.customer-account-toolbar__search .input-group-text {
    border-color: #01b8e4;
    border-radius: 0 10px 10px 0;
    color: #01b8e4;
    background: #fff;
}

.customer-account-table-holder {
    width: 100%;
    overflow-x: auto;
}

.table-container.customer-account-table-holder {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 90px;
}

.customer-account-dashboard-table {
    width: 100%;
    margin: 0;
    background: #fff;
    border-collapse: collapse;
    table-layout: fixed;
}

.customer-account-dashboard-table th {
    border: 0 !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: .75rem;
    font-size: 11px;
    color: #373f47 !important;
    white-space: nowrap;
    text-align: left;
}

.customer-account-dashboard-table td {
    color: #7c8b9a;
    font-size: 12px;
    line-height: 1.4;
    padding: 1rem .75rem;
    border-bottom: 1px solid #e4e7ea;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customer-account-dashboard-table td strong{
    color: #5b6875;
    font-size: 14px !important;
}

.customer-account-dashboard-table td small{
    color: #7c8792;
    font-size: 12px !important;
}

.customer-account-dashboard-table tbody tr:first-of-type td {
    border-top: 1px solid #e4e7ea;
}

.customer-account-dashboard-table tbody tr:hover {
    background: rgba(0, 0, 0, .02);
}

.customer-account-subscriptions-table th:nth-child(3),
.customer-account-subscriptions-table td:nth-child(3) {
    width: 120px;
}

.customer-account-subscriptions-table th:nth-child(4),
.customer-account-subscriptions-table td:nth-child(4) {
    width: 200px;
}

.customer-account-subscriptions-table th:nth-child(5),
.customer-account-subscriptions-table td:nth-child(5) {
    width: 200px;
}

.customer-account-subscriptions-table th:nth-child(6),
.customer-account-subscriptions-table td:nth-child(6) {
    width: 320px;
}


.customer-account-invoices-table th:nth-child(3),
.customer-account-invoices-table td:nth-child(3) {
    width: 180px;
}

.customer-account-invoices-table th:nth-child(4),
.customer-account-invoices-table td:nth-child(4) {
    width: 130px;
}

.customer-account-invoices-table th:nth-child(5),
.customer-account-invoices-table td:nth-child(5) {
    width: 120px;
}

.customer-account-invoices-table th:nth-child(6),
.customer-account-invoices-table td:nth-child(6) {
    width: 180px;
}

.customer-account-invoices-table th:nth-child(7),
.customer-account-invoices-table td:nth-child(7) {
    width: 180px;
}

.customer-account-table-action-muted {
    color: #6c757d;
    font-size: .875rem;
}

.customer-account-dashboard-table th:first-child,
.customer-account-dashboard-table td:first-child {
    padding-left: 1.5rem;
}

.customer-account-dashboard-table th:last-child,
.customer-account-dashboard-table td:last-child {
    padding-right: .5rem;
}

.customer-account-subscriptions-table td:last-child {
    overflow: visible;
    text-overflow: clip;
}

.customer-account-dashboard-wrapper .page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customer-account-dashboard-wrapper .page-header .buttons-container {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.customer-account-header-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 42px;
    padding: 0.55rem 1.15rem;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
}

.customer-account-header-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 22px;
    line-height: 1;
    position: relative;
    top: -1px;
}

.customer-account-form-shell {
    width: 100%;
    max-width: 780px;
    padding: 0 1.5rem 2rem;
}

.customer-account-instance-form {
    display: grid;
    gap: 1.25rem;
}

.customer-account-package-select {
    min-height: 42px;
}

.customer-account-form-help {
    margin-top: 0.45rem;
    color: #7c8b9a;
    font-size: 13px;
    line-height: 1.4;
}

.customer-account-form-help--success {
    color: #0b7a3f;
}

.customer-account-form-help--error {
    color: var(--ca-danger);
}

.customer-account-package-list {
    display: grid;
    gap: 0.75rem;
}

.customer-account-package-card {
    padding: 1rem 1.1rem;
    border: 1px solid #e4e7ea;
    border-radius: 10px;
    background: #ffffff;
}

.customer-account-package-card.is-disabled {
    opacity: 0.55;
}

.customer-account-package-card__title {
    color: #373f47;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.customer-account-package-card__meta {
    margin-top: 0.3rem;
    color: #7c8b9a;
    font-size: 14px;
    line-height: 1.45;
}

.customer-account-inline-error,
.customer-account-inline-note,
.customer-account-inline-success {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.45;
}

.customer-account-inline-error {
    color: #8f2f2f;
    background: #fdeeee;
    border: 1px solid #f3caca;
}

.customer-account-inline-note {
    color: #5d6b79;
    background: #f5f6f7;
    border: 1px solid #e4e7ea;
}

.customer-account-inline-success {
    color: #0b6a3a;
    background: #ecfef4;
    border: 1px solid #bcead1;
}

.customer-account-inline-note--info {
    color: #236187;
    background: #eef8ff;
    border-color: #cfe8fb;
}

.customer-account-form-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.customer-account-form-actions .btn {
    min-width: 180px;
}

.customer-account-modal {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1rem;
    background: rgba(18, 23, 29, 0.56);
}

.customer-account-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-account-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(18, 23, 29, 0.34);
}

.customer-account-modal .modal-dialog {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 160ms ease, transform 160ms ease;
}

.customer-account-modal .modal-dialog.show {
    opacity: 1;
    transform: translateY(0);
}

.customer-account-modal__content {
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.32);
}

.customer-account-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem 1.5rem 0.9rem;
}

.customer-account-modal__title-group {
    min-width: 0;
}

.customer-account-modal__title {
    margin: 0;
    color: var(--ca-text-strong);
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.2;
}

.customer-account-modal__lead {
    margin: 0.35rem 0 0;
    color: #7c8b9a;
    font-size: 14px;
    line-height: 1.45;
}

.customer-account-modal__close {
    display:block;
    flex: 0 0 auto;
    width: 2.3rem;
    height: 2.3rem;
    border: 0;
    border-radius: 30px;
    background: #f1f4f7;
    color: #586572;
    font-size: 18px;
    line-height: 1;
    opacity: 1;
    cursor:pointer;
}

.customer-account-modal__body {
    padding: 1.35rem 1.5rem 1.5rem;
}

.customer-account-modal__actions {
    justify-content: center;
}

.customer-account-order-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.customer-account-order-service-tile {
    display: grid;
    grid-template-rows: auto auto auto 1fr;
    align-content: start;
    gap: 0.75rem;
    min-height: 290px;
    padding: 1.25rem;
    border: 1px solid var(--ca-line);
    border-radius: 8px;
    color: var(--ca-text);
    background: #fff;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.customer-account-order-service-tile:hover,
.customer-account-order-service-tile:focus {
    border-color: #fff;
    color: var(--ca-text);
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(65, 65, 65, 0.14);
    transform: translateY(-2px);
}

.customer-account-order-service-tile__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 8px;
    color: var(--ca-blue);
    background: #effbfe;
    font-size: 1.35rem;
}

.customer-account-order-service-tile strong {
    color: var(--ca-text-strong);
    font-size: 17px;
    line-height: 1.3;
}

.customer-account-order-service-tile span:not(.customer-account-order-service-tile__icon) {
    color: #586572;
    font-size: 14px;
    line-height: 1.5;
}

.customer-account-order-service-tile small {
    align-self: end;
    color: var(--ca-blue);
    font-size: 13px;
    font-weight:700;
    line-height: 1.45;
}

body.customer-account-modal-open {
    overflow: hidden;
}

.customer-account-empty {
    text-align: center;
    padding: 2rem 1rem !important;
}

.customer-account-pending-section {
    margin-bottom: 1.5rem;
}

.customer-account-pending-section__header {
    margin-bottom: 0.35rem;
    color: #373f47;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.customer-account-pending-section__summary {
    margin-bottom: 0.9rem;
    color: #7c8b9a;
    font-size: 14px;
    line-height: 1.45;
}

.customer-account-status-badge {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.customer-account-status-badge--pending {
    color: #7d5600;
    background: #fff4d6;
}

.customer-account-status-badge--active {
    color: #0b6a3a;
    background: #e8f7ee;
}

.customer-account-status-badge--trial {
    color: #0b6a8a;
    background: #e8f6fb;
}

.customer-account-status-badge--past-due {
    color: #8a4d0b;
    background: #fff1e2;
}

.customer-account-status-badge--expired {
    color: #464d51;
    background: #dbe6e7;
}

.customer-account-status-badge--canceled {
    color: #8f2f2f;
    background: #fdeeee;
}

.customer-account-status-badge--new {
    color: #5d6b79;
    background: #edf1f5;
}

.customer-account-table-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 22px;
    padding: 4px 8px;
    border: 1px solid #01b8e4;
    border-radius: 6px;
    color: #01b8e4;
    font-size: 13px;
    text-decoration: none;
    background: #fff;
    white-space: nowrap;
}

.customer-account-subscriptions-table .customer-account-table-action,
.customer-account-table-actions .btn-outline-danger {
    gap: 10px;
    min-height: 20px;
    padding: 0 11px !important;
    border-radius: 6px;
    font-size: 14px;
}

.customer-account-table-action:hover {
    color: #009dc3;
    text-decoration: none;
    border-color: #01b8e4;
    background: #f3fcfe;
    cursor:pointer;
}

.customer-account-table-action svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.customer-account-table-actions-cell {
    white-space: nowrap;
}

.customer-account-table-tooltip {
    position: relative;
}

.customer-account-table-tooltip::before,
.customer-account-table-tooltip::after {
    position: absolute;
    left: 50%;
    z-index: 12;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.customer-account-table-tooltip::before {
    content: "";
    bottom: calc(100% + 4px);
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #293643;
    transform: translate(-50%, 4px) rotate(45deg);
}

.customer-account-table-tooltip::after {
    content: attr(data-customer-account-tooltip);
    bottom: calc(100% + 9px);
    max-width: 240px;
    padding: 7px 10px;
    border: 1px solid rgba(12, 29, 45, 0.1);
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    background: #293643;
    box-shadow: 0 10px 24px rgba(12, 29, 45, 0.2);
    transform: translate(-50%, 4px);
}

.customer-account-table-tooltip:hover::before,
.customer-account-table-tooltip:hover::after,
.customer-account-table-tooltip:focus-visible::before,
.customer-account-table-tooltip:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.customer-account-table-tooltip:hover::before,
.customer-account-table-tooltip:focus-visible::before {
    transform: translate(-50%, 0) rotate(45deg);
}

.customer-account-table-muted {
    color: #7c8b9a;
    font-size: 13px;
    line-height: 1.4;
}

.customer-account-toolbar__right--stacked {
    gap: 1rem;
}

.customer-account-view-toggle {
    display: inline-flex;
    gap: 0.65rem;
}

.customer-account-subscriptions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    padding:0 1.5rem;
}

.customer-account-subscription-card {
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    border: 1px solid var(--ca-line);
    border-radius: 18px;
    background: hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 15px 0 #f3f4f4;
    transition: all .6s;
    -webkit-transition: all .6s;
}

.customer-account-subscription-card:hover{
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 25px 0 #eceeee;
    transform: translateY(-5px)
}

.customer-account-subscription-card--provisioning:hover {
    transform: none;
}

.customer-account-subscription-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    padding: 1.5rem;
    border-radius: inherit;
    color: var(--ca-text-strong);
    text-align: center;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(3px);
}

.customer-account-subscription-card__overlay strong {
    max-width: 220px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.customer-account-subscription-card__loader {
    width: 34px;
    height: 34px;
    border: 3px solid rgba(1, 184, 228, 0.2);
    border-top-color: var(--ca-blue);
    border-radius: 50%;
    animation: customer-account-spin 0.7s linear infinite;
}

.customer-account-subscription-card p {
    font-size:14px;
}


.customer-account-subscription-card__event {
    min-height: 40px;
}

.customer-account-subscription-card__plan,
.customer-account-subscription-card__expiry {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    border-top:1px solid var(--ca-line);
    padding:5px 0
}

.customer-account-card-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-top:1px solid var(--ca-line);
    padding:10px 0
}

.customer-account-table-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.customer-account-card-actions .btn-link {
    padding: 0;
    color: var(--ca-blue);
    font-weight: 500;
}

h3.category-title .btn-link{font-size:14px !important;font-weight:500;margin-left:10px;}

h3.category-title strong{color: #5b6875}

.customer-account-order-shell {
    padding:0 1.5rem;
}

.customer-account-profile-shell {
    padding: 0 1.5rem;
}

.customer-account-profile-card .iti {
    width: 100%;
}

.customer-account-dashboard-wrapper .customer-account-profile-verify-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-account-profile-verify-page .customer-account-dashboard-content {
    width: 100%;
    padding-top: 0;
}

.customer-account-profile-verify-page .customer-account-profile-shell {
    width: 100%;
    max-width: 608px;
    margin: 0 auto;
}

.customer-account-profile-verify-page .customer-account-profile-verify-wrap {
    margin: 0 auto;
}

.customer-account-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.customer-account-profile-card h2 {
    margin: 0 0 0.55rem;
}

.customer-account-profile-card .customer-account-inline-error {
    margin: 1rem 0 0;
}

.customer-account-profile-submit {
    width: 100%;
    margin-top: 1.5rem;
}

.customer-account-profile-delete {
    margin-top: 2rem;
}

.customer-account-profile-verify-wrap {
    max-width: 560px;
}

.customer-account-profile-verify-card {
    margin: 0 auto;
}

.customer-account-verification-code-input {
    font-size: 1.6rem;
    font-weight:700;
    letter-spacing: 0.35em;
    text-align: center;
}

@media (min-width: 1200px) {
    .customer-account-profile-layout {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
    }

    .customer-account-profile-layout .customer-account-profile-card {
        height: 100%;
    }
}

.customer-account-order-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
    gap: 2rem;
    align-items: start;
}

.customer-account-order-main,
.customer-account-order-summary__card,
.customer-account-result-card {
    border: 1px solid var(--ca-line);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(24, 49, 74, 0.08);
}

.customer-account-order-main {
    padding: 1.75rem;
}

.customer-account-order-main__section + .customer-account-order-main__section,
.customer-account-order-main__section + .customer-account-order-grid,
.customer-account-order-grid + .customer-account-order-main__section {
    margin-top: 1.5rem;
}

.customer-account-order-main__section label{
    display:block;
    font-size:14px;
    margin-bottom:.5rem;
}

.customer-account-order-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.customer-account-segmented,
.customer-account-payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.5rem;
}

.customer-account-segmented__item,
.customer-account-payment-method {
    position: relative;
    display: block;
}

.customer-account-segmented__item input,
.customer-account-payment-method input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.customer-account-segmented__item span,
.customer-account-payment-method span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.85rem 1rem;
    border: 1px solid var(--ca-line);
    border-radius: 14px;
    color: var(--ca-text-strong);
    background: #f8fbfd;
    font-weight: 500;
    text-align: center;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
}

.customer-account-segmented__item input:checked + span,
.customer-account-payment-method input:checked + span {
    border-color: var(--ca-blue);
    background: #eefcff;
    color: #007f9e;
    box-shadow: 0 0 0 3px rgba(1, 184, 228, 0.12);
}

.customer-account-inline-action-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.customer-account-discount-input-wrap {
    position: relative;
}

.customer-account-discount-input-wrap .form-control.is-valid {
    padding-right: 2.35rem;
    border-color: #168a4a;
    box-shadow: 0 0 0 3px rgba(22, 138, 74, 0.12);
}

.customer-account-discount-input-wrap .form-control.is-invalid {
    border-color: var(--ca-danger);
    box-shadow: 0 0 0 3px rgba(209, 75, 75, 0.12);
}

.customer-account-discount-check {
    position: absolute;
    top: 50%;
    right: 0.85rem;
    display: none;
    width: 16px;
    height: 16px;
    color: #168a4a;
    transform: translateY(-50%);
    pointer-events: none;
}

.customer-account-discount-check svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.customer-account-discount-input-wrap .form-control.is-valid + .customer-account-discount-check {
    display: block;
}

.customer-account-order-summary {
    display: grid;
    gap: 2rem;
}

.customer-account-order-summary__card {
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
}

.customer-account-order-summary.is-loading .customer-account-order-summary__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(2px);
    z-index: 2;
}

.customer-account-order-summary.is-loading .customer-account-order-summary__card::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;
    border: 3px solid rgba(1, 184, 228, 0.18);
    border-top-color: var(--ca-blue);
    border-radius: 50%;
    animation: customer-account-spin 0.7s linear infinite;
    z-index: 3;
}

.customer-account-order-summary__service {
    margin-top: 1rem;
    color: var(--ca-text-strong);
    font-size: 16px;
    font-weight: 600;
}

.customer-account-order-totals {
    margin: 1.25rem 0 0;
    display: grid;
    gap: 0.9rem;
    font-size:14px;
}

.customer-account-order-totals div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.customer-account-order-totals dt,
.customer-account-order-totals dd {
    margin: 0;
}

.customer-account-order-totals__total {
    padding-top: 0.9rem;
    border-top: 1px solid var(--ca-line);
    color: var(--ca-text-strong);
    font-weight: 600;
}

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

.customer-account-order-submit {
    width: 100%;
    margin-top: 1.25rem;
}

.customer-account-result-card {
    max-width: 760px;
    margin: 3rem auto 0;
    padding: 2.25rem;
    text-align:center;
}

.customer-account-result-card__meta {
    display:inline-block;
    clear:both;
    width:auto;
    padding: 1rem 1.5rem;
    margin: 1rem 0 1.5rem !important;
    font-weight:600;
    background:#ecfef4;
    color:#0b6a3a;
    border-radius:10px;
}

.customer-account-result-actions {
    display: inline-grid;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

@media (max-width: 1279px) {
    .customer-account-dashboard-page .navbar {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .customer-account-dashboard-page .navbar-visible {
        right: 16px;
    }
}

@media (max-width: 991px) {
    .customer-account-dashboard-page .navbar {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0.75rem;
        min-height: 64px;
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }

    .customer-account-dashboard-page .navbar .navbar-brand {
        margin-right: 0;
    }

    .customer-account-nav-toggle {
        display: inline-flex;
    }

    .customer-account-dashboard-page .customer-account-dashboard-nav {
        display: none;
        flex: 1 0 100%;
        order: 3;
        width: 100%;
        min-width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .customer-account-dashboard-page .customer-account-dashboard-nav.is-open {
        display: flex;
    }

    .customer-account-dashboard-page .customer-account-dashboard-nav .navbar-scroll,
    .customer-account-dashboard-page .customer-account-dashboard-nav .navbar-scroll-inner,
    .customer-account-dashboard-page .customer-account-dashboard-nav .navbar-nav {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .customer-account-dashboard-page .customer-account-dashboard-nav .navbar-nav {
        padding: 0.5rem 0;
    }

    .customer-account-dashboard-page .customer-account-dashboard-nav .nav-main .nav-item {
        display: block;
        width: 100%;
    }

    .customer-account-dashboard-page .customer-account-dashboard-nav .navbar-nav .nav-link {
        display: block;
        padding: 0.85rem 0.25rem;
    }
}

@media (max-width: 900px) {
    .customer-account-dashboard-wrapper .page-header,
    .customer-account-toolbar {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding:15px;
    }

    .customer-account-toolbar__search {
        width: 100%;
    }

    .customer-account-toolbar__select {
        min-width: 220px;
    }

    .customer-account-order-layout,
    .customer-account-profile-layout,
    .customer-account-order-grid {
        grid-template-columns: 1fr;
    }

    .customer-account-subscriptions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer-account-inline-action-field {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .table-container.customer-account-table-holder {
        height: auto;
        margin-bottom: 1.5rem;
        overflow: visible;
    }

    .customer-account-dashboard-table,
    .customer-account-dashboard-table tbody,
    .customer-account-dashboard-table tr {
        display: block;
        width: 100%;
    }

    .customer-account-dashboard-table {
        table-layout: auto;
        background: #ffffffee;
    }

    .customer-account-dashboard-table thead {
        display: none;
    }

    .customer-account-dashboard-table tbody {
        display: grid;
        gap: 0.9rem;
    }

    .customer-account-dashboard-table tbody tr {
        overflow: visible;
        border: 1px solid var(--ca-line);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 8px 18px rgba(25, 38, 48, 0.06);
    }

    .customer-account-dashboard-table th,
    .customer-account-dashboard-table td {
        width: auto !important;
    }

    .customer-account-dashboard-table td,
    .customer-account-dashboard-table td:first-child,
    .customer-account-dashboard-table td:last-child {
        position: relative;
        display: block;
        min-height: 44px;
        padding: 0.8rem 0.9rem 0.8rem calc(36% + 1rem);
        border-bottom: 1px solid #edf1f5;
        overflow: visible;
        color: #667787;
        white-space: normal;
        text-overflow: clip;
        overflow-wrap: anywhere;
    }

    .customer-account-dashboard-table tbody tr:first-of-type td {
        border-top: 0;
    }

    .customer-account-dashboard-table td:last-child {
        border-bottom: 0;
    }

    .customer-account-dashboard-table td::before {
        content: attr(data-label);
        position: absolute;
        top: 0.82rem;
        left: 0.9rem;
        width: calc(36% - 0.4rem);
        color: #373f47;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.35;
        text-transform: uppercase;
        white-space: normal;
    }

    .customer-account-dashboard-table .customer-account-empty {
        min-height: 0;
        padding: 1rem;
    }

    .customer-account-dashboard-table .customer-account-empty::before {
        content: none;
    }

    .customer-account-table-actions {
        align-items: center;
        justify-content: flex-start;
        gap: 0.55rem;
    }

    .customer-account-table-actions .btn {
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .customer-account-subscriptions-grid {
        grid-template-columns: 1fr;
    }

    .customer-account-modal {
        padding: 0.5rem;
    }

    .customer-account-modal__header,
    .customer-account-modal__body {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .customer-account-modal__actions {
        flex-direction: column;
    }

    .customer-account-modal__actions .btn {
        width: 100%;
        min-width: 0;
    }

    .customer-account-order-service-grid {
        grid-template-columns: 1fr;
    }

    .customer-account-order-service-tile {
        min-height: 0;
    }
}


.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child),.input-group>.input-group-prepend:last-child {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.input-group>.form-control:not(:last-child),.input-group>.input-group-append:first-child .btn,.input-group>.input-group-prepend:first-child .form-control,.input-group>.input-group-prepend:first-child .input-group-text {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.input-group>.input-group-append:last-child .input-group-text,.input-group>.input-group-append button.btn {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.input-group .input-group-prepend .input-group-text,
.input-group .input-group-append .input-group-text{border-radius: 0!important;border-bottom-right-radius: 8px !important;border-top-right-radius: 8px !important;}

.float-right{float:right!important}
