.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-right: 15px;
}

.help-block {
    font-size: 16px;
    color: #FF8373;
}

.has-error input {
    border-color: #FF8373;
    background: #FFE8E4;
}


/* -- START -- Add School(s) */

.add-school {
    max-width: 828px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 122px;
    padding-bottom: 31px;
}

.add-school__title {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    color: #000000;
}

.add-school__subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
    margin-bottom: 36px;
}

.add-school__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 9px;
    padding: 0 12px;
}

.add-school__contacts-col {
    width: 100%;
    margin-right: 12px;
}

.add-school__contacts-col:last-of-type {
    margin-right: 0;
}

.add-school__label {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

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

.add-school__example {
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px;
    color: #808080;
}

.add-school__block {
    position: relative;
    margin-bottom: 24px;
    border-radius: 3px;
    background: #FAFAFA;
}

.add-school__block:last-of-type {
    margin-bottom: 0;
}

.add-school__block--close {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
    border: 0;
    background: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.add-school__block--close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: red;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.add-school__block--close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background: red;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.add-school__two-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 12px;
    border-bottom: 1px solid #D3D3D5;
}

.add-school__two-fields--left {
    width: 67%;
    margin-right: 12px;
}

.add-school__two-fields--right {
    width: 33%;
}

.add-school__main {
    padding: 20px 12px;
}

.add-school__question {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.add-school__number-of-licenses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1px;
    font-size: 30px;
}

.add-school__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 157px;
    margin-right: 16px;
}

.add-school__minus {
    position: relative;
    width: 44px;
    height: 38px;
    border: 1px solid #D3D3D5;
    border-radius: 3px 0 0 3px;
    background: #FFFFFF;
}

.add-school__minus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #9B9B9B;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.add-school__number--field {
    display: block;
    max-width: 67px;
    width: 67px;
    height: 38px;
    text-align: center;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #D3D3D5;
    border-bottom: 1px solid #D3D3D5;
}

.add-school__number--field::-webkit-outer-spin-button,
.add-school__number--field::-webkit-inner-spin-button {
    /*display: none;*/
    -webkit-appearance: none;
    margin: 0;
}

.add-school__plus {
    position: relative;
    width: 44px;
    height: 38px;
    border: 1px solid #D3D3D5;
    border-radius: 0 3px 3px 0;
    background: #FFFFFF;
}

.add-school__plus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    border-radius: 1px;
    background: #9B9B9B;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.add-school__plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 16px;
    border-radius: 1px;
    background: #9B9B9B;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.add-school__number--text {
    width: 100%;
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #808080;
}

.add-school__cost {
    position: relative;
    top: 2px;
    color: #1E80FE;
}

.add-school__cost--period {
    margin-left: 4px;
    font-size: 21px;
    line-height: 25px;
    opacity: 0.5;
}

.add-school__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 25px;
}

.add-school__add {
    margin-right: auto;
    border: 0;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
    color: #1E80FE;
}

.add-school__submit,
.quote-popup-subscribe-btn {
    padding: 12px;
    border: 0;
    border-radius: 43px;
    background: #1E80FE;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #FFFFFF;
}

#proceed_payment-popup-paypal-btn {
    padding: 12px 55px;
}

.quote-popup-subscribe-btn {
    display: table;
    margin: 15px auto 0;
    cursor: pointer;
}

.add-school_white-btn{
    padding: 10px 32px;
    border-radius: 43px;
    font-size: 20px;
    line-height: 23px;
    background-color: white;
    color: #1e80fe;
    border: 1px solid;
    width: auto;
    font-weight: inherit;
    margin: 10px 0;
}

.add-school .intl-tel-input {
    margin-top: 6px;
}

.add-school .form-control {
    height: auto;
    padding: 3px 6px;
}

.add-school .new-pwyw__switch-text {
    margin-right: 6px;
}

.add-school__two-fields--right>.form-group {
    margin-bottom: 0;
}


/*.add-school .new-pwyw__switch-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.add-school .new-pwyw__switch-text {
    width: 100%;
    margin: 0;
    margin-bottom: 4px;
    text-align: left;
    color: #000000;
}
.add-school .new-pwyw__switch {
    margin-left: 0;
}*/

.add-school__switch-wrap {
    margin-right: 28px;
}

.add-school__switch-text {
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.add-school__switch-checkbox {
    display: none;
}

.add-school__switch-label {
    position: relative;
    display: block;
    width: 30px;
    height: 12px;
    border-radius: 20px;
    background: #D8D8D8;
    transition: background 0.8s;
    cursor: pointer;
}

.add-school__switch-checkbox:checked+.add-school__switch-label {
    background: #6FDA44;
}

.add-school__switch-label::before {
    content: '';
    position: absolute;
    top: -3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
    transform: translateX(-3px);
    transition: transform 0.35s;
}

.add-school__switch-checkbox:checked+.add-school__switch-label::before {
    transform: translateX(15px);
}

.add-school__switch-label::after {
    content: 'OFF';
    position: absolute;
    top: 50%;
    left: 37px;
    transform: translateY(-50%);
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1E80FE;
}

.add-school__switch-checkbox:checked+.add-school__switch-label::after {
    content: 'ON';
}

@media (max-width: 575px) {
    .add-school__title {
        font-size: 24px;
        line-height: 29px;
    }
    .add-school__contacts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .add-school__contacts-col {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .add-school__two-fields {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .add-school__two-fields--left {
        margin-bottom: 20px;
    }
    .add-school__two-fields--left,
    .add-school__two-fields--right {
        width: 100%;
        margin-right: 0;
    }
    .add-school__nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .add-school__submit {
        width: 100%;
        margin-top: 25px;
    }
    .add-school__number-of-licenses {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .add-school__number {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .add-school__cost {
        width: 100%;
        margin-top: 13px;
        text-align: center;
    }

    button#school-form-popup-button-chanel {
        margin-left: 30px;
    }

    a#school-form-popup-button-yes {
        margin-left: 15px;
    }
}


/* -- END -- Add School(s) */

.school-form-popup-not-users {
    margin-top: -115px;
}

.school-form-popup-not-users p {
    margin: 10px;
    font-size: 18px;
}

#school-form-popup-button-chanel {
    margin-left: 28%;
    padding: 15px 25px;
    border: 0;
    border-radius: 10px;
    background: #1e80fe;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 163, 255, 0.4);
    box-shadow: 0px 10px 15px rgba(0, 163, 255, 0.4);
    color: #FFFFFF;
}

#school-form-popup-button-yes {
    margin-left: 70px;
}

.add-school__question {
    margin-bottom: 0.5em;
}

.ap-form-popup-wrapper{
    padding: 0 40px;
}

.proceed_payment-popup-btn {
    padding: 15px 25px;
    border: 0;
    border-radius: 10px;
    background: #1e80fe;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 163, 255, 0.4);
    box-shadow: 0px 10px 15px rgba(0, 163, 255, 0.4);
    color: #FFFFFF;
}

#request-invoice-popup-id {
    height: 150px;
}

#school-form-popup-button-yes {
    margin-left: 70px;
}

.add-school__question {
    margin-bottom: 0.5em;
}

.ap-form-popup-wrapper{
    padding: 0 40px;
}

#attachFile, #attachFile_ql {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 25px;
    border: 0;
    border-radius: 10px;
    background: #1e80fe;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 163, 255, 0.4);
    box-shadow: 0px 10px 15px rgba(0, 163, 255, 0.4);
    color: #FFFFFF;
}

#submit-purchase-order, #submit-purchase-order_ql {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 25px;
    border: 0;
    border-radius: 10px;
    background: #1e80fe;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 163, 255, 0.4);
    box-shadow: 0px 10px 15px rgba(0, 163, 255, 0.4);
    color: #FFFFFF;
}

#fileName, #fileName_ql {
    font-size: 18px;
    width: 310px;
    margin: 0 auto;
}

.field-purchaseorderfile-file {
    display: none;
}

#attach_text, #attach_text_ql {
    font-size: 14px;
}


#purchase_message, #purchase_message_ql {
    display: none;
    margin-bottom: 10px;
    color: red;
}

#submit-purchase-order:disabled, #submit-purchase-order_ql:disabled {
    opacity: 0.5;
}

#add-school__submit {
    display: none!important;
}

#school_or_district, #school_or_district option{
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    color: #000000;
}

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

#send-email_file_rq {
    margin-right: 15px;
}

#download_file_rq {
    margin-left: 15px;
}

.quotes_block{
    padding: 0 12px;
    margin-bottom: 30px;
}

#requestQuotesSelect {
    width: 100%;
    margin-top: 12px;
}

#clear_form_btn {
    cursor: pointer;
    display: inline-block;
}

#invoiceNumberShow {
    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;
}

.single_btn {
    padding: 12px 70px;
}

#applicationform-0-country {
    height: 2rem;
}

.has-error #applicationform-0-country {
    border-color: #FF8373;
    background: #FFE8E4;
}

.red_asterix {
    color: red;
}