body {
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    display: flex;
    align-content: center;
    justify-content: center;
    font-family: 'Arial', sans-serif !important;
}

.btn-qlubpayment {
    background: #7d00d4 !important;
    color: white !important;
    padding: 10px 30px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
 }

.btn-qlubpayment:hover, .btn-qlubpayment:active, .btn-qlubpayment:focus, .btn-qlubpayment:focus-within {
    background: #6601b0 !important;
    outline:0 !important;
    box-shadow: none !important;
}

#language button {
    outline:0 !important;
    box-shadow: none !important;
}

#language .current-lang, #language button:hover {
    background: #6601b0 !important;
    color: white !important;
}

label {
    padding-bottom: 5px;
    font-size: 16px;
}

input {
    margin-top: 5px;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
}

.card-container {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 60vw;
    padding: 20px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0 #ddd;
    box-shadow: 1px 5px 6px 0 #ddd;
    border-radius: 22px;
}

#generatecard{
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
}

.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .blue {
    fill: #00a9ce;
    opacity: 0.9;
}

.creditcard .yellow {
    fill: #ffc624;
    opacity: 0.8;
}

.creditcard .yellowdark {
    fill: #00a9ce;
    opacity: 0.8;
}

.creditcard .visa {
    fill: #fdbb0a;
}
.creditcard .visadark {
    fill: #75787b;
}
.creditcard .mastercard {
    fill: #F79E1B;
    opacity: 0.5;
}
.creditcard .mastercarddark {
    fill: #EB001B;
    opacity: 0.5;
}
.creditcard .maestro {
    fill: #7375CF;
    opacity: 0.5;
}
.creditcard .maestrodark {
    fill: #00A2E5;
    opacity: 0.5;
}
.creditcard .amex {
    fill: #00A2E5;
    opacity: 0.5;
}
.creditcard .amexdark {
    fill: #00A2E5;
    opacity: 0.5;
}

#maskedsvg {
    text-transform: uppercase;
}

.white {
    fill: #FFFFFF;
}

.fw {
    font-weight: 400;
}

.fs-big {
    font-size: 40px;
}

.fs-normal {
    font-size: 33px;
}

.white-opacity {
    opacity: 0.6;
    fill: #FFFFFF;
}

.fs-small {
    font-size: 16px;
}

.gray {
    fill: #4C4C4C;
}

#cardback .st {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

.black {
    fill: #111111;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    cursor: pointer;
}

.creditcard .cardfront,
.creditcard .cardback {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .cardback {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mastercard-img, .maestro-img {
    max-width: 80px;
}

.visa-img {
    width: 100%;
    right: -40px;
    max-width: 150px;
    top: -40px;
    position: relative;
}
.amex-img {
    width: 100%;
    right: -10px;
    max-width: 120px;
    position: relative;
}

@media (max-width: 760px) {
    .mastercard-img, .maestro-img {
        max-width: 50px;
    }
    .visa-img {
        top: -55px;
    }
    .amex-img {
        top: -20px;
    }

}

.total {
    font-size: 18px;
    font-weight: bold;
    display: flex;
 }
.total span {
    margin-right: 15px;
}

.not-valid{
    border: 1px solid #dc3545!important;
}

.not-valid-feedback {
    display: none;
}

.bank-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bank-logos img {
    width: 50px;
    height: auto;
}

#loadingoverlay{
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    width: 100%;
    height:100%;
    background: #FFFFFF;
    display: none;
 }

#loadingblock {
    z-index: 101;
    position: relative;
    display: none;
 }
