:root {
    --switches-bg-color: #0088FF1C;
    --switches-label-color: #06232C;
    --switches-label-active-color: #FFFFFF;
    --switch-bg-color: #0088FF;
    --switch-text-color: #FFFFFF;
}

.subsciption-inner-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

#enterpriseUserPlan {
    border-radius: 0;
    border: 0!important;
    box-shadow: none;
    border-top: 1px solid !important;
    border-color: #ded5d5 !important;
}
.subsciption-inner-wrapper .subsciption-inner__inner {
    padding: 0 25px;
}
.progress-slider {
    position: relative;
    width: 100%;
    height: 6px;
    background: #B1BCC7;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.progress-slider > .progress-slider-bar {
    position: absolute;
    height: 6px;
    background: var(--primary-color);
    z-index: 1;
}
.progress-slider .progress-point {
    position: absolute;
    flex: 0 0 50%;
    max-width: 50%;
}
.progress-slider .progress-point.step--one {
    flex: 0 0 0%;
    max-width: 0;
    left: 0;
}
.progress-slider .progress-point.step--three {
    flex: 0 0 100%;
    max-width: 100%;
    right: 0;
}
.progress-slider .progress-point.step--two {
    left: calc(50% - 13px/2);
}
.progress-slider .progress-point:before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    background: #B1BCC7;
    top: calc(50% - 13px/2);
    border-radius: 50px;
}
.progress-slider .progress-point.step--three:before {
    right: 0;
}
.progress-slider .progress-point > .step--title {
    width: max-content;
    display: inline-block;
    margin-top: 8px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.progress-slider .progress-point.step--one > .step--title {
    transform: translateX(0);
}
.progress-slider .progress-point.step--three > .step--title {
    transform: translateX(-100%);
}
.progress-point.completed:before,
.progress-point.active:before {
    background: var(--primary-color) !important;
}
.progress-slider .progress-point.completed > .step--title {
    cursor: pointer;
}
.payment-progress-outter-wrapper {
    margin-top: 80px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.payment-progress__inner .planPeriodSwitcher {
    margin-bottom: 23px;
}
.payment-progress__inner .plan-listing-outter-wrapper,
.plan-listing-item .plan-listing-item-wrapper {
    position: relative;
}
/* .plan-listing-item .plan-listing-item-wrapper,
.plan-listing-item .plan-listing-item-wrapper__inner {
    height: 100%;
} */
.plan-listing-item-wrapper__inner .plan-item--price {
    margin-top: auto;
}
.plan-listing__inner .selectPlan-outter-wrapper  .plan-listing-item {
    display: inline-block;
    width: 30%;
    box-shadow: 0px 8px 16px #afacac0f;
    border: 0.20000000298023224px solid #c0cdda;
    text-align: center;
    vertical-align: top;
    border-radius: 10px;
}
.plan-listing__inner .selectPlan-outter-wrapper  .plan-listing-item p{
    line-height: 1.5 !important;
}
.plan-listing-item .plan-listing-item-wrapper .plan-listing-item-wrapper__inner {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.plan-listing-item {
    min-height: 200px;
    position: relative;
}

.plan-listing-item_small {
    min-height: 200px;
}

.plan-listing-item-wrapper__inner .plan-item--price .plan-item--price-text {
    color: #002648;
    font-size: 36px;
    line-height: 56px;
    font-weight: 500;
}
.plan-listing-item-wrapper__inner .plan-item--desc {
    color: #3D5974;
    margin-bottom: 40px;
}
.plan-item--button-wrap__outline,
.plan-item--button-wrap_primary {
    border: 1px solid;
    border-color: var(--primary-color);
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.plan-item--button-wrap__outline {
    background: var(--light-blue);
    color: var(--primary-color);
}
.plan-item--button-wrap__outline_danger {
    background: rgba(247, 141, 141, 0.233);
    color: #afafaf;
    border-color: #ee8d8d;
}
.plan-item--button-wrap_primary {
    background: var(--primary-color);
    color: #FFFFFF;
}
.plan-item--button-wrap .plan-item--button-wrap__outline,
.plan-item--button-wrap .plan-item--button-wrap_primary {
    width: 100%;
}
.plan-listing__inner .selectPlan-outter-wrapper .plan-listing-item:not(:last-child) {
    /* margin-right: calc(26px - 8px); */
    margin-right: calc(100px - 8px);
}
.selectPlan-outter-wrapper {
    height: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}
[qclose-disappear] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.switches-container {
    width: 16rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--switches-bg-color);
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: 0;
    margin-right: auto;
}
.switches-container input {
    visibility: hidden;
    position: absolute !important;
    top: 0;
    display: none;
}
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
}
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0;
    z-index: 3;
    transition: transform .4s cubic-bezier(.77, 0, .175, 1);
}
.switch {
    border-radius: 3rem;
    background: var(--switch-bg-color);
    height: 100%;
}
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color) ;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}
.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}
.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}
.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}
.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}
.plan-listing-item-wrapper__inner .plan-item--heading .plan-item--heading-text {
    font-weight: 500;
    color: var(--primary-color);
}
.qclose-subscription-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.4000000059604645px solid #ded5d5;
    border-radius: 8px;
    opacity: 1;
    position: relative;
}
.qclose-subscription-box > [class*=__inner] {
    padding: 45px;
}
.planSetup__inner {
    width: 100%;
    max-width: calc(232px + 45px*3);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.planSetup__inner .planSetup-header,
.planSetup__inner .planSetup-body,
.planSetup__inner .planSetup-footer {
    width: 100%;
}
.planSetup__inner .planSetup-header > .planSetup-header--title {
    font-weight: 500;
}
.planSetup__inner .planSetup-header > .planSetup-header--desc {
    color: #06232C;
}

.planSetup__inner .planSetup-body .qclose-pricing-number-select {
    height: 48px;
    width: 100%;
    max-width: 291px;
    padding: 5px 15px;
}
.planSetup__inner .planSetup-body {
    margin-bottom:20px;
}

/* Paul */
.plan-discount--badge {
    position: absolute;
    top: -4%;
    left: -4%;
    background-color: rgba(255, 0, 0, 0.637);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    flex-direction: column;
    color: white;
    padding: 5px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px;
}

.plan-discount--badge  h6 {
    color: white;
    font-weight: 700;
}
.amount-to-pay--text {
    font-weight: 500;
    color: var(--primary-color);
}
.amount-to-pay-price {
    font-weight: 500;
}
.planSetup__inner .planSetup-footer .button-wrapper > .plan-item--button-wrap_primary {
    width: 100%;
}
.payment-card-details-wrapper .payment-card-details-action .plan-item--button-wrap_primary {
    margin: 0 auto;
    width: 100%;
    max-width: 217px;
    margin-top: 36px;
}
.makepayment-outter-wrapper .subscription-payWithCard {
    letter-spacing: 0px;
    color: #364962;
    opacity: 1;
    font-size: 17px;
}
.makepayment-outter-wrapper .makepayment__inner .planSetup-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.planSetup-footer .payment-breakdown-text {
    color: #3D5974;
}
.makepayment-outter-wrapper,
.planSetup-outter-wrapper {
    margin-bottom: 50px;
}

.plan--payment-mode {
    width: 300px;
    padding: 20px 0;
}
.modal.subscription-modal .modal-header {
    background: none;
    padding: 0;
}
.subscription-modal-header__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px;
}
.modal.subscription-modal .modal-body {
    padding: 0;
}
.subscription-modal-body__inner {
    text-align: center;
    width: 100%;
    max-width: 387px;
    margin: 0 auto;
    padding: 30px 25px;
}
.subscription-modal-body__inner .plan-item--button-wrap_primary {
    margin: auto;
    width: 100%;
}
.subscription-modal-body__inner > a {
    display: inline-block;
    width: 100%;
    max-width: 125px;
}
.modal.subscription-modal {
    background: rgba(0, 0, 0, 0.7);
}
.modal.subscription-modal .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
small#card-errors {
    color: red;
    display: block;
}
#successModalTitle {
    font-size: 24px;
    font-weight: 500;
}
.planPeriodSwitcher .topup-switcher-loader {
    display: none;
}
.topup-current-plan-display {
    position: relative;
    border: 1px solid;
    border-radius: 5px;
    border-color: var(--qclose-primary-color-light);
    background: var(--qclose-primary-color-light);
}
.topup-current-plan-display .topup-current-plan-display_inner {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.topup-current-plan-display_inner .current-plan > span {
    font-size: 15px;
}
.topup-current-plan-display--left {
    flex: 0 0 70%;
    max-width: 70%;
}
.topup-current-plan-display--right {
    flex: 0 0 30%;
    max-width: 30%;
}
label.current-plan-label {
    margin: 0;
}
.topup-current-plan-display--right,
.topup-current-plan-display--left {
    padding: 15px;
}
.topup-current-plan-display--left {
    border-right: 1px solid;
    border-color: #d4e2ef;
}
.topup-current-plan-display--bottom {
    flex: 0 0 100%;
    border-top: 1px solid;
    max-width: 100%;
    padding: 15px;
    border-color: #d4e2ef;
}

.topup-current-plan-display_inner > .topup-current-plan-display_inner-item {
    padding: 10px;
}
.topup-current-plan-display_inner > .topup-current-plan-display_inner-item:not(:last-child) {
    border-right: 1px solid;
}
.topup-current-plan-display_inner > .topup-current-plan-display_inner-item:last-child {
    border-top: 1px solid;
}
.topup-current-plan-display_inner > .topup-current-plan-display_inner-item:not(:last-child),
.topup-current-plan-display_inner > .topup-current-plan-display_inner-item:last-child {
    border-color: #d4e2ef;
}


/* My styling Teslas */
.features-list {
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 16px;
}
.features-list-heading {
    font-size: 16px;
    margin-bottom: 10px;
}

.features-items {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap:15px;
}

.features-item {
    display: flex;
    gap:15px;
}

@media screen and (max-width: 1024px) {
    .topup-current-plan-display_inner > .topup-current-plan-display_inner-item:not(.item--5) {
        width: 50% !important;
    }
    .topup-current-plan-display_inner > .topup-current-plan-display_inner-item:nth-child(even) {
        border-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .topup-current-plan-display_inner > .topup-current-plan-display_inner-item:not(.item--5) {
        width: 100% !important;
    }
    .plan-listing__inner .selectPlan-outter-wrapper  .plan-listing-item {
        width: 80% !important;
    }
}

@media screen and (max-width: 560px) {
    .topup-current-plan-display .topup-current-plan-display_inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .topup-current-plan-display--left {
        border-right: 0;
        border-bottom: 1px solid;
        border-color: #d4e2ef;
    }
    .topup-current-plan-display--right,
    .topup-current-plan-display--left {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .plan-listing__inner .selectPlan-outter-wrapper .plan-listing-item:not(:last-child) {
        margin-right: 0;
    }
    .plan-listing__inner .selectPlan-outter-wrapper  .plan-listing-item {
        width: 90% !important;
    }
}
