#preloader {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    background: rgba(245, 245, 245, 0.7) url(../img/content/loading.svg) center center no-repeat;
    background-size: 250px;
}

.card-compact{
    position: relative;
}
.card-compact .hidden-button{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

form.card_pay .btn-primary {
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 10px;
}

.alert-custom{
    color: #d23c3c;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.cursor-disabled{
    cursor: not-allowed;
}

.position-relative{
    position: relative;
}

.alert-animated{
    position: absolute;
    width: 100%;
}

.enter-form_ornament.maintenance{
    padding: 80px 70px;
}

.enter-form_ornament.maintenance h2{
    color: #d23c3c;
}

.red{
    color: #d23c3c;
}

.card--menu .dropdown{
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 10px;

}

.card--menu .dropdown .btn.btn-light{
    background-color: #d13c3c;
}

.user-old-cards{
    color: #a6a6a6;
}

.user-old-cards .card-history-date{
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 10px;
}

.custom-table{
    font-size: 14px;
}

.custom-table .thead-dark th{
    font-size: 13px;
}

.balance-loader {
    height: 84px;
    background: url(../img/content/balance-loader.svg) center center no-repeat;
    background-size: 55px;
}

.grecaptcha-badge { visibility: visible !important;}

.other-service {
    font-size: 1.2rem;
    color: #d23c3c;
    font-weight: 700;
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 12px;
    display: block;
    text-align: center;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.other-service:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
