.checkbox-agreement {
    width: 13rem;
}

.form-group-thank-you {
    border-width: .2rem;
    border: solid #f7f7f9;
    border-radius: 1rem;
    padding: 2.5rem;
}

.signage_checkBox {
    width: 98px;
    float: left;
}

.checkbox-label-HTML {
    display: inline-block;
    float: left;
    width: 85%;
    padding-bottom: 10px !important;
    vertical-align: middle
}

.consent {
    font-size: .75em;
}

.largeHeader {
    display: block;
    text-align: right;
}

.smallHeader {
    display: none;
    text-align: right;
}

.rateDescription {
    min-width: 250px;
}

.checkbox-special-instructions {
    width: 15rem;
    margin-top: -0.17rem;
}

.checkbox-carrier-info {
    width: 15rem;
    margin-top: -0.17rem;
}

.input-checkbox-carrier-info {
    margin-top: 0.4rem !important;
}

.label-checkbox-carrier-info {
    margin-top: -0.15rem !important;
}

.input-fullname {
    width: 200px !important;
}

@media (min-width: 1390px) {
    /*.checkbox-carrier-info {
        width: auto;
        margin-top: -0.17rem;
    }*/

    .input-checkbox-carrier-info {
        margin-top: 0.35rem !important;
    }

    .label-checkbox-carrier-info {
        margin-top: 0.25rem !important;
    }

    .input-fullname {
        width: 275px !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }

    .nav-title {
        visibility: visible;
    }

    .checkbox-special-instructions {
        width: 30rem;
    }

    .checkbox-carrier-info {
        width: auto;
    }
}


@media (max-width: 1360px) {
    .checkbox-label-HTML {
        display: inline-block;
        float: left;
        width: 80%;
        /*padding-bottom: 10px !important;*/
        vertical-align: middle
    }

}

@media (max-width: 1032px) {
    .checkbox-label-HTML {
        display: inline-block;
        float: left;
        width: 70%;
        /*padding-bottom: 10px !important;*/
        vertical-align: middle
    }
}


@media (max-width: 980px) {

    .checkbox-label-HTML {
        display: inline-block;
        float: left;
        width: 85%;
        /*padding-bottom: 10px !important;*/
        vertical-align: middle
    }


    .englishDisclaimer {
        display: block;
        font-size: 10pt;
        color: black;
        font-weight: normal;
        text-align: left;
        padding-top: 6px;
        padding-bottom: 4px;
        width: 99%;
    }
}

@media (min-width: 768px) {
    .consent {
        font-size: .85em;
    }
}

@media (min-width: 1024px) {
    .checkbox-agreement {
        width: 20rem;
    }
}

@media (max-width: 700px) {

    .checkbox-label-HTML {
        display: inline-block;
        float: left;
        width: 80%;
        padding-bottom: 10px !important;
        vertical-align: middle
    }

    .englishDisclaimer {
        display: block;
        font-size: 10pt;
        color: black;
        font-weight: normal;
        text-align: left;
        padding-top: 6px;
        padding-bottom: 4px;
        width: 99%;
    }
}


@media (max-width: 520px) {


    .largeHeader {
        display: none;
        text-align: right;
    }

    .smallHeader {
        display: block;
        text-align: right;
    }

    .rateDescription {
        min-width: 130px;
    }

    .checkbox-label-HTML {
        display: inline-block;
        float: left;
        width: 70%;
        padding-bottom: 10px !important;
        vertical-align: middle
    }
}

    .pick-header {
        background-color: #4bb263 !important;
    }

    .drop-header {
        background-color: #e1515e !important;
    }

    .pick-body {
        background-color: #d4edda !important;
    }

    .drop-body {
        background-color: #f8d7da !important;
    }


    .special-instructions {
        background-color: #f8efba;
        padding: .5rem;
    }

    .hangingindent {
        padding-left: 22px;
        text-indent: -22px;
    }


    input[type="checkbox"] {
        min-height: 18px !important;
        min-width: 18px !important;
    }

    #btn-scrollto {
        width: 50px;
        height: 50px;
        display: block;
        opacity: 0;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        border: none;
        outline: none;
        text-align: center;
        box-shadow: 0 0 3px black;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 50%;
        font-size: 18px;
    }

.pick-note {
    background-color: #F1F6F2;
}

.drop-note {
    background-color: #F8E8E9;
}

.modal-overlay {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding: 1rem 0.25rem; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 1rem;
    border: 2px solid #e7e7e7;
    border-radius: 16px;
    max-width: 450px;
}

#confirmation-popup ul li::before {
    content: "\2022";
    color: #212529;
    font-weight: bold; 
    display: inline-block; 
    width: 1em; 
    margin-left: -1em; 
}