body {
    font-family: 'Gotham', sans-serif;
    color: #003b78;
    background-image: linear-gradient(#0180c8, #003b78);
    height: 110vh !important;
}

.color1 {
    color: #003b78;
}

.active {
    background-color: #003b78 !important;
}

#card_button {
    background-color: #0180c8;
    border-color: #0d6efd;
}

#ach_button {
    background-color: #0180c8;
    border-color: #0d6efd;
}

.form-control {
    padding: 0.50em;
    border-radius: 0.3rem;
    font-size: .9rem;
    font-weight: 400;
    padding: .8rem .8rem .8rem .8rem;
}

.bg-light {
    background-color: #e8f0fc !important;
}


#payment-form > div > div.input-group.mb-3 {
    margin-bottom: 0px !important;
}

#payment-form label {
    font-size: 13px;
    color: #667386;
}

.input-group > .form-group:first-child {
    padding-left: 0px !important;
}

.input-group > .form-group {
    padding-right: 8px;
    padding-left: 8px;
}

.input-group > .form-group:last-child {
    padding-right: 0px !important;
}

.card-body1 {
    padding: 1.5em 1.5em 2.6em !important;
}

.card-body2 {
    padding: 1.5em 2.6em 1.5em 1.5em !important;
}

.card {
    height: 430px !important;
    border: none;
}

.form-select {
    border-radius: 0.3rem;
    font-size: .9rem;
    font-weight: 400;
    padding: .8rem .8rem .8rem .8rem;
}

.mb-3 {
    margin-bottom: .5rem !important;
}

#payment-form > div > div:nth-child(1) > div.input-group.mb-3 {
    margin-bottom: 1rem !important;
}

#payment-form > div > div:nth-child(1) > div > div > div:nth-child(2) {
    margin-bottom: 1rem !important;
}



::placeholder {
    color: #c3cddb !important;
    font-weight: 200;
}

#iframe-alert {
    font-size: .8rem;
    background-color: #ffffff;
    border-color: #0180c8;
    color: #0180c8;
    border-radius: 0.4rem;
}

#payment-form > div > div:nth-child(1) > div > div > h4 {
    letter-spacing: -.4px;

}

#iframe-alert > svg {
    height: 15px;
    margin-right: 5px;
}

#payment-form > div > div:nth-child(2) > div > div > div > .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: .8em !important;
}

#payment-form > div > div:nth-child(2) > div > div > div > div:nth-child(3) > div {
    --bs-gutter-x: 0rem;
    border-radius: 0.4rem;
    background-color: #def2fe !important;
    padding-top: .5em !important;
    margin-top: 1.3em;
}

#transaction_amount_label {
    margin-bottom: .2rem;
    color: #003b78 !important;
    font-weight: 500;
}

#payment-form > div > div:nth-child(2) > div > div > div > div:nth-child(3) > div > div:nth-child(1) > div > span {
    padding: 0.375rem 0rem 0.375rem 1rem;
    white-space: nowrap;
    background-color: #ffffff;
    border: none;
    border-radius: 0.3rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #0180c8;
    font-weight: 500;
}

#submit_button {
    height: 77px;
    width: 100%;
    font-weight: 500;
    font-size: .9em;
    background-color: #ff8700;
    border: none;
}

#transaction_amount {
    border: none;
    color: #003b78;
    font-weight: 700;
    font-size: 1.1em;
    padding-left: .2em;
}

#iframe {
    margin-bottom: 0px;
}

.payconex_iframe{
    height: 177px;;
}

#additional_fee_div {
    padding-left: 2em;
    color: #0180c8;
    margin-right: -1rem;
}

#additional_fee_div > label {
    color: #0180c8;
}

#payment-form > div > div:nth-child(2) > div > div > div > div:nth-child(3) > div > div:nth-child(3) > label {
    color: #003b78;
    font-weight: 500;
}

#payment-form > div > div:nth-child(2) > div > div > div > div:nth-child(3) > div > div:nth-child(3) > div {
    font-weight: 800;
    font-size: 2em;

}

#payment-form > div > div:nth-child(2) > div > div > div > div:nth-child(3) > div > div:nth-child(3) {
    text-align: right;
    padding-right: 2em;
}

#payment-form > div > div:nth-child(2) {
    margin-top: 90px;
}

.halfcol {
    display: inline;
    width: 50%;

}

#payment-form > div > div > div.card.row > div.card-body2.mb-0.col.halfcol > div:nth-child(3) {
    padding: 0 .8em 0 .8em;
}

#payment-form > div > div > div.card.row > div.card-body2.mb-0.col.halfcol > div:nth-child(3) > div {
    border-radius: 5px;
}

#payment-form > div > div > div.card.row > div.card-body2.mb-0.col.halfcol > div.container.mt-4 {
    padding: 0 .2em 0 .2em;
}

#payment-form > div > div > div > div.card-body2.mb-0.col.halfcol > div.container.mt-4 > div > div:nth-child(2) {
    padding-left: 0;
}

.toptitle {
    margin-bottom: 10px;
}

#payment-form > div > div > div > div.card-body1.mb-0.col.halfcol > div.row.toptitle > div:nth-child(1) {
    width: 95px !important;
    padding: 0px;
}

#payment-form > div > div > div > div.card-body1.mb-0.col.halfcol > div.row.toptitle > div.col {
    padding-top: 10px;
    padding-left: 110px;
}

@media screen and (max-width:1000px) {
    #payment-form > div > div > div > div.card-body1.mb-0.col.halfcol > div.row.toptitle > div.col {
        padding-top: 10px;
        padding-left: 0px;
    }

    /*#form-body > div.container {
        padding: 0px !important;
    }*/

    .card {
        height: 100% !important;
    }

    .halfcol {
        width: 100%;
    }

    #payment-form > div > div > div > div.card-body1.mb-0.col.halfcol > div.row.toptitle > div:nth-child(1) {
        width: 100% !important;
        padding: 0px;
    }

    .input-group {
        position: relative;
        flex-wrap: wrap;
        display: block;
        align-items: stretch;
        width: 100%;
    }

    .input-group > .form-group {
        padding-right: 0px;
        padding-left: 0px;
    }

    #payment-form > div > div > div > div.card-body1.mb-0.col.halfcol > div.row.toptitle {
        margin-left: 0;
    }

    .card-body1 {
        padding: 2.6em 2.6em 0em 2.6em !important;
    }

    .card-body2 {
        padding: 0em 2.6em 1.5em 2.6em !important;
    }

    #iframe-alert {
        font-size: .6rem;
    }

    #payment-form > div > div > div > div.card-body2.mb-0.col.halfcol > div:nth-child(3) > div > div:nth-child(1) > div {
        display: inline-flex;
    }

    #payment-form > div > div > div > div.card-body2.mb-0.col.halfcol > div:nth-child(3) > div > div:nth-child(1) > div {
        width: 250px;
        margin-bottom: 20px;
    }

    #payment-form > div > div > div > div.card-body2.mb-0.col.halfcol > div:nth-child(3) > div > div:nth-child(1) {
        padding: 0;
    }

    #form-body > div.container > div > div.col > svg {
        width: 50% !important;
        padding-bottom: 20px;
    }

    #payment-form > div > div > div > div.card-body2.mb-0.col.halfcol > div.container.mt-4 > div > div:nth-child(2) {

        padding-bottom: 10px;
    }

    #iframe {
        overflow: visible;
    }

    #paymentiframeform {
        padding-right: 10px;
    }

    #id_number_input {
        padding-left: 0px;
    }

    .class_input_box {
        width: 100%;
    }

    #id_expy_input {
        width: 92% !important;
    }

    .btn {
        font-size: .75rem !important;
        padding: 0.3rem 0.5rem 0.3rem 0.5rem !important;

    }


    .gpayph {
        width: 150px !important;
    }

    .topcol3 > img {
        width: 35px !important;
    }

    .topcol3 {
        padding-top: 50px !important;
    }
    
    #payment-form > div > div > div > div.card-body1.mb-0.col.halfcol {
        padding-top: 0px !important;
    
    }
    
    .toprow {
        padding-left: 41px !important;
    }
}


#payment-form > div > div {
    background-color: transparent !important;
}

.footer1 {
    margin-top: 8%;
    width: 98%;
    z-index: 10;
    padding-left: 41px;
}

#recurring-switch {
    padding-left: 3.5em !important;
}

#recurring-frequency-select{
    margin-top: 2% !important;
    margin-bottom: -2% !important;
}

#form-body > div.container > div > div.col > svg {
    width: 15%;

}

#id_number_input\ forminput {
    font-family: 'Gotham', sans-serif;
}

.disclaimer {
    font-size: 9px;
    color: #333333;
    background-color: #fef6ee;
    padding: 1rem;
    border-radius: 5px;
}

#form-body > div.container {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: none;
    color: #003b78;
    box-shadow: 0px 15px 40px #024875;
    padding-bottom: 20px;
    z-index: 1;
}

#form-body > div.container > div > div.col {
    text-align: center;
}

#payment-form > div > div > div > div.card-body1.mb-0.col.halfcol > div:nth-child(2) {
    margin-bottom: .6rem !important;
}

#payment-form > div > div {
    padding-bottom: 0px !important;
    margin-top: -120px;
}

#form-body > div > div.row.footer1 > div.col {
    padding-top: 1rem;
}

#form-body > div.container {
    margin-top: 100px;
    padding: 50px 40px 50px 40px;
}

#payment-response > h2 {
    text-align: center;
    margin-bottom: 40px;
}

#payment-response {
    padding-left: 30px;
    margin-bottom: 80px;
}

.topcol1 img {
    width: 175px;
    max-width: 175px;
    padding-top: 12px;
}

.toprow {
    width: 100%;
    margin-bottom: 100px;
    padding: 0em 1.5em 1em 1.5em;
    display: flex;
}

.toprow2 {
    width: 100%;
    display: flex;
}

.topcol1 {
    width: 20%;

}

.topcol2 {
    width: 60%;
    padding-top: 35px;
    padding-left: 15px;

}

.topcol3 {
    width: 40%;
    padding-top: 55px;
    text-align: right;
}

.topcol3 > img {
    width: 40px;
    padding-bottom: 3px
}


.btn-group svg {
    margin-right: 5px;
}

.btn {
    font-size: .8rem;
    padding: .5rem 1rem .5rem 1rem;
    border-radius: 0.4rem;
}

.gpayph {
    /*
    The google pay library doesn't give you a ton of control over the size of the Gpay Button.
    width: 175px;
    */
    display: inline-block;
    vertical-align: middle;
}





@media screen and (max-width:1200px) {

    .topcol1 img {
        width: 95%;
        max-width: 175px;
        padding-bottom: 15px;
        margin-left: -20px !important;

    }

    .topcol1 {
        width: 20%;
        padding-left: 15px;
    }

    .topcol2 {
        width: 65%;
        padding-left: 10px;
    }

    .topcol3 {
        width: 35%;
        padding-right: 30px;
    }


    #form-body > div.container {
        padding: 10px 15px 40px 15px;
    }

    .toprow {
        display: inline;
        padding: 0;
    }

    #payment-form > div > div {
        margin-top: -50px;
    }
}

#recaptcha {
  min-height: 80px; /* v2 checkbox is ~78px tall */
}
