.card-checkout {
    background: #f8f9fa;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
    border-radius: 30px;
    text-align: center;
    padding: 0px !important;
    font-weight: bold;
    transition: 0.2s all;
    letter-spacing: 1px;
}
.checkout > div > img {
    width: 100%;
    min-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.checkout-bk .bg-1,
.checkout .bg-1 {
    display: block;
    position: absolute;
    width: 50%;
    height: auto;
    top: 100px;
    z-index: -10;
    right: -25%;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.checkout-bk .bg-2,
.checkout .bg-2 {
    display: block;
    position: absolute;
    width: 50%;
    height: auto;
    top: 0px;
    z-index: -10;
    left: -20%;
    top: 45%;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

/* Geral */
.max-width-300 {
    max-width: 300px !important;
}
.max-width-400 {
    max-width: 400px !important;
}
.max-width-800 {
    max-width: 800px !important;
}
.nav-tabs a {
    color: #333 !important;
}
.nav-tabs a:hover {
    color: #31996c !;
}

th {
    text-align: left !important;
}

h1,
h2,
h3,
h4,
.btn-success {
    font-family: QuickSandBook, Arial, Helvetica, sans-serif;
    font-weight: normal !important;
}
.btn-success {
    background-color: #31996c !important;
}
.btn-lg {
    border-radius: 25px !important;
    padding: 15px 40px 14px 40px !important;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}

.close:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}

.mt-200 {
    margin-top: 200px;
}
#step-row .col-md-4 {
    position: relative;
}
#step-row .col-md-4 h4 {
    z-index: 10;
    position: relative;
    padding-top: 11%;
    color: #fff;
    text-transform: uppercase;
    font-size: 97%;
}
@media (max-width: 767px) {
    #step-row > .row > .col-md-4:nth-child(3n + 2) img {
        right: 0px !important;
        width: 100% !important;
    }
    #step-row > .row > .col-md-4:nth-child(3n + 0) img {
        right: 0px !important;
        width: 100% !important;
    }
    #step-row > .row > .col-md-4:nth-child(3n + 1) img {
        right: 0px !important;
        width: 100% !important;
    }
}
#step-row > .row > .col-md-4:nth-child(3n + 2) img {
    z-index: 2;
    right: -10%;
}
#step-row > .row > .col-md-4:nth-child(3n + 0) img {
    z-index: 1;
    right: 0%;
}
#step-row > .row > .col-md-4:nth-child(3n + 1) img {
    z-index: 3;
    right: -20%;
}
#step-row .col-md-4 img {
    width: 120%;
    position: absolute;
    top: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 10px 10px 0px 0px;
}

/* FORMS */
#id_sender_hash-div,
#id_token_cartao-div,
#id_token_ready-div,
#id_brand-div {
    display: none !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}
label {
    font-size: 90%;
}
input.form-control {
    border-radius: 10px;
}

/* Pagamento */
#imgs-boleto img {
    min-width: 120px;
}
#imgs-cartao img {
    min-width: 60px;
}

/* LOADING OVERLAY  */
/* LOADING OVERLAY  */
/* LOADING OVERLAY  */
/* LOADING OVERLAY  */
/* LOADING OVERLAY  */
/* LOADING OVERLAY  */
/* LOADING OVERLAY  */
/* LOADING OVERLAY  */
/* LOADING OVERLAY  */
.spanner {
    position: absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display: block;
    text-align: center;
    height: 300px;
    color: #fff;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: "";
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner,
.overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show,
.overlay.show {
    opacity: 1;
}
