.container {
    max-width: 960px;
}

body {
    font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

.lh-condensed {
    line-height: 1.25;
}

input::placeholder {
    font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    font-size: 13px;
}

.form-control, .form-control:focus, .form-control:focus-visible, .form-control:focus-within, .form-control:active,
.custom-select, .custom-select:focus, .custom-select:focus-within, .custom-select:focus-visible, .custom-select:active {
    border: none;
    border-bottom: 2px solid #2F80ED;
    box-shadow: none !important;
    border-radius: 0;
}

.btn-primary {
    background-color: #2F80ED;
    border-color: #2F80ED;
}

.text-link {
    color: #2F80ED;
}

.text-primary {
    color: #fe5b4c !important;
}

.badge-secondary {
    background-color: #fe5b4c !important;
}

.form-check-label {
}

input[type=radio] {
    opacity: 0;
    position: fixed;
    width: 0;
}

input[type=radio] + .form-check-label {
    display: inline-block;
    background-color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #2c187e;
    font-size: 20px;
    border: 2px solid #2c187e;
    border-radius: 4px;
    width: 100%
}

/*input[type="radio"]:checked + .form-check-label {*/
/*    background-color: #dfd;*/
/*    border-color: rgb(74, 255, 74);*/
/*}*/

input[type=radio] + .form-check-label:hover {
    background-color: #FFF5EE;
    border-color: #FF5F1F;
    color: #2c187e;
}

/*input[type="radio"]:focus + .form-check-label {*/
/*    border: 3px dashed rgb(74, 255, 74);*/
/*    background-color: #dfd;*/
/*}*/

input[type="checkbox"] + .form-check-label {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
    padding-left: 1px;
    display: grid;
}

input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: CanvasText;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.box {
    --size: 5px;
    height: 80px;
    margin: 5px;
    border: 1px solid;

    /*background:*/
    /*    radial-gradient(var(--size) at 50% 0px,#0000 99%,red 101%) 50% var(--size)/calc(4*var(--size)) 100% no-repeat;*/
}

.box + .box {
    background-repeat: repeat-x;
}

.box.mask {
    -webkit-mask: radial-gradient(var(--size) at 50% 0px, #0000 99%, #0a0a0a 101%) 50% var(--size)/calc(4 * var(--size)) 100% repeat-x;
    border: none;
}


.coupon_card {
    border-radius: 5px;
    background-color: white;
    padding: 10px 10px;
    position: relative;
    margin-left: 20px;
    border: 2px solid #87898A;;
}

.coupon_card label {
    display: flex;
    flex-direction: column;
}

.coupon_card label > div {
    width: 100%;
}

input[type=radio] + .plan {
    display: inline-block;
    background: #35363D;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #2c187e;
    font-size: 20px;
    border-radius: 13px;
    width: 100%;
    text-align: left
}

@media (min-width: 767px)  {
    input[type=radio] + .plan {
        display: inline-block;
        background: #35363D;
        padding: 10px;
        text-transform: uppercase;
        color: #2c187e;
        font-size: 20px;
        border-radius: 13px;
        width: 100%;
        text-align: left;
    }
    .planCSS{
        margin-bottom: 0.5rem !important;
    }
}
input[type="radio"]:checked +.plan{
    /*background: #35363D;*/
    background: linear-gradient(139.97deg, #BF7EFF -67.37%, #281869 99.14%);
}
input[type="radio"]:focus + .plan {
    background: linear-gradient(139.97deg, #BF7EFF -67.37%, #281869 99.14%);
}
.plan_amount{
    color: #EADBFF;
    font-size: 20px;font-weight: 700; line-height: 27.24px;
    text-align: left;
}
.plan_desc{
    font-size: 12px; font-weight: 400; color: #EADBFF;
    line-height: 16.34px;text-align: left;
}
.plan_discount{
    color: #EBBD18; font-size: 12px;
    font-weight: 600; line-height: 16.34px; text-align: left;
}
input[type="checkbox"]:checked + .form-check-label {
padding-left: 1rem!important;
}
