/* CHECKOUT */
#checkout-consult-info, #checkout-consult-discount p {
    text-align: center;
}
#checkout-content {
    margin-bottom: 50px;
}
#checkout-content .tab-content {
    padding: 0px !important;
}
#checkout-payment-method-tab a {
    padding: 5px 5px;
    background-color: #f1f1f1;
    line-height: 20px;
    border-radius: 10px;
    margin: 5px;
    height: 100%;
}
#checkout-payment-method-tab a.active {
    background-color: #097FC6;
}
#checkout-payment-method-tab a svg {
    fill: #097FC6 !important;
}
#checkout-payment-method-tab a.active i,
#checkout-payment-method-tab a.active svg {
    fill: #FABC5C !important;
    color: #FABC5C !important;
}
#checkout-payment-method-tab a div.payment-time {
    border-top: 1px solid;
    font-size: 14px;
    margin-top: 5px;
    line-height: 15px;
    padding-top: 7px;
}
.checkout-form {
    max-width: 350px;
    margin: auto;
    margin-top: 10px !important;
}
.checkout-form .row-field {
    margin-top: 10px;
}
.checkout-form label {
    margin-bottom: 0px;
}
.checkout-form select {
    width: 100%;
    border: 1px solid gray;
    border-radius: 0px;
    margin-top: 3px;
    padding: 9px 0px;
}
.checkout-form input {
    background-color: white;
    border: 1px solid #999999;
    padding: 0.5rem 0.5rem;
    box-sizing: border-box;
    margin-bottom: 0px;
}
.checkout-form .invalid_value input {
    border: 1px solid #FF3A26 !important;
}
.checkout-form button#btn-checkout-send {
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0px 0px 0px;
    padding: 10px;
    height: 59px;
}
.checkout-hr-separate-session {
    display: none;
}
#checkout-bankslip-barcode {
    text-align: center;
    color: gray;
    font-weight: 500;
    resize: none;
}

#checkout-container {
    position: relative;
}
div.checkout-disabled {
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    -o-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    filter: blur(1.5px);
    pointer-events: none;
}
#checkout-disabled-backdrop {
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
    background-color: #000000;
    border-radius: 10px;
}
#checkout-credit-warning {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    z-index: 995;
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    max-width: 320px;
    top: 80px;
    left: 15px;
}
.grecaptcha-badge {
    visibility: hidden;
}

@media (min-width: 992px) {
    #checkout-content,
    #checkout-disabled-backdrop {
        max-width: 400px;
    }
    #checkout-credit-warning {
        max-width: 370px;
    }
}
@media (max-width: 992px) {
    .card-container,
    .checkout-form {
        margin: auto;
    }
    #checkout-credit-warning {
        margin: auto;
        left: 0;
        right: 0;
    }
}
@media (max-width: 576px) {
    .checkout-hr-separate-session {
        display: block;
    }
    #checkout-consult-discount p i {
        margin-bottom: 0px !important;
    }
}
