/* -- New PWYW -- */

.new-pwyw-page {
    min-height: 92vh;
    padding-top: 90px;
    background-color: #1e80fe;
}

.new-pwyw {
    padding-top: 70px;
    padding-bottom: 70px;
}

.new-pwyw__title {
    margin-bottom: 40px;
    font-size: 60px;
    font-weight: 900;
    text-align: center;
    color: #FFFFFF;
}

.new-pwyw__description {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    color: #FFFFFF;
}

.new-pwyw__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    margin-bottom: 0;
    margin-top: 120px;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
}

.new-pwyw__list li{
    margin: 0 10px;
}

.best-value-border{
    border: 2px solid white;
    padding: 20px 10px;
    border-radius: 10px;
    margin-top: -97px;
}

.best-value{
    text-align: center;
    color: white;
    /*padding-bottom: 10px;*/
    margin-bottom: 10px;
}

.plan-type{
    color: rgb(255,91,60);
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.plan-type-period{
    color: rgb(255,91,60);
    text-align: center;
    font-size: 16px;
}

.pwyw-free-plan-text{
    color: #1e80fe;
    text-align: center;
    font-size: 16px;
}

.pwyw-free-plan-text{
    text-align: center;
    color: #1e80fe;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
}

.new-pwyw__item {
    /*-ms-flex-item-align: start;
    align-self: flex-start;*/
    position: relative;
    width: 300px;
    height: 440px;
    margin-right: 20px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.new-pwyw__item:last-of-type {
    margin-right: 0;
}

.new-pwyw__item img {
    max-width: 100%;
}

.new-pwyw__item-wrap {
    padding: 36px 36px 0 36px;
    width: 100%;
    height: 394px;
}

.new-pwyw__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-pwyw__price {
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    color: #1e80fe;
}

.new-pwyw__icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.new-pwyw__price--date {
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 47px;
    color: #1e80fe;
}

.new-pwyw__price--date-texto {
    font-size: 35px;
    line-height: 108.5%;
    font-weight: bold;
    text-align: center;
    color: #1e80fe;
    width: 192px;
    height: 76px;
    margin-bottom: 24px;
}

.new-pwyw__price--date_bot-text {
    font-size: 16px;
    width: 100%;
    line-height: 22px;
}

.new-pwyw__price--date_bot-text:last-of-type {
    margin-bottom: 10px;
}

.new-pwyw__price--crossed-out {
    position: relative;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 27px;
    text-align: center;
    color: #0cbafe;
}

.new-pwyw__price--crossed-out::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #0cbafe;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.new-pwyw__btn {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid #1e80fe;
    border-radius: 50px;
    background: none;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #1e80fe;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.new-pwyw__btn:hover {
    background: #1e80fe;
    color: #FFFFFF;
}

.new-pwyw__switch-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 174px;
    margin-left: auto;
    margin-right: auto;
}

.new-pwyw__switch {
    position: relative;
    width: 72px;
    height: 28px;
    margin-left: auto;
    /*border: 1px solid #00A5F9;*/
    border-radius: 40px;
    overflow: hidden;
}

.new-pwyw__switch-on-off {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 200%;
    height: 100%;
    /*background-color: #00A5F9;*/
}

.new-pwyw__switch-on,
.new-pwyw__switch-off {
    position: relative;
    width: 50%;
    height: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 10px;
    border: 1px solid #1e80fe;
    border-radius: 40px;
    background-color: #1e80fe;
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    cursor: pointer;
}

.new-pwyw__switch-off {
    padding-left: 32px;
    background-color: #FFFFFF;
    color: #1e80fe;
}

.new-pwyw__switch-on::before,
.new-pwyw__switch-off::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    width: 21px;
    height: 21px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background: #FFFFFF;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.new-pwyw__switch-off::before {
    right: auto;
    left: 3px;
    border: 1px solid #1e80fe;
}

.switch-off .new-pwyw__switch-on {
    margin-left: -50%;
}

.new-pwyw__switch-text {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #1e80fe;
}

.new-pwyw__text {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #E6F6FF;
    font-size: 18px;
    font-weight: 500;
    color: #1e80fe;
}

.new-pwyw__paypal {
    display: block;
    max-width: 204px;
    height: auto;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
}

.new-pwyw__item-wrap--personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-pwyw__item-wrap--personal .new-pwyw__price--date {
    margin-bottom: 0;
}

.new-pwyw__item-wrap--personal .new-pwyw__price-wrap {}

.new-pwyw__item-wrap--personal .new-pwyw__btn {
    margin-bottom: 0;
    background: #1e80fe;
    color: #FFFFFF;
}

.new-pwyw__item-wrap--personal .new-pwyw__btn:hover {
    background: #FFFFFF;
    color: #1e80fe;
}

@media (max-width: 991px) {

    .new-pwyw__price {
        font-size: 54px;
    }
    .new-pwyw__price--crossed-out {
        font-size: 24px;
    }
    .new-pwyw__list {
        display: grid;
    }
    .new-pwyw__item {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .new-pwyw__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .new-pwyw__item {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .new-pwyw__item:last-of-type {
        margin-bottom: 0;
    }
    .new-pwyw__list li{
        margin: 15px 10px;
    }
    .best-value-border{
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .new-pwyw__title {
        font-size: 36px;
    }
    .new-pwyw__item {
        width: 100%;
    }
    .new-pwyw__item-wrap {
        padding: 40px;
    }
    .new-pwyw__text {
        text-align: center;
    }
}

/* -- New PWYW -- */

.subscribe_add-school__switch-wrap {
    margin-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.subscribe_add-school__switch-text {
    margin-bottom: 0;
    margin-right: 16px;
}

.add-school__switch-label {
    margin-bottom: 0;
}

.manage-schools__btn-wrap .subscribe_submit,
.add-school__submit {
    height: 48px;
}

.subscribe_submit {
    width: 100%;
    cursor: pointer;
}

.subscribe_submit:hover {
    transform: scale(1.1);
}

.right_button {
    width: 100%;
    padding: 0;
}

.manage-schools__btn-wrap .subscribe_submit {
    margin-bottom: 12px;
}

.subscribe_submit .right_button {
    margin-top: 3px;
    width: 256px;
    height: 48px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    padding: 0;
    width: 100%;
}

.compare-plans-text{
    margin-top: 20px;
}
.compare-plans-btn{
    margin-top: 25px;
}

.compare-table{
    margin-top: 100px;
    overflow: hidden;
    transition: unset;

    display: grid;
    grid-template-columns: 1fr 200px 200px;

}

.compare-elem{
    border-radius: 8px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
}

.compare-table-header{
    background-color: rgb(3,90,206);
    color: white;
    font-size: 26px;
    margin-bottom: 5px;
    padding: 30px 0;
}

.compare-table-text{
    text-align: left;
    height: 90px;
    padding: 20px;
    color: rgb(71,136,244);
}

.compare-table-text:nth-child(odd){
    background-color: white;
}
.compare-table-text:nth-child(even){
    background-color: rgb(233,242,255);
}

.compare-table-checked{
    background-image: url("./../../img/blue-circle-checkmark.png");
    background-size: 100%;
    width: 50px;
    height: 50px;

}

.compare-img-block {
    padding: 20px 70px;
    min-height: 90px;
}

.compare-img-block:nth-child(odd){
    background-color: white;
}
.compare-img-block:nth-child(even){
    background-color: rgb(233,242,255);
}

.mobile-compare-table{
    display: none;
    background: url("./../../img/compare-table.png") no-repeat;
    width: 320px;
    height: 198px;
    background-size: 100%;
}

@media (max-width: 575px) {
    .mobile-compare-table{
        display: block;
    }
    .compare-elem{
        display: none;
    }
}

.instant_white_btn {
    padding: 10px 22px!important;
}

.or_any_group_text {
    font-size: 18px;
    font-weight: 600;
    color: #1e80fe;
    margin-bottom: 7px;
}

.group_discount_text {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #1e80fe;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .or_any_group_text {
        font-size: 16px;
    }
    
    .instant_white_btn {
        padding: 10px 10px!important;
    }
}

#quote-popup-id {
    width: max-content; 
    text-align: center;
    max-height: max-content;
    margin-left: -348px;
}

#quote-popup-id h3 {
    font-weight: 900;
}

#quote-btn-id:hover {
    background: #1e80fe;
    color: #fff;
}

#quote-popup-id .add-school__number {
    margin-left: 61px;
}

.blue_border-req_buttons {
    margin: 25px 25px;
    border: 3px solid;
    border-color: #1e80fe;
    border-radius: 15px;
}
.blue_border-req_buttons-buttons {
    display: flex;
    justify-content: space-between;
    margin: 30px;
}

.req_buttons_popup {
    cursor: inherit;
}

.req_buttons_popup:disabled {
    opacity: .5;
}

.active_button_block .req_buttons_popup {
    cursor: pointer;
}
.req_buttons_popup {
    padding: 9px 13px;
    border: 0;
    border-radius: 43px;
    background: #1E80FE;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 10px;
    min-width: 120px;
}
.active_button_block .req_buttons_popup:hover {
    transform: scale(1.1);
}
.blue_border-req_buttons-text {
    padding-top: 20px;
    font-size: 20px;
    color: black;
    font-weight: 500;
}

.popup_footer_block-button {
    margin: 20px 25px;
}

@media (max-width: 767px) {
    #quote-popup-id {
        margin-left: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        top: 0;
        overflow-y: auto;
        height: 100%;
    }
    .blue_border-req_buttons-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }    
    .req_buttons_popup {
        margin: 6px 10px;
    }
    #quote-popup-id .add-school__number {
        margin-left: 0;
    }
}

.clicked_quote {
    cursor: pointer;
    width: fit-content;
    color: #1E80FE;
}

.add_new_school-quote {
    cursor: pointer;
    width: fit-content;
}
#add_new_school-quote {
    color: #1E80FE;
}
.quotelist ul {
    list-style: none;
    margin-bottom: 60px;
}
.quotelist ul li {
    line-height: 37px;
}
.clicked_quote .span_school_name:hover, #add_new_school-quote:hover {
    text-decoration: underline;
}
.check_mark {
    display: none;
    font-size: 35px;
    font-weight: 900;
    color: #1E80FE;
}

.button-add_new_school {
    margin: 20px 0 45px 0;
}

.selected_school_ul li:not(.active_clicked_quote) {
    color: inherit;
    opacity: 0.5;
}
.active_clicked_quote {
    margin-left: -40px;
    opacity: 1;
}
.active_clicked_quote .span_school_name {
    font-weight: 600;
    color: #1E80FE;
}

.form_quote_row-input input {
    box-sizing: border-box;
    display: block;
    width: 80%;
    margin-top: 7px;
    padding: 3px 6px;
    border: 1px solid #D3D3D5;
    border-radius: 3px;
    background: #FFFFFF;
    font-size: 1rem;
    line-height: 1.5;
}

.form_quote_row-label {
    text-align: left;
    padding-left: 3px;
    font-size: 19px;
}

.form_quote_row {
    padding: 10px 5px;
}

.all_quote-popup {
    overflow-y: auto;
}

.quote_list_popup_wrap {
    padding: 40px 15px;
}

/* .quote_list_popup_wrap table {
    width: 100%;
} */

.quote_list_popup_wrap table td {
    word-break: break-all;
}

.quote_list_popup_wrap .add-school__number-of-licenses {
    margin: 35px 0;
}

td[name="buttons"] button {
    background-color: white!important;
}

.all_quote-popup {
    max-width: 800px;
}

#bElim {
    display: none!important;
}

.th_wo_br {
    border-right: unset!important;
}

.first_line th[name="buttons"], .second_line th[name="buttons"], .first_line td[name="buttons"], .second_line td[name="buttons"] {
    border-left: unset!important;
}

#download_file_ql, #send-email_file_ql, #button_okay_ql {
    padding: 12px 32px;
    border: 0;
    border-radius: 43px;
    background: #1E80FE;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #FFFFFF;
}

#invoiceNumberQl, #purchaseNumberQl, #purchaseNumberRQ {
    box-sizing: border-box;
    width: 43%;
    margin-top: 7px;
    padding: 3px 6px;
    border: 1px solid #D3D3D5;
    border-radius: 3px;
    background: #FFFFFF;
    font-size: 1rem;
    line-height: 1.5;
}
#add-school__submit_ql {
    display: none!important;
}

.blue_border-req_buttons, .popup_footer_block {
    opacity: 0.3;
}

.active_button_block {
    opacity: 1;
}

.hidden_button_block {
    display: none;
    text-align: center;
    margin-bottom: 50px;
}

.hidden_button {
    cursor: pointer;
    display: inline-block;
    padding: 12px 32px;
    border: 0;
    border-radius: 43px;
    background: #1E80FE;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #FFFFFF;
}
.error_span {
    color: red;
    font-size: 12px;
    word-break: break-all;
}
.second_button {
    margin-left: 10px;
}
.close_quote_details {
    cursor: pointer;
}

.hidden_button:hover {
    transform: scale(1.1);
}

.transform-hover:hover {
    transform: scale(1.1);
    cursor: pointer;
}

#active_purchase-popup-text {
    padding: 35px 5px;
}

#active_purchase-popup-buttons {
    display: flex;
    justify-content: space-around;
}

#active_purchase-popup-buttons button {
    cursor: pointer;
    padding: 12px 32px;
    border: 0;
    border-radius: 43px;
    background: #1E80FE;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #FFFFFF;
}

#continue_send_invoice, #continue_send_invoice_af, #continue_send_purchase, #continue_send_purchase_rq {
    cursor: pointer;
    padding: 12px 32px;
    border: 0;
    border-radius: 43px;
    background: #1E80FE;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #FFFFFF;
}

#continue_send_invoice:hover, #continue_send_invoice_af:hover, 
#continue_send_purchase:hover, #active_purchase-popup-buttons button:hover,
#continue_send_purchase_rq:hover, #active-subs_button_yes:hover, 
#active-subs_button_no:hover, #success-subs_button_okay:hover, 
#free_access_popup-button_okay:hover, #free_access_popup-button_send:hover, 
#free_access_popup-button_no:hover, #already_paid_button_okay:hover {
    transform: scale(1.1);
}

#stripe-error_button_okay, #active-subs_button_yes, 
#active-subs_button_no, #success-subs_button_okay, 
#free_access_popup-button_okay, #free_access_popup-button_send, 
#free_access_popup-button_no, #already_paid_button_okay,
#message_popup-id_okay {
    padding: 9px 13px;
    border: 0;
    border-radius: 43px;
    background: #1E80FE;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 10px;
    min-width: 120px;
}

.calc_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

#success-subs_popup-id, #active-subs_popup-id, #stripe-error_popup-id {
    padding: 20px;
}
#paypal_old_school:not(.second_button) {
    padding: 12px 55px;
}

#purchase_number_error {
    display: none;
    font-size: 18px;
    color: red;
}

@media (min-width: 768px) and  (max-width: 992px) {
    .container {
        font-size: 16px;
    }
}
