@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");



/* body {
    font-family: "Inter", sans-serif;
    line-height: 1.5;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f9;
} */

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    user-select: none;
    & > * {
        margin: .5rem 0.5rem;
    }
}



.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
}

.checkbox-input {
   
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;

    &:checked + .checkbox-tile {
        border-color: #0e5398;
        box-shadow: 0 5px 10px rgba(#000, 0.1);
        color: #0e5398;
        background-color: #fff;
        &:before {
            transform: scale(1);
            opacity: 1;
            background-color: #0e5398;
            border-color: #0e5398;
        }
        
        .checkbox-icon, .checkbox-label {
            color: #0e5398;
        }
    }
    
    &:focus + .checkbox-tile {
        border-color: #0e5398;
        box-shadow: 0 5px 10px rgba(#000, 0.1), 0 0 0 4px #b5c9fc;
        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:200px;
    padding: 5px;
    min-height: 30px;
    border-radius: 0.5rem;
    border: 2px solid #fff;
    background-color: transparent;
    box-shadow: 0 5px 10px rgba(#000, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;

    /* &:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    } */

    &:hover {
        border-color: #0e5398;
        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

@media only screen and (max-width: 600px) {
    .checkbox-tile  {
       width:131px !important;
      }
    }
/* @media only screen and (max-width: 320px) {
    .checkbox-tile  {
       width:100px !important;
      }
    } */

.checkbox-icon {
    transition: .375s ease;
    color: #494949;
    svg {
        width: 3rem;
        height: 3rem;
    }
}

.checkbox-label {
    color: #fff;
    transition: .375s ease;
    text-align: center;
    font-size: 12px;
}

/*---------------radio button---------------------*/
.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;

    /*  max-width: 970px;*/
    /*  padding: 85px 50px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*  background: #fff;*/
    /*  border-radius: 20px;*/
    /*  -webkit-box-shadow: 0px 8px 10px 0px #d8dfeb;*/
    /*  box-shadow: 0px 8px 10px 0px #d8dfeb;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plans .plan input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.plans .plan {
    cursor: pointer;
/*    width: 48.5%;*/
    margin: 0.5rem 0.5rem;
}

.plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 6px;
/*    -webkit-transition: -webkit-box-shadow 0.4s;*/
/*    transition: -webkit-box-shadow 0.4s;*/
/*    -o-transition: box-shadow 0.4s;*/
/*    transition: box-shadow 0.4s;*/
/*    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;*/
    position: relative;
    background: #fff;
}

.plans .plan .plan-details span {
    /*  margin-bottom: 10px;*/
    display: block;
    font-size: 15px;
    /*  line-height: 16px;*/
    color: #252f42;
}

.title {
    font-size: 20px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #6a81ae;
    box-shadow: 0px 3px 5px 0px #6a81ae;
}

/*.plans .plan input[type="checkbox"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    left: 5px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
}*/

.plans .plan input[type="checkbox"]:checked + .plan-content {
    border: 3px solid #216ee0;
    background: #c2d7ff;
    /*-webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;*/
/*    transition: ease-in 0.3s;*/
}

@media screen and (max-width: 991px) {
    /*.plans {
        margin: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px;
    }*/

    .plans .plan {
/*        width: 100%;*/
    }

    .plan.complete-plan {
        margin-top: 20px;
    }

    .plans .plan .plan-content .plan-details {
        width: 100%;
        display: inline-block;
    }

    .plans .plan input[type="checkbox"]:checked + .plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media screen and (max-width: 767px) {
    .plans .plan .plan-content .plan-details {
        width: 100%;
        display: inline-block;
    }
}

@media screen and (max-width: 540px) {
    .plans .plan input[type="checkbox"]:checked + .plan-content:after {
        top: 20px;
        right: 10px;
    }

    .plans .plan .plan-content .plan-details {
        width: 100%;
    }

    .plans .plan .plan-content {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}




.checkbox-tile-green {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:282px;
    padding: 5px;
    min-height: 30px;   
    border-radius: 0.5rem;
    border: 2px solid #fff;
    background-color: transparent;
    box-shadow: 0 5px 10px rgba(#000, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;

    /* &:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    } */

    &:hover {
        border-color: #0e5398;
        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}
.checkbox-input {
   
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;

    &:checked + .checkbox-tile-green {
        border-color: #0e5398;
        box-shadow: 0 5px 10px rgba(#000, 0.1);
        color: #0e5398;
        background-color: #fff;
        &:before {
            transform: scale(1);
            opacity: 1;
            background-color: #0e5398;
            border-color: #0e5398;
        }
        
        .checkbox-icon, .checkbox-label {
            color: #0e5398;
        }
    }
    
    &:focus + .checkbox-tile-green {
        border-color: #0e5398;
        box-shadow: 0 5px 10px rgba(#000, 0.1), 0 0 0 4px #b5c9fc;
        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}
.text_area_bg{
    background: transparent !important;
    color: white !important;
    border: 1px solid #fff !important;
}