/*REGISTER CSS*/

    .bm-register-section {
        width: 100%;
        padding: 70px 20px;
        background: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
    }
    .bm-register-container {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
        gap: 70px;
        align-items: center;
    }
    .bm-register-intro {
        max-width: 100%;
    }
    .bm-register-subtitle {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 18px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #5a8f43;
    }
    .bm-register-subtitle::before {
        content: "";
        width: 22px;
        height: 2px;
        background: #5a8f43;
        display: block;
    }
    .bm-register-intro h1 {
        margin: 0 0 18px;
        color: #09052d;
        font-size: clamp(34px, 4vw, 52px);
        line-height: 1.05;
        font-weight: 700;
        letter-spacing: -2px;
    }
    .bm-register-intro h1 span {
        display: block;
    }
    .bm-register-intro > p {
        margin: 0;
        max-width: 370px;
        color: #777;
        font-size: 15px;
        line-height: 1.5;
    }
    .bm-register-features {
        margin-top: 38px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .bm-feature-item {
        display: flex;
        align-items: center;
        gap: 13px;
    }
    .bm-feature-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border: 1px solid #e7e7e7;
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fafafa;
        color: #09052d;
        font-size: 20px !important;
    }
    .color-blue{
      color: #0082ea;
    }
    .bm-feature-item strong {
        display: block;
        margin-bottom: 3px;
        color: #171717;
        font-size: 16px;
        font-weight: 700;
        line-height: 15px;
    }
    .bm-feature-item small {
        color: #999;
        font-size: 14px;
    }
    .bm-register-card {
        width: 100%;
        padding: 34px;
        background: #ffffff;
        border: 1px solid #e7e7e7;
        border-radius: 12px;
        box-shadow: 0 18px 50px rgba(9, 5, 45, 0.07);
    }
    .bm-register-card-head {
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #eeeeee;
    }
    .bm-register-card-head > span {
        display: inline-block;
        margin-bottom: 8px;
        color: #5a8f43;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .bm-register-card-head h2 {
        margin: 0 0 8px;
        color: #09052d;
        font-size: 25px;
        font-weight: 700;
    }
    .bm-register-card-head p {
        max-width: 570px;
        margin: 0;
        color: #8b8b8b;
        font-size: 15px;
        line-height: 1.7;
    }
    .bm-register-form {
        width: 100%;
    }
    .bm-form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .bm-form-group {
        margin-bottom: 18px;
    }
    .bm-form-group label {
        display: block;
        margin-bottom: 8px;
        color: #222;
        font-size: 15px;
        font-weight: 700;
    }
    .bm-form-group label span {
        color: #e94c42;
    }
    .bm-input-wrap {
        position: relative;
        width: 100%;
    }
    .bm-input-wrap > i {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #999;
        font-size: 20px;
        pointer-events: none;
        z-index: 2;
    }
    .bm-input-wrap input {
        width: 100%;
        height: 46px;
        padding: 0 14px 0 39px !important;
        border: 1px solid #e4e4e4;
        border-radius: 6px;
        outline: none;
        background: #fff;
        color: #222;
        font-size: 12px;
        transition: all 0.25s ease;
        box-sizing: border-box;
    }
    .bm-password-wrap i{
      width: 100%;
    align-content: center;
    font-size: 18px;
    }
    .bm-input-wrap input::placeholder {
        color: #b4b4b4;
    }
    .bm-input-wrap input:focus {
        border-color: #09052d;
        box-shadow: 0 0 0 3px rgba(9, 5, 45, 0.05);
    }
    .bm-field-note {
        display: block;
        margin-top: 6px;
        color: #999;
        font-size: 9px;
    }
    .bm-phone-row {
        display: grid;
        grid-template-columns: 105px 1fr;
        gap: 8px;
    }
    .bm-country-code select {
        width: 100%;
        height: 46px;
        padding: 0 10px;
        border: 1px solid #e4e4e4;
        border-radius: 6px;
        background: #fff;
        color: #333;
        outline: none;
        font-size: 12px;
        cursor: pointer;
    }
    .bm-country-code select:focus {
        border-color: #09052d;
    }
    .bm-password-wrap input {
        padding-right: 45px;
    }
    .bm-password-toggle {
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
        height: 46px;
        border: 0;
        background: transparent;
        color: #999;
        cursor: pointer;
        font-size: 12px;
        transition: color 0.2s ease;
    }
    .bm-password-toggle:hover {
        color: #09052d;
    }
    .bm-terms {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin: 2px 0 22px;
    }
    .bm-checkbox {
        top: 3px;
        position: relative;
        width: 17px;
        height: 17px;
        min-width: 17px;
        cursor: pointer;
    }
    .bm-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
    .bm-checkmark {
        position: absolute;
        inset: 0;
        border: 1px solid #d6d6d6;
        border-radius: 4px;
        background: #fff;
        transition: all 0.2s ease;
    }
    .bm-checkbox input:checked + .bm-checkmark {
        background: #09052d;
        border-color: #09052d;
    }
    .bm-checkbox input:checked + .bm-checkmark::after {
        content: "";
        position: absolute;
        left: 5px;
        top: 2px;
        width: 4px;
        height: 8px;
        border: solid #fff;
        border-width: 0 1.5px 1.5px 0;
        transform: rotate(45deg);
    }
    .bm-terms p {
        margin: 0;
        color: #777;
        font-size: 14px;
        line-height: 1.7;
    }
    .bm-terms a {
        color: #09052d;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    .bm-create-account {
        width: 100%;
        min-height: 48px;
        padding: 12px 18px;
        border: 0;
        border-radius: 6px;
        background: #09052d;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .bm-create-account i {
        font-size: 10px;
        transition: transform 0.3s ease;
    }
    .bm-create-account:hover {
        background: #17124d;
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(9, 5, 45, 0.16);
    }
    .bm-create-account:hover i {
        transform: translateX(4px);
    }
    .bm-login-divider {
        position: relative;
        margin: 27px 0 20px;
        text-align: center;
    }
    .bm-login-divider::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 1px;
        background: #eeeeee;
    }
    .bm-login-divider span {
        position: relative;
        padding: 0 12px;
        background: #fff;
        color: #aaa;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.7px;
    }
    .bm-login-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 16px;
        border: 1px solid #eeeeee;
        border-radius: 7px;
        background: #fafafa;
    }
    .bm-login-box strong {
        display: block;
        margin-bottom: 4px;
        color: #222;
        font-size: 20px;
    }
    .bm-login-box p {
        max-width: 440px;
        margin: 0;
        color: #999;
        font-size: 12px;
        line-height: 1.4;
        padding-top: 8px;
    }
    .bm-login-link {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        flex-shrink: 0;
        padding: 10px 15px;
        border: 1px solid #09052d;
        border-radius: 5px;
        color: #09052d;
        background: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        transition: all 0.25s ease;
    }
    .bm-login-link i {
        font-size: 8px;
    }
    .bm-login-link:hover {
        background: #09052d;
        color: #fff;
    }
    @media (max-width: 991px) {
        .bm-register-section {
            padding: 55px 20px;
        }
        .bm-register-container {
            grid-template-columns: 1fr;
            gap: 40px;
            max-width: 700px;
        }
        .bm-register-intro {
            max-width: 100%;
            text-align: center;
        }
        .bm-register-intro > p {
            margin-left: auto;
            margin-right: auto;
        }
        .bm-register-subtitle {
            justify-content: center;
        }
        .bm-register-features {
            max-width: 470px;
            margin-left: auto;
            margin-right: auto;
            text-align: left;
        }
    }

    @media (max-width: 600px) {
        .bm-register-section {
            padding: 40px 14px;
        }
        .bm-register-container {
            gap: 30px;
        }
        .bm-register-intro h1 {
            font-size: 35px;
            letter-spacing: -1.5px;
        }
        .bm-register-intro > p {
            font-size: 15px;
            line-height: 1.7;
        }
        .bm-register-features {
            margin-top: 25px;
            gap: 12px;
        }
        .bm-feature-icon {
            width: 38px;
            height: 38px;
            min-width: 38px;
        }
        .bm-feature-item small {
            font-size: 9px;
        }
        .bm-register-card {
            padding: 22px 17px;
            border-radius: 9px;
        }
        .bm-register-card-head {
            padding-bottom: 20px;
            margin-bottom: 20px;
        }
        .bm-register-card-head h2 {
            font-size: 22px;
        }
        .bm-register-card-head p {
            font-size: 10px;
        }
        .bm-form-row {
            grid-template-columns: 1fr;
            gap: 0;
        }
        .bm-form-group {
            margin-bottom: 16px;
        }
        .bm-input-wrap input,
        .bm-country-code select {
            height: 44px;
        }
        .bm-password-toggle {
            height: 44px;
        }
        .bm-phone-row {
            grid-template-columns: 88px 1fr;
        }
        .bm-login-box {
            flex-direction: column;
            align-items: stretch;
            gap: 14px;
        }
        .bm-login-box p {
            max-width: 100%;
        }
        .bm-login-link {
            justify-content: center;
        }
    }

    @media (max-width: 380px) {
        .bm-register-card {
            padding: 19px 14px;
        }
        .bm-register-intro h1 {
            font-size: 31px;
        }
        .bm-phone-row {
            grid-template-columns: 82px 1fr;
        }
        .bm-input-wrap input {
            font-size: 15px;
        }
    }
.bm-otp-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.bm-otp-input {
    width: 48px;
    height: 50px;
    padding: 0;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    background: #fff;
    color: #09052d;
    outline: none;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.bm-otp-input:focus {
    border-color: #09052d;
    box-shadow: 0 0 0 3px rgba(9, 5, 45, 0.05);
}

.bm-otp-input:valid {
    border-color: #dcdcdc;
}


/* Responsive */
@media (max-width: 600px) {

    .bm-otp-wrap {
        gap: 7px;
    }

    .bm-otp-input {
        width: 44px;
        height: 46px;
        font-size: 16px;
    }
}

@media (max-width: 380px) {

    .bm-otp-wrap {
        gap: 5px;
    }

    .bm-otp-input {
        width: 40px;
        height: 43px;
    }
}

/* =========================================
   LINK EXPIRED SECTION
========================================= */

.link-expired-section {
    width: 100%;
    padding: 75px 20px;
    background: #f4f6f8;
    font-family: "Poppins", sans-serif;
}
.link-expired-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
.link-expired-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    padding: 55px;
    overflow: hidden;
    border-radius: 18px;
    background: #10052f;
    box-shadow: 0 20px 60px rgba(16, 5, 47, 0.12);
}
.link-expired-card::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    top: -150px;
    right: -80px;
    border-radius: 50%;
    background: rgba(234, 14, 91, 0.28);
    filter: blur(50px);
}
.link-expired-card::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: -170px;
    left: -100px;
    border-radius: 50%;
    background: rgba(255, 94, 54, 0.22);
    filter: blur(55px);
}
.link-expired-content,
.expired-reason,
.expired-actions {
    position: relative;
    z-index: 1;
}
.expired-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 25px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    background: linear-gradient(135deg, #e07a60, #ea0e5b);
    box-shadow: 0 10px 30px rgba(234, 14, 91, 0.25);
}
.link-expired-content h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.7px;
}
.expired-description {
    max-width: 510px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}
.associated-email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    padding: 12px 17px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
}
.associated-email strong {
    color: #ffffff;
    font-weight: 500;
}
.expired-reason {
    padding: 4px 0 0 20px;
}
.expired-reason h3 {
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
}
.expired-reason ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.expired-reason li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    line-height: 1.7;
}
.expired-reason li:first-child {
    padding-top: 0;
}
.expired-reason li:last-child {
    border-bottom: 0;
}
.reason-number {
    flex: 0 0 auto;
    color: #e07a60;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.expired-actions {
    grid-column: 1 / -1;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.expired-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.expired-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 155px;
    min-height: 46px;
    padding: 12px 22px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
.primary-btn {
    color: #ffffff;
    background: linear-gradient(135deg, #e07a60, #ea0e5b);
    box-shadow: 0 8px 20px rgba(234, 14, 91, 0.18);
}
.primary-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(234, 14, 91, 0.28);
}
.secondary-btn {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.06);
}
.secondary-btn:hover {
    color: #10052f;
    border-color: #ffffff;
    background: #ffffff;
}
.support-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 13px;
    line-height: 1.7;
}
@media (max-width: 991px) {

    .link-expired-section {
        padding: 60px 20px;
    }
    .link-expired-card {
        gap: 35px;
        padding: 45px;
    }
    .link-expired-content h2 {
        font-size: 30px;
    }
    .expired-reason {
        padding-left: 5px;
    }
}
@media (max-width: 767px) {

    .link-expired-section {
        padding: 40px 15px;
    }
    .link-expired-card {
        display: block;
        padding: 32px 24px;
        border-radius: 14px;
    }
    .expired-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 20px;
        font-size: 19px;
    }
    .link-expired-content h2 {
        font-size: 27px;
        line-height: 1.3;
    }
    .expired-description {
        font-size: 14px;
        line-height: 1.8;
    }
    .associated-email {
        display: flex;
        flex-wrap: wrap;
        margin-top: 22px;
        font-size: 15px;
    }
    .expired-reason {
        margin-top: 38px;
        padding: 25px 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }
    .expired-reason h3 {
        font-size: 20px;
    }
    .expired-reason li {
        font-size: 13px;
    }
    .expired-actions {
        margin-top: 25px;
        padding-top: 25px;
    }
    .expired-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .expired-btn {
        width: 100%;
    }
    .support-text {
        font-size: 11px;
    }
}
@media (max-width: 420px) {

    .link-expired-section {
        padding: 30px 12px;
    }
    .link-expired-card {
        padding: 28px 20px;
    }
    .link-expired-content h2 {
        font-size: 24px;
    }
    .expired-description {
        font-size: 14px;
    }
    .associated-email {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
    .expired-reason li {
        gap: 11px;
    }
}

/* =========================================
   THANK YOU SECTION
========================================= */

.thankyou-section {
    width: 100%;
    padding: 80px 20px;
    background: #f5f5f3;
    font-family: "Poppins", sans-serif;
}
.thankyou-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.thankyou-header {
    text-align: center;
    margin-bottom: 45px;
}
.thankyou-check {
    width: 68px;
    height: 68px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    background: linear-gradient(135deg, #e07a60, #ea0e5b);
    box-shadow: 0 12px 30px rgba(224, 122, 96, 0.22);
}
.thankyou-label {
    display: block;
    margin-bottom: 10px;
    color: #e07a60;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}
.thankyou-header h1 {
    margin: 0 auto 16px;
    max-width: 700px;
    color: #151515;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.8px;
}
.thankyou-header p {
    max-width: 670px;
    margin: 0 auto;
    color: #737373;
    font-size: 15px;
    line-height: 1.6;
}
.thankyou-order-card {
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e7e7e5;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.045);
}
.order-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    background: #151515;
}
.order-card-heading span {
    display: block;
    margin-bottom: 5px;
    color: #e07a60;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.order-card-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
}
.order-status {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 10px;
    background: rgba(255, 255, 255, 0.09);
}
.order-status i {
    color: #e07a60;
    font-size: 11px;
}
.order-details {
    padding: 5px 30px;
}
.order-detail-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 25px;
    align-items: center;
    min-height: 65px;
    border-bottom: 1px solid #eeeeec;
}
.order-detail-row:last-child {
    border-bottom: 0;
}
.order-detail-label span {
    color: #777777;
    font-size: 15px;
    font-weight: 500;
}
.order-detail-value {
    color: #222222;
    font-size: 15px;
    line-height: 1.7;
}
.total-row {
    min-height: 75px;
}
.total-row .order-detail-label span {
    color: #151515;
    font-weight: 600;
}
.total-row .order-detail-value {
    color: #e07a60;
    font-size: 17px;
    font-weight: 600;
}
.next-step-card {
    margin-bottom: 30px;
    padding: 32px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e7e7e5;
}
.next-step-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}
.next-step-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #e07a60;
    font-size: 17px;
    background: #f9ece8;
}
.next-step-title span {
    display: block;
    margin-bottom: 4px;
    color: #999999;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.next-step-title h2 {
    margin: 0;
    color: #171717;
    font-size: 25px;
    font-weight: 500;
    line-height: 27px;
}
.next-step-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.next-step-item {
    display: flex;
    gap: 15px;
    padding: 0 25px;
    border-right: 1px solid #e8e8e6;
}
.next-step-item:first-child {
    padding-left: 0;
}
.next-step-item:last-child {
    padding-right: 0;
    border-right: 0;
}
.step-number {
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    background: #151515;
}
.step-content p {
    margin: 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.8;
}
.thankyou-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 28px;
}
.thankyou-btn {
    min-width: 175px;
    min-height: 46px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
.primary-btn {
    color: #ffffff;
    background: #151515;
}
.primary-btn:hover {
    color: #ffffff;
    background: #e07a60;
    transform: translateY(-2px);
}
.secondary-btn {
    color: #222222;
    background: #ffffff;
    border: 1px solid #ddddda;
}
.secondary-btn:hover {
    color: #ffffff;
    border-color: #151515;
    background: #151515;
    transform: translateY(-2px);
}
.thankyou-btn i {
    font-size: 13px;
}
.thankyou-support {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    max-width: 760px;
    margin: 0 auto;
    padding: 20px 25px;
    border-radius: 8px;
    background: #eeeee9;
}
.support-icon {
    flex: 0 0 auto;
    color: #e07a60;
    font-size: 15px;
    padding-top: 2px;
}
.thankyou-support p {
    margin: 0;
    color: #707070;
    font-size: 13px;
    line-height: 1.8;
}
@media (max-width: 991px) {

    .thankyou-section {
        padding: 65px 20px;
    }
    .thankyou-header h1 {
        font-size: 32px;
    }
    .next-step-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .next-step-item,
    .next-step-item:first-child,
    .next-step-item:last-child {
        padding: 0 0 20px;
        border-right: 0;
        border-bottom: 1px solid #e8e8e6;
    }
    .next-step-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

@media (max-width: 767px) {

    .thankyou-section {
        padding: 45px 15px;
    }
    .thankyou-header {
        margin-bottom: 32px;
    }
    .thankyou-check {
        width: 58px;
        height: 58px;
        margin-bottom: 18px;
        font-size: 20px;
    }
    .thankyou-header h1 {
        font-size: 27px;
        letter-spacing: -0.4px;
    }
    .thankyou-header p {
        font-size: 12px;
        line-height: 1.8;
    }
    .order-card-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
        padding: 22px 20px;
    }
    .order-details {
        padding: 0 20px;
    }
    .order-detail-row {
        grid-template-columns: 1fr;
        gap: 5px;
        align-items: flex-start;
        padding: 15px 0;
    }
    .order-detail-value {
        font-size: 11px;
    }
    .total-row {
        padding: 18px 0;
    }
    .next-step-card {
        padding: 25px 20px;
    }
    .next-step-title {
        margin-bottom: 25px;
    }
    .next-step-title h2 {
        font-size: 18px;
    }
    .next-step-item {
        gap: 12px;
    }
    .step-content p {
        font-size: 11px;
    }
    .thankyou-actions {
        flex-direction: column;
        gap: 10px;
    }
    .thankyou-btn {
        width: 100%;
    }
    .thankyou-support {
        padding: 18px;
        text-align: left;
    }
    .thankyou-support p {
        font-size: 10px;
    }
}

@media (max-width: 420px) {

    .thankyou-section {
        padding: 35px 12px;
    }
    .thankyou-header h1 {
        font-size: 24px;
    }
    .thankyou-label {
        font-size: 9px;
    }
    .thankyou-header p {
        font-size: 11px;
    }
    .order-card-heading h2 {
        font-size: 17px;
    }
    .next-step-card {
        padding: 22px 17px;
    }
    .thankyou-support {
        align-items: flex-start;
    }
}


/* =========================================================
   STRIPE CHECKOUT PAYMENT
========================================================= */

.custom-payment-section {
    width: 100%;
    margin-top: 42px;
    padding-top: 34px;
    border-top: 1px solid #dedede;
}
.custom-payment-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}
.custom-step-number {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border: 1px solid #1b1b1b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #171717;
}
.custom-section-label {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1.8px;
    font-weight: 700;
    color: #8a8a8a;
}
.custom-payment-heading h2 {
    margin: 0;
    font-size: 27px;
    line-height: 1.15;
    font-weight: 700;
    color: #171717;
}
.custom-payment-card {
    width: 100%;
    border: 1px solid #222;
    background: #fff;
}
.custom-payment-method {
    min-height: 82px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #ddd;
}
.custom-payment-method-info {
    display: flex;
    align-items: center;
    gap: 13px;
}
.custom-payment-method-info h3 {
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}
.custom-payment-method-info p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #888;
}
.custom-radio {
    position: relative;
    width: 19px;
    height: 19px;
    min-width: 19px;
    margin: 0;
    cursor: pointer;
}
.custom-radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.custom-radio span {
    display: block;
    width: 19px;
    height: 19px;
    border: 1.5px solid #111;
    border-radius: 50%;
}
.custom-radio input:checked + span::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    left: 5px;
    top: 5px;
    border-radius: 50%;
    background: #111;
}
.custom-card-badge {
    padding: 7px 11px;
    border: 1px solid #cfcfcf;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    color: #222;
}
.custom-stripe-form {
    margin: 18px;
    padding: 23px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}
.custom-stripe-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 23px;
}
.custom-stripe-title > div:first-child > span {
    display: block;
    margin-bottom: 5px;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 1.8px;
    font-weight: 700;
    color: #8a8a8a;
}
.custom-stripe-title h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}
.custom-stripe-mark {
    width: 26px;
    height: 26px;
}
.custom-stripe-mark svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #111;
    stroke-width: 1.4;
}
.custom-payment-field {
    margin-bottom: 16px;
}
.custom-payment-field > label {
    display: block;
    margin-bottom: 7px;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 1.4px;
    font-weight: 700;
    color: #777;
}
.custom-payment-field input,
.custom-payment-field select {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 13px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    outline: none;
    background: #fff;
    color: #171717;
    font-family: inherit;
    font-size: 13px;
    line-height: 48px;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.custom-payment-field input::placeholder {
    color: #aaa;
}
.custom-payment-field input:focus,
.custom-payment-field select:focus {
    border-color: #111;
    box-shadow: 0 0 0 1px #111;
}
.custom-input-with-icon {
    position: relative;
}
.custom-input-with-icon input {
    padding-right: 70px;
}
.custom-visa {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .3px;
    color: #222;
}
.custom-cvc-help {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #666;
}
.custom-payment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.custom-select-wrap {
    position: relative;
}
.custom-select-wrap::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}
.custom-payment-field select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 40px;
}
.custom-stripe-footer {
    padding-top: 17px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.custom-secure-note {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    line-height: 1.4;
    color: #777;
}
.custom-secure-note svg {
    width: 17px;
    height: 17px;
    min-width: 17px;
    fill: none;
    stroke: #555;
    stroke-width: 1.5;
}
.custom-powered-stripe {
    white-space: nowrap;
    font-size: 12px;
    color: #888;
}
.custom-powered-stripe strong {
    font-size: 13px;
    color: #111;
    letter-spacing: -.4px;
}
.custom-payment-terms {
    margin: 20px 0;
}
.custom-terms-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}
.custom-terms-label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.custom-checkbox {
    width: 17px;
    height: 17px;
    min-width: 17px;
    margin-top: 1px;
    border: 1px solid #777;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.custom-terms-label input:checked + .custom-checkbox {
    background: #111;
    border-color: #111;
}
.custom-terms-label input:checked + .custom-checkbox::after {
    content: "✓";
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}
.custom-terms-label a {
    font-weight: 700;
    text-decoration: underline;
}
.custom-complete-payment {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    background: #0b0b0b;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease;
}
.custom-complete-payment:hover {
    background: #222;
}
.custom-complete-payment > strong {
    margin-left: auto;
    font-size: 17px;
}
.custom-payment-arrow {
    font-size: 23px;
    font-weight: 300;
    line-height: 1;
}
@media (min-width: 992px) {
    .tf-checkout-cart-main {
        height: auto;
    }
    .tf-page-cart-sidebar {
        top: 20px;
    }
}
@media (max-width: 991px) {
    .custom-payment-section {
        margin-top: 35px;
        padding-top: 28px;
    }
}
@media (max-width: 767px) {
    .custom-payment-heading {
        gap: 13px;
        margin-bottom: 18px;
    }
    .custom-step-number {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 11px;
    }
    .custom-section-label {
        font-size: 9px;
        letter-spacing: 1.5px;
    }
    .custom-payment-heading h2 {
        font-size: 22px;
    }
    .custom-payment-method {
        padding: 15px;
    }
    .custom-payment-method-info h3 {
        font-size: 14px;
    }
    .custom-payment-method-info p {
        font-size: 11px;
    }
    .custom-card-badge {
        padding: 6px 8px;
        font-size: 8px;
    }
    .custom-stripe-form {
        margin: 10px;
        padding: 16px;
    }
    .custom-stripe-title {
        margin-bottom: 19px;
    }
    .custom-stripe-title h3 {
        font-size: 16px;
    }
    .custom-payment-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .custom-stripe-footer {
        align-items: flex-start;
        flex-direction: column;
    }
    .custom-powered-stripe {
        align-self: flex-end;
    }
    .custom-complete-payment {
        height: 56px;
        padding: 0 15px;
    }
}
@media (max-width: 480px) {
    .custom-payment-section {
        margin-top: 28px;
        padding-top: 24px;
    }
    .custom-payment-heading h2 {
        font-size: 20px;
    }
    .custom-payment-method {
        align-items: flex-start;
    }
    .custom-payment-method-info {
        gap: 9px;
    }
    .custom-payment-method-info h3 {
        font-size: 13px;
    }
    .custom-payment-method-info p {
        font-size: 10px;
    }
    .custom-stripe-form {
        padding: 13px;
    }
    .custom-payment-field input,
    .custom-payment-field select {
        height: 45px;
        font-size: 12px;
        line-height: 45px;
    }
    .custom-payment-field > label {
        font-size: 8px;
    }
    .custom-secure-note {
        font-size: 9px;
    }
    .custom-payment-terms {
        margin: 17px 0;
    }
    .custom-terms-label {
        font-size: 11px;
    }
    .custom-complete-payment {
        font-size: 14px;
    }
    .custom-complete-payment > strong {
        font-size: 15px;
    }
}

    /* =========================================================
  DASHBOARD
========================================================= */

.modern-dashboard {
    width: 100%;
    background: #fff;
    color: #111;
    padding: 65px 0 90px;
}

.dashboard-container {
    width: min(1440px, calc(100% - 70px));
    margin: 0 auto;
}
.dashboard-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 42px;
}
.dashboard-eyebrow,
.panel-eyebrow {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    color: #858585;
}
.dashboard-heading h1 {
    margin: 0 0 9px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1;
    letter-spacing: -2px;
    font-weight: 600;
}
.dashboard-heading p {
    max-width: 570px;
    margin: 0;
    color: #777;
    font-size: 16px;
    line-height: 1.7;
}
.dashboard-date {
    min-width: 205px;
    padding: 13px 17px;
    border: 1px solid #dedede;
    display: flex;
    align-items: center;
    gap: 12px;
}
.date-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
}
.dashboard-date small {
    display: block;
    margin-bottom: 3px;
    font-size: 8px;
    letter-spacing: 1.2px;
    color: #888;
    line-height: 13px;
}
.dashboard-date strong {
    display: block;
    font-size: 12px;
    font-weight: 600;
}
.dashboard-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 35px;
    align-items: start;
}
.account-sidebar {
    position: sticky;
    top: 25px;
    border-right: 1px solid #e5e5e5;
    padding-right: 25px;
}

.account-profile {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.profile-avatar {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.profile-info strong {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
}

.profile-info span {
    font-size: 12px;
    color: #888;
}

.account-navigation {
    padding-top: 17px;
}

.account-nav-link {
    min-height: 43px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    font-size: 16px;
    text-decoration: none;
    transition: all .25s ease;
    font-weight: 600;
}

.account-nav-link span {
    display: flex;
    align-items: center;
    gap: 11px;
}

.account-nav-link i {
    font-size: 17px;
}

.account-nav-link > i {
    font-size: 12px;
    opacity: 0;
    transform: translateX(-5px);
    transition: .25s ease;
}

.account-nav-link b {
    font-size: 9px;
    font-weight: 600;
}

.account-nav-link:hover {
    color: #111;
}

.account-nav-link:hover > i {
    opacity: 1;
    transform: translateX(0);
}

.account-nav-link.active {
    padding-left: 14px;
    padding-right: 14px;

    background: #111;
    color: #fff;
}

.account-nav-link.active > i {
    opacity: 1;
    transform: translateX(0);
}

.nav-divider {
    height: 1px;
    background: #e5e5e5;

    margin: 16px 10px;
}

.logout-link {
    color: #888;
}

.dashboard-content {
    min-width: 0;
}

.dashboard-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 15px;
}

.dashboard-stat-card {
    min-height: 175px;
    padding: 21px;
    border: 1px solid #dedede;
    display: flex;
    flex-direction: column;
    transition: .25s ease;
}

.dashboard-stat-card:hover {
    border-color: #111;
    transform: translateY(-2px);
}

.dashboard-stat-card.dark-stat {
    background: #111;
    color: #fff;
    border-color: #111;
}

.stat-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stat-label {
    font-size: 11px;
    letter-spacing: 1.4px;
    font-weight: 700;
    color: #888;
}

.dark-stat .stat-label {
    color: #aaa;
}

.stat-icon {
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 19px;
}

.dark-stat .stat-icon {
    border-color: #444;
}

.stat-number {
    margin-top: 27px;
    font-size: 35px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -1.5px;
}

.stat-bottom {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    font-size: 13px;
    color: #888;
}

.dark-stat .stat-bottom {
    border-color: #333;
}

.stat-bottom a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.dashboard-panel {
    background: #fff;
    border: 1px solid #dedede;
    padding: 25px;
}

.dashboard-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, .8fr);
    gap: 15px;
    margin-bottom: 15px;
}

.panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.panel-heading h2 {
    margin: 0;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: -.5px;
    font-weight: 600;
}

.panel-eyebrow {
    margin-bottom: 7px;
    font-size: 10px;
    letter-spacing: 1.6px;
}

.panel-link {
    color: #111;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.panel-link span {
    margin-left: 5px;
}
.orders-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.modern-orders-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.modern-orders-table th {
    padding: 11px 8px;
    border-bottom: 1px solid #111;
    text-align: left;
    font-size: 8px;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #888;
}

.modern-orders-table td {
    padding: 17px 8px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 11px;
    color: #666;
}

.modern-orders-table td:first-child {
    color: #111;
}

.modern-orders-table td strong {
    font-weight: 600;
}

.modern-orders-table tbody tr {
    transition: .2s ease;
}

.modern-orders-table tbody tr:hover {
    background: #fafafa;
}

.order-status {
    display: inline-flex;
    padding: 6px 9px;
    font-size: 8px;
    font-weight: 600;
    border: 1px solid #ddd;
}

.order-status.delivered {
    color: #111;
}

.order-status.processing {
    background: #f5f5f5;
}

.order-status.shipped {
    border-style: dashed;
}

.order-arrow {
    width: 27px;
    height: 27px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    text-decoration: none;
    font-size: 13px;
    transition: .2s ease;
}

.order-arrow:hover {
    background: #111;
    color: #fff;
}

.profile-percent {
    font-size: 23px;
    font-weight: 500;
}

.profile-progress {
    margin-bottom: 24px;
}

.progress-track {
    width: 100%;
    height: 4px;
    background: #e9e9e9;
    margin-bottom: 12px;
}

.progress-value {
    display: block;
    height: 100%;
    background: #111;
}

.profile-progress p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    color: #777;
}

.profile-check-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 18px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.profile-check {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    color: #777;
}

.profile-check span {
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-check.completed {
    color: #222;
}

.profile-check.completed span {
    background: #111;
    border-color: #111;
    color: #fff;
    font-size: 8px;
}

.profile-edit-btn {
    height: 43px;
    margin-top: 18px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #111;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
}

.profile-edit-btn:hover {
    background: #333;
    color: #fff;
}

.dashboard-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.quick-action-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.quick-action {
    min-height: 92px;
    padding: 14px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #111;
    text-decoration: none;
    position: relative;
    transition: .2s ease;
}

.quick-action:hover {
    background: #f7f7f7;
}

.quick-action-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.quick-action strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
}

.quick-action small {
    display: block;
    font-size: 14px;
    color: #888;
}

.quick-arrow {
    margin-left: auto;
    font-size: 14px;
    opacity: 0;
    transform: translate(-4px, 4px);
    transition: .2s ease;
}

.quick-action:hover .quick-arrow {
    opacity: 1;
    transform: translate(0, 0);
}

.wishlist-count {
    font-size: 8px;
    letter-spacing: 1px;
    color: #888;
}

.wishlist-products {
    border-top: 1px solid #e5e5e5;
}

.wishlist-product {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid #e5e5e5;
}

.wishlist-image {
    width: 55px;
    height: 65px;
    background: #f4f4f4;
    overflow: hidden;
    flex-shrink: 0;
}

.wishlist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wishlist-product-info {
    min-width: 0;
    flex: 1;
}

.wishlist-product-info strong {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wishlist-product-info span {
    display: block;
    margin-bottom: 6px;
    font-size: 8px;
    color: #888;
}

.wishlist-product-info b {
    font-size: 12px;
    font-weight: 600;
}

.wishlist-remove {
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    cursor: pointer;
    font-size: 14px;
    transition: .2s ease;
}

.wishlist-remove:hover {
    border-color: #111;
    color: #111;
}

.wishlist-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 17px;
    color: #111;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.wishlist-view span {
    font-size: 15px;
}

.activity-panel {
    margin-bottom: 0;
}

.activity-live {
    font-size: 8px;
    letter-spacing: 1px;
    font-weight: 700;
}

.activity-list {
    border-top: 1px solid #e5e5e5;
}

.activity-item {
    display: grid;
    grid-template-columns: 12px 1fr auto;
    align-items: center;
    gap: 13px;
    padding: 17px 0;
    border-bottom: 1px solid #e5e5e5;
}

.activity-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #111;
}

.activity-content strong {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
}

.activity-content span {
    display: block;
    font-size: 9px;
    color: #888;
}

.activity-item time {
    font-size: 8px;
    color: #999;

    white-space: nowrap;
}

@media (max-width: 1200px) {

    .dashboard-container {
        width: min(100% - 40px, 1100px);
    }

    .dashboard-layout {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 25px;
    }

    .dashboard-stat-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dashboard-main-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 991px) {

    .modern-dashboard {
        padding: 45px 0 65px;
    }

    .dashboard-container {
        width: calc(100% - 30px);
    }

    .dashboard-top {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .dashboard-date {
        width: 100%;
    }

    .dashboard-layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .account-sidebar {
        position: static;
        padding: 0;
        border-right: 0;
        border-bottom: 1px solid #ddd;

        padding-bottom: 15px;
    }

    .account-profile {
        display: none;
    }

    .account-navigation {
        padding: 0;

        display: flex;
        align-items: center;

        gap: 5px;

        overflow-x: auto;
        scrollbar-width: none;
    }

    .account-navigation::-webkit-scrollbar {
        display: none;
    }

    .account-nav-link {
        min-height: 40px;

        padding: 0 14px;

        white-space: nowrap;

        border: 1px solid #e5e5e5;
    }

    .account-nav-link.active {
        padding-left: 14px;
        padding-right: 14px;
    }

    .account-nav-link > i,
    .account-nav-link b,
    .nav-divider {
        display: none;
    }

    .dashboard-bottom-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .modern-dashboard {
        padding: 35px 0 50px;
    }

    .dashboard-container {
        width: calc(100% - 24px);
    }

    .dashboard-heading h1 {
        font-size: 32px;
        letter-spacing: -1.5px;
    }

    .dashboard-heading p {
        font-size: 13px;
    }

    .dashboard-stat-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .dashboard-stat-card {
        min-height: 145px;
        padding: 15px;
    }

    .stat-number {
        margin-top: 20px;
        font-size: 28px;
    }

    .stat-icon {
        width: 27px;
        height: 27px;
        font-size: 18px;
    }

    .stat-bottom {
        font-size: 8px;
    }

    .dashboard-panel {
        padding: 17px;
    }

    .panel-heading {
        margin-bottom: 18px;
    }

    .panel-heading h2 {
        font-size: 17px;
    }

    .quick-action-grid {
        grid-template-columns: 1fr;
    }

    .quick-action {
        min-height: 70px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .dashboard-stat-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-stat-card {
        min-height: 125px;
    }

    .stat-number {
        margin-top: 15px;
        font-size: 27px;
    }

    .dashboard-date {
        padding: 11px;
    }

    .account-navigation {
        margin-right: -12px;
        padding-right: 12px;
    }

    .account-nav-link {
        font-size: 12px;
        padding: 0 11px;
    }

    .activity-item {
        grid-template-columns: 8px 1fr;
        gap: 10px;
    }

    .activity-item time {
        grid-column: 2;
    }

    .activity-content span {
        line-height: 1.5;
    }

    .wishlist-product-info strong {
        font-size: 9px;
    }

}
