﻿.popup-container {
    background: rgba(46, 42, 37, 0.85);
    display: flex;
    flex-direction: column;
    gap: var(--standart, 12px);
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(7.5px);
    max-width: 476px !important;
    width:100% !important;
}
.popup {
    background: var(--black, #f8f8f6);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: flex-start;
    width: 100%;
    flex-shrink: 0;
    max-width: 476px;
    max-height: 692px;
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.add-key-buttons {
    background: var(--black, #f8f8f6);
    padding: var(--standart, 12px);
    display: flex;
    flex-direction: column;
    gap: var(--large, 16px);
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index:1;
}

.gradient {
    background: linear-gradient( 180deg, rgba(248, 248, 246, 0) 0%, rgba(248, 248, 246, 1) 100% );
    flex-shrink: 0;
    height: 8px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 66px;
}

.add-key-button {
    background: var(--white, #ffffff);
    border-radius: 15px;
    border-style: solid;
    border-color: var(--black1, #e7e7e5);
    border-width: 1px;
    padding: 12px 32px 12px 32px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 42px;
    position: relative;
    overflow: hidden;
    cursor:pointer;
}

.add-key-txt {
    color: var(--black7, #bebdba);
    text-align: left;
    font-family: "Poppins";
    font-size: 17px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/*#addKeyModal .popup-scroll {
    background: var(--black, #f8f8f6);
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    max-height: 692px;
    position: relative;
    overflow: hidden;
    overflow-y: auto !important;
    scrollbar-width: none;
    border-radius: 10px;
    min-height: 692px;
    padding-bottom: 70px;
}*/

#addKeyModal .popup-scroll {
    background: var(--black, #f8f8f6);
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    max-height: 640px;
    position: relative;
    overflow: hidden;
    overflow-y: auto !important;
    scrollbar-width: none;
    border-radius: 10px;
    /*min-height: 640px;*/
    padding-bottom: 70px;
}

.popup-scroll {
    background: var(--black, #f8f8f6);
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    max-height: 692px;
    position: relative;
    overflow: hidden;
    overflow-y: auto !important;
    scrollbar-width: none;
    border-radius: 10px;
}

.mdlEditValidityContent .popup-scroll {
    background: var(--white, #ffffff);
}

    .popup-top {
        background: var(--white, #ffffff);
        padding: var(--standart, 12px) var(--large, 16px) var(--standart, 12px) var(--large, 16px);
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: flex-end;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        border-radius: 10px;
    }

.popup-title {
    color: var(--black2, #2e2a25);
    text-align: center;
    font-family: "Poppins";
    font-size: var(--h3-font-size, 17px);
    font-weight: var(--h3-font-weight, 600);
    position: relative;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cancel-button {
    background: var(--black4, #e7e7e5);
    border-radius: 20px;
    padding: 3px 12px 3px 12px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 30px;
    position: absolute;
    /*left: 389px;
    top: calc(50% - 14.5px);*/
    overflow: hidden;
    cursor:pointer;
}

.cancel-button-inner {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.cancel-button-text {
    color: var(--black2, #2e2a25);
    text-align: center;
    font-family: "Poppins";
    font-size: var(--h4-font-size, 15px);
    font-weight: var(--h4-font-weight, 600);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-section {
    background: var(--white, #ffffff);
    padding: var(--standart, 12px);
    display: flex;
    flex-direction: column;
    gap: var(--large, 16px);
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.key-detail-container {
    display: flex;
    flex-direction: column;
    gap: var(--small, 8px);
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.key-text-field {
    background: var(--black8, #fafaf8);
    border-radius: 10px;
    border-style: solid;
    border-color: var(--color-gainsboro-100, #ddddda);
    border-width: 1px;
    padding: 6px var(--standart, 12px) 6px var(--standart, 12px);
    display: flex;
    flex-direction: row;
    gap: var(--small, 8px);
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.key-text-field-input {
    background: var(--black8, #fafaf8);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: var(--small, 8px);
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

    .key-text-field-input .input-txt, .key-text-field-input .input-txt:-webkit-autofill {
        padding: 14px 12px;
        width: 100%;
        padding-top: 19px;
        background: var(--black8, #fafaf8);
        font-size: 16px;
        border-width: 1px;
        border-color: var(--color-gainsboro-100, #ddddda);
        padding-bottom: 6px;
        border-style: solid;
        border-radius: 10px;
    }

.key-text-field-label {
    position: absolute;
    letter-spacing: 0.035em;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    left: 0;
    top: 0;
    height: 100%;
    padding: 12px 6px 6px 12px;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    transform-origin: 0 0;
    pointer-events: none;
    color: #95938F;
    padding-top: 14px;
}

.field-phone .key-text-field-label {
    padding: 12px 6px 6px 60px;
}

.field-phone {
     overflow: inherit !important;
}

.field-phone .input-txt-phone {
    padding-top: 15px;
    padding-bottom: 10px;
}

.text-field-content {
    display: flex;
    flex-direction: row;
    gap: var(--small, 8px);
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.text-field-text {
    padding: 1px 0px 1px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    height: 36px;
    position: relative;
}

    .text-field-text input {
        background: var(--black8, #fafaf8);
        letter-spacing: 0.035em;
        font-weight: 500;
        font-size: 16px;
        font-family: Poppins;
        color: var(--black2, #2E2A25);
        width: 100%;
        border: none;
    }

.label {
    padding: 6px 0px 5px 0px;
    display: flex;
    flex-direction: row;
    gap: var(--small, 8px);
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.label2 {
    color: var(--50percent-black, #95938f);
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.035em;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pricing-name-more-details {
    display: flex;
    flex-direction: column;
    gap: var(--standart, 12px);
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.expand {
    padding: 0px 4px 0px 2px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    transform-origin: 0 0;
    transform: rotate(0deg) scale(1, 1);
}

.add-more-details {
    color: var(--75percent-black, #615e5a);
    text-align: right;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    transform-origin: 0 0;
    transform: rotate(0deg) scale(1, 1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor:pointer;
}

.vector {
    flex-shrink: 0;
    width: 8px;
    height: 4px;
    position: relative;
    overflow: visible;
}

.pricing-selector-with-features {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width:100%;
}

.pricing-selector {
    background: var(--black, #f8f8f6);
    border-style: solid;
    border-color: var(--black1, #e7e7e5);
    border-width: 1px 0px 0px 0px;
    padding: var(--standart, 12px) var(--standart, 12px) var(--quater, 4px) var(--standart, 12px);
    display: flex;
    flex-direction: column;
    gap: var(--large, 16px);
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width:100%;
}

.plan {
    display: flex;
    flex-direction: row;
    gap: var(--small, 8px);
    align-items: stretch;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.plan-heading-new {
    background: var(--white, #ffffff);
    border-radius: 15px;
    border-style: solid;
    border-color: var(--black1, #e7e7e5);
    border-width: 1px;
    padding: var(--standart, 12px) var(--small, 8px) var(--standart, 12px) var(--small, 8px);
    display: flex;
    flex-direction: column;
    gap: var(--small, 8px);
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
    cursor: pointer;
    margin: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.plan-name {
    color: var(--black2, #2e2a25);
    text-align: center;
    font-family: "Poppins";
    font-size: var(--h4-font-size, 15px);
    font-weight: var(--h4-font-weight, 600);
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-checkmark {
    flex-shrink: 0;
    width: 35px;
    height: 25px;
    position: relative;
    margin: 0;
}

.un-checked {
    border-radius: 50%;
    border-style: solid;
    border-color: var(--15percent-black, #ddddda);
    border-width: 2px;
    width: 25px;
    height: 25px;
    position: absolute;
    left: calc(50% - 12.5px);
    top: calc(50% - 12.5px);
    opacity: 1;
}

.checked-img {
    opacity: 0;
}

.plan input[type="radio"]:checked + label {
    background: var(--main, #00b288);
}

.plan input[type="radio"]:checked + label {
    background: var(--main, #00b288);
}

    .plan input[type="radio"]:checked + label .plan-name {
        color: var(--white, #ffffff);
    }

    .plan input[type="radio"]:checked + label .checked-img {
        opacity: 1;
    }

    .plan input[type="radio"]:checked + label .un-checked {
        opacity: 0;
    }

.plan-heading.plan-selected {
    background: var(--main, #00b288);
    border-radius: 15px;
    padding: var(--standart, 12px) var(--small, 8px) var(--standart, 12px) var(--small, 8px);
    display: flex;
    flex-direction: column;
    gap: var(--small, 8px);
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.plan-selected .plan-name {
    color: var(--white, #ffffff);
}

.plan-selected .checked-img {
    opacity:1;
}

.plan-selected .un-checked {
    opacity:0;
}

.plan4 {
    background: var(--white, #ffffff);
    border-radius: 15px;
    border-style: solid;
    border-color: var(--black1, #e7e7e5);
    border-width: 1px;
    padding: var(--standart, 12px) var(--small, 8px) var(--standart, 12px) var(--small, 8px);
    display: flex;
    flex-direction: column;
    gap: var(--small, 8px);
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex: 1;
    position: relative;
}

.yearly-plan {
    color: var(--black, #2e2a25);
    text-align: center;
    font-family: "Poppins";
    font-size: var(--h4-font-size, 15px);
    font-weight: var(--h4-font-weight, 600);
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-details {
    display: flex;
    flex-direction: column;
    gap: var(--small, 8px);
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 138px;
    position: relative;
}

.price {
    padding: 0px 2px 0px 2px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.inner {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    height: 40px;
    position: relative;
}

._2495-ex-vat {
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

._2495-ex-vat-span {
    color: var(--black2, #2e2a25);
    font-family: "Poppins";
    font-size: 22.5px;
    line-height: 135%;
    letter-spacing: -0.01em;
    font-weight: 600;
}

._2495-ex-vat-span2 {
    color: var(--black2, #2e2a25);
    font-family: "Poppins";
    font-size: 45px;
    line-height: 135%;
    letter-spacing: -0.01em;
    font-weight: 600;
}

._2495-ex-vat-span3 {
    color: var(--black2, #2e2a25);
    font-family: "Poppins";
    font-size: 22.5px;
    line-height: 135%;
    letter-spacing: -0.01em;
    font-weight: 600;
}

._2495-ex-vat-span4 {
    color: var(--black2, #2e2a25);
    font-family: "Poppins";
    font-size: 15px;
    line-height: 135%;
    letter-spacing: -0.01em;
    font-weight: 600;
}

._2495-ex-vat-span5 {
    color: var(--black5, #615e5a);
    font-family: "Poppins";
    font-size: 15px;
    line-height: 135%;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.plan-heading-txt {
    color: var(--black5, #615e5a);
    text-align: left;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.details {
    display: flex;
    flex-direction: column;
    gap: var(--quater, 4px);
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    height: 76px;
    position: relative;
}

.everything-in {
    background: var(--yellow, #fff8b7);
    border-radius: 20px;
    border-style: solid;
    border-color: rgba(46, 42, 37, 0.1);
    border-width: 0.75px;
    padding: 3px 10px 3px 10px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    height: 30px;
    position: relative;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.free-storage {
    color: var(--black5, #615e5a);
    text-align: center;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.free-storage-payg {
    color: var(--black5, #615e5a);
    text-align: center;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 22.5px;
}
.payg-other-price {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}
.other-price-text {
    color: var(--black5, #615e5a);
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    line-height: 21px;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.unlimited-movements {
    color: var(--black5, #615e5a);
    text-align: center;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-selector-features {
    padding: 0px 2px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: var(--small, 8px);
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    padding-left:2px;
}

.feature-item {
    display: flex;
    flex-direction: row;
    gap: var(--small, 8px);
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.tick {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: auto;
    position: relative;
    overflow: visible;
}

.feature-item-text {
    color: var(--black2, #2e2a25);
    text-align: left;
    font-family: "Poppins";
    font-size: var(--p-bold-font-size, 15px);
    line-height: var(--p-bold-line-height, 134%);
    font-weight: var(--p-bold-font-weight, 500);
    position: relative;
    flex: 1;
}

.spacer {
    background: var(--black, #f8f8f6);
    flex-shrink: 0;
    width: 203px;
    height: 66px;
    position: relative;
}

.plan input[type="radio"] {
    display: none;
}

#dvOptionalInfo {
    display: flex;
    flex-direction: column;
    gap: var(--small, 8px);
    align-self: stretch;
}

.pricing {
    display: flex;
    flex-direction: column;
    gap: var(--quater, 4px);
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.price-breakdown {
    padding: 0px 2px 0px 2px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.amount-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.plan-amount-name {
    color: var(--black2, #2e2a25);
    text-align: left;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.plan-amount {
    color: var(--black2, #2e2a25);
    text-align: right;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.divider {
    align-self: stretch;
    flex-shrink: 0;
    height: 2px;
    position: relative;
    overflow: visible;
}


.plan-total {
    color: var(--black2, #2e2a25);
    text-align: left;
    font-family: "Poppins";
    font-size: var(--h3-font-size, 17px);
    font-weight: var(--h3-font-weight, 600);
    position: relative;
}

.plan-amount-total {
    color: var(--black2, #2e2a25);
    text-align: right;
    font-family: "Poppins";
    font-size: var(--h3-font-size, 17px);
    font-weight: var(--h3-font-weight, 600);
    position: relative;
}

.pricing-selector-coupon-plan {
    display: flex;
    flex-direction: column;
    gap: var(--small, 8px);
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.expand3 {
    padding: 0px 2px 0px 2px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    transform-origin: 0 0;
    transform: rotate(0deg) scale(1, 1);
}

.add-a-coupon-code {
    color: var(--black2, #2e2a25);
    text-align: right;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 600;
    position: relative;
    transform-origin: 0 0;
    transform: rotate(0deg) scale(1, 1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.vector3 {
    flex-shrink: 0;
    width: 8px;
    height: 4px;
    position: relative;
    overflow: visible;
}

.field {
    display: flex;
    flex-direction: row;
    gap: var(--small, 8px);
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.text-field2 {
    background: var(--black8, #fafaf8);
    border-radius: 10px;
    border-style: solid;
    border-color: var(--color-gainsboro-100, #ddddda);
    border-width: 1px;
    padding: 6px var(--standart, 12px) 6px var(--standart, 12px);
    display: flex;
    flex-direction: row;
    gap: var(--small, 8px);
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 200px;
    height: 36px;
    position: relative;
    overflow: hidden;
}

.btn-apply-code {
    background: var(--color-gainsboro-100, #ddddda);
    border-radius: 20px;
    padding: 5px 12px 5px 12px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.btn-remove-code {
    background: #E35454;
    border-radius: 20px;
    padding: 5px 12px 5px 12px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.remove-button-inner {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.remove-button-text {
    color: #FEF5E6;
    text-align: center;
    font-family: "Poppins";
    font-size: var(--h4-font-size, 15px);
    font-weight: var(--h4-font-weight, 600);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-info {
    padding: 0px 2px 0px 2px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.error-txt {
    color: var(--red, #e35454);
    text-align: right;
    font-family: "Poppins";
    font-size: var(--disclaimer-font-size, 12px);
    line-height: var(--disclaimer-line-height, 130%);
    letter-spacing: var(--disclaimer-letter-spacing, 0.01em);
    font-weight: var(--disclaimer-font-weight, 500);
    position: relative;
    transform-origin: 0 0;
    transform: rotate(0deg) scale(1, 1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.error-txt-blc {
    color: #615E5A;
    /*text-align: right;*/
    font-family: "Poppins";
    font-size: var(--disclaimer-font-size, 12px);
    line-height: var(--disclaimer-line-height, 130%);
    letter-spacing: var(--disclaimer-letter-spacing, 0.01em);
    font-weight: var(--disclaimer-font-weight, 500);
    position: relative;
    transform-origin: 0 0;
    transform: rotate(0deg) scale(1, 1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.expend-features {
    color: var(--main, #00b288);
    text-align: right;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 600;
    position: relative;
    transform-origin: 0 0;
    transform: rotate(0deg) scale(1, 1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.popup-buttons {
    background: var(--black, #f8f8f6);
    border-style: solid;
    border-color: var(--black1, #e7e7e5);
    border-width: 1px 0px 0px 0px;
    padding: var(--standart, 12px);
    display: flex;
    flex-direction: row;
    gap: var(--very-large, 24px);
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -0.5px;
    z-index: 1;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.main-section {
    border-style: solid;
    border-color: var(--black1, #e7e7e5);
    border-width: 0px 0px 1px 0px;
    padding: var(--standart, 12px);
    display: flex;
    flex-direction: column;
    gap: var(--small, 8px);
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.section-heading {
    color: var(--black2, #2e2a25);
    text-align: left;
    font-family: "Poppins";
    font-size: var(--p-font-size, 15px);
    line-height: var(--p-line-height, 134%);
    font-weight: var(--p-font-weight, 400);
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.toggle-checkbox {
    border-radius: 15px;
    border-color: var(--color-gainsboro-100, #ddddda);
    padding: 0px 12px 0px 12px;
    border-style: solid;
    display: flex;
    flex-direction: row;
    border-width: 1px;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    height: 46px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle-checkmark {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: visible;
    display:none;
}

.toggle-label {
    color: var(--black9, #95938f);
    text-align: left;
    font-family: "Poppins";
    font-size: var(--list-bold-font-size, 15px);
    line-height: var(--list-bold-line-height, 134%);
    font-weight: var(--list-bold-font-weight, 600);
    position: relative;
}

.toggle-checkbox.toggle-checked {
    border: none;
    background: var(--green-button-bg, #dcf3eb);
}

.toggle-checkbox.toggle-checked .toggle-checkmark{
    display:block;
}

.toggle-checkbox.toggle-checked .toggle-label {
    color: var(--black2, #2e2a25);
}

.plan input[type="radio"]:checked + label .un-checked {
}

.validity-range {
    display: flex;
    flex-direction: row;
    gap: var(--small, 8px);
    align-items: stretch;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.validity-date {
    border-radius: 15px;
    padding: var(--small, 8px) var(--standart, 12px) var(--small, 8px) var(--standart, 12px);
    display: flex;
    flex-direction: row;
    gap: var(--standart, 12px);
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
    cursor:pointer;
}

.validity-date.selected-date{
    background: var(--green-button-bg, #dcf3eb);
}

    .validity-date.invalid-date {
        background: #FEF5E6;
    }

    .validity-date.unselected-date {
        border-radius: 15px;
        border-style: solid;
        border-color: var(--color-gainsboro-100, #ddddda);
        border-width: 1px;
    }

.validity-text-list {
    display: flex;
    flex-direction: column;
    gap: 1px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    min-width: 110px;
    position: relative;
}

.validity-text-label {
    color: var(--black5, #615e5a);
    text-align: left;
    font-family: "Poppins";
    font-size: var(--label-font-size, 13px);
    letter-spacing: var(--label-letter-spacing, 0.0025em);
    font-weight: var(--label-font-weight, 600);
    position: relative;
    align-self: stretch;
    height: 16px;
}

.validity-text-date {
    text-align: left;
    font-family: "Poppins";
    font-size: var(--list-bold-font-size, 15px);
    line-height: var(--list-bold-line-height, 134%);
    font-weight: var(--list-bold-font-weight, 600);
    position: relative;
    align-self: stretch;
}

.selected-date .validity-text-date {
    color: var(--black2, #2e2a25);
    text-align: left;
    font-family: "Poppins";
    font-size: var(--list-bold-font-size, 15px);
    line-height: var(--list-bold-line-height, 134%);
    font-weight: var(--list-bold-font-weight, 600);
    position: relative;
    align-self: stretch;
}

.unselected-date .validity-text-date {
    color: var(--black9, #95938f);
    text-align: left;
    font-family: "Poppins";
    font-size: var(--list-bold-font-size, 15px);
    line-height: var(--list-bold-line-height, 134%);
    font-weight: var(--list-bold-font-weight, 600);
    position: relative;
    align-self: stretch;
}

.invalid-date .validity-text-date {
    color: #E35454;
}

.icons-20-x-20-back {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: visible;
}
.un-checked-dark {
    border-radius: 50%;
    border-style: solid;
    border-color: var(--black5, #615e5a);
    border-width: 3px;
    width: 20px;
    height: 20px;
}
.toggle-checked .un-checked-dark {
    display:none;
}


.timezone-gmt {
    color: var(--black5, #615e5a);
    text-align: left;
    font-family: "Poppins";
    font-size: var(--disclaimer-font-size, 12px);
    line-height: var(--disclaimer-line-height, 130%);
    letter-spacing: var(--disclaimer-letter-spacing, 0.01em);
    font-weight: var(--disclaimer-font-weight, 500);
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.right-button {
    display: flex;
    flex-direction: row;
    gap: var(--small, 8px);
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    position: relative;
}

.left-button {
    display: flex;
    flex-direction: row;
    gap: var(--small, 8px);
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    position: relative;
}

.clear-button {
    background: var(--white, #ffffff);
    border-radius: 16px;
    border-style: solid;
    border-color: var(--10percent-black, #e7e7e5);
    border-width: 1px;
    padding: 8px 16px 8px 16px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: var(--popup-button-height, 42px);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.clear-button-txt {
    color: var(--red, #e35454);
    text-align: left;
    font-family: "Poppins";
    font-size: var(--h4-font-size, 15px);
    font-weight: var(--h4-font-weight, 600);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
}

.save-button {
    background: var(--main, #00b288);
    border-radius: 16px;
    border-style: solid;
    border-color: rgba(46, 42, 37, 0.03);
    border-width: 1px;
    padding: 8px 16px 8px 16px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: var(--popup-button-height, 42px);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.save-button-text {
    color: var(--white, #ffffff);
    text-align: left;
    font-family: "Poppins";
    font-size: var(--h3-font-size, 17px);
    font-weight: var(--h3-font-weight, 600);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: none;
}

.cancel-button-2 {
    background: var(--white, #ffffff);
    border-radius: 16px;
    border-style: solid;
    border-color: var(--black4, #e7e7e5);
    border-width: 1px;
    padding: 8px 16px 8px 16px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: var(--popup-button-height, 42px);
    position: relative;
    overflow: hidden;
    cursor:pointer;
}

.cancel-button-text-2 {
    color: var(--black2, #2e2a25);
    text-align: left;
    font-family: "Poppins";
    font-size: var(--h4-font-size, 15px);
    font-weight: var(--h4-font-weight, 600);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform:capitalize;
}

.datetime-frame {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 6px;
    gap: 10px;
    padding-left: 12px;
}

.date-text {
    width: 50%;
    height: 46px;
}

.time-text {
    width: 28%;
    height: 46px;
}

button[disabled], html input[disabled] {
    cursor: default;
    background: #BEBDBA !important;
}

@supports (-webkit-touch-callout: none) {
    .timeinput {
        margin-left: -15px;
    }

    .text-field-text-input {
        margin-left: -5px;
    }

    #addKeyModal {
        height: 90vh !important;
    }
}

.discount-price-tag {
    position: absolute;
    right: -5px;
    top: -9px;
    background: #FFF8B7;
    border: 1px #2E2A251A solid;
    border-radius: 20px;
    padding: 2px 4px;
}

.discount-txt {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.035em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.old_price {
    padding-top: 14px;
    margin-right: 8px;
}
.old_ex-vat-span {
    color: #95938F;
    font-family: "Poppins";
    font-size: 22.5px;
    line-height: 30.38px;
    letter-spacing: -0.01em;
    font-weight: 600;
    text-decoration: line-through;
}