#pay-page{

}


#pricing-content{

    margin-top: 30px;
    padding: 22px;
    display: flex;
    justify-content: flex-start;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center
}

.results{
    width: 110% !important;
}

.pricing-title{
    text-align: center;
    margin-bottom: 35px;
    width: 100%;

}

#pricing-content{
    max-width: 900px;
    margin: auto;
    margin-top: 150px;
    display: flex;
    justify-content: flex-start;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.pricing-action-panel{
    width: 460px;
    margin: auto auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.pricing-txt{
    min-width: 480px;
}

@media (max-width: 768px) {
    .pricing-action-panel {
        width: 100%;
    }

    .pricing-txt{
        min-width: 90%;
    }

}


.ui.progress .bar {
    height: 0.75em;
}

.ui.indeterminate.teal.progress .bar::before, .ui.progress .teal.bar, .ui.teal.progress .bar {
    background-color: #2185d0;
}

#section-progress{
    width: 100%;
    margin-bottom: 3em;
}

.pricing-selection{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}


.pricing-field{
    min-width:480px;

}

#txt-email{
    min-width: 480px;
}

@media (max-width: 768px) {
    .pricing-field{
        width: 90%;
    }

    #txt-email{
        min-width: 200px;
    }

    .pricing-txt-last_name{
        margin-top: 1em!important;
    }

    .pricing-txt-last_name{
        margin-top: 1em!important;
    }
}



.pricing-ck-box{
    width: 180px;
    height: 132px;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    margin: 0px 10px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 24px;
}

.pricing-ck-box-content{
    height: 100%;
    width: 100%;
}

.pricing-ck-box-selected{
    border: 3px solid #0384FB;
}

.pricing-ck-box-input-content{
    float: right;
    width: 100%;
    height: 40px;
}

.pricing-ck-box-input{
    float: right;
    margin: 5px;
}

.pricing-ck-box-icon-content{
    float: left;
    width: 100%;
    margin: auto auto;
}

.pricing-ck-box-icon{
    font-size: 4em;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 1em;
    color: #6a6a6a;

}

.pricing-ck-box-label-content{
    float: left;
    width: 100%;
    margin: auto auto;
    height: 30px;
    text-align: center;
}

.pricing-ck-box-label{
    text-align: center;
}

.pricing-count-box-label-content{
    float: left;
    text-align: center;
    width: 100%;
    line-height: 4em;
}

.pricing-count-box-label{
    font-size: 2em;
}

.pricing-name{

    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}