﻿.plan-card-confirmation.card {
    height: calc(100% - 7vh + 0.44vw + 15px) !important;
    width: 100%;
    transition: transform 150ms ease-in-out;
    border: 2px solid #94E0E4;
    background: #ffffff;
    padding: 2px;
    overflow: hidden;
}
.plan-card-confirmation.card-new {
    border: 3px solid #59BDC2;
    border-radius: 20px;
    padding: 24px;
    position: relative;
    text-align: left;
    background-color: #fff;
    min-width: fit-content;
    overflow-x: auto;
}
.plan-card-confirmation.card-new .plan-card-footer {
    left: 0px;
    bottom: 0px;
    width:100%;
    height:98px;
}
.pink-backgound {
    background-color: #FDEAFA;
    border-top-right-radius: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 369px;
    max-width: 50%;
    padding: 24px;
    border-bottom-left-radius:70px;
}
.plan-card-confirmation.card-new  .data-content-wrapper {
    margin: 24px 0 102px;
}

.plan-card-confirmation.remarks {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    margin-top: 24px;

}

.plan-card-confirmation .text-data {
    font-size: 4.2em;
    font-weight: 800;
    line-height: 1;
    color: #282828;
}

.plan-card-confirmation .text-data-unbold {
    font-size: 5em;
    line-height: 1;
    color: #282828;
}

.plan-card-confirmation.card-new .text-sms-call {
    white-space: nowrap;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    color: #282828;
}

.plan-card-confirmation .icon-sms-call .fa {
    font-size: 2.5em;
}

.plan-card-confirmation .text-price-cent,
.plan-card-confirmation .text-price-month {
    font-size: 12px;
    font-weight: 800;
    line-height: 1.;
}

.plan-card-confirmation .text-price-original{
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}
.plan-card-confirmation.card-new .text-price-dollar{
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
}
.plan-card-confirmation.text-promo{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #282828;
}

.plan-card-confirmation .text-price-cent,
.plan-card-confirmation .text-price-dollar,
.plan-card-confirmation .text-price-month {
    color: #EC2D85;   
}

.plan-card-confirmation .strikethrough {
    position: relative;
    margin-left: 7px;
    color: rgba(40, 40, 40, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.plan-card-confirmation .strikethrough:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 50%;
    width: calc(100% + 3px);
    border-top: 2px solid;
    transform: translate(0, -90%);
    border-color: inherit;
    color: rgba(40, 40, 40, 0.5) !important;
}
.plan-card-confirmation .PlanTagCont{
    padding: 2px 7px 2px 5px;
    margin-right: 10px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 10px;
    align-items: center;
    height: fit-content !important;
    border-radius: 500px;
    background-color: rgba(89, 189, 194, 1);
    color:#fff;
}
.plan-card-confirmation .tag-container {
    border-bottom: solid 1px #f1f1f1;
    padding: 8px 0px;
    margin-bottom: 8px;
}
.plan-card-confirmation .plan-card-footer {
    padding-left: 24px;
    padding-right: 24px;
}
.data-content-wrapper .data-flex1:not(:first-child) {
    border-left: solid 1px #f1f1f1;
    padding-left: 12px;
}
.remark-comfirm{
    border-top: solid 1px #f1f1f1;
    margin-top: 8px;
    padding: 8px 0;
}
.pink-color {
    color:#EC2D85;
}
.blue-color {
    color: #004b4e;
}
@media screen and (max-width: 650px) {
    .plan-card-confirmation .data-content-wrapper > .display-flex{
        flex-direction: column;
    }
    .plan-card-confirmation .data-content-wrapper > .display-flex .data-flex1:not(:first-child) {
        border-left: none;
        padding-left: 0;
    }
    .data-content-wrapper .data-flex1 {
        border-top: solid 1px #f1f1f1;
        padding-top: 12px;
        min-width: 300px;
    }
}
@media screen and (max-height: 650px) {
    .plan-card-confirmation .data-content-wrapper {
        font-size: 5px;
    }
    
    .plan-card-confirmation.card {
        height: 300px !important;
        width: calc(300px*4/5);
    }
    
    .plan-card-confirmation.remarks {
        font-size: calc(300px/27);
    }
}