@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
body.waiting{
    cursor: progress!important;
}
.waiting a{
    cursor: progress!important;
}
#totalAmountRow{
    margin-top:1.2rem;
}
#totalAmountValue{
    font-weight:bold;
}
#card-logo,  .list-group-item{
    background-color: rgba(255, 255, 255, 0);
}
#card-logo img{
max-width:100%;
}
#cofInfoLabel, #recInfoLabel{
    margin-top:-0.5em;
}
#card-logo{
    margin-top:1.5em;
    margin-bottom:1.5em;
}
.receiptcard {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    margin-top: 1.5em;
}
.receiptbuttons {
    background-color: rgba(255, 255, 255, 0);
    margin-top:1.5em;
}
.row label{
    text-transform:capitalize;
}
.labColor{
    color: #FFFFFF;
}
.emphasis{
    font-weight: bold;
    font-size: 1.05em;
}
.AmountDisplay {
    font-size: 1.5em;
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-transform: capitalize;
}
.InfoDisplay {
    font-size: 1.5em;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.InfoText{
    padding-top:0.3em;
    padding-bottom:0.3em;
    font-size: 1.1em;
}
.form-check label{
    text-transform: none;
}
#logo {
    padding: 15px;
}
.noreq > .reqLabel{
    display:none;
}
.reqLabel{
    color: #f00;
}
.btn-block{
    width: 100%;
    display:block;
}
#instruction, #receiptlist {
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    border-radius: 4px;
    font-weight: 700;
    box-shadow: 2px 2px 3px rgba(0,0,0,.4);
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom:1.5em;
}
#instruction.receipt_instructions{
    margin-bottom: 0;
}
#formcard {
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Oswald', sans-serif;
    box-shadow: 2px 2px 3px rgba(0,0,0,.4);
}
#footer {
    margin-top:1.5em;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    box-shadow: 2px 2px 3px rgba(0,0,0,.4);
}
#payform{
    margin-top:1.5em;
    margin-bottom: 1.5em;
}
#paybutton {
    background-color: #225fa9;
    border-radius: 10px;
    min-width:70px;
    margin-top:1.5em;
}
label{
    margin-bottom: 0;
    margin-top:0.5rem;
}
.form-check-label{
    margin-top:0;
}
.inline_inpt{
    width:auto;max-width:100%;display:inline;
}
#cancelPolicyLab{
    text-decoration: underline;
}
#cancelPolicyLab:hover::after{
    content: ' (click to toggle display of cancellation policy)';
    text-decoration: none!important;
    font-size:0.6em;
    background-color: rgba(0,0,0,0.1);
}
#captchaplz div{
    margin-top: 1rem;
    margin-left:auto;
    margin-right:auto;
}
#rcAlert{
    margin-top: 1rem;
}
#footer-text a{
    color:inherit;
}
#GPButton, #APButton{
    transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#GPButton iframe{
    margin-top: 1rem;
}
#CollectJSApplePayButton{
    margin-top: 0.5rem;
}
.sizedownApplePay #CollectJSApplePayButton {
    height: auto !important;
    margin-top:0!important;
}
.disabledDiv, .needsRC{
    opacity: 0.5;
}
.disabledDiv iframe, .disabledDiv div, .disabledDiv apple-pay-button, .needsRC iframe, .needsRC div{
    pointer-events: none;
}
@media only screen and (max-width : 480px) {
    #recaptcha_challenge_image{
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    #recaptcha_response_field
    {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable .recaptcha_r1_c1, 
    .recaptchatable .recaptcha_r3_c1, 
    .recaptchatable .recaptcha_r3_c2, 
    .recaptchatable .recaptcha_r7_c1, 
    .recaptchatable .recaptcha_r8_c1, 
    .recaptchatable .recaptcha_r3_c3, 
    .recaptchatable .recaptcha_r2_c1, 
    .recaptchatable .recaptcha_r4_c1, 
    .recaptchatable .recaptcha_r4_c2, 
    .recaptchatable .recaptcha_r4_c4, 
    .recaptchatable .recaptcha_image_cell {
    margin: 0 !important;
    width: 100% !important;
    background: none !important;
    height: auto !important;
    }
}