﻿.BasePlanList .plan-card-new.horizontal {
    width: calc(50% - 12px);
    align-self: stretch;
    border: solid 2px #ffffff;
    height: fit-content;
}

.BasePlanList .plan-card-new.horizontal:hover{
    border: solid 2px #F594C1;
}

.BasePlanList .plan-card-new.horizontal:hover .plan-card-footer {
      bottom: 0;
      left: 0;
}

.plan-card-new {
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    padding: 15px 0;
}

.plan-card-new-top {
    height: 41px;
    margin: 0 15px;
    position: relative;
    min-height: fit-content;
}
.fit-content{
    min-height: fit-content;
}
.plan-card-new.horizontal:nth-child(odd){
    margin-right: 12px;
}

.plan-card-new.horizontal:nth-child(even){
    margin-left: 12px;
}

.plan-card-new.horizontal:nth-child(n+3){
    margin-top: 24px;
}

.plan-card-new.horizontal {
    width: 100%;
    margin: 0;
    transition: transform 150ms ease-in-out;
}


.plan-card-new.horizontal .plan-content-wrapper {
    width: 100%;
    height: fit-content;
}

.plan-card-new.horizontal .data-content-wrapper {
    align-self: stretch;
    width: 100%;
}


.plan-card-new.horizontal .data-content {
    background: white;
    width: 100%;
    padding: 0 12px 12px;
    position: relative;
    margin-bottom: 35px;
}

.plan-card-new .plan-card-badge{
    width: 100%;
    height: 40px;
    left: 15px;
    top: -15px;
    display: flex;
}
.plan-card-new .gbud.plan-card-badge {
    top: -15px;
}

.plan-card-tag {
    background: #0628E5;
    width: 100%;
    padding: 0px 5px;
}

.plan-card-new.horizontal .text-data {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
}

.plan-card-new.horizontal .text-data-bold {
    font-size: 21px;
    color: #282828;
    font-weight: 600;
    line-height: 120%;
}

.plan-card-new.horizontal .text-sms-call {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #808080;

}

.plan-card-new.horizontal .text-price-cent,
.plan-card-new.horizontal .text-price-month {
    font-size: 12px;
    font-weight: 700;
}

.plan-card-new.horizontal .text-price-original,
.plan-card-new.horizontal .text-price-dollar{
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
}

.plan-card-new.horizontal .text-promo{
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    color: #282828;
}

.plan-card-new.horizontal .text-price-cent,
.plan-card-new.horizontal .text-price-dollar,
.plan-card-new.horizontal .text-price-month {
    color: #EC2D85;   
}

.plan-card-new.horizontal .strikethrough {
    position: relative;
    margin-left: 7px;
    color: #B8B8B8;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.plan-card-new.horizontal .strikethrough:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 45%;
    width: calc(100% + 3px);
    border-top: 2px solid;
    border-color: inherit;
    color: rgba(40, 40, 40, 0.5) !important;
}

.badgePadding {
    margin-left: 20%;
    padding: 11% 20% 20% 0;
}

.plan-card-new.horizontal .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;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

@media screen and (max-width: 800px) {
    .BasePlanList .plan-card-new.horizontal {
        width: 100%;
        margin: 0;
    }
    
    .plan-card-new.horizontal + .plan-card-new.horizontal{
        margin-top: 10px;
    }

    .plan-card-new.horizontal.best-plan .data-content-wrapper {
        width: calc(70% + 10px);
        padding-right: 10px;
    }

    .plan-card-new.horizontal.best-plan .anniversary-data-content-wrapper {
        width: calc(70% + 10px);
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .plan-card-new.horizontal .text-data {
        font-size: 6vw;
        line-height: 6vw;
    }

    .plan-card-new.horizontal .text-data-unbold {
        font-size: 6vw;
        line-height: 6vw;
    }

    .plan-card-new.horizontal .text-promo{
        font-size: 2.9vw;
        line-height: 2.9vw;
    }

    .plan-card-new.horizontal .PlanTagCont{
        font-size: 2.9vw;
    }
}
