/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

#close_button {
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 9999px;
    background-color: #000000;
    position: absolute;
    right: -17px;
    top: 5px;
    display: flex;
    justify-content: center;
}

/* Modal Content */
.modal-content {
    background: linear-gradient(180deg, #1a232c 0%, #25323c 100%);
    margin: auto;
    padding: 30px 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    animation: slideUp 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.modal-content.closing {
    animation: slideDown 0.5s ease-in;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(100%);
    }
}

.modal-content .close {
    font-size: 17px;
    font-weight: 400;
    position: absolute;
    color: #ffffff;
}

.modal_title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

#more_plans {
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    padding: 15px 0px;
}

html[version='v1'] .claim_btn {
    color: #000000;
    font-size: 17px;
    border-radius: 10px;
    background: linear-gradient(129deg, #ff6b00 8.43%, #ffa500 83.63%);
}

html[version='v1'] .claim_btn:after, html[version='v3'] .claim_btn:after {
    background: none;
    content: none;
    width: unset;
    height: unset;
    margin-left: unset;
}

html[version='v1'] .plan.active,
html[version='v2'] .plan.active {
    background: rgba(0, 0, 0, 0.25);
}

html[version='v2'] .sticky .plan.active {
    background: #19232b;
}

html[version='v1'] .pricing .title,
html[version='v2'] .pricing .title {
    font-size: 24px;
    line-height: 28px;
}

html[version='v1'] .pricing .row {
    padding: 40px 20px;
}

html[version='v1'] .pricing .modal .row {
    padding: 15px;
}

html[version='v1'] .plan_block {
    margin-top: 15px;
    gap: 16px;
}

html[version='v1'] .proplus-section,
html[version='v1'] .pro-section {
    gap: 18px;
}

html[version='v1'] .proplus-section .proplus-block,
html[version='v1'] .pro-section .proplus-block {
    margin-top: 0px;
}

html[version='v1'] .proplus-section .proplus-title,
html[version='v1'] .pro-section .proplus-title {
    text-align: unset;
}

html[version='v1'] .toggle-button {
    min-width: 77px;
}

html[version='v1'] .most-popular b {
    font-weight: 800;
}

/* v2 style */
html[version='v2'] .toggle-container, html[version='v3'] .toggle-container {
    position: relative;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.2);
    overflow: visible;
}

html[version='v2'] .toggle-button.active, html[version='v3'] .toggle-button.active {
    background: #fff;
    border-radius: 58px;
    padding: 6px 6px 6px 16px;
    color: #000000;
    font-weight: 510;
}

html[version='v2'] .toggle-button .button-price, html[version='v3'] .toggle-button .button-price {
    margin-right: unset;
    font-size: 17px;
    padding: 4px;
    border-radius: 30px;
}

html[version='v2'] .toggle-button.active .button-price, html[version='v3'] .toggle-button.active .button-price {
    color: #ff7901;
    background: rgba(255, 121, 1, 0.2);
}

html[version='v2'] .toggle-button .button-price .percent, html[version='v3'] .toggle-button .button-price .percent {
    vertical-align: unset;
    font-size: 17px;
}

html[version='v2'] .plan_block.sticky {
    position: sticky;
    bottom: 5px;
    z-index: 100;
}

html[version='v2'] .best-offer-img, html[version='v3'] .best-offer-img {
    position: absolute;
    top: 50px;
    right: 60px;
}

.pricing-table {
    word-break: break-word;
    border-radius: 0px 0px 12px 12px;
    border-color: #313843;
    border-top-width: 0px;
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding: 0;
    width: 380px;
    box-shadow: 0 4px 16px #0003;
    overflow: hidden;
    position: relative;
}

.pricing-table-header {
    width: 96vw;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    border-radius: 12px 12px 0px 0px;
    border-color: #313843;
    border-top-width: 1px;
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
}

.pricing-header {
    display: flex;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 1;
}

.plan-label {
    width: 23%;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
    color: #acacac;
    font-weight: 700;
    background: transparent;
}

.plan-label-empty {
    width: 54%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.plan-label.selected {
    border-bottom: 1px solid rgba(36, 36, 36, 0.1);
    background: #fff;
    color: #ff6b00;
    border-radius: 4px 4px 0 0;
}

.table-row {
    display: flex;
    align-items: stretch;
    background: rgba(0, 0, 0, 0.18);
    min-height: 53px;
    padding: 0 0;
}

.feature {
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 54%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 16px;
    letter-spacing: 0.01rem;
    line-height: 20px;
}

.value {
    width: 23%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 700;
    padding: 0;
    letter-spacing: 0.01rem;
    display: flex;
    line-height: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.value span {
    font-size: 12px;
    font-weight: 500;
}

.value.selected {
    border-bottom: 1px solid rgba(36, 36, 36, 0.1);
    background: #fff;
    color: #242424;
}

.table-row:last-child {
    border-bottom: none;
}

.actions-row {
    display: flex;
    align-items: stretch;
    border-bottom: none;
    min-height: 40px;
    background: rgba(0, 0, 0, 0.18) !important;
    background: transparent;
}

.actions-row .empty {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 54%;
}

.button-area,
.button-selected {
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-selected {
    background: #ffffff;
}

.button-selected .checkmark::before {
    border-left: 2.5px solid #ff6b00;
    border-bottom: 2.5px solid #ff6b00;
}

.button-area {
    padding: 4px;
}

.select-btn {
    width: 100%;
    border: none;
    padding: 8px 0px;
    color: #ff6b00;
    background: rgba(242, 169, 59, 0.1);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    margin: 0;
    transition: border-color 0.18s;
}

.checkmark {
    color: #ff7900;
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 36px;
    margin: 0 auto;
}

.expand-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    text-align: center;
    padding: 16px 0px;
    color: #ff6b00;
    font-size: 14px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.04) !important;
    letter-spacing: 0.02em;
    cursor: pointer;
    background: transparent;
}

.expand-row svg {
    margin-left: 8px;
    vertical-align: middle;
}

html[version='v2'] .footer {
    margin-top: 20px;
}

html[version='v2'] .hidden_lists {
    display: none;
}

html[version='v2'] .hidden_lists.active {
    display: block;
}

html[version='v2'] .hidden_lists .table-row {
    background: transparent;
}

.checkmark {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    border-left: 2.5px solid #acacac;
    border-bottom: 2.5px solid #acacac;
    transform: rotate(-48deg);
}

.close-icon {
    position: relative;
    width: 32px;
    height: 32px;
}

.close-icon::before,
.close-icon::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    left: 50%;
    top: 50%;
    opacity: 1;
    background-color: #acacac;
    border-radius: 2px;
    transform-origin: center;
}

.close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hidden_lists .all_checks .value.selected .checkmark::before {
    border-left: 2.5px solid #242424;
    border-bottom: 2.5px solid #242424;
}

.hidden_lists .all_checks .value.selected .close-icon::before,
.hidden_lists .all_checks .value.selected .close-icon::after {
    background-color: #242424;
    opacity: 0.3;
}

.sticky-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: sticky;
    z-index: 10;
    top: 0;
}

html[version='v2'] .sticky-active, html[version='v3'] .sticky-active {
    background: #19232b;
}

/* Responsive - optional */
@media (max-width: 500px) {
    .pricing-table {
        width: 96vw;
    }
}

/* v3 version */
html[version='v3'] .plan {
    background: #ffffff;
    padding: 20px 18px
}

html[version='v3'] .plan.active .button-left {
    color: #000000;
}

html[version='v3'] .top_blcok {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

html[version='v3'] .top_blcok .plan_type_title {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

html[version='v3'] .plan.active .pricing-subtitle {
    color: #9B9B9B;
    font-size: 12px;
    font-weight: 400;
    margin: 13px 0px;
    text-align: center;
    line-height: 12px;
}

html[version='v3'] .plan {
    color: #222;
}

.dir-ltr {
    direction: ltr;
}

.flex {
    display: flex;
}

.price-flex>div:nth-child(1) {
    display: flex;
    font-weight: 700;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

.plan_box--prices .period {
    margin: 0;
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    line-height: 12px;
}

.price-flex {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.currency {
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.amount, .frac {
    font-family: Arial;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.carousel_price .slick-slide {
    padding-top: 13px;
    margin-left: 17px;
}

.price-flex>div:nth-child(1) .flex .frac {
    font-size: 28px;
}

.price-flex>div:nth-child(1) .flex {
    align-items: baseline;
}

html[version='v3'] .claim_btn {
    position: sticky;
    top: 20px;
    font-family: 'Arial';
    color: #000000;
    font-weight: 700;
    padding: 16px 0px;
    font-size: 20px;
    border-radius: 8px;
    background: linear-gradient(90deg, #FFA901 0%, #FF7901 100%);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.carousel_price .slick-slide.slick-active:first-of-type {
    margin-left: 0 !important;
    /* remove left margin from first slick-active slide */
}

.carousel_price .slick-slide:not(.slick-active) {
    /* Commercially optional: don't display non-active slides fully at the start/end,
       but usually not needed */
}

.benefits__list--orange li::before {
    content: ' ';
    width: 6px;
    height: 6px;
    background: #ff6b00;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.benefits__list--orange {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #000;
    line-height: 20px;
    margin-top: 24px;
}

.benefits__list--orange li {
    position: relative;
    margin-left: 6px;
    padding-left: 20px;
    margin-bottom: 12px;
}

.benefits__list--orange span {
    color: #ff6b00;
    font-weight: 700;
}

ul, ol {
    list-style: none;
    padding: 0;
}

.mobile-more {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.btn__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #006bf6;
    font-family: Arial, sans-serif;
    font-size: 15.625px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.plan__benefits {
    margin-top: 10px;
    display: none;
    color: #000;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.who-for {
    padding-bottom: 20px;
}

.who-for>div {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 10px;
}

.who-for>p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-top: 16px;
    margin: 0;
}

.benefits__list {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 20px;
}

.benefits__list li {
    position: relative;
    margin-left: 6px;
    padding-left: 20px;
    margin-bottom: 12px;
}

.benefits__list li::before {
    content: ' ';
    width: 6px;
    height: 6px;
    background: #ababab;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

html[version='v3'] .plan__benefits.active {
    display: block;
}

html[version='v3'] .plan.active {
    border: 2px solid #FF7901;
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.25);
}

html[version='v3'] .most-popular {
    border-radius: 10px 20px 20px 0;
}

html[version='v3'] .wrapper {
    margin-top: 30px
}

html[version='v3'] .sticky-header {
    width: 100%;
}