body {
    background: url(../images/fon/main-fon.png);
    background-size: cover;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    margin: 0;
    color: #fff;

}
.main-line {
    /*position: absolute;*/
    height: 1px;
    /*top: 47%;*/
    width: 100%;
    background: linear-gradient(to right, #8196f5, #f28080);
    border: none;
}


.text-muted {
    color: #ffffff !important;
}

.cash-add-city-build-input {
    background-color: #c4b8b8;
    border-radius: 10px;
    width: 70%;
}

.cash-add-street-amount-input {
    background-color: #c4b8b8;
    border-radius: 10px;
}

[dir="rtl"] .description-text {
    text-align: right;
}

[dir="rtl"] .main-text-right-rtf {
    text-align: right;
}

[dir="rtl"] .card-body {
    text-align: right;
}

[dir="rtl"] .mybtn4__img {
    transform: rotate(180deg);
}

.swal2-html-container {
    color: white !important;
}

.swal2-title {
    color: white !important;
}

.swal2-popup {
    background: rgb(255 255 255 / 16%) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 10px !important;
}


.placeholder-white::placeholder {
    color: white !important;
}

@media (max-width: 990px) {
    .dropdown-menu {
        background-color: rgb(37, 47, 90);
    }
}


.responsible-gaming-li {
    margin-bottom: 10px;
}

.responsible-gaming-input {
    border-radius: 10px;
}
