﻿.BasePlanList .plan-card.horizontal {
    width: calc(50% - 5px);
    align-self: stretch;
}

.plan-card.horizontal:nth-child(odd){
    margin-right: 5px;
}

.plan-card.horizontal:nth-child(even){
    margin-left: 5px;
}

.plan-card.horizontal:nth-child(n+3){
    margin-top: 10px;
}

.plan-card.horizontal {
    width: 100%;
    margin: 0;
    transition: transform 150ms ease-in-out;
    background-color: #94E0E4;
}

.plan-card.horizontal.Plan5G {
    background-color: #EC2D85;
}

.plan-card.horizontal.best-plan {
    margin: 0;
}

.plan-card.horizontal .plan-content-wrapper {
    width: 100%;
    height: 100%;
    padding: 2px;
}

.plan-card.horizontal.best-plan .plan-content-wrapper {
    padding: 15px 2px;
    padding-top: 5px;
}

.plan-card.horizontal.best-plan .anniversary-plan-content-wrapper {
    padding: 0px 2px;
    /* padding-top: 5px; */
}

.plan-card.horizontal .image-content {
    width: 30%;
    overflow: hidden;
    align-self: stretch;
    border-right: 2px solid #94E0E4;
}

.plan-card.horizontal .image-content.Plan5G {
    border-right: 2px solid #EC2D85;
}

.plan-card.horizontal.best-plan .image-content {
    width: calc(50% + 10px);
}

/*.plan-card.horizontal.best-plan.AnniversaryImage .image-content {
    width: 30%;
    overflow: visible;
    align-self: stretch;
    border-right: 2px solid #94E0E4;
    left:-5%;
}*/

.plan-card.horizontal .data-content-wrapper {
    width: 70%;
    align-self: stretch;
}

.plan-card.horizontal.best-plan .data-content-wrapper {
    width: calc(50% + 10px);
    padding-right: 10px;
}

.plan-card.horizontal.best-plan .anniversary-data-content-wrapper {
    width: calc(50% + 10px);
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.plan-card.horizontal .data-content {
    background: white;
    height: 100%;
    width: 100%;
    padding: 12px;
    position: relative;
}

.plan-card-badge{
    height: 100%;
    right: -3%;
    top: -10%;
    width: 30%;
}

.best-plan .plan-card-badge {
    width: 20%;
}

.best-plan .anniversary{
    width:30% !important;
    top:-15%;
}

.anniversary-plan{
    margin-top:15%;
}

.gbud.plan-card-badge {
    top: -5%;
}

.plan-card-tag {
    background: #0628E5;
    width: 100%;
    padding: 0px 5px;
}

.plan-card.horizontal .text-data {
    font-size: 21px;
    font-weight: 800;
    line-height: 21px;
    color: #282828;
}

.plan-card.horizontal .text-data-unbold {
    font-size: 21px;
    line-height: 21px;
    color: #282828;
}

.plan-card.horizontal .text-sms-call {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #282828;
}

.plan-card.horizontal .text-price-cent,
.plan-card.horizontal .text-price-month {
    font-size: 14px;
    font-weight: 800;
    line-height: 16px;
}

.plan-card.horizontal .text-price-original,
.plan-card.horizontal .text-price-dollar{
    font-size: 21px;
    font-weight: 800;
    line-height: 21px;
}

.plan-card.horizontal .text-promo{
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    color: #282828;
}

.plan-card.horizontal .text-price-cent,
.plan-card.horizontal .text-price-dollar,
.plan-card.horizontal .text-price-month {
    color: #EC2D85;   
}

.plan-card.horizontal .strikethrough {
    position: relative;
    margin-left: 7px;
    color: rgba(40, 40, 40, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.plan-card.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;
}

.plan-card.horizontal .plan-badge {
    width: 100%;
}

.badgePadding {
    margin-left: 20%;
    padding: 11% 20% 20% 0;
}

.plan-card.horizontal .plan-badge > img{
    width: 100%;
    max-width: unset !important;
}

.plan-card.horizontal .PlanTagCont{
    display: inline-block;
    padding: 2px 7px 2px 5px;
    margin-right: 10px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 10px;
    display: flex;
    align-items: center;
    height: fit-content !important;
}

.plan-card.horizontal .Plan-Image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    max-width: unset !important;
}

.plan-card.horizontal.best-plan .Plan-Image {
    display: none;  
    width: 75%;  
}

.plan-card.horizontal .Plan-Image-Anniversary{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    max-width: unset !important;
}

.plan-card.horizontal.best-plan .ImageBest .Plan-Image-Anniversary{
    width: 94%;
    height: 126%;
    top: 80px;
}

.plan-card.horizontal.best-plan .ImageBest .Plan-Image{
    width: unset;
    height: 130%;
}

.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.horizontal {
        width: 100%;
        margin: 0;
    }
    
    .plan-card.horizontal + .plan-card.horizontal{
        margin-top: 10px;
    }

    .best-plan .plan-card-badge {
        /* height: 100%; */
        /* right: -1%; */
        /* top: -1%; */
        width: 24%;
    }

    .best-plan .anniversary{
        top:-5%;
    }

    .plan-card.horizontal.best-plan .image-content {
        width: calc(30% + 10px);
    }

    .plan-card.horizontal.best-plan .data-content-wrapper {
        width: calc(70% + 10px);
        padding-right: 10px;
    }

    .plan-card.horizontal.best-plan .anniversary-data-content-wrapper {
        width: calc(70% + 10px);
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .plan-card.horizontal .text-data {
        font-size: 6vw;
        line-height: 6vw;
    }

    .plan-card.horizontal .text-data-unbold {
        font-size: 6vw;
        line-height: 6vw;
    }

    .plan-card.horizontal .text-sms-call {
        font-size: 4vw;
        line-height: 4vw;
    }

    .plan-card.horizontal .text-price-cent,
    .plan-card.horizontal .text-price-month {
        font-size: 4vw;
        line-height: 4vw;
    }

    .plan-card.horizontal .text-price-original,
    .plan-card.horizontal .text-price-dollar{
        font-size: 6vw;
        line-height: 6vw;
    }

    .plan-card.horizontal .text-promo{
        font-size: 2.9vw;
        line-height: 2.9vw;
    }

    .plan-card.horizontal .strikethrough {
        font-size: 4vw;
        line-height: 4vw;
    }

    .plan-card.horizontal .PlanTagCont{
        font-size: 2.9vw;
    }
    
    .plan-card.horizontal.best-plan .ImageBest .Plan-Image{
        width: 110%;
        height: unset;
    }

    .plan-card.horizontal.best-plan .ImageBest .Plan-Image-Anniversary{
        height: 90%;
        width: 170%;
    }

    .plan-card.horizontal.best-plan .Plan-Image.vertical {
        display: unset;  
        width: 110%;
    }  
}

@media screen and (min-width: 801px) {
    .plan-card.horizontal.best-plan .Plan-Image.horizontal {
        display: unset;  
        width: 75%;
    } 
}