:root {
    --error-color: #ef0000;
    --tooltip-red: inherit;
    --tooltip-green: inherit;
    --tooltip-top: inherit;
    --tooltip-top-ind: inherit;
    --tooltip-left: inherit;
    --tooltip-font-size: inherit;
    --color-red--error-field: #EB4846;
    --color-lightred--100: #FFF6F6;
    --color-lightred--110: #FFF2F2;
    --color-red--error-tooltip: #DF4B4B;
    --color-green--verified-tooltip: #418038;
    --color-basic-black: #000000;
    --rgba-black-85: rgba(0, 0, 0, 0.85);
}

.rate input:disabled {
    background-color: transparent;
}

input:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: inset 0 0 0 50px white;
    -webkit-text-fill-color: black;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.withdrawal__btn.first_button:disabled,
.first_button:disabled,
.main-button:disabled {
    opacity: 0.4;
    pointer-events: none;
}

.popup--alert, .fancybox-overlay {
    touch-action: none;
}

.sk-circle {
    margin: 0 auto;
    width: 1.2em;
    height: 1.2em;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.available-bonuses {
    position: relative;
}

.sk-circle .sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: currentColor;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: inherit !important;
}

.datepicker--cell.-disabled- {
    color: #aeaeae !important;
}

.overlay {
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

#filter-overlay {
    display: none;
    position: fixed;
    z-index: 2147483641;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
}

input[type="submit"],
input[type="button"],
button,
.btn {
    -webkit-appearance: none;
    background-color: transparent;
    padding: 0 10px;
    margin: 0;
    outline: none;
    cursor: pointer;
}

.btn {
    border: 0;
}

.btn-right-scroll,
.btn-left-scroll{
    display:none;
}

select:disabled,
input:disabled,
.field__input:disabled {
    background-color: #ededed;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

select {
    outline: none;
}

html {
    position: relative;
}

html.popup-open {
    overflow-y: auto;
    overflow-x:hidden;
    width:100vw;
    height: -moz-available;          /* Mozilla-based browsers will ignore this. */
    height: -webkit-fill-available;  /* WebKit-based browsers will ignore this. */
    height: fill-available;
}

html.popup-open body {
    /*overflow: hidden !important;*/
    min-height: 100vh;
}

.popup-open #big_wrap {
    position: inherit;
}

.popup-open #main {
    min-height: unset;
}

.popup-open .first-content div,
.popup-open .first-content div p {
    display: none;
}

.popup-open #games,
.popup-open #promo {
    display: none;
}

.popup-open #chat-widget-container {
    display: none;
}
.popup-open #chat-widget-container.open-with-popup{
    display: block;
}
.popup-open #footer {
    max-height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
}

.popup-open .add-to-home-screen {
    display: none;
}

.floating-open-support {
    display: none;
    position: fixed;
    z-index: 999;
    padding: 0;
    border: none;
    border-radius: 50%;
    outline: none;
    transition: 0.4s all ease;
    -webkit-appearance: none;
}

.popup-page.active {
    display: block;
    z-index: 2501;
}

.popup-page.active .popup-content{
    display: block;
}

#overlay {
    display: none;
}

.second_button.reg_autoFill-form {
    margin: 0 auto;
    display: flex;
    margin-bottom: 15px;
}

.close-button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: relative;
    border: 2px solid darkgrey;
    cursor: pointer;
    display: inline-block;
    padding: 0;
}

.close-button_icon {
    width: 100%;
    height: 100%;
    z-index: 1;
    color: black;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-button_icon::before,
.close-button_icon::after {
    content: " ";
    position: absolute;
    width: 2px;
    background-color: currentColor;
    height: 67%;
}

.close-button_icon::after {
    transform: rotate(-45deg);
}

.close-button_icon::before {
    transform: rotate(45deg);
}

.field-container {
    position: relative;
}

/*------------------ FIELD ---------------*/
.field {
    margin-bottom: 15px;
}

.field--light-status .field__status--edit {
    background-image: url("../../../../templates/common/images/waiting-light.svg");
}

.field--without-label {
    margin-top: 15px;
}

.see-psw {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 100%;
    border: none;
    padding: 0;
    background-image: url(../../../../templates/common/images/pass_eye.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    outline: none;
}

.see-psw.hidden {
    background-image: url(../../../../templates/common/images/pass_eye_crossed.svg);
}

.field__wrp-input {
    position: relative;
}

.field--without-icon .field__wrp-input::after {
    display: none;
}

.field--without-label .field__label {
    display: none;
}

.field--error .field__input {
    border-color: var(--error-color);
    box-shadow: inset 0 0 0 1px var(--error-color);
}
.field-container.field--error .field input[type="text"],
.field-container.field--error .field input[type="password"]{
    border: 2px solid red;
}

input#coupon::placeholder {
    font-size: 12px;
}

.field--reg {
    margin-bottom: 0;
}

@media (max-width: 420px) {
    #popup-registration .field--pass {
        margin-bottom: 5px;
    }
}

.field-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.field__label {
    padding-right: 18px;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    user-select: none;
}

.field__input {
    display: block;
    border: 1px solid #ababab;
    background-color: #fff;
    outline: none;
    color: #000;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
    height: 41px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
}

.field__input--psw {
    padding-right: 26px;
}
.field__input--psw::-ms-reveal,
.field__input--psw::-ms-clear {
    display: none;
}

.field__input::placeholder {
    color: #656565;
}

.field__input--mobile-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    white-space: nowrap;
    padding-right: 5px;
    background-color: #f7f7f7;
    user-select: none;
}

.field_rules-open {
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    display: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: -3px;
    transform: translateY(-100%);
}

.field--error .field_rules-open {
    display: block;
}

.field_rules-open::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../../../../templates/common/images/border-danger.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.field_rules-open::before {
    content: "";
    width: 2px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../../../../templates/common/images/symbol-danger.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.popup.game-load-error .fancybox-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup.game-load-error {
    left: 20%!important;
}

.field_rules-list {
    position: absolute;
    margin: 0;
    top: -12px;
    right: 31px;
    transform: translateY(-50%);
    background-color: black;
    color: white;
    font-size: 10px;
    padding: 10px;
    border-radius: 10px;
    display: none;
    max-width: 60%;
}

.field_rules-list::before {
    content: "";
    right: 1px;
    top: 50%;
    width: 10px;
    height: 20px;
    position: absolute;
    background-color: inherit;
    transform: translate(100%, -50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.field_rules-item {
    padding-left: 10px;
    position: relative;
}

.field_rules-item:not(:last-child) {
    margin-bottom: 6px;
}

.field_rules-item::after {
    content: "";
    left: 0;
    position: absolute;
    top: 0.45em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: currentColor;
}

.field_status {
    width: 15px;
    height: 15px;
    padding: 0;
    border: none;
    position: absolute;
    right: 0;
    top: -3px;
    transform: translateY(-100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    display: none;
}

.field__status--edit {
    width: 38px;
    height: 30px;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    background-image: url("../../../../templates/common/images/loader.svg");
    background-size: 40px;
    background-position: calc(50% + 2px) center;
    border-radius: 10px;
}

/*------------------- CONTACT -----------------*/
.contact__massage-form-input {
    padding: 10px 0 10px 10px;
    height: auto;
}

.contact__massage-form-input:nth-child(1) {
    /*margin-bottom: 30px;*/
    resize: none;
}

.contact-form textarea ~ .tooltip-red {
    top: 103%;
}

.tooltip-red.show{
    display: block;
}

.contact-form .field {
    margin-bottom: 30px;
}

.checkbox {
    display: flex;
    align-items: center;
    margin: 9px 0;
}

.checkbox.error .checkbox__label {
    color: #9f0202;
}

.checkbox__label,
.user-new-flow-contact-content .enter-code-label{
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    display: block;
    opacity: 1;
    outline: none;
}
.user-new-flow-contact-content .enter-code-label::after,
.checkbox__label::before,
.checkbox__label::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 1px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}
.user-new-flow-contact-content .enter-code-label::before{
    content: none;
}
.field--error .checkbox__label {
    animation: 2s pulseError infinite;
    color: red;
    font-weight: bold;
}

@keyframes pulseError {
    0%,
    100% {
        color: black;
    }

    24%,
    50%,
    75% {
        color: red;
    }
}

@keyframes pulseErrorWhite {
    0%,
    100% {
        color: white;
    }

    24%,
    50%,
    75% {
        color: #EB4846;
    }
}

.checkbox__label:hover,
.checkbox__label:focus {
    opacity: 0.8;
}

.popup-registration .checkbox__label:hover,
.popup-registration .checkbox__label:focus {
    opacity: 1;
}
.brasile-text-registration{
    font-weight: 500;
    margin: 10px auto 20px;
    text-align: start;
}
.checkbox__button {
    display: none;
}

.checkbox__label::after {
    opacity: 0.5;
    background-image: url(../../../../templates/common/images/checkbox-passive.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.checkbox__button:checked + .checkbox__label::after {
    background-image: url(../../../../templates/common/images/checkbox-active.svg);
    opacity: 1;
    width: 16px;
}

.checkbox__label--light-icon::after {
    background-image: url(../../../../templates/common/images/checkbox-passive-white.svg);
}

.checkbox__button:checked + .checkbox__label--light-icon::after {
    background-image: url(../../../../templates/common/images/checkbox-active-white.svg);
}

.popup-login .popup-login__field {
    margin-bottom: 25px;
}

/*------------------ FIELD ---------------*/
.popup-page-content {
    position: relative;
}

/*============Game popup=============*/
body:not(.logged) #popup-game-mobile_start-game-real {
    display: none;
}

/*============Game popup=============*/

/*==============STATUS===============*/
.statuses {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 29px;
    border-bottom: 2px solid #ddd;
}

.status-box {
    min-width: 282px;
    max-width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.status-box-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.status-box .btn-deposit {
    margin: 0 auto;
    min-width: 120px;
}

.status-wrp-main {
    padding: 0 10px 10px 10px;
    color: white;
    box-sizing: border-box;
}

.status-vip-wpr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
}

.wager-percent,
.vip-percent {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
}

.wager-percent .percent-symbol,
.vip-percent .percent-symbol {
    font-size: 11px;
    line-height: 14px;
}

.wager-percent {
    margin: 0;
}

.vip-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    min-height: 31px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.progress-indicator {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: block;
    height: 100%;
    background: linear-gradient(to bottom, #9f0202 0%, #9f0202 49%, #890404 50%, #890404 100%);
}

.vip-after,
.vip-before,
.vip-percent-value {
    margin: 0;
    position: relative;
    z-index: 1;
}

.vip-percent-value {
    margin: 0 3px;
}

.vip-after {
    text-align: right;
}

.status-progress {
    display: flex;
    align-items: center;
}

.status-box__vip .vip-progress {
    flex-grow: 1;
}

.icon-vip-program {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 10px;
    margin-left: 2px;
    cursor: pointer;
    text-decoration: none;
}

.status-balance-wrp {
    text-align: center;
    font-size: 20px;
}

.status-box .balance {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}

.wagering {
    text-transform: none;
    font-size: 14px;
    min-height: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.status-wrp-bonus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 64px;
}

.status__bonus .status__bonus-end-date {
    padding-left: 24px;
    display: flex;
    align-items: center;
}

.status__bonus-end-date {
    position: relative;
}

.status__bonus-end-date::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    background: url(../../../../templates/common/images/alarm.png) no-repeat center;
    background-size: contain;
}

.status__bonus-end-date:empty::before {
    background: none;
}

.status__bonus .balance {
    margin: 0;
}

.wager-txt {
    display: inline-block;
    margin: 0;
    margin-right: 5px;
}

.bonuses__content {
    display: flex;
    flex-wrap: wrap;
}

.bonuses__content-title {
    border-right: 2px solid #ddd;
    width:50%;
    box-sizing: border-box;
}

.bonuses-count-down__container {
    display: flex;
    margin-bottom: 4px;
}

.bonuses-count-down__wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bonuses-count-down__title{
    margin: 11px 0px 4px 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.bonuses-count-down__item {
    margin: 0px 2.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.count-down-item__label{
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}

.bonuses-count-down__value {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    border-radius: 2px;
    padding: 10px 3px 9px 2px;
    background: linear-gradient(180deg, #2A2A2A 50%, #202020 50%);
}

.bonuses__content-card .vip-progress .wagering-progress-percent {
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    z-index: 2;
}

.bonuses__content-card .status-box{
    align-self: center;
    margin-top: auto;
}

.bonuses__content-card .status-wrp-bonus{
    justify-content: center;
}

.bonuses__content-title-text {
    margin: 0;
    min-height: 40px;
}

.bonuses__content-title-text span {
    font-weight: bold;
    display: block;
    font-size: 1.1em;
}

.bonuses__content-card {
    width: 50%;
    border-left: 2px solid transparent;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.bonuses__content-card:nth-child(2) {
    border-left: 2px solid #ddd;
}

.bonuses__content-card .hello-user, .bonuses__content-card .bonuses__content-title-text {
    margin-left: 50px;
}

.bonuses__content-card .bonuses__content-title-text {
    margin-bottom: 32px;
}

.bonuses__content-title-text{
    padding-right: 10px;
}

.bonuses__content {
    padding-bottom: 30px;
    border-bottom: 2px solid #ddd;
}
.bonuses__content .user-contact-box {
    width: 50%;
    order: 2;
    margin-top: -70px;
}

.bonuses__coupons {
    margin-top: 35px;
    padding: 0 50px;
}

.bonuses__input {
    box-shadow: inset 0px 9px 10px rgba(0, 0, 0, 0.33);
    border-radius: 53px;
    padding: 14px 20px;
    border: 0;
}

.bonuses__input:focus {
    outline: none;
}

.bonuses__input::placeholder {
    color: #A9A9A9;
    font-size: 16px;
    line-height: 20px;
}

.bonuses__coupons-form {
    display: flex;
    align-items: center;
    position: relative;
}

.bonuses__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35px;
    padding: 8px 18px;
    background-image: linear-gradient(to right, #e6c85d, #c39232);
    box-shadow: 0 0 0 1px #e6c85d;
    border: 0.5px solid #232323;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0 1px 1px rgb(255 255 255 / 90%);
}

.bonuses__submit span {
    white-space: nowrap;
}

.bonuses__submit-img {
    margin-left: 6px;
}

.bonuses__form-container {
    position: relative;

}

.bonuses__form {
    width: 100%;
    min-width: 300px;
}


.bonuses__incorrect {
    position: absolute;
    bottom: -25px;
    left: 20px;
    font-size: var(--tooltip-font-size);
    color: var(--tooltip-red);
}

/*==================================*/

/*========== CONTACT USER ==========*/
.user-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    padding: 40px 0;
    border-bottom: 1px solid #bbb;
}

.user-contact-content {
    padding-left: 44px;
}

.user-contact-box {
    position: relative;
}

.user-contact-box--small {
    width: 275px;
    margin: 70px auto 0;
}

.user-contact-box--text {
    text-align: center;
    font-weight: 600;
}

.user-contact-box:nth-child(odd)::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}

.popup-content.bonuses .user-contact-box:nth-child(odd)::after {
    display:none;
}

.popup-content.deposit .user-contact-box::after {
    display: none;
}

.user-contact-box .enter-code-label {
    margin-top: 10px;
}
.user-new-flow-contact-content .enter-code-label,
.user-new-flow-contact-content .user-new-flow-contact-status-checkbox,
.save-cc .user-contact-content.user-new-flow-contact-content label,
.donotGetBonus .user-contact-content.user-new-flow-contact-content label{
    font-size: 11px;
    font-weight: 400;
}

.status-subtitle {
    position: relative;
    padding-left: 44px;
    margin-top: 0;
    margin-bottom: 10px;
}

.status-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.user-contact-value {
    margin: 0 14px 0 0;
    line-height: 1em;
}

.user-contact-wrp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 31px;
}

.user-contact-verified,
.user-contact-not-verified {
    background-position: left center;
    background-repeat: no-repeat;
    margin: 20px 0 15px;
}

.enter-code {
    padding: 0.9em;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    box-sizing: border-box;
    margin: 1em 0;
}

.enter-code-text {
    margin-top: 0;
}

.enter-code-fields {
    display: grid;
    grid-template-columns: minmax(62px, 0.5fr) 1fr 1fr;
    grid-gap: 15px;
}

.enter-code-input {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    padding: 0.1em 0.3em;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    height: 100%;
}

.enter-code-container-input {
    position: relative;
}

.user-contact-phone-value {
    background: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-appearance: none;
    border-radius: 0;
}

.user-contact-phone-edit {
    margin-right: 14px;
    min-height: auto;
    cursor: pointer;
}

.phone-edit-wrp {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.enter-code-label {
    margin-top: 10px;
}

.user-contact-new-phone {
    display: none;
}

.user-contact-phone-val::before {
    content: "+";
}

/*==================================*/

#games .games .games-block {
    outline: none;
}

.recent-games .games-block.active:after {
    content: "";
    display: block;
    clear: both;
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
}

.SumoSelect > .optWrapper.isFloating > .options {
    box-sizing: border-box;
}

/*----------------------- Start game game_providers icon ----------------------- */
.game .game-provider {
    display: none;
    position: absolute;
    z-index: 50;
    margin-top: 113px;
    width: 206px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 70%;
}

#game-data .game-provider img {
    height: 100%;
}

#game-data .game-provider {
    max-height: 50px;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

#game-data .game-provider:hover {
    opacity: .7;
}

#game-data .game-provider:active {
    opacity: .4;
}

.game .game-provider.amatic {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/amatic.svg);
}
.game .game-provider.reevo_fugaso {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/reevo_fugaso.svg');
    background-size: auto 100%;
}
.game .game-provider.aristocrat {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/artistocrat.svg);
}

.game .game-provider.ballywulff {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/bally-wulff_min.svg);
}

.game .game-provider.b2tgame {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/bet-2-tech.svg);
}

.game .game-provider.booming {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/booming.svg);
}

.game .game-provider.mancala {
    background-image: url('../../../../templates/common/images/game_providers/mancala.png');
}

.game .game-provider.booongo {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/boongo.svg);
}

.game .game-provider.booongo_redgenn {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/booongo_redgenn.svg);
}

.game .game-provider.bgaming {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/bgaming.svg);
}

.game .game-provider.evolution {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/evolution.svg);
}

.game .game-provider.gamatron {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/gamatron.svg);
}

.game .game-provider.gamomat {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/gamomat-min.svg);
}

.game .game-provider.isoftbet {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/isoft-bet.svg);
}

.game .game-provider.reevo_isoftbet {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/isoft-bet.svg);
}

.game .game-provider.lucky {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/lucky-streak.svg);
}

.game .game-provider.mascot {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/mascot-gaming.svg);
}

.game .game-provider.merkur {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/merkur.svg);
}

.game .game-provider.microgaming {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/microgaming.svg);
}

.game .game-provider.netent,
.game .game-provider.netentpremium {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/netend-min.svg);
}

.game .game-provider.novomatic {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/novomatic.svg);
}

.game .game-provider.playngo {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/playn-go.svg);
}
.game .game-provider.bng_playson,
.game .game-provider.playson {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/playson_min.svg);
    background-size: 150px;
}

.game .game-provider.playson_redgenn {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/playson_redgenn.svg);
    background-size: 150px;
}

.game .game-provider.playtech {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/playtech.svg);
}

.game .game-provider.pragmatic,  .game .game-provider.gammix_pragmatic_play {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/pragmatic_min.svg);
}

.game .game-provider.redtiger {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/red-tiger.svg);
}

.game .game-provider.rival {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/rival-not-stroke.svg);
}

.game .game-provider.spinomenal {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/spinomenal.svg);
}

.game .game-provider.tomhorn {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/tom-horn.svg);
}

.game .game-provider.triple_cherry {
    background-image: url(../../../../templates/common/images/game_providers/triple_cherry.svg);
    background-size: 38%;
    background-position: top -24px center;
}

.game .game-provider.vivo {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/betsoft_min.svg);
}

.game .game-provider.vivolive {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/vivo.svg);
    background-size: auto 50%;
}

.game .game-provider.wazdan {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/wazdan.svg);
    background-size: auto 50%;
}

.game .game-provider.yggdrasil {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/yggdrasil.svg);
}

.game .game-provider.ruby {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/rubyplay.svg);
}

.game .game-provider.gamingcorps {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/gamingcorps.svg);
}

.game .game-provider.reevo_spribe,
.game .game-provider.spribe {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/spribe.svg);
}

.smartsoft {
    background-image: url("../../../../templates/common/images/game_providers/smartsoft.png");
}

.game .game-provider.evoplay {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/evoplay.svg');
}

.evoplay {
    background-image: url('../../../../templates/common/images/game_providers/evoplay.svg');
}

.game .game-provider.platipus{
    background-image: url(../../../../templates/common/images/game_providers/white-logos/platipus_min.svg);
}

.game .game-provider.leap{
    background-image: url(../../../../templates/common/images/game_providers/white-logos/leap_min.svg);
    background-size: 51%;
}

.game .game-provider.arrows_edge{
    background-image: url(../../../../templates/common/images/game_providers/white-logos/arrows_edge_min.svg);
    background-size: 44%;
    background-position: top 2px center;
}

.game .game-provider.endorphina_sg {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/endorphina.svg');
}

.game .game-provider.habanero_sg {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/habanero.svg');
}

.game .game-provider.redrake_sg {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/redrake.svg');
}

.game .game-provider .reevo_kalamba {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/reevo_kalamba.svg');
}

.game .game-provider.belatragames_sg {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/belatragames.svg');
}

.game .game-provider.rtgslots_sg {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/rtgslots.svg');
}

.game .game-provider.relax_table_sg {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/relaxgamingtable.svg');
}

.game .game-provider.relax_slots_sg {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/relaxgamingslots.svg');
}

.game .game-provider.vivo_redrake{
    background-image: url('../../../../templates/common/images/game_providers/white-logos/redrake.svg');
    background-size: 40%;
    background-position: top -1px center;
}

.game .game-provider.caleta_sg {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/caleta.svg');
}

.game .game-provider.skilrock_sg {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/skilrock.svg');
}

.game .game-provider.gamevy_sg {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/gamevy.svg');
    background-size: 20%;
}

.game .game-provider.eurasian_bingo_sg {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/eurasiangaming.svg');
}

.game .game-provider.eurasian_slots_sg {
    background-image: url('../../../../templates/common/images/game_providers/white-logos/eurasiangaming.svg');
}
.game .game-provider.galaxsys {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/galaxsys.svg);
    background-size: auto 50%;
}

.game .game-provider.arcadem {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/arcadem.svg);
    background-size: auto 35%;
}

.game .game-provider.hacksaw {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/hacksaw.svg);
    background-size: 45%;
}

.game .game-provider.nolimitcity {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/nolimmitcity.svg);
    background-size: 45%;
}

#popup-game .panel-info .game-provider[data-provider-id="68"] {
    height: 90px;
    max-height: 90px;
}
/*----------------------- End game game_providers icon ----------------------- */

/*----------------- Start bottom game_providers icon ------------*/

.bottom-game {
    height: 35px;
    margin: 0.25em;
    display: inline-block;
    background-position: center;
    background-size: contain;
    transition: 0.4s all ease;
    cursor: pointer;
    width: 175px;
    filter: grayscale(1);
}

.bottom-game.evolution,
.bottom-game.mascot {
    filter: brightness(0.5) grayscale(0);
}

.bottom-game.rubyplay {
    filter: invert(1) grayscale(1);
}

.bottom-game.bgaming {
    filter: invert(0.5) grayscale(1);
}

.bottom-game.redtiger,
.bottom-game.booming,
.bottom-game.gamingcorps,
.bottom-game.smartsoft,
.bottom-game.reevo
.bottom-game.reevo_gamingcorps {
    filter: invert(0.5);
}

.popup-page__title {
    text-align: center;
}

.bottom-game.ballywulff {
    filter: grayscale(1) invert(0.5);
}

.bottom-game:hover {
    background-position: center;
    filter: grayscale(0);
}

.bottom-game:hover .evolution,
.bottom-game:hover .mascot {
    filter: brightness(1);
}

.bottom-game:hover .ballywulff {
    filter: grayscale(0) invert(0);
}
.bottom-game.reevo_spribe:hover,
.bottom-game.spribe:hover {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/spribe.svg);
}

/*----------------------- End bottom game_providers icon ----------------------- */

/*----------------- Start game_providers icon link ------------*/

.amatic {
    background-image: url(../../../../templates/common/images/game_providers/amatic.svg);
}

.aristocrat {
    background-image: url(../../../../templates/common/images/game_providers/artistocrat.svg);
}

.b2tgame {
    background-image: url(../../../../templates/common/images/game_providers/bet-2-tech.svg);
    background-size: auto 80%;
}

.gammix_evoplay {
    background: url('../../../../templates/common/images/game_providers/evoplay.svg');
}

.evolution {
    background-image: url(../../../../templates/common/images/game_providers/evolution.svg);
}

.gamatron {
    background-image: url(../../../../templates/common/images/game_providers/gamatron.svg);
}

.wazdan {
    background-image: url(../../../../templates/common/images/game_providers/wazdan.svg);
}

.booongo {
    background-image: url(../../../../templates/common/images/game_providers/boongo.svg);
}

.booongo_redgenn {
    background-image: url(../../../../templates/common/images/game_providers/booongo_redgenn.svg);
}

.isoftbet {
    background-image: url(../../../../templates/common/images/game_providers/isoft-bet.svg);
}

.reevo_isoftbet {
    background-image: url(../../../../templates/common/images/game_providers/isoft-bet.svg);
}

.lucky {
    background-image: url(../../../../templates/common/images/game_providers/lucky-streak.svg);
}

.mascot {
    background-image: url(../../../../templates/common/images/game_providers/mascot-gaming.svg);
}

.rival {
    background-image: url(../../../../templates/common/images/game_providers/rival-not-stroke.svg);
}

.rubyplay {
    background-image: url(../../../../templates/common/images/game_providers/rubyplay.png);
}

.spinomenal,
.luckysp {
    background-image: url(../../../../templates/common/images/game_providers/spinomenal.svg);
}

.redtiger {
    background-image: url(../../../../templates/common/images/game_providers/red-tiger.svg);
}

.pragmatic, .gammix_pragmatic_play {
    background-image: url(../../../../templates/common/images/game_providers/pragmatic_min.svg);
}

.reevo{
    background-image: url("../../../../templates/common/images/game_providers/white-logos/reevo.svg");
}

.reevo_gamingcorps {
    background-image: url("../../../../templates/common/images/game_providers/white-logos/gamingcorps.svg");
}

.playson,
.bng_playson {
    background-image: url(../../../../templates/common/images/game_providers/playson_min.svg);
    background-size: cover;
}

.playson_redgenn {
    background-image: url(../../../../templates/common/images/game_providers/playson_redgenn.svg);
    background-size: cover;
}

.playngo {
    background-image: url(../../../../templates/common/images/game_providers/playn-go.svg);
}

.netent,
.netentpremium,
.netentlive {
    background-image: url(../../../../templates/common/images/game_providers/netend-min.svg);
}

.micro,
.microgaming {
    background-image: url(../../../../templates/common/images/game_providers/microgaming.svg);
}

.merkur {
    background-image: url(../../../../templates/common/images/game_providers/merkur.png);
}

.booming {
    background-image: url(../../../../templates/common/images/game_providers/booming.svg);
}

.bgaming {
    background-image: url(../../../../templates/common/images/game_providers/white-logos/bgaming.svg);
}

.mancala {
    background-image: url('../../../../templates/common/images/game_providers/mancala.png');
}

.betsoft {
    background-image: url(../../../../templates/common/images/game_providers/betsoft_min.svg);
}

.ballywulff {
    background-image: url(../../../../templates/common/images/game_providers/bally-wulff_min.svg);
}

.tomhorn,
.luckytom {
    background-image: url(../../../../templates/common/images/game_providers/tom-horn.svg);
}

.triple_cherry {
    background-image: url(../../../../templates/common/images/game_providers/triple_cherry.svg);
    background-size: 49%;
}

.bottom-game.triple_cherry,
.triple_cherry:hover {
    background-position: top -24px center;
}

.game .game-provider.triple_cherry,
.bottom-game.triple_cherry:hover {
    filter: brightness(0) invert(1);
}

.gamomat {
    background-image: url(../../../../templates/common/images/game_providers/gamomat-min.svg);
}

.vivo,
.vivolive {
    background-image: url(../../../../templates/common/images/game_providers/vivo.svg);
}

.yggdrasil {
    background-image: url(../../../../templates/common/images/game_providers/yggdrasil.svg);
}

.gamingcorps {
    background-image: url(../../../../templates/common/images/game_providers/gamingcorps.svg);
}
.reevo_spribe,
.spribe {
    background-image: url(../../../../templates/common/images/game_providers/spribe.svg);
}
.platipus {
    background-image: url(../../../../templates/common/images/game_providers/vivo_platipus.svg);
}
.leap {
    background-image: url(../../../../templates/common/images/game_providers/vivo_leap.svg);
    background-size: 60%;
}
.arrows_edge {
    background-image: url(../../../../templates/common/images/game_providers/vivo_arrows_edge.svg);
    background-size: 79%;
}
.vivo_redrake {
    background-image: url(../../../../templates/common/images/game_providers/vivo_redrake.svg);
    background-size: 45%;
    background-position: top -8px center;
}
.reevo_fugaso {
    background-image: url('../../../../templates/common/images/game_providers/reevo_fugaso.svg');
}
.endorphina_sg {
    background-image: url(../../../../templates/common/images/game_providers/endorphina.svg);
}

.habanero_sg {
    background-image: url(../../../../templates/common/images/game_providers/habanero.svg);
}

.redrake_sg {
    background-image: url(../../../../templates/common/images/game_providers/redrake.svg);
}
.reevo_kalamba {
    background-image: url('../../../../templates/common/images/game_providers/reevo_kalamba.svg');
}
.belatragames_sg {
    background-image: url(../../../../templates/common/images/game_providers/belatragames.svg);
}

.rtgslots_sg {
    background-image: url(../../../../templates/common/images/game_providers/rtgslots.svg);
}

.relax_table_sg {
    background-image: url(../../../../templates/common/images/game_providers/relaxgamingtable.svg);
}

.relax_slots_sg {
    background-image: url(../../../../templates/common/images/game_providers/relaxgamingslots.svg);
}

.caleta_sg {
    background-image: url(../../../../templates/common/images/game_providers/caleta.svg);
}

.skilrock_sg {
    background-image: url(../../../../templates/common/images/game_providers/skilrock.svg);
}

.gamevy_sg {
    background-image: url(../../../../templates/common/images/game_providers/gamevy.svg);
    transform: scale(1.3);
}

.eurasian_bingo_sg {
    background-image: url(../../../../templates/common/images/game_providers/eurasiangamingbingo.svg);
}

.eurasian_slots_sg {
    background-image: url(../../../../templates/common/images/game_providers/eurasiangamingslots.svg);
}
.galaxsys{
    background-image: url(../../../../templates/common/images/game_providers/galaxsys.svg);
    background-size: auto 60%;
}

.arcadem{
    background-image: url(../../../../templates/common/images/game_providers/arcadem_white.png);
    background-size: auto 90%;
}

.hacksaw {
    background-image: url(../../../../templates/common/images/game_providers/hacksaw.svg);
    background-size: 60%;
}

.nolimitcity {
    background-image: url(../../../../templates/common/images/game_providers/nolimmitcity.svg);
    background-size: 60%;
}
/*----------------------- End game_providers icon link ----------------------- */

.text .content bigplus {
    font-size: 45px;
    line-height: 41px;
    margin-bottom: 9px;
    display: inline-block;
}

.betmax {
    cursor: pointer;
    text-decoration: underline;
}

#bottom-icons {
    width: 100%;
    margin: 35px auto 19px;
    text-align: center;
}

#bottom-icons .bottom-icon {
    height: 34px;
    margin: 0 6px;
    display: inline-block;
    cursor: pointer;
    background-position: center;
    background-size: contain;
}

#bottom-icons .bottom-icon:hover {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#bottom-icons .clear {
    margin-top: 6px;
}

#bottom-icons .wirecard {
    background-image: url(../../../../templates/common/images/game_providers/wirecard.png);
}

#bottom-icons .pay361 {
    width: 45px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/mastercard.png);
}

#bottom-icons .sirumobile {
    width: 52px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/sirumobile.png);
}

#bottom-icons .wonderlandpay {
    width: 130px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/wonderland.png);
}
#bottom-icons .reevo_kalamba {
    background-image: url('../../../../templates/common/images/game_providers/footer/reevo_kalamba.svg');
}

.pdf-icon {
    background: url(https://img3.casinounique.com/templates/common/images/pdf.png);
    background-position: bottom;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
    height: 16px;
    width: 16px;
}
.docs-pdf {
    text-align: center;
    margin-top: 20px;
}
.link-pdf {
    text-decoration: none;
    color: #a3a3a3;
    margin-right: 20px;
    font-size: 13px;
}

#footer-menu .terms-bns-policy {
    display: none;
}

/*----------------------START PAYMENTS ICON---------------------*/
.deposit-container.fastpay.visa.cc .title,
.deposit-container.test .title,
.deposit-container.test .title-CasinoIntense,
.payslogo.fastpay.visa.cc,
.deposit-container.fastpay.visa .title,
.deposit-container.epro.visa .title,
.deposit-container.deltapay.visa .title,
.payslogo.fastpay.visa,
.payslogo.epro.visa,
.payslogo.deltapay.visa {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_visa.png);
}

.payslogo.vippass_thpp.creditcard.mastercard-visa {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_vippass.png);
}

.deposit-container.dolcepay_hp .title,.deposit-container.dolcepay .title, .deposit-container.dolcepay .title-CasinoIntense,.deposit-container.dolcepay_hp .title-CasinoIntense, .payslogo.dolcepay_hp, .payslogo.dolcepay {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_doclepay.png);

}

.deposit-container.vippass_thpp .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_vippass.png);
}

.deposit-container.iwallet .title,
.deposit-container.iwallet .title-CasinoIntense,
.payslogo.iwallet {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_iwallet-w-1.png);
}

.deposit-container.tinkbit .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_tinkbit.png);
}

.payslogo.zotapay.visa,
.payslogo.wirecard,
.payslogo.payvision,
.payslogo.deltapay,
.payslogo.alliedwallet,
.deposit-container.zotapay.visa .title,
.deposit-container.purplepay .title,
.payslogo.purplepay {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pays_cc.png);
}

.payslogo.wirecard,
.deposit-container.wirecard .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_wirecard.png);
}

.deposit-container.xpate .title,
.deposit-container.genome .title,
.deposit-container.securetrading .title,
.payslogo.securetrading,
.payslogo.bitnetlab,
.payslogo.continent_fon_form,
.payslogo.xpate,
.payslogo.apco_xpate,
.payslogo.solid_payments,
.payslogo.solid_payments_pn,
.payslogo.payment_center_cc,
.deposit-container.xpate .title-CasinoIntense,
.deposit-container.payment_center_cc .title,
.deposit-container.apco_apg .title,
.deposit-container.ilixium .title,
.deposit-container.ipaytotal .title,
.deposit-container.wire_capital .title,
.deposit-container.paycly .title,
.deposit-container.epro7995 .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cc-mastercard-visa.png);
}

.deposit-container.coinspaid .title,
.deposit-container.coinspaid_btc .title,
.payslogo.coinspaid,
.payslogo.coinspaid_btc {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_coinspaid.png);
}

.deposit-container.coinspaid_bch .title,
.payslogo.coinspaid_bch {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_coinspaid_bch.png);
}

.deposit-container.coinspaid_ltc .title,
.payslogo.coinspaid_ltc {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_coinspaid_ltc.png);
}

.deposit-container.coinspaid_eth .title,
.payslogo.coinspaid_eth {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_coinspaid_eth.png);
}

.deposit-container.skrillrapid .title,
.payslogo.skrillrapid {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_skrillrapid.png);
}
.deposit-container.skrillpaysafe .title,
.payslogo.skrillpaysafe {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_skrillpaysafe.png);
}

.deposit-container.continent_pay_sofort_vip .title,
.payslogo.continent_pay_sofort_vip {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_sofort_vip.png);
}

.deposit-container.skrillsofort .title,
.payslogo.skrillsofort {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_skrillsofort.png);
}

.deposit-container.sirumobile .title,
.payslogo.sirumobile {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_sirumobile.png);
}

.deposit-container.wonderlandpay .title,
.payslogo.wonderlandpay {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_wonderland.png);
}

.deposit-container.neosurf .title,
.deposit-container.cmg_neosurf .title,
.deposit-container.apco_neosurf .title-CasinoIntense,
.payslogo.neosurf,
.payslogo.cmg_neoserf,
.payslogo.apco_neosurf,
.payslogo.cmg_neosurf,
.deposit-container.cmg_neosurf .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_neosurf.png);
}

.deposit-container.upaycard_paypal .title,
.payslogo.upaycard_paypal {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_upaycard_paypal.png);
}

.deposit-container.upaycard_bitcoin .title,
.payslogo.upaycard_bitcoin {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_upaycard_bitcoin.png);
}

.deposit-container.coinspaid .title,
.payslogo.coinspaid {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_coinspaid.png);
}

.deposit-container.payobin .title,
.payslogo.payobin {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_payobin.png);
}

.payslogo.kluwp.visa.cc,
.payslogo.kluwp_visa,
.deposit-container.kluwp.visa.cc .title,
.deposit-container.kluwp_visa .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_kluwp_visa.png);
}

.deposit-container.kluwp.mastercard.cc .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_kluwp_mastercard.png);
}

.payslogo.kluwp.mastercard.cc {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/1icon_pay_kluwp_mastercard.png);
}

.deposit-container.kluwp.bank .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_kluwp_banktransfer.png);
}

.deposit-container.kluwp-banktransfer .title,
.payslogo.kluwp {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/1icon_pay_kluwp_banktransfer.png);
}

.deposit-container.zimpler .title,
.deposit-container.apco_zimpler .title-CasinoIntense,
.payslogo.zimpler {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/1icon_pay_zimpler.png);
}

.deposit-container.skrill .title,
.deposit-container.apco_skrill .title-CasinoIntense,
.deposit-container.apco_skrill .title,
.payslogo.skrill {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_skrill.png);
}

.deposit-container.bitnetlab .title,
.deposit-container.continent_fon_form .title,
.deposit-container.apco_skrill .title-CasinoIntense {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cc-mastercard-visa.png);
}

.payslogo.radiantpay_amex,
.deposit-container.radiantpay_amex .title,
.payslogo.radiantpay_amex.cc {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_radiantpay_amex.png);
}

.deposit-container.radiantpay_jcb .title,
.payslogo.radiantpay_jcb,
.payslogo.radiantpay_jcb.cc {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_radiantpay_jcb.png);
}

.deposit-container.neteller .title,
.deposit-container.paysafe_neteller .title,
.deposit-container.apco_neteller .title-CasinoIntense,
.deposit-container.apco_neteller .title,
.payslogo.neteller,
.payslogo.paysafe_neteller {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_neteller.png);
}

.deposit-container.cashlib .title,
.payslogo.cashlib {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cashlib.png);
}

.deposit-container.cashtocode_direct_evoucher_usd .title,
.deposit-container.cashtocode_direct_evoucher_cad .title,
.payslogo.cashtocode_direct_evoucher_usd,
.payslogo.cashtocode_direct_evoucher_cad {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_eVoucher.svg);
}

.deposit-container.continent_pay_alt_ideal .title,
.payslogo.continent_pay_alt_ideal {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_continent_pay_alt_ideal.svg);
}

.deposit-container.continent_pay_cashlib .title,
.payslogo.continent_pay_cashlib {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_continent_pay_cashlib.svg);
}

.deposit-container.volt .title,
.withdrawal-container.volt .title,
.payslogo.volt,
.withdrawal__logo-volt,
.deposit-container.continent_pay_volt .title,
.withdrawal-container.continent_pay_volt .title,
.payslogo.continent_pay_volt,
.withdrawal__logo-continent_pay_volt {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_volt.png);
}

.deposit-container.payop .title,
.payslogo.payop {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_payop.png);
}

.deposit-container.cubits .title,
.payslogo.cubits {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cubits.png);
}

.payslogo.payment_center_gw {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pays_cc.png);
}

.payslogo.pay361,
.deposit-container.pay361 .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_mastarcard.png);
}

.withdrawal-container.wire .title,
.payslogo.wire,
.withdrawal__logo-wire {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_withdrawal_wire.png);
    text-transform: uppercase;
}

.withdrawal-container.avo_pro .title,
.withdrawal__logo-avo_pro {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_avo_payments.png);
    text-transform: uppercase;
}

.withdrawal-container.spadespay .title,
.withdrawal__logo-spadespay {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_spadespay.png);
    text-transform: uppercase;
}

.withdrawal-container.easyex_crypto .title,
.withdrawal__logo-easyex_crypto {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_easyex_crypto.png);
    text-transform: uppercase;
}

.withdrawal-container.payeasypro .title,
.withdrawal__logo-payeasypro {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_payeasypro.png);
    text-transform: uppercase;
}

.withdrawal-container.easyex_giropay .title,
.withdrawal__logo-easyex_giropay {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_giropay.png);
    text-transform: uppercase;
}

.withdrawal-container.easyex_neosurf .title,
.withdrawal-container.cmg_neosurf .title,
.withdrawal-container.continent_pay_neosurf .title,
.withdrawal-container.continent_pay_neosurf_direct .title,
.withdrawal__logo-easyex_neosurf,
.withdrawal__logo-continent_pay_neosurf,
.withdrawal__logo-continent_pay_neosurf_direct {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_neosurf.png);
    text-transform: uppercase;
}

.withdrawal-container.easyex_sofort .title,
.withdrawal__logo-easyex_sofort,
.withdrawal-container.cmg_sofort .title,
.withdrawal__logo-cmg_sofort {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_sofort.png);
    text-transform: uppercase;
}

.withdrawal-container.premierpay .title,
.withdrawal__logo-premierpay {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_premierpay.png);
    text-transform: uppercase;
}

.withdrawal-container.paygate .title,
.withdrawal__logo-paygate {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_paygate.png);
    text-transform: uppercase;
}

.withdrawal-container.octapay_external_form .title,
.withdrawal__logo-octapay_external_form {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_octapay_external_form.png);
    text-transform: uppercase;
}

.withdrawal-container.coinspaid .title,
.payslogo.coinspaid,
.withdrawal__logo-coinspaid {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_coinspaid.png);
    text-transform: uppercase;
}

.withdrawal-container.coinspaid_ltc .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_coinspaid_ltc.png);
    text-transform: uppercase;
}

.withdrawal-container.coinspaid_eth .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_coinspaid_eth.png);
    text-transform: uppercase;
}

.withdrawal-container.coinspaid_bch .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_coinspaid_bch.png);
    text-transform: uppercase;
}

.withdrawal-container.skrill .title,
.withdrawal__logo-skrill {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_withdrawal_skrill.png);
}

.withdrawal-container.apco_flexepin .title,
.withdrawal__logo-flexepin {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_flexepin.png);
}

.datepicker-container {
    top: 48px !important;
    left: 12px !important;
}

.datepicker-panel > ul > li {
    color: black !important;
}

.withdrawal-container.continent_pay_sofort .title,
.withdrawal-container.cmg_sofort .title,
.withdrawal__logo-cmg_sofort,
.withdrawal__logo-continent_pay_sofort {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_sofort.png);
}

.withdrawal-container.continent_pay_32_sofort .title,
.withdrawal__logo-continent_pay_32_sofort {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_sofort_vip.png);
}

.withdrawal-container.continent_pay_giropay .title,
.withdrawal__logo-continent_pay_giropay {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_giropay.png);
}

.withdrawal-container.continent_pay_32_giropay .title,
.withdrawal__logo-continent_pay_32_giropay {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_giropay_vip.svg);
}

.withdrawal-container.neteller .title,
.withdrawal-container.paysafe_neteller .title,
.withdrawal__logo-neteller,
.withdrawal__logo-paysafe_neteller {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_withdrawal_neteller.png);
}

.withdrawal-container.ecopayz .title,
.withdrawal__logo-ecopayz {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_withdrawal_ecopayz.png);
}

.withdrawal-container.cubits .title,
.withdrawal__logo-cubits {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_withdrawal_cubits.png);
}

.withdrawal-container.venuspoint .title,
.withdrawal__logo-venuspoint {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_withdrawal_venuspoint.png);
}

.withdrawal-container.iwallet .title,
.withdrawal__logo-iwallet {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_withdrawal_iwallet.png);
}

.withdrawal-container.skrillrapid .title,
.withdrawal__logo-skrillrapid {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_withdrawal_skrill_rapid.png);
}

.withdrawal__logo-straal {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_withdrawal_straal.png);
}

.withdrawal__logo-perfect_money {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_withdrawal_perfect_money.png);
}

.withdrawal-container.skrillsofort .title,
.withdrawal__logo-skrillsofort {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_withdrawal_skrill_sofort.png);
}

.withdrawal-container.inpay .title,
.withdrawal-container.inpay_eu .title,
.withdrawal-container.inpay_ca .title,
.withdrawal__logo-inpay,
.withdrawal__logo-inpay_eu,
.withdrawal__logo-inpay_ca {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_withdrawal_inpay.png);
}

.withdrawal-container.easy_eft .title,
.withdrawal__logo-easy_eft {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_easy_eft.png);
}

.withdrawal-container.jeton_wallet .title,
.withdrawal__logo-jeton_wallet {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_jeton_wallet.png);
}

.withdrawal-container.interac_etransfer .title,
.withdrawal__logo-interac_etransfer {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_withdrawal_interac_etransfer.png);
}

.withdrawal-container.express_connect .title,
.withdrawal__logo-express_connect {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_withdrawal_express_cashout.png);
}

.deposit-container.epro_ideal .title,
.payslogo.epro_ideal {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_epro_ideal.png);
}

.deposit-container.continent_pay_ideal .title,
.payslogo.continent_pay_ideal,
.deposit-container.ideal .title,
.payslogo.ideal,
.withdrawal-container.ideal .title,
.deposit-container.poli_ideal .title,
.payslogo.poli_ideal,
.withdrawal-container.poly_ideal .title,
.deposit-container.capital_ideal .title,
.payslogo.capital_ideal,
.withdrawal-container.capital_ideal .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_ideal.png);
}

.deposit-container.capital_p24 .title,
.payslogo.capital_p24,
.withdrawal-container.capital_p24 .title,
.deposit-container.continent_pay_32_przelewy_24 .title,
.payslogo.continent_pay_32_przelewy_24,
.withdrawal-container.continent_pay_32_przelewy_24 .title,
.deposit-container.continent_pay_przelewy_24 .title,
.payslogo.continent_pay_przelewy_24,
.withdrawal-container.continent_pay_przelewy_24 .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_capital_p24.png);
}

.deposit-container.zimpler .title,
.deposit-container.apco_zimpler .title-CasinoIntense,
.payslogo.zimpler,
.payslogo.apco_zimpler {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_zimpler.png);
}

.deposit-container.paysafe .title,
.deposit-container.apco_paysafe .title-CasinoIntense,
.payslogo.paysafe,
.deposit-container.paysafeicepay .title,
.payslogo.paysafeicepay {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_paysafecard.png);
}

.deposit-container.deltapay.visa.cc .title,
.payslogo.deltapay.visa.cc {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_deltapay.png);
}

.deposit-container.epro .title,
.deposit-container.epro.visa.cc .title,
.deposit-container.epro.visa .title,
.payslogo.epro.visa.cc,
.payslogo.epro.cc {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_epro_visa.png);
}

.deposit-container.sofort .title,
.deposit-container.continent_pay_sofort .title,
.deposit-container.cmg_sofort .title,
.deposit-container.dialxs_sofort .title,
.deposit-container.apco_sofort .title-CasinoIntense,
.deposit-container.dialxs_sofort .title-CasinoIntense,
.payslogo.sofort,
.payslogo.continent_pay_sofort,
.payslogo.cmg_sofort,
.payslogo.dialxs_sofort {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_sofort.png);
}

.deposit-container.continent_pay_32_sofort .title,
.payslogo.continent_pay_32_sofort {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_sofort_vip.png);
}

.deposit-container.onlineueberweisen .title,
.payslogo.onlineueberweisen {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_onlineueberweisen.png);
}

.deposit-container.cmg_eps .title,
.deposit-container.eps .title,
.payslogo.cmg_eps,
.payslogo.eps {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_eps.png);
}

.deposit-container.giropay .title,
.deposit-container.dialxs_giropay .title,
.payslogo.giropay,
.deposit-container.continent_pay_giropay .title,
.payslogo.continent_pay_giropay,
.payslogo.dialxs_giropay {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_giropay.png);
}

.deposit-container.continent_pay_32_giropay .title,
.payslogo.continent_pay_32_giropay {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_giropay_vip.svg);
}

.deposit-container.interac .title,
.payslogo.interac {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_interac_cpi.png);
}

.deposit-container.interac_etransfer .title,
.payslogo.interac_etransfer {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_interac_etransfer.png);
}

.deposit-container.seqr .title,
.payslogo.seqr {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_seqr.png);
}

.deposit-container.passngo .title,
.payslogo.passngo.cc,
.deposit-container.passngo.mastercard.cc .title,
.payslogo.mastercard.cc,
.deposit-container.passngo.visa.cc .title,
.deposit-container.passngo.visa .title,
.payslogo.passngo.visa.cc,
.payslogo.visa.cc {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_passngo.png); /*!*/
}

.deposit-container.kwickgo .title,
.deposit-container.kwickgo.mastercard.cc .title,
.deposit-container.kwickgo.mastercard .title,
.payslogo.kwickgo.visa.cc,
.payslogo.kwickgo.cc,
.deposit-container.kwickgo.mastercard.cc .title,
.kwickgo.mastercard.cc {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_kwickgo.png); /*!*/
}

.withdrawal-container.muchbetter .title,
.deposit-container.muchbetter .title,
.deposit-container.apco_muchbetter .title,
.payslogo.muchbetter {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_muchbetter.png);
}

.deposit-container.apco_ecopayz .title,
.payslogo.creditcard.cc,
.deposit-container .title.cc {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_ecopayz.png);
}


.form_payments_pay_retailers .title,
.deposit-container.pay_retailers .title {
    display: flex;
    align-items: center;
}

.form_payments_pay_retailers #deposit-pay_retailers-method_id_selector .field,
.deposit-container.pay_retailers #deposit-pay_retailers-method_id_selector .field {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.form_payments_pay_retailers .pay-retailers__show-icon,
.deposit-container.pay_retailers .pay-retailers__show-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #D3AA4F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_payments_pay_retailers .pay-retailers__show-icon svg,
.deposit-container.pay_retailers .pay-retailers__show-icon svg {
    fill: #000000;
}

.form_payments_pay_retailers .pay-retailers__method .pay-retailers__label,
.deposit-container.pay_retailers .pay-retailers__method .pay-retailers__label {
    text-align: center;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    /*gap: 10px;*/
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
    cursor: pointer;
    transition: 300ms all ease;
    background-color: #FFFFFF;
    border: 2px solid #D9D9D9;
}

.form_payments_pay_retailers .pay-retailers__method.pay-retailers__method--show-more,
.deposit-container.pay_retailers .pay-retailers__method.pay-retailers__method--show-more {
    background: #FFF7E1;
    border: 2px solid #D9D9D9;
    border-radius: 3px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */

    text-align: center;
    text-transform: uppercase;

    color: #000000;

}


.form_payments_pay_retailers .pay-retailers__method,
.deposit-container.pay_retailers .pay-retailers__method {
    box-sizing: border-box;
    justify-content: center;
    min-width: 180px;
    height: 85px;
    border-radius: 3px;
}

.form_payments_pay_retailers .pay-retailers__method .pay-retailers__input:checked + label,
.deposit-container.pay_retailers .pay-retailers__method .pay-retailers__input:checked + label {
    border: 2px solid #E4C463;
    box-shadow: 0 5px 5px rgba(228, 196, 99, 0.25);
    border-radius: 3px;

}

.form_payments_pay_retailers .pay-retailers__method .pay-retailers__icon,
.deposit-container.pay_retailers .pay-retailers__method .pay-retailers__icon {
    max-width: 100%;
    height: 70%;
    object-fit: contain;
}

.form_payments_pay_retailers .form_payments_pay_retailers #deposit-pay_retailers-method_id_selector,
.deposit-container.pay_retailers .form_payments_pay_retailers #deposit-pay_retailers-method_id_selector {
    width: 100%;
    justify-content: center;
}

.form_payments_pay_retailers > .title:before,
.deposit-container.pay_retailers > .title:before {
    margin-top: initial;
}

.form_payments_pay_retailers .title .bank:first-of-type,
.deposit-container.pay_retailers .title .bank:first-of-type {
    margin-left: 230px;
}

.form_payments_pay_retailers .bank,
.deposit-container.pay_retailers .bank {
    background-size: contain;
    background-position: center;
    background-color: #FFFFFF;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    display: inline-block;
}


.form_payments_pay_retailers .bank-container,
.deposit-container.pay_retailers .bank-container {
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.deposit-container.pay_retailers .bank--spei {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/spei.jpg);
}

.deposit-container.pay_retailers .bank--bbva_bancomer {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/bbva_bancomer.jpg);
}

.deposit-container.pay_retailers .bank--soriana {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/soriana.png);
}

.deposit-container.pay_retailers .bank--scotiabank {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/scotiabank.jpg);
}

.deposit-container.pay_retailers .bank--santander {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/santander.jpg);
}

.deposit-container.pay_retailers .bank--open_pay {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/open_pay.png);
}

.deposit-container.pay_retailers .bank--farmacias_santa_maria {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/farmacias_santa_maria.jpeg);
}

.deposit-container.pay_retailers .bank--calimax {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/calimax.png);
}

.deposit-container.pay_retailers .bank--banorte {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/banorte.jpeg);
}

.deposit-container.pay_retailers .bank--banco_azteca {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/banco_azteca.jpg);
}

.deposit-container.pay_retailers .bank--oxxo {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/oxxo.jpg);
}

.deposit-container.pay_retailers .bank--banco_bci {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/banco_bci.jpg);
}

.deposit-container.pay_retailers .bank--boleto {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/boleto.jpeg);
}

.deposit-container.pay_retailers .bank--boleto_rapido {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/boleto_rapido.jpg);
}

.deposit-container.pay_retailers .bank--pix {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/pix.png);
}

.deposit-container.pay_retailers .bank--transferencia_bancaria {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/transferencia_bancaria.png);
}

.deposit-container.pay_retailers .bank--banco_de_brasil {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/banco_de_brasil.jpeg);
}

.deposit-container.pay_retailers .bank--banco_itau {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/banco_itau.jpeg);
}

.deposit-container.pay_retailers .bank--bradesco {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/bradesco.jpeg);
}

.deposit-container.pay_retailers .bank--santander_brasil {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/santander_brasil.jpg);
}

.deposit-container.pay_retailers .bank--bitcoin {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/bitcoin.png);
}

.deposit-container.pay_retailers .bank--mach {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/mach.png);
}

.deposit-container.pay_retailers .bank--web_pay {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/web_pay.png);
}

.deposit-container.pay_retailers .bank--banco_walmart_a_uenta {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/banco_walmart_a_uenta.jpg);
}

.deposit-container.pay_retailers .bank--banco_walmart_lider {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/banco_walmart_lider.png);
}

.deposit-container.pay_retailers .bank--express_lider {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/express_lider.png);
}

.deposit-container.pay_retailers .bank--banco_nacional {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/banco_nacional.jpeg);
}

.deposit-container.pay_retailers .bank--banco_guayaquil {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/banco_guayaquil.png);
}

.deposit-container.pay_retailers .bank--banco_pichincha {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/banco_pichincha.jpg);
}

.deposit-container.pay_retailers .bank--pichincha_mi_vecino {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/pichincha_mi_vecino.png);
}

.deposit-container.pay_retailers .bank--red_activa {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/red_activa.png);
}

.deposit-container.pay_retailers .bank--mi_comisariato {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/mi_comisariato.jpg);
}

.deposit-container.pay_retailers .bank--mi_comisariato {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/mi_comisariato.jpg);
}

.deposit-container.pay_retailers .bank--banco_de_antigua {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/banco_de_antigua.jpg);
}

.deposit-container.pay_retailers .bank--caja_desarrollo {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/caja_desarrollo.jpg);
}

.deposit-container.pay_retailers .bank--fundacion_genesis {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/fundacion_genesis.png);
}

.deposit-container.pay_retailers .bank--western_union_panama {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/western_union_panama.png);
}

.deposit-container.pay_retailers .bank--banco_de_credito {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/banco_de_credito.png);
}

.deposit-container.pay_retailers .bank--bbva_continental {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/bbva_continental.png);
}

.deposit-container.pay_retailers .bank--caja_huancayo {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/caja_huancayo.png);
}

.deposit-container.pay_retailers .bank--caja_tacna {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/caja_tacna.jpeg);
}

.deposit-container.pay_retailers .bank--interbank {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/interbank.jpeg);
}

.deposit-container.pay_retailers .bank--caja_arequipa {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/caja_arequipa.png);
}

.deposit-container.pay_retailers .bank--caja_trujillo {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/caja_trujillo.jpg);
}

.deposit-container.pay_retailers .bank--kasnet {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/kasnet.png);
}

.deposit-container.pay_retailers .bank--niubiz {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/niubiz.jpg);
}

.deposit-container.pay_retailers .bank--ripley {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/ripley.png);
}

.deposit-container.pay_retailers .bank--scotiabank {
    background-image: url(../../../../templates/common/images/payment-icon/pay_retailers/scotiabank.jpg);
}

.deposit-container.pay_retailers .bank--tambo {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/tambo.png);
}

.deposit-container.pay_retailers .bank--western_union {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/pay_retailers/western_union.png);
}
/* for test*/


.deposit-container.apco_xentum .title,
.payslogo.creditcard.cc,
.deposit-container .title.cc {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_xentum.png);
}
.deposit-container.flutterwave .title,
.deposit-container.apco_flutterwave .title-CasinoIntense,
.payslogo.flutterwave,
.payslogo.apco_flutterwave {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_flutterwave.png);
}

.deposit-container.venuspoint .title,
.payslogo.venuspoint {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_venuspoint.png);
}

.deposit-container.vega_wallet .title,
.deposit-container.vega_wallet_general .title,
.withdrawal-container.vega_wallet .title,
.withdrawal-container.vega_wallet_general .title,
.withdrawal__logo-vega_wallet,
.withdrawal__logo-vega_wallet_general,
.payslogo.vega_wallet,
.payslogo.vega_wallet_general {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_vegawallet.svg);
}

.deposit-container.flexepin .title,
.deposit-container.flexepin .title-CasinoIntense,
.payslogo.flexepin,
.deposit-container.apco_flexepin .title,
.deposit-container.apco_flexepin .title-CasinoIntense,
.payslogo.apco_flexepin {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_flexepin.png);
}

.payslogo.pay_retailers,
.deposit-container.pay_retailers .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_pay_retailers.svg);
}

.br .payslogo.pay_retailers,
.deposit-container.pay_retailers .pay_retailers--br.title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_pay_retailers_br.svg);
}

.cl .payslogo.pay_retailers,
.deposit-container.pay_retailers .pay_retailers--cl.title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_pay_retailers_cl.svg);
}

.cr .payslogo.pay_retailers,
.deposit-container.pay_retailers .pay_retailers--cr.title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_pay_retailers_cr.svg);
}

.ec .payslogo.pay_retailers,
.deposit-container.pay_retailers .pay_retailers--ec.title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_pay_retailers_ec.svg);
}

.sv .payslogo.pay_retailers,
.deposit-container.pay_retailers .pay_retailers--sv.title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_pay_retailers_sv.svg);
}

.gt .payslogo.pay_retailers,
.deposit-container.pay_retailers .pay_retailers--gt.title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_pay_retailers_gt.svg);
}

.mx .payslogo.pay_retailers,
.deposit-container.pay_retailers .pay_retailers--mx.title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_pay_retailers_mx.svg);
}

.pe .payslogo.pay_retailers,
.deposit-container.pay_retailers .pay_retailers--pe.title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_pay_retailers_pe.svg);
}

.pa .payslogo.pay_retailers,
.deposit-container.pay_retailers .pay_retailers--pa.title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_pay_retailers_pa.svg);
}

.payslogo.payecards,
.deposit-container.payecards .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_paycards.png);
}

.payslogo.bridgerpay,
.deposit-container.bridgerpay .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_bridgerpay.png);
}

.payslogo.avo_pro,
.deposit-container.avo_pro .title {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_avo_payments.png);
}

.payslogo.spadespay,
.deposit-container.spadespay .title {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_spadespay.png);
}

.payslogo.easyex_crypto,
.deposit-container.easyex_crypto .title {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_easyex_crypto.png);
}

.payslogo.payeasypro,
.deposit-container.payeasypro .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_payeasypro.png);
}

.payslogo.easyex_giropay,
.deposit-container.easyex_giropay .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_giropay.png);
}

.payslogo.mifinity,
.deposit-container.mifinity .title {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/mifinity_dt.png);
}

.payslogo.easyex_neosurf,
.payslogo.continent_pay_neosurf,
.payslogo.continent_pay_neosurf_direct,
.payslogo.cmg_neosurf,
.deposit-container.easyex_neosurf .title,
.deposit-container.continent_pay_neosurf .title,
.deposit-container.continent_pay_neosurf_direct .title,
.deposit-container.cmg_neosurf .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_neosurf.png);
}

.payslogo.easyex_sofort,
.payslogo.cmg_sofort,
.deposit-container.easyex_sofort .title,
.deposit-container.cmg_sofort .title {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_sofort.png);
}

.payslogo.premierpay,
.deposit-container.premierpay .title {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_premierpay.png);
}

.payslogo.paygate,
.deposit-container.paygate .title {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_paygate.png);
}

.payslogo.octapay_external_form,
.deposit-container.octapay_external_form .title {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_octapay_external_form.png);
}

.payslogo.ezeewallet,
.deposit-container.ezeewallet .title {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_eZeeWallet.png);
}

.payslogo.securetrading {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_securetrading.png);
}

.payslogo.solid_payments,
.payslogo.solid_payments_pn {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_solid_payments.png);
}

.payslogo.tinkbit {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_tinkbit.png);
}

.deposit-container.straal .title,
.withdrawal-container.straal .title,
.payslogo.straal {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_straal.png);
}

.deposit-container.perfect_money .title,
.withdrawal-container.perfect_money .title,
.payslogo.perfect_money {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_perfect_money.png);
}

/*==================== Dynamic credit card in footer =====================*/
.bottom-icon.creditcard.maestro {
    width: 60px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/maestro.png);
}

.bottom-icon.creditcard.mastercard {
    width: 60px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/mastercard.png);
}

.bottom-icon.creditcard.visa {
    width: 60px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/visa.png);
}

.bottom-icon.creditcard.amex {
    width: 60px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/amex.png);
}

.bottom-icon.creditcard.jcb {
    width: 60px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/jcb.png);
}

.bottom-icon.creditcard.maestro-mastercard {
    width: 120px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/maestro-master.png);
}

.bottom-icon.creditcard.maestro-visa {
    width: 120px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/maestro-viza.png);
}

.bottom-icon.creditcard.mastercard-visa {
    width: 120px !important;
    background-image: url(../../../../templates/common/images/payment-icon/footer/master-viza.png) !important;
}

.bottom-icon.creditcard.maestro-mastercard-visa {
    width: 180px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/maestro-master-viza.png);
}

.bottom-icon.continent_pay_volt,
.bottom-icon.volt {
    width: 56px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/volt.svg);
}
/*==================== Dynamic credit card in footer =====================*/

/*==================== Dynamic credit card =====================*/
.deposit-container.creditcard .title,
.payslogo.creditcard.cc,
.deposit-container .title.cc {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_cc.svg);
}

.payslogo.creditcard.maestro,
.deposit-container .title.maestro {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_maesro.png);
}

.payslogo.creditcard.mastercard,
.deposit-container .title.mastercard {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_mastarcard.png);
}

.payslogo.creditcard.visa,
.deposit-container .title.visa {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_visa.png);
}

.payslogo.creditcard.cc-maestro,
.deposit-container .title.cc-maestro {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cc-maestro.svg);
}

.payslogo.creditcard.cc-mastercard,
.deposit-container .title.cc-mastercard {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cc-mastercard.svg);
}

.payslogo.creditcard.cc-visa,
.deposit-container .title.cc-visa {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cc-visa.svg);
}

.payslogo.creditcard.maestro-mastercard,
.deposit-container .title.maestro-mastercard {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_maestro-mastercard.png);
}

.payslogo.creditcard.maestro-visa,
.deposit-container .title.maestro-visa {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_maestro-visa.png);
}

.deposit-container.tinkbit .title,
.deposit-container.moto_form .title,
.deposit-container.patriyot .title,
.payslogo.creditcard.mastercard-visa,
.payslogo.testcc_decline,
.deposit-container .title.mastercard-visa {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_mastercard-visa.png);
}

.payslogo.creditcard.cc-maestro-mastercard,
.deposit-container .title.cc-maestro-mastercard {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cc-maestro-mastercard.svg);
}

.payslogo.creditcard.cc-maestro-visa,
.deposit-container .title.cc-maestro-visa {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cc-maestro-visa.svg);
}

.payslogo.creditcard.cc-mastercard-visa,
.deposit-container .title.cc-mastercard-visa {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cc-mastercard-visa.svg);
}

.payslogo.creditcard.maestro-mastercard-visa,
.deposit-container .title.maestro-mastercard-visa {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_maestro-mastercard-visa.png);
}

.payslogo.creditcard.cc-maestro-mastercard-visa,
.deposit-container .title.cc-maestro-mastercard-visa {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cc-maestro-mastercard-visa.svg);
}
/*==================== Dynamic credit card =====================*/

/* Bitcoin */
.bitcoin-payment {
    border-bottom: 1px solid black;
    padding: 1rem 0;

    position: relative;
}



.bitcoin-payment__header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.bitcoin-payment__title {
    margin-bottom: 0;
}

.bitcoin-payment__info-wrp {
    display: flex;
    align-items: flex-start;
}

.bitcoin-payment__message {
    font-size: 0.95rem;
    line-height: 1.4rem;
    margin: 0;
}

.bitcoin-payment__qr {
    margin-right: 1.5rem;
    width: 148px;
    height: 148px;
    flex-shrink: 0;
}

.bitcoin-payment__address {
    color: red;
    font-size: 1.3rem;
    margin: 0;
    font-family: monospace;
    word-break: break-word;
}

.bitcoin-payment__rate {
    font-size: 14px;
    margin-left: 15px;
    white-space: nowrap;
}

.bitcoin-payment::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 235px;
    height: 44px;
}

.bitcoin-payment[data-payment-coin="BTC"]::before {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_bitcoin.png);
}

.bitcoin-payment[data-payment-coin="BCH"]::before {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_coinspaid_bch.png);
}

.bitcoin-payment[data-payment-coin="ETH"]::before {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_coinspaid_eth.png);
}

.bitcoin-payment[data-payment-coin="LTC"]::before {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_coinspaid_ltc.png);
}

@media (max-width: 625px) {
    .bitcoin-payment {
        text-align: center;
    }

    .bitcoin-payment__header {
        flex-direction: column;
    }

    .bitcoin-payment__rate {
        margin-left: 0;
    }

    .bitcoin-payment__info-wrp {
        display: block;
    }

    .bitcoin-payment__qr {
        margin: 10px auto;
    }
}
/* END Bitcoin */

.bitcoin-container {
    display: table-row;
}

.bitcoin-container .bitcoin-qr {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

.rate input {
    /*width: 45px !important;*/
}

.deposit-container.fastpay.mastercard .title,
.deposit-container.epro.mastercard .title,
.deposit-container.passngo.mastercard .title,
.deposit-container.kwickgo.mastercard .title,
.deposit-container.zotapay.mastercard .title,
.deposit-container.deltapay.mastercard .title,
.deposit-container.kluwp.mastercard .title,
.deposit-container.radiantpay .title,
.payslogo.fastpay.mastercard,
.payslogo.epro.mastercard,
.payslogo.passngo.mastercard,
.payslogo.kwickgo.mastercard,
.payslogo.zotapay.mastercard,
.payslogo.kluwp.mastercard,
.payslogo.deltapay.mastercard,
.payslogo.radiantpay {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_mastarcard.png); /*!*/
}

.deposit-container.cashtocode .title,
.deposit-container.cashtocode_direct .title,
.deposit-container.apco_cashtocode .title-CasinoIntense,
.payslogo.cashtocode,
.payslogo.cashtocode_direct {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cashtocode.png); /*!*/
}

.deposit-container.xpate .title,
.payslogo.xpate,
.deposit-container.xpate .title-intense {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cascad_xpay-w-2.png); /*!*/
}

.deposit-container.bitcobrokers .title,
.payslogo.bitcobrokers,
.deposit-container.uniquebit .title,
.payslogo.uniquebit,
.deposit-container.uniquebit_vip .title,
.payslogo.uniquebit_vip {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_bitcobrokers.png);
}

.deposit-container.upaysafe .title,
.payslogo.upaysafe {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_upaysafe.png);
}

.deposit-container.coinspaid_all .title,
.payslogo.coinspaid_all {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_bitcoin_all.png);
}

.deposit-container.coinspaid_invoice .title,
.payslogo.coinspaid_invoice {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_coinspaid_invoice.png);
}

.deposit-container.easy_eft .title,
.payslogo.easy_eft {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_easy_eft.png);
}

.deposit-container.upaysafedirect .title,
.payslogo.upaysafedirect {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_upaysafedirect.png);
}

.deposit-container.astropay_card .title,
.payslogo.astropay_card {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropay_card.png);
}

.deposit-container.astropaycard .title,
.payslogo.astropaycard {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropaycard.png);
}

.deposit-container.bpay .title,
.payslogo.bpay {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_bpay.png);
}

.deposit-container.poli .title,
.payslogo.poli {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_poli.png);
}

.deposit-container.cryptogo .title,
.payslogo.cryptogo {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cryptogo.png);
}

.deposit-container.epro.mastercard.cc .title,
.payslogo.mastercard.cc {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_epro_mastercard.png);
}

.deposit-container.astropay .title,
.payslogo.astropay {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropay.png);
}

.deposit-container.astropaywallet .title,
.payslogo.astropaywallet {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropay.png);
}

.deposit-container.astropay_bank .title,
.payslogo.astropay_bank {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropay_bank.png);
}

.deposit-container.astropaybank .title,
.payslogo.astropaybank {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropaybank.png);
}

.deposit-container.astropay_bank.ar .title {
    /* Argentina */
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropay_bank_ar.gif);
}

.deposit-container.astropay_bank.br .title {
    /* Brazil */
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropay_bank_br.gif);
}

.deposit-container.astropay_bank.cl .title {
    /* Chile */
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropay_bank_cl.png);
}

.deposit-container.astropay_bank.mx .title {
    /* Mexico */
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropay_bank_mx.gif);
}

.deposit-container.astropay_boleto .title,
.payslogo.astropay_boleto {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_boleto-w-1.png);
}

.deposit-container.astropay_cash .title,
.payslogo.astropay_cash {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropay_cash.png);
}

.deposit-container.safetypay .title,
.payslogo.safetypay {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_safety_pay.png);
}

.deposit-container.cavpay .title,
.payslogo.cavpay {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cav_pay.png);
}

.deposit-container.astropay_cash.ar .title {
    /* Argentina */
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropay_cash_ar.png);
}

.deposit-container.astropay_cash.mx .title {
    /* Mexico */
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropay_cash_mx.gif);
}

.deposit-container.astropay_cash.py .title {
    /* Paraguay */
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropay_cash_py.png);
}

.more__dropbtn {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
}

.deposit-container.astropay_cash.pe .title {
    /* Peru */
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropay_cash_pe.png);
}

.deposit-container.astropay_cash.uy .title {
    /* Uruguay */
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_astropay_cash_uy.png);
}

.deposit-container.ecopayz .title,
.deposit-container.apco_ecopayz .title-CasinoIntense,
.payslogo.apco_ecopayz,
.payslogo.ecopayz {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_ecopayz.png);
}
.deposit-container.continent_pay_giropay_vip .title,
.payslogo.continent_pay_giropay_vip {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_cc-giro_pay.png);
}

.deposit-container.jeton_wallet .title,
.payslogo.jeton_wallet {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_jeton_wallet.png);
}


.deposit-container.jeton_cash .title,
.payslogo.jeton_cash {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/desktop/icon_pay_jeton_cash.png);
}
.payslogo.apco_muchbetter {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_muchbetter.png);
}

.payslogo.apco_xentum {
    background-image: url(../../../../templates/common/images/payment-icon/desktop/icon_pay_xentum.png);
}

/*----------------------END PAYMENTS ICON---------------------*/

#bottom-icons .visa,
#bottom-icons .creditcard.cc-visa {
    width: 56px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/visa.png);
}

#bottom-icons .easy_eft {
    width: 170px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/easy-eft.png);
}

#bottom-icons .pay_retailers {
    width: 100px;
    filter: drop-shadow(0px 0px 2px black);
    background-image: url(../../../../templates/common/images/payment-icon/footer/pay_retailers.svg);
}

.mx #bottom-icons .pay_retailers,
.pe #bottom-icons .pay_retailers,
.gt #bottom-icons .pay_retailers,
.ec #bottom-icons .pay_retailers,
.cr #bottom-icons .pay_retailers,
.cl #bottom-icons .pay_retailers,
.br #bottom-icons .pay_retailers {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    background-position: right;
    width: auto;
}

.pe #bottom-icons .pay_retailers::after,
.pe #bottom-icons .pay_retailers::before,
.mx #bottom-icons .pay_retailers::after,
.mx #bottom-icons .pay_retailers::before,
.gt #bottom-icons .pay_retailers::after,
.gt #bottom-icons .pay_retailers::before,
.ec #bottom-icons .pay_retailers::after,
.ec #bottom-icons .pay_retailers::before,
.cr #bottom-icons .pay_retailers::after,
.cl #bottom-icons .pay_retailers::before,
.cl #bottom-icons .pay_retailers::after,
.br #bottom-icons .pay_retailers::before,
.br #bottom-icons .pay_retailers::after {
    width: 100px;
    height: auto;
}

.mx #bottom-icons .pay_retailers::after,
.pe #bottom-icons .pay_retailers::after,
.cr #bottom-icons .pay_retailers::after,
.cl #bottom-icons .pay_retailers::after {
    margin-right: 100px;
}

.cl #bottom-icons .pay_retailers::after {
    margin-right: 120px;
}

.pe #bottom-icons .pay_retailers::after,
.gt #bottom-icons .pay_retailers::after,
.br #bottom-icons .pay_retailers::after,
.ec #bottom-icons .pay_retailers::after {
    margin-right: 50px;
}

.br #bottom-icons .pay_retailers {
    background-image: url(../../../../templates/common/images/payment-icon/footer/bitcoin.svg);
}

.br #bottom-icons .pay_retailers::before {
    content: url("../../../../templates/common/images/payment-icon/footer/santander.svg");
}

.br #bottom-icons .pay_retailers::after {
    content: url("https://img3.casinounique.com/templates/common/images/payment-icon/footer/pix.svg");
}

.cl #bottom-icons .pay_retailers {
    background-image: url('../../../../templates/common/images/payment-icon/footer/webPay.svg');
}

.cl #bottom-icons .pay_retailers::before {
    content: url("../../../../templates/common/images/payment-icon/footer/banco_bci.svg");
}

.cl #bottom-icons .pay_retailers::after {
    content: url("../../../../templates/common/images/payment-icon/footer/bitcoin.svg");
}

.cr #bottom-icons .pay_retailers {
    background-image: url('../../../../templates/common/images/payment-icon/footer/banko_national.svg');
}

.cr #bottom-icons .pay_retailers::after {
    content: url("../../../../templates/common/images/payment-icon/footer/bitcoin.svg");
}

.ec #bottom-icons .pay_retailers {
    background-image: url(../../../../templates/common/images/payment-icon/footer/bitcoin.svg);
}

.ec #bottom-icons .pay_retailers::before {
    content: url("https://img3.casinounique.com/templates/common/images/payment-icon/footer/banco_pichincha.svg");
}

.ec #bottom-icons .pay_retailers::after {
    content: url("https://img3.casinounique.com/templates/common/images/payment-icon/footer/red_activa.svg");
}

.sv #bottom-icons .pay_retailers {
    background-image: url('../../../../templates/common/images/payment-icon/footer/bitcoin.svg');
}

.gt #bottom-icons .pay_retailers {
    background-image: url(https://img3.casinounique.com/templates/common/images/payment-icon/footer/caja_desarrollo.svg);

}

.gt #bottom-icons .pay_retailers::before {
    content: url("https://img3.casinounique.com/templates/common/images/payment-icon/footer/banco_de_antigua.svg");
}

.gt #bottom-icons .pay_retailers::after {
    content: url("../../../../templates/common/images/payment-icon/footer/bitcoin.svg");
}

.mx #bottom-icons .pay_retailers {
    background-image: url(../../../../templates/common/images/payment-icon/footer/openpay.svg);
}

.mx #bottom-icons .pay_retailers::before {
    content: url("../../../../templates/common/images/payment-icon/footer/spey.svg");
}

.mx #bottom-icons .pay_retailers::after {
    content: url("../../../../templates/common/images/payment-icon/footer/bbva.svg");
}

.pa #bottom-icons .pay_retailers {
    background-image: url('../../../../templates/common/images/payment-icon/footer/western_union.svg');
}

.pe #bottom-icons .pay_retailers {
    background-image: url(../../../../templates/common/images/payment-icon/footer/bitcoin.svg);
}

.pe #bottom-icons .pay_retailers::before {
    content: url("../../../../templates/common/images/payment-icon/footer/bcp.svg");
}

.pe #bottom-icons .pay_retailers::after {
    content: url("../../../../templates/common/images/payment-icon/footer/bbva.svg");
}
/*
    pay_retailers--cl
    pay_retailers--cr
    pay_retailers--ec
    pay_retailers--sv
    pay_retailers--gt
    pay_retailers--mx
    pay_retailers--pe
    pay_retailers--pa
*/

#bottom-icons .pay_retailers:hover {
    filter: grayscale(100%) invert(1);
}

#bottom-icons .zimpler {
    width: 125px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/zimpler_p.png);
}

#bottom-icons .mastercard,
#bottom-icons .creditcard.cc-mastercard {
    width: 51px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/mastercard.png);
}

#bottom-icons .maestro,
#bottom-icons .creditcard.cc-maestro {
    width: 53px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/maestro.png);
}

#bottom-icons .neosurf,
#bottom-icons .easyex_neosurf,
#bottom-icons .cmg_neosurf,
#bottom-icons .continent_pay_neosurf,
#bottom-icons .continent_pay_neosurf_direct {
    width: 92px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/neosurf_p.png);
}

#bottom-icons .jeton_wallet {
    width: 90px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/jeton_wallet.svg);
}

#bottom-icons .jeton_cash {
    background-image: url(../../../../templates/common/images/payment-icon/footer/jeton_cash.png);
    width: 40px;
}

#bottom-icons .bitcoin,
#bottom-icons .cubits {
    width: 31px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/bitcoin.png);
}

#bottom-icons .epro {
    width: 72px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/epro.png);
}

#bottom-icons .passngo {
    width: 104px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/passngo.png);
}

#bottom-icons .bitnetlab,
#bottom-icons .continent_fon_form {
    width: 112px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/master-viza.png);
}

#bottom-icons .payecards {
    width: 150px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/paycards.png);
}

#bottom-icons .kwickgo {
    width: 104px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/kwickgo.png);
}

#bottom-icons .cryptogo {
    width: 104px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/cryptogo.png);
}

#bottom-icons .radiantpay_amex {
    width: 58px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/radiantpay_amex.png);
}

#bottom-icons .radiantpay_jcb {
    width: 50px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/radiantpay_jcb.png);
}

#bottom-icons .paysafecard,
#bottom-icons .paysafe,
#bottom-icons .paysafeicepay {
    width: 121px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/paysafecard.png);
}

#bottom-icons .skrill,
#bottom-icons .apco_skrill {
    width: 55px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/skrill.png);
}
#bottom-icons .payop {
    width: 55px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/payop.png);
}

#bottom-icons .skrillrapid {
    width: 125px;
    background-position: center;
    background-image: url(../../../../templates/common/images/payment-icon/footer/skrillrapid.png);
}

#bottom-icons .vippass_thpp {
    width: 65px;
    background-position: center;
    background-image: url(../../../../templates/common/images/payment-icon/footer/vippass.png);
}
#bottom-icons .skrillpaysafe {
    width: 125px;
    background-position: center;
    background-image: url(../../../../templates/common/images/payment-icon/footer/skrillpaysafe.png);
}
#bottom-icons .skrillsofort {
    width: 125px;
    background-position: center;
    background-image: url(../../../../templates/common/images/payment-icon/footer/skrillsofort.png);
}

#bottom-icons .neteller,
#bottom-icons .paysafe_neteller {
    width: 92px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/neteller.png);
}

#bottom-icons .tinkbit {
    width: 92px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/tinkbit.png);
}

#bottom-icons .cashtocode_direct_evoucher_usd,
#bottom-icons .cashtocode_direct_evoucher_cad {
    width: 92px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/eVoucher.svg);
}

#bottom-icons .sofort,
#bottom-icons .continent_pay_sofort,
#bottom-icons .cmg_sofort,
#bottom-icons .dialxs_sofort,
#bottom-icons .easyex_sofort,
#bottom-icons .cmg_sofort {
    width: 93px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/sofort.png);
}

#bottom-icons .continent_pay_32_sofort {
    width: 93px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/sofort_vip.svg);
}

#bottom-icons .bpay {
    width: 66px;
    background-position: center;
    background-image: url(../../../../templates/common/images/payment-icon/footer/bpay.png);
}

#bottom-icons .poli {
    width: 66px;
    background-position: center;
    background-image: url(../../../../templates/common/images/payment-icon/footer/poli.png);
}

#bottom-icons .onlineueberweisen {
    width: 93px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/onlineueberweisen.png);
}

#bottom-icons .astropay,
#bottom-icons .astropaycard {
    width: 104px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/AstroPay.png);
}

#bottom-icons .upaycard_paypal {
    width: 104px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/upaycard_paypal.png);
}

#bottom-icons .upaycard_bitcoin {
    width: 104px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/upaycard_bitcoin.png);
}

#bottom-icons .cashlib {
    width: 72px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/cashlib.png);
}

#bottom-icons .interac {
    width: 59px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/interac_cpi.png);
}

#bottom-icons .iwallet {
    width: 93px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/iwallet-w-3.png);
}

#bottom-icons .interac_etransfer {
    width: 76px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/interac_etransfer.png);
}

#bottom-icons .giropay,
#bottom-icons .continent_pay_giropay,
#bottom-icons .dialxs_giropay,
#bottom-icons .easyex_giropay {
    width: 51px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/giropay.png);
}

#bottom-icons .continent_pay_32_giropay {
    width: 90px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/giropay_vip.svg);
}

#bottom-icons .eps,
#bottom-icons .cmg_eps {
    width: 51px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/eps.png);
}

#bottom-icons .bridgerpay {
    width: 175px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/bridgerpay.png);
}

#bottom-icons .avo_pro {
    width: 135px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/avo_payments.png);
}

#bottom-icons .spadespay {
    width: 175px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/spadespay.png);
}

#bottom-icons .easyex_crypto {
    width: 115px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/easyex_crypto.svg);
}

#bottom-icons .payeasypro {
    width: 150px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/payeasypro.svg);
}

#bottom-icons .premierpay {
    width: 90px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/premierpay.png);
}

#bottom-icons .paygate {
    width: 175px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/paygate.png);
}

#bottom-icons .octapay_external_form {
    width: 120px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/octapay_external_form.png);
}

#bottom-icons .epro7995 {
    width: 70px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/epro.png);
}

#bottom-icons .ezeewallet {
    width: 175px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/eZeeWallet.png);
}

#bottom-icons .securetrading {
    width: 100px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/securetrading.png);
}

#bottom-icons .solid_payments,
#bottom-icons .solid_payments_pn {
    width: 125px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/solid_payments.png);
}

#bottom-icons .ecopayz,
#bottom-icons .apco_ecopayz {
    width: 99px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/ecopayz.png);
}

#bottom-icons .dolcepay_hp, #bottom-icons .dolcepay {
    background-image: url(../../../../templates/common/images/payment-icon/footer/dolcepay_white.png);
    width: 99px;
}

#bottom-icons .coinspaid_all {
    width: 153px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/bitcoin_all.png);
}

#bottom-icons .coinspaid,
#bottom-icons .coinspaid_btc {
    width: 89px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/coinspaid_btc.png);
}

#bottom-icons .coinspaid_bch {
    width: 150px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/coinspaid_bch.png);
}

#bottom-icons .coinspaid_ltc {
    width: 105px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/coinspaid_ltc.svg);
}

#bottom-icons .coinspaid_eth {
    width: 140px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/coinspaid_eth.svg);
}

#bottom-icons .glase,
#bottom-icons .seqr {
    width: 112px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/glase.png);
}

#bottom-icons .entropay {
    width: 147px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/entropay.png);
}

#bottom-icons .cashtocode {
    width: 97px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/cashtocode.png);
}

#bottom-icons .cashtocode_direct {
    width: 97px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/cashtocode.png);
}

#bottom-icons .apco_cashtocode {
    width: 97px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/cashtocode.png);
}

#bottom-icons .venuspoint {
    width: 120px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/venuspoint.png);
}

#bottom-icons .vega_wallet,
#bottom-icons .vega_wallet_general {
    width: 50px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/vega_wallet.svg);
}

#bottom-icons .xpate,
#bottom-icons .apco_xpate {
    background-image: url(../../../../templates/common/images/payment-icon/footer/xpate-light.svg);
    width: 89px;
}

#bottom-icons .upaysafe {
    width: 121px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/upaysafe.png);
}

#bottom-icons .upaysafedirect {
    width: 121px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/upaysafedirect.png);
}

#bottom-icons .muchbetter,
#bottom-icons .apco_muchbetter {
    width: 126px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/muchbetter.png);
}

#bottom-icons .bitcobrokers,
#bottom-icons .uniquebit,
#bottom-icons .uniquebit_vip {
    width: 130px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/uniquebit.png);
}

#bottom-icons .upaycard_bitcoin {
    width: 111px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/upaycard_bitcoin.png);
}

#bottom-icons .kluwp_visa {
    width: 125px;
    background-position: center;
    background-image: url(../../../../templates/common/images/payment-icon/footer/kluwp_visaa.png);
}

#bottom-icons .safetypay {
    width: 77px;
    background-position: center;
    background-image: url(../../../../templates/common/images/payment-icon/footer/safety_pay-w-2.png);
}

#bottom-icons .cavpay {
    width: 77px;
    background-position: center;
    background-image: url(../../../../templates/common/images/payment-icon/footer/cav_pay.png);
}

#bottom-icons .kluwp {
    width: 125px;
    background-position: center;
    background-size: contain;
    background-image: url(../../../../templates/common/images/payment-icon/footer/kluwp.png);
}

#bottom-icons .apco_elegro {
    background-image: url(../../../../templates/common/images/payment-icon/footer/elegro.png);
}

#bottom-icons .apco_xentum {
    background-image: url(../../../../templates/common/images/payment-icon/footer/xentum.png);
}

#bottom-icons .flutterwave {
    width: 125px;
    background-position: center;
    background-size: contain;
    background-image: url(../../../../templates/common/images/payment-icon/footer/flutterwav.png);
}

#bottom-icons .ideal,
#bottom-icons .poli_ideal,
#bottom-icons .capital_ideal,
#bottom-icons .continent_pay_ideal {
    width: 50px;
    background-position: center;
    background-size: contain;
    background-image: url(../../../../templates/common/images/payment-icon/footer/ideal.svg);
}

#bottom-icons .test {
    background-image: url(../../../../templates/common/images/payment-icon/footer/test.png);
}

#bottom-icons .apco_flutterwave {
    background-image: url(../../../../templates/common/images/payment-icon/footer/apco_flutterwave.png);
}

#bottom-icons .apco_zimpler {
    background-image: url(../../../../templates/common/images/payment-icon/footer/apco_zimpler.png);
}

#bottom-icons .apco_flexepin,
#bottom-icons .flexepin {
    width: 85px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/apco_flexepin.png);
}

#bottom-icons .apco_neosurf {
    width: 92px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/apco_neosurf.png);
}

#bottom-icons .payment_center_cc {
    width: 51px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/mastercard.png);
}

#bottom-icons .apco_skrill {
    background-image: url(../../../../templates/common/images/payment-icon/footer/apco_skrill.png);
}

#bottom-icons .apco_sofort {
    background-image: url(../../../../templates/common/images/payment-icon/footer/apco_sofort.png);
}

#bottom-icons .apco_neteller {
    width: 92px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/apco_neteller.png);
}

#bottom-icons .apco_paysafe {
    background-image: url(../../../../templates/common/images/payment-icon/footer/apco_paysafe.png);
}

#bottom-icons .apco_interac {
    background-image: url(../../../../templates/common/images/payment-icon/footer/apco_interac.png);
}

#bottom-icons .straal {
    width: 136px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/straal.svg);
}

#bottom-icons .perfect_money {
    width: 136px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/perfect-money.svg);
}

#bottom-icons .mifinity {
    width: 175px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/mifinity_f.png);
}

#bottom-icons .capital_p24,
#bottom-icons .continent_pay_przelewy_24,
#bottom-icons .continent_pay_32_przelewy_24 {
    width: 100px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/przelewy24.svg);
}

#bottom-icons .cashier {
    width: 259px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/cashier.png);
}

#bottom-icons .continent_pay_alt_ideal {
    width: 67px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/continent_pay_alt_ideal.svg);
}

/*====================  Dynamic credit card logo for footer =============*/
.bottom-icons.creditcard.cc-maestro-mastercard,
.bottom-icons.creditcard.maestro-mastercard {
    background-image: url(../../../../templates/common/images/payment-icon/footer/maestro-master.png);
}

.bottom-icons.creditcard.cc-maestro-visa,
.bottom-icons.creditcard.maestro-visa {
    background-image: url(../../../../templates/common/images/payment-icon/footer/maestro-viza.png);
}

.bottom-icons.creditcard.cc-mastercard-visa,
.bottom-icons.creditcard.mastercard-visa {
    background-image: url(../../../../templates/common/images/payment-icon/footer/master-viza.png);
}

.bottom-icons.creditcard.cc,
.bottom-icons.creditcard.cc-maestro-mastercard-visa,
.bottom-icons.creditcard.maestro-mastercard-visa {
    width: 163px;
    background-image: url(../../../../templates/common/images/payment-icon/footer/maestro-master-viza.png);
}
/*====================  Dynamic credit card logo for footer =============*/

/*-------START HISTORY--------------*/
.daterangepicker.show-calendar .ranges {
    margin-top: 0;
}

.history__field_presets .daterangepicker.show-calendar .drp-calendar {
    display: none !important;
}

.history-filter {
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.history__go-button,
.history__field {
    margin-left: 20px;
    margin-bottom: 30px;
}

/*-------END HISTORY-----------*/

/*-------START WITHDRAWAL (TAB HISTORY AND WITHDRAWAL)---------------*/
.withdrawal__wrapper-info {
    display: flex;
    width: 100%;
}
.history-table.withdrawal__wrapper-info:not(:first-child){
    border-top: none;
    border-radius:0;
}
.history-table.withdrawal__wrapper-info:first-child{
    border-radius:3px 3px 0 0;
}
.history-table.withdrawal__wrapper-info:last-child{
    border-radius:0 0 3px 3px;
}
button.withdrawal-history__cancel {
    font-size: 16px;
    height: fit-content;
}

.withdrawal__fields-container {
    display: grid;
    align-items: flex-end;
    grid-template-columns: repeat(auto-fill, minmax(266px, 1fr));
    grid-gap: 10px 30px;
}

.withdrawal-amounts .field-container {
    display: flex;
    justify-content: space-between;
}

.withdrawal__name-table {
    height: 28px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.withdrawal__wrapper-history .withdrawal__name-table-title {
    justify-content: flex-start;
    padding: 5px 10px 5px;
}

.withdrawal__wrapper-history:first-child .withdrawal__name-table-title {
    display: flex;
}

.withdrawal__wrapper-history .withdrawal__name-table-transaction {
    flex-grow: 1;
}

.withdrawal__text-tablet {
    height: calc(100% - 28px);
    display: flex;
    padding: 10px 10px 20px;
    box-sizing: border-box;
}

.withdrawal__wrapper-history .withdrawal__text-tablet {
    height: 100%;
}

.withdrawal__wrapper-history:first-child .withdrawal__text-tablet {
    height: calc(100% - 28px);
}

.withdrawal__info-text {
    font-size: 12px;
    opacity: 0.8;
    font-style: italic;
    margin-top: 0;
}

/*.withdrawal__text-tablet {
    border-right: 1px solid #e1e1e1;
}*/

.withdrawal__text-tablet.withdrawal__text-tablet--column {
    flex-direction: column;
}

.withdrawal__amount-field-wrp {
    display: flex;
    justify-content: space-between;
    max-width: 445px;
    width: 100%;
}

.withdrawal__amount-label {
    max-width: 300px;
    width: 100%;
    padding-right: 0;
    font-size: 14px;
}

.withdrawal__text-tablet.withdrawal_transact {
    display: table-caption;
}

.withdrawal-block .withdrawal__wrapper-info:not(:first-of-type) .withdrawal__name-table {
    display: none;
}

.withdrawal__wrapper-info > section:last-of-type {
    flex-grow: 1;
}

.status-rejected {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
}

.status-rejected__data {
    position: absolute;
    display: block;
    left: -12px;
    top: 30px;
    height: 20px;
    padding: 0 10px;
    border-radius: 3px;
    color: #000;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.status-rejected__icon {
    position: relative;
    margin: 0 auto;
}

.status-rejected__icon:hover > .status-rejected__data {
    opacity: 1;
}

.games--show-all ~ .games-cat-paging {
    display: none;
}


.withdrawal__wrapper-history > section .withdrawal__text-tablet,
section .withdrawal__text-tablet {
    font-size: 14px;
}
@media(min-width: 1100px) {
    .lang_fr .withdrawal__wrapper-history > section .withdrawal__text-tablet,
    section .withdrawal__text-tablet {
        font-size: 12px;
    }
}

.withdrawal__wrapper-history .withdrawal__text-tablet {
    justify-content: flex-start;
    align-items: stretch;
    padding: 10px 10px 20px;
}

.history-table .orange {
    color: darkorange;
    font-weight: 600;
}

.withdrawal__name-table-info {
    width: 100%;
    display: flex;
}

#withdrawals-container .withdrawal__wrapper-history:not(:last-of-type) {
    margin-bottom: 0;
}

#withdrawals-container .withdrawal__wrapper-history:not(:first-of-type) {
    border-top: 0;
}

.withdrawal__logo-wrapper {
    width: 100%;
}

.withdrawal__logo-td-wrapper {
    width: 234px;
}

.withdrawal__wrapper-history:not(:first-child) .withdrawal__name-table-title {
    display: none;
}

@media (max-width: 768px) {
    .history-table.withdrawal__wrapper-history {
        display: flex;
        flex-direction: row;
    }

    .withdrawal__wrapper-history:not(:first-child) .withdrawal__name-table-title {
        display: flex;
    }

    .withdrawal__wrapper-history .withdrawal__name-table-wrapper > div:first-of-type {
        width: 30%;
    }

    #withdrawals-container .withdrawal__text-tablet.withdrawal_transact,
    .withdrawal__wrapper-info .withdrawal__text-tablet.withdrawal_transact {
        text-align: left;
        word-break: break-all;
    }

    .withdrawal__name-table-header .withdrawal__name-table-number {
        display: none;
    }

    .withdrawal__wrapper-history .withdrawal__name-table-title {
        height: auto;
        display: flex;
        padding: 0 0 0 15px;
    }

    .withdrawal__wrapper-history .withdrawal__name-table-wrapper {
        display: flex;
        border-bottom: 1px solid #e1e1e1;
    }

    .history-table.withdrawal__wrapper-history,
    .history-table.withdrawal__wrapper-history:nth-child(even) {
        background-color: #fff;
    }

    .withdrawal__wrapper-history .withdrawal__name-table-info {
        display: block;
        width: 100%;
    }

    .withdrawal__name-table-transaction .withdrawal__name-table-title {
        border-top-right-radius: 0;
    }

    .status-rejected__data {
        background: #ededed;
        left: -134px;
        padding: 25px 35px;
        width: 300px;
        box-shadow: 0px 0px 5.76px 0.24px rgba(35, 35, 35, 0.52);
        box-sizing: border-box;
    }

    .status-rejected__data:after {
        border-bottom-color: #ededed;
        left: calc(50% - 14px);
    }

    #withdrawals-container .withdrawal__wrapper-history:not(:first-of-type) {
        margin-top: 15px;
    }

}

@media (max-width: 414px) {
    .android #add-to-home-screen__mobile-btn {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 375px) {
    .add-to-home-screen__tab-icon {
        display: inline-block;
        width: 25px;
        height: 30px;
        margin: 5px 10px 5px 9px;
    }
    .add-to-home-screen__icon-plus {
        width: 30px;
        height: 30px;
        background-size: 16px;
        border-radius: 10px;
    }
    .iphone #add-to-home-screen__mobile-btn {
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 374px) {
    .status-rejected__data {
        left: -84px;
        width: 200px;
    }

    .add-to-home-screen__tab-icon {
        margin: 0 5px;
    }

    .user-contact-phone .user-contact-not-verified {
        margin-top: 13px;
    }
}

/*-------END WITHDRAWAL (TAB HISTORY AND WITHDRAWAL)---------------*/

/*попап с турнирами */
#popup-tournament-invite.popup-tournament {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    background-color: transparent;
    box-shadow: none;
    z-index: 2101;
    display: none;
}

.popup-tournament-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2101;
    background-color: rgba(0, 0, 0, 0.62);
}

.popup-tournament-info-wrapper,
.result-send-tournament-form {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: white;
    border-radius: 10px;
    z-index: 2102;
}

.popup-tournament-info-wrapper {
    max-width: 754px;
    width: 100%;
    border-radius: 30px;
    background-color: black;
    background-image: url("../../../../templates/common/images/imagetournament.jpg");
    background-position: 100% 0;
    background-size: contain;
    color: white;
    height: auto;
    box-sizing: border-box;
    display: none;
    box-shadow: 0px 0px 66px #978d8d;
    padding: 25px;
}

.time-to-start {
    margin-bottom: 20px;
}

.popup-tournament__button-send {
    font-weight: bold;
    font-size: 23px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 0;
}

.popup-tournament__main-button-wrapper .popup-tournament__button-next {
    border-radius: 5px;
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
}

.popup-tournament__main-button-wrapper .popup-tournament__button-next:hover {
    color: rgba(255, 255, 255, 1);
}

.popup-tournament__dont-send {
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    padding-left: 20px;
    font-size: 10px;
}

.popup-tournament__checkbox:checked + .popup-tournament__dont-send::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    background-color: #fed65a;
}

.popup-tournament__dont-send::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 2px;
    border: 1px solid #fed65a;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.popup-tournament__dont-send:hover {
    color: rgba(255, 255, 255, 1);
}

.popup-tournament__checkbox {
    display: none;
}

.result-send-tournament-form {
    max-width: 353px;
    padding: 10px;
    min-height: 70px;
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.result-send-tournament-form h3 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 0;
    text-align: center;
}

.result-send-tournament-form .btn-gold {
    padding: 5px 20px;
    display: inline-block;
    margin: 0 auto;
    background-image: url(../../../../templates/common/images/btn_gold_bg.png);
    border-radius: 5px;
    outline: none;
}

.popup-tournament-headline {
    color: #fed65a;
    font-weight: bold;
    line-height: normal;
}

.popup-tournament-headline {
    margin: 0;
    font-size: 28px;
}

.popup-tournament-main-description {
    font-size: 15px;
    max-width: 354px;
    width: 100%;
}

.popup-tournament-first-place {
    margin: 0;
    color: #fed65a;
}

.popup-tournament-first-place span {
    color: white;
}

.time-to-start_time {
    font-size: 21px;
    color: #fed65a;
    font-weight: bold;
}

.time-to-start p {
    margin-bottom: -1px;
    text-transform: uppercase;
    font-size: 9px;
}

.time-to-start_time span:not(:first-of-type) {
    padding-left: 0px;
    margin-left: 14px;
}

.time-to-start_time span:not(:first-of-type)::after {
    content: ":";
    position: absolute;
    left: -10px;
    top: 0;
}

.time-to-start_time span::before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    color: white;
}

.time-to-start_time span:first-of-type::before {
    content: "D";
}

.time-to-start_time span:nth-child(2)::before {
    content: "H";
}

.time-to-start_time span:nth-child(3)::before {
    content: "M";
}

.time-to-start_time span:last-of-type::before {
    content: "S";
}

.popup-tournament-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 20px;
    background-repeat: repeat;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    min-height: 350px;
}

.popup-tournament-button {
    font-weight: bold;
    font-size: 20px;
    padding: 0 20px;
    border-radius: 5px;
    margin: 0 auto;
}

.popup-tournament__prize {
    display: flex;
    align-items: flex-end;
    margin-top: 5px;
}

.popup-tournament__prize .popup-tournament-first-place {
    font-size: 16px;
}

.popup-tournament__prize .popup-tournament-first-place:first-of-type {
    margin-right: 10px;
}

.popup-tournament__button-two {
    display: flex;
    align-items: center;
}

.popup-tournament__button-two .popup-tournament__buttons-wrapper {
    margin-right: 20px;
}

.time-to-start_text {
    margin-top: 0;
}

/* END попап с турнирами  */

/*-------------------------------------------MAIN INFO TOURN--------------------------------*/
#tourn-main-info {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background-color: #f7f7f7;
    z-index: 1000;
    padding-top: 70px;
    box-sizing: border-box;
    overflow: auto;
}

.tourn-mi_container {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    box-sizing: border-box;
}

.tourn-mi_wrp-header {
    text-align: center;
}

.tourn-mi_title {
    font-size: 23px;
    margin-top: 0;
    padding: 10px 30px;
    box-sizing: border-box;
    line-height: 36px;
    margin-bottom: 0;
    padding-left: 0;
    max-width: 50%;
}

.tourn-mi_subtitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0.83em;
}

.tourn-mi_discr {
    margin-top: 0;
}

.tourn-mi {
    box-sizing: border-box;
    text-align: justify;
    margin-right: 30px;
    width: 100%;
}

.tourn_mi-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.tourn-mi_game-wrp {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    display: inline-block;
}

.tourn-mi_game-wrp:hover .tourn-mi_game-bg {
    opacity: 1;
}

.tourn-mi_game-wrp .tourn-mi_game-bg {
    opacity: 0;
    transition: 0.4s all ease-in-out;
}

.tourn-mi_game-img {
    display: block;
    object-fit: cover;
    object-position: center;
}

.tourn-mi_game-wrp:not(:last-of-type) {
    margin-right: 0;
}

.tourn-mi_game-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tourn-mi_game-play {
    width: 74.5%;
    min-height: 22%;
    border-radius: 4px;
}

.tourn-mi_text {
    margin-top: 0;
    font-weight: normal;
}

.tourn-mi_games {
    display: grid;
    grid-template-columns: repeat(auto-fit, 205px);
    grid-gap: 15px;
}

.tourn-mi_top {
    float: top;
}

.tourn-mi_top-table > p {
    margin: 0;
}

.tourn-mi_top-wrp {
    width: 440px;
    margin-top: 10px;
}

.tourn-mi_top-wrp > p {
    text-align: center;
    font-size: 13px;
}

.tourn-mi_top-players {
    width: 100%;
}

.tourn-mi_top-players td,
.tourn-mi_top-players {
    font-size: 16px;
    border: 1px solid black;
}

.tourn-mi_top-player-place {
    color: #fed65a;
    padding: 2px;
    font-weight: bold;
    min-width: 21px;
    text-align: center;
    vertical-align: middle;
}

.tourn-mi_top-player-name {
    font-weight: normal;
    width: 100%;
}

.tourn-mi_top-player-specs {
    min-width: 21px;
    text-align: right;
}

.tourn-mi_header {
    display: flex;
    align-content: center;
    justify-content: space-between;
    padding: 20px 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 14px;
    background-color: white;
    z-index: 1;
    box-shadow: 1px 1px 20px 3px black;
}

.tourn-mi_join-wrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tourn-mi_join {
    display: flex;
    flex-direction: column;
    min-width: 160px;
    justify-content: center;
    align-items: center;
}

.tourn-mi_close {
    position: absolute;
    top: 11px;
    right: 7px;
    border: none;
    background-color: #000;
    color: #b1982c;
    border-radius: 2px;
}

.tourn-list-pop-game {
    color: #c59f61;
    display: none;
}

.tourn-list-pop-game > p {
    font-weight: bold;
    color: white;
    margin: 0;
}

.tourn-list-pop-game ul {
    list-style: none;
    margin: 0;
    padding-left: 10px;
}

.body-hide {
    overflow: hidden !important;
}

.prize {
    padding-bottom: 50px;
}

.prize-top {
    min-height: 9vw;
    background-color: #0d0d0d;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.prize-top_1 {
    background: linear-gradient(135deg, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%);
}

.prize-top_2 {
    background: linear-gradient(
        135deg,
        rgba(226, 226, 226, 1) 0%,
        rgba(209, 209, 209, 1) 51%,
        rgba(254, 254, 254, 1) 100%
    );
}

.prize-top_3 {
    background: linear-gradient(135deg, rgba(231, 197, 141, 1) 0%, rgba(218, 184, 129, 1) 100%);
}

.prize_wrp {
    display: flex;
    justify-content: flex-start;
    padding: 4px;
    box-sizing: border-box;
}

.prize-top_number {
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 0;
}

.prize-top_wrp {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 205px);
    grid-gap: 15px;
}

.prize-top_decr {
    line-height: 1em;
    font-size: 20px;
    margin-bottom: 0;
}

.tourn-mi_top {
    min-width: 440px;
}

.prize_other {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.prize_other-el {
    display: flex;
    margin-bottom: 4px;
    margin-left: 20px;
    max-width: 100%;
}

.prize_other-el p {
    margin: 0;
}

.prize_other-place {
    margin-right: 9px;
    min-width: 12px;
}

.prize_other tr {
    border-top-style: hidden;
}

@media (max-width: 1000px) {
    .tourn-mi_container {
        display: block;
        padding: 0 20px 30px 20px;
    }

    .tourn-mi_header {
        position: relative;
        flex-wrap: wrap;
        align-items: center;
        top: 0;
    }

    .tourn-mi_join-wrp {
        width: 100%;
    }

    #tourn-main-info {
        padding-top: 40px;
    }

    .prize-top_wrp,
    .tourn-mi_top-wrp,
    .tourn-mi_top {
        width: 100%;
    }

    .prize_wrp {
        display: block;
        height: auto;
    }

    .prize_other-el {
        margin-left: 0;
    }

    .prize_other {
        margin-top: 15px;
    }

    .tourn-mi_game-img {
        width: 100%;
        min-width: auto;
        max-width: none;
    }

    .prize-top {
        min-height: 20vw;
        padding: 20px;
        box-sizing: border-box;
    }

    .prize-top_decr {
        line-height: normal;
        font-size: 21px;
    }

    .prize-top_number {
        line-height: normal;
        font-size: 50px;
    }

    .tourn-mi_games {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .tourn-mi_title {
        line-height: normal;
        font-size: 20px;
        max-width: 70%;
    }

    .tourn-mi {
        margin-right: 0;
    }
}

@media (max-width: 880px) {
    .tourn-mi_header {
        flex-direction: column;
        align-items: center;
    }

    #tourn-main-info .time-to-start {
        align-items: center;
    }

    #tourn-main-info .tourn-mi_title {
        padding-right: 0;
        width: 100%;
        text-align: center;
        max-width: none;
    }
}

@media (max-width: 750px) {
    .tourn-mi_games {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .bonuses__content-title {
        border-right: 0!important;
    }
    .bonuses__content-card {
        border-left: 0;
    }

    .tourn-mi_header {
        /*        align-items: center;
        justify-content: center;
        text-align: center;*/
        padding: 20px 10px;
    }
}

@media (max-width: 600px) {
    .tourn-mi_games {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 550px) {
    .tourn-mi_games {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .tourn-mi_join-wrp {
        width: 50%;
    }

    .tourn-mi_join-wrp {
        text-align: right;
    }
}

@media (max-width: 400px) {
    .tourn-mi_games {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .tourn-mi_subtitle {
        text-align: center;
    }

    .prize-top_wrp {
        display: block;
    }

    .prize_wrp {
        padding: 0;
    }

    .prize {
        padding-bottom: 0;
    }
}

/*-------------------------------*/

.oneTournament {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    background-color: white;
    border: 1px solid #e1e1e1;
    margin-bottom: 5px;
    min-height: 54px;
}

.one-tourn_front-descript {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.one-tourn_title {
    font-size: 16px;
    font-weight: bold;
    color: #c38f2b;
    max-width: 30%;
    width: 100%;
}

.time-to-start_time--one-tourn {
    color: #c38f2b;
}

.time-to-start_text-one-tourn {
    color: black;
}

.all-tourn_item-wrapper-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 110px;
}

.allTournament__item-awards-wrapper,
.allTournament__item-awards-title,
.all-tourn_item-fee {
    font-size: 18px;
    font-weight: bold;
    color: #c38f2b;
    margin: 0;
}

.all-tourn_item-fee {
    align-self: center;
    text-align: center;
}

.all-tourn_item-fee span {
    color: black;
}

.allTournament__item-main-info {
    padding: 20px 0;
    display: none;
}

.all-tourn_wrapper-button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.allTournament__item-img {
    width: 100%;
    margin: 0 auto;
}

.allTournament__item-info-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 10px;
}

.allTournament__item-games-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.AllTournament {
    display: none;
}

/*--------------------------*/

.allTournament__title-wrapper img {
    cursor: pointer;
}

.allTournament__item {
    background: linear-gradient(
        45deg,
        #353535 0%,
        #3e3e3e 12%,
        #474747 25%,
        #323232 55%,
        #1e1e1e 76%,
        #141414 91%,
        #0d0d0d 100%
    );
    height: auto;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 15px 0px;
}

.allTournament__items {
    display: none;
}

.allTournament__items h4 {
    margin-left: 20px;
}

.allTournament__wrapper {
    padding: 40px 0;
}

.allTournament__title {
    font-weight: bold;
    font-size: 37px;
}

.allTournament__item-name-tournament {
    font-size: 30px;
    color: #fed65a;
    font-weight: bold;
    margin: 0;
    max-width: 32%;
    width: 100%;
}

.allTournament__item-front-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.allTournament__item-front-info .time-to-start_text {
    text-align: center;
}

.all-tourn_item-join {
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

.allTournament__item-arrow {
    cursor: pointer;
}

.button--alreadyJoin {
    background: transparent;
    color: black;
    cursor: pointer;
}

.tournament-list-empty {
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-image: url(../../../../templates/common/images/tourn-empty.png);
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.allTournament__item-main-info-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.allTournament__item-description-wrapper {
    display: flex;
    max-width: 50%;
}

.allTournament__item-description {
    margin: 0;
}

.allTournament__item-awards-title {
    margin-bottom: 5px;
}

.allTournament__item-awards-wrapper span[data-award] {
    color: black;
}

.allTournament__item-awards-wrapper {
    list-style: none;
    padding-left: 10px;
}

.img-wait--main {
    background-image: url("../../../../templates/common/images/gif-load.gif");
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    display: none;
}

.img-wait-games--tournament {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15vw;
    height: 12vw;
    display: block;
}

#tourn-main-info .time-to-start_time span::before,
.oneTournament .time-to-start_time span::before {
    color: black;
}

.allTournament__item-joined {
    color: green;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    display: none;
    font-weight: bold;
}

.all-tourn_item-joined-show {
    display: block;
}

.time-to-start_time span {
    display: inline-block;
    min-width: 30px;
    position: relative;
    text-align: center;
}

.img-wait-bal {
    content: url("../../../../templates/common/images/gif-load.gif");
    width: 40px;
    height: 29px;
    position: relative;
    margin-top: -4px;
    top: 8px;
}

@media (max-width: 980px) {
    #popup-tournament {
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
}

@media (max-width: 883px) {
    .one-tourn_front-descript {
        align-items: center;
        flex-wrap: wrap;
        padding: 5px;
        align-items: flex-start;
    }

    .all-tourn_item-fee {
        margin-right: 10px;
    }

    .one-tourn_title {
        max-width: 55%;
        width: 100%;
        margin: 0;
    }

    .time-to-start {
        max-width: 40%;
        width: 100%;
    }

    #popup-tournament-invite .time-to-start {
        max-width: none;
        align-items: flex-start;
    }

    .all-tourn_item-wrapper-buttons {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: flex-end;
    }

    .time-to-start {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .time-to-start p {
        line-height: 9px;
        margin-bottom: 2px;
    }

    .allTournament__item-info-wrapper {
        display: block;
    }

    .popup-tournament-info-wrapper {
        max-width: 90vw;
        background-size: cover;
        position: relative;
    }

    .popup-tournament-info-wrapper::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 30px;
    }

    .allTournament__item-top-wrapper {
        margin: 20px auto 0 auto;
        min-width: auto;
        max-width: none;
        width: 100%;
    }

    .popup-tournament__button-two {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .popup-tournament-headline {
        font-size: 22px;
    }
}

@media (max-width: 550px) {
    /*. {
        align-items: center;
    }*/
    .time-to-start,
    .one-tourn_title {
        max-width: none;
        text-align: center;
    }

    .all-tourn_item-wrapper-buttons,
    .time-to-start {
        max-width: 48%;
        width: 100%;
    }

    .time-to-start {
        align-items: flex-start;
        width: 50%;
    }

    #popup-tournament-invite .time-to-start {
        width: auto;
    }

    .one-tourn_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .all-tourn_item-wrapper-buttons {
        flex-direction: column;
        align-items: flex-end;
    }

    #popup-tournament {
        top: 8%;
    }

    #popup-tournament .popup-menu a {
        padding: 0 10px;
        font-size: 12px;
    }

    .all-tourn_wrapper-button {
        align-items: center;
    }
}

@media (max-width: 480px) {
    .all-tourn_item-wrapper-buttons,
    .time-to-start {
        max-width: none;
        align-items: center;
        width: auto;
    }

    .one-tourn_front-descript {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

/*-------------------- топ юзеров в блоке с игрой ----------------------------------*/
.game-top-title,
.game-top-table,
.game-tournaments-score {
    /* width: 100%; */
    max-width: 400px;
}

.game-top-table {
    padding: 0;
    margin: 0;
    list-style: none;
}

.game-top-table-item {
    grid-template-columns: 50px 1fr 70px;
    font-size: 14px;
    display: grid;
    border: 1px;
    border-style: solid;
}

.game-top-title {
    font-size: 14px;
    background-color: red;
    padding: 5px 20px 5px 33px;
    box-sizing: border-box;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.game-top-title::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) translateZ(0);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.game-top-text {
    padding: 2px;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-top-text:not(:first-of-type) {
    border-left: 1px;
    border-left-style: solid;
    border-color: inherit;
}

.game-top-name {
    text-align: left;
}

.game-top-tourn-items {
    color: white;
    /* display: none; */
}

.game-turn-top-title {
    margin-bottom: 0;
    color: #d4b52e;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0;
}

.game-top-table-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.game-top-tourn-items {
    display: none;
    font-weight: normal;
    font-size: 14px;
}

.game-top-table-wrp {
    position: relative;
    display: none;
}

.game-tournaments-score {
    position: relative;
    flex-grow: 1;
    overflow-y: auto !important;
    height: 0;
    margin-bottom: 15px;
    display: none;
}

.game-tournaments-score .loading--small {
    margin: 0;
    background-size: cover;
    top: 10px;
    position: static;
    left: 0;
    margin: 0 auto;
    transform: none;
}

.game-top-tourn-items {
    position: relative;
}

.game-top-tourn-item {
    margin-bottom: 10px;
}

/*----------------------Адресс начало -----------------------------------------------*/
.popup-address-main {
    min-height: 50%;
}

.address-send {
    padding: 10px;
}

.address-send__apartment,
.address-send__address,
.address-send__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address-send__address {
    justify-content: flex-start;
    width: 100%;
}

#popup-address .address-send__apartment > div:not(:last-of-type),
#popup-address .address-send__address > div:not(:last-of-type),
#popup-address .address-send__name .field-container:not(:last-of-type) {
    margin-right: 15px;
}

.payslbltbl {
    margin: 0 4px;
}

.payslbltbl .payslabel {
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: 70px;
    min-height: 70px;
}

.payslbltbl .payslabel .field__wrp-input.pays {
    flex-basis: 33%;
}

.payslbltbl .payslabel .field__wrp-input.pays,
.payslbltbl .payslabel h2 {
    margin-bottom: 0;
}

.payslbltbl .payslabel .field__wrp-input.pays select {
    display: block;
    margin-left: auto;
    max-width: 205px;
}

.paystable .paysstr .paysdiv .payslogo[data-js="pay-logo"] {
    background-position: center;
}
.paystable .payshead .paysdiv.center,
.paystable .paysstr .paysdiv.center {
    text-align: center;
}

.banking_table-wrp {
    overflow-x: auto;
}

#popup-address .error {
    border: 1px solid red;
}

.address-send .field-container {
    width: 90%;
}

.address-send .label {
    display: block;
}

.address-send__address-list-wrapper {
    display: flex;
    justify-content: space-between;
}

.address-send__address-list-wrapper .field-container--select {
    width: 100%;
    margin-right: 15px;
}

[name="country"]:disabled + p {
    background-color: #ebebe4;
    color: #616161;
}

.address-send__address-list-wrapper button {
    height: 30px;
}

.address-send__address-list {
    width: 100%;
    height: 30px;
}

.address-send > p {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.address-send > p > span {
    font-size: 16px;
}

#popup-address .field-container input[type="tel"],
#popup-address .field-container input[type="text"],
#popup-address .field-container input[type="number"] {
    width: 100%;
    box-sizing: border-box;
}

.field-container--select {
    margin-bottom: 15px;
}

.field-container--select input[type="text"] {
    display: none;
}

.field-container--select-address {
    width: 100%;
}

.field-container--select .SumoSelect.open > .optWrapper.up {
    top: 35px;
    bottom: auto;
}

.field-container--select .SumoSelect {
    height: 41px !important;
    width: 100% !important;
    opacity: 1;
}

.field-container--select-address .SumoSelect {
    width: 100% !important;
}

.field-container--select .SumoSelect > .CaptionCont {
    min-height: 41px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.field-container--select .SumoSelect.open .search-txt {
    height: 41px;
}

.free #popup-pay-outs,
.free .pay-outs {
    display: none !important;
}

.field-container--select .label {
    display: inline-block;
    width: 205px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.address-send__address .field-container--select {
    width: 90%;
}

.address-send .field-container--textarea {
    width: 100%;
}

.address-send [name="comment"] {
    width: 100%;
    box-sizing: border-box;
    height: 90px;
}

.address-send input:read-only {
    background-color: #ebebe4;
}

.popup-address__title {
    color: white;
    margin: 0;
    font-size: 26px;
}

#popup-address .popup-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

#popup-address-main {
    min-height: 20vh;
    position: relative;
}

#popup-address [type="submite"] {
    background: -webkit-linear-gradient(left, #f0d165, #c39232);
    box-shadow: 0 0 0 1px #fdb953;
}

#popup-address input::-webkit-outer-spin-button,
#popup-address input::-webkit-inner-spin-button,
input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

@media (max-width: 1000px) {
    #popup-address {
        width: 96%;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
    }

    .popup-address-form-main div:not(:first-of-type) {
        display: block;
    }

    .address-send__address .field-container--select,
    .address-send .field-container {
        width: 100%;
    }
}

/*----------------------Адресс конец-----------------------------------------------*/

/*----------------------Иконка турнира на игре начало-----------------------------------------------*/
.game--tournament {
    position: relative;
}

.game--tournament::before {
    content: "";
    position: absolute;
    right: 11px;
    top: 9px;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 31;
    background-image: url("../../../../templates/common/images/icon-tournament-game.png");
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
}

/*----------------------Иконка турнира на игре конец-----------------------------------------------*/

/* capcha validate error */
.recaptcha > div > div > div {
    border: 2px solid transparent;
}

.recaptcha.notValid > div > div > div {
    border-color: red;
    height: 76px;
    border-radius: 3px;
    box-shadow: 2px 0 0 var(--error-color);
    box-sizing: content-box;
}

.recaptcha {
    display: none;
    margin-bottom: 15px;
}

.g-recaptcha {
    margin: 0 auto;
}

/*/ capcha validate error /*/

.img-wait-games {
    background-image: url("../../../../templates/common/images/gif-load.gif");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 120px;
    display: none;
    position: fixed;
    z-index: 2147483641;
}

#frozen-user-div,
.frozen-user-div {
    padding: 20px 50px;
    text-align: center;
}

.lang_ja span[name="btc_address"] {
    float: left;
}

/*Checkboxes status styles*/
.status-checkbox {
    display: none;
}

.status-checkbox + label {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.status-checkbox + label::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid #c38f2b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.2s, border-color 0.08s;
}

.status-checkbox.scc + label::before {
    top: 8px;
}

.status-checkbox:checked + label::before {
    width: 4px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*=====START===========LOGO PAYMENTS AS YOU TYPE======START======*/
.deposit-container .field[deposit-bank-name] {
    align-items: center;
}

.deposit-container .field {
    margin-bottom: 0;
    position: relative;
}

.deposit-fields .rate {
    margin-top: 0;
}

.field[deposit-bank-name] .deposit-icon-bank svg {
    width: 60px;
    height: 43px;
}

.deposit-icon-bank {
    max-height: 43px;
    margin-left: 23px;
}

/*=====END===========LOGO PAYMENTS AS YOU TYPE======END======*/

/* styles for amount_interac_entransfer, amount_mifinity */
.deposit-container.interac_etransfer .btn-deposit, .deposit-container.mifinity .btn-deposit{
    display:block;
    text-decoration:none;
}

.deposit-container.interac_etransfer .btn-reload-payment, .deposit-container.mifinity .btn-reload-payment {
    display:none;
    text-decoration:none;
}

.deposit-container .deposit-description-top:empty {
    display:none;
}

.deposit-container .deposit-description-top {
    margin-bottom: 20px;
}

.deposit-container .deposit-description-bottom:empty {
    display:none;
}

.deposit-container .deposit-description-bottom {
    font-size: 11px;
    color: gray;
    margin-top: 20px;
}

.deposit-container.interac_etransfer .loading.small, .deposit-container.mifinity .loading.small {
    display:none;
}

.deposit-container.interac_etransfer .img-partners, .deposit-container.mifinity .img-partners {
    max-height: 40px;
    margin: 0 10px 10px 0;
    border: none;
    display: inline-block;
}

.deposit-container.interac_etransfer .deposit-form__container, .deposit-container.mifinity .deposit-form__container {
    display:block;
    margin-bottom:20px;
}
/*-------------------- START history table game rapid--------------*/
.history-round_id {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: blue;
    margin: 0 auto;
    outline: none;
    width: 100%;
    -webkit-user-select: all; /* Chrome 49+ */
    -moz-user-select: all; /* Firefox 43+ */
    -ms-user-select: all; /* No support yet */
    user-select: all; /* Likely future */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.history-round_id:before {
    content: attr(data-rapid);
    box-sizing: border-box;
    display: block;
    background: rgba(0, 0, 0, 1);
    color: white;
    padding: 15px;
    position: absolute;
    right: -9px;
    transform: translate(100%, -50%);
    top: 50%;
    width: auto;
    height: auto;
    border-radius: 5px;
    opacity: 0;
}

.history-round_id:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -9px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-right: 8px solid rgba(0, 0, 0, 1);
    opacity: 0;
    cursor: pointer;
}

.history-round_id:hover:before {
    opacity: 1;
}

.history-round_id:hover:after {
    opacity: 1;
}

/*-------------------- END history table game rapid--------------*/

/*----- START PAGINATION TABLE HISTORY ---------------*/
#history-container {
    position: relative;
     overflow-x: hidden;
}

.table-pagination {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
    box-sizing: border-box;
    border-top: 1px solid transparent;
}

.button-page.active {
    background-color: red;
}

.table-pagination .button-page-control {
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.table-pagination .button-page-control,
.table-pagination .button-page {
    min-width: 35px;
    min-height: 35px;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.table-pagination .table-page-wrp {
    overflow: hidden;
}

.table-pagination .table-page-container {
    display: flex;
}

.table-pagination {
    box-shadow: 0 -5px 7px 0 rgba(237, 237, 237, 1);
}

.table-pagination .button-page {
    background-color: transparent;
    border: 1px solid rgb(237, 237, 237);
    border-radius: 10px;
    margin: 0 3px;
    transition: 0.4s all ease;
    outline: 0;
}

.table-pagination .button-page.active,
.table-pagination .button-page:hover {
    background-color: #ededed;
}

.table-pagination .button-page-control {
    background-image: url(../../../../templates/common/images/arrow.svg);
    opacity: 0.4;
    transition: 0.3s all ease;
}

.table-pagination .button-page-control:hover {
    opacity: 1;
}

.table-pagination .button-page:active {
    background: #dadada;
}

.table-pagination .button-page-prev {
    transform: rotate(180deg);
}

/*----- END PAGINATION TABLE HISTORY ---------------*/

.blur-block {
    filter: blur(5px);
}

/*----------------------- Popup info ----------------*/

.popup-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    display: none;
}

.popup-info_overlay {
    display: block;
}

.popup-info_wrp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 450px;
    background-color: black;
    z-index: 3001;
    padding: 10px;
    box-sizing: border-box;
}

.popup-info_button-wrp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

.popup-info_button {
    min-width: 100px;
}

.popup-info_title {
    font-size: 1.6em;
    margin-top: 5px;
    margin-bottom: 20px;
}

.popup-info_text {
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: 5px;
}

.popup-info_text-wrp {
    color: white;
    text-align: center;
}

.popup-info_warning {
    font-size: 0.8em;
    margin: 0;
    color: red;
    font-weight: normal;
}

.popup-info_button.js-hide {
    display: none;
}

/*------------ popup game mobile---------------*/
.popup-game-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 50px;
    padding-top: 3vw;
    overflow-y: auto;
}

.popup-game {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
}

.popup-game-mobile.hide {
    display: none;
}

.popup-game_inner-wrp {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.popup-game-mobile_info-wrp {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.popup-game-mobile--btn {
    margin: 4px 0;
    min-width: 222px;
    min-height: 36px;
    max-width: 269px;
    width: 100%;
    box-sizing: border-box;
}

.popup-game-mobile_first-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    box-sizing: border-box;
    width: auto;
}

.logged #popup-game-mobile_start-game-demo {
    display: none;
}

.popup-game-mobile_title {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    color: var(--gold-color);
    margin: 0;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1em;
    font-weight: normal;
    padding: 0 38px;
}

.popup-game-mobile_img {
    width: 100%;
    min-height: 125px;
    max-width: 250px;
    border: 2px solid var(--gold-color);
}

.popup-game-mobile_ratio-wrp {
    display: flex;
    align-items: center;
    margin: 1rem auto;
}

.popup-game-mobile_ratio {
    color: white;
    font-size: 11px;
    line-height: 1em;
    position: relative;
    padding-left: 32px;
    margin-right: 10px;
}

.popup-game-mobile_ratio span {
    white-space: pre-wrap;
}

.popup-game-mobile_ratio.hide {
    display: none;
}

.popup-game-mobile_ratio::after {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 27px;
    height: 25px;
}

.popup-game-mobile--volatility::after {
    background-image: url(../../../../templates/common/images/volatility.svg);
}

.popup-game-mobile--rtp::after {
    background-image: url(../../../../templates/common/images/rtp.svg);
}

.popup-game-mobile_provider-logo {
    width: 100%;
    max-width: 180px;
    height: 35px;
    background-size: contain;
    background-position: center;
    margin: 20px auto;
    object-fit: contain;
}

.close-button--popup-game-mobile {
    position: fixed;
    right: 10px;
    top: 10px;
}

.first_button--reg-banner {
    min-height: 35px;
    margin-top: 5px;
    box-sizing: border-box;
    min-width: 140px;
}

.popup-game-mobile_second-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
}

.favor {
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    margin-bottom: 14px;
    margin-left: 0;
    margin-right: 0;
    padding: 2px 5px 0 30px;
    background-position-x: 5px;
    outline: #000 none 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border: 1px solid white;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 18px;
}

.favor.add-to-favor {
    background-image: url(../../../../templates/common/images/favorite.svg);
}

.favor.remove-from-favor {
    background-image: url(../../../../templates/common/images/rem_favorite.svg);
}

#popup-game-mobile_fav {
    opacity: 1;
    transition: 04s opacity ease;
}

#popup-game-mobile_fav.hide {
    opacity: 0;
}

#popup-game .registration-banner-game.mob {
    padding: 5px;
    min-width: calc(100% - 20px);
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    margin: 40px 0;
    line-height: 18px;
    max-width: 350px;
    width: 100%;
}

/*------------ popup game mobile ---------------*/

#collage #slider .dev-only {
    color: darkturquoise;
    position: relative;
    top: calc(1% + 50px);
    /* margin-bottom: -8px; */
    height: 0px;
    left: calc(100% - 60px);
    font-size: 30px;
}

/* ----------- START registration -----------*/

.registration__wrapper-mobile {
    display: flex;
}

.registration__fields-wrp {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    align-items: flex-end;
    grid-gap: 10px;
    margin-bottom: 25px;
}

.popup-registration .registration__fields-wrp {
    grid-gap: 25px 10px;
    margin-bottom: 37px;
}

.deposit-reg-form {
    margin-bottom: 115px;
}

.deposit-reg-form .registration__fields-wrp {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.popup-registration__button-sbm {
    margin: 0 auto 15px;
}

.registration__checkbox-wrp {
    margin-bottom: 20px;
}

.registration__checkbox-label {
    font-size: 12px;
}

.registration__datepicker {
    z-index: 2004;
}

.waiting-block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}

.waiting-block__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../../../../templates/common/images/gif-load.gif);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    display: block;
}

/* ----------- END registration -----------*/

.popup-menu .priv-policy {
    user-select: none;
    display: none !important;
}

/*-------------- START password indicator ---------------*/
.password-indicator {
    background-color: #ababab;
    height: 5px;
    width: 100%;
    margin: 0 auto;
    transform: translateY(100%);
    position: absolute;
    bottom: -5px;
    border-radius: 10px;
    overflow: hidden;
}

.password-indicator__progress {
    transition: 0.4s ease all;
    height: 100%;
}

[data-password-strength="very-weak"] {
    background-color: #9f0202;
    width: 20%;
}

[data-password-strength="weak"] {
    background-color: #ff9703;
    width: 40%;
}

[data-password-strength="medium"] {
    background-color: #ffe403;
    width: 60%;
}

[data-password-strength="strong"] {
    background-color: #267a05;
    width: 80%;
}

[data-password-strength="very-strong"] {
    background-color: #267a05;
    width: 100%;
}

/*-------------- END password indicator ---------------*/
.popup-page .popup-content,
.popup-free-contact{
    min-height: 500px;
    display: none;
}

#popup-kyc .popup-content {
    min-height: 450px;
}

.popup-page-content.popup-page-content--no-overflow,
#kyc-container {
    overflow: unset;
}

#kyc-container .table.history-table {
    table-layout: fixed;
}

#kyc-container .history-table__document-wrapper {
    word-break: break-all;
}

.kyc-cell-status {
    width: 90px;
}

.lang_de .special-kyc-cell {
    width: 130px!important;
}

.lang_fr .special-kyc-cell {
    width: 95px!important;
}

.lang_it .special-kyc-cell {
    width: 105px!important;
}

.lang_no .special-kyc-cell, .lang_sv .special-kyc-cell,
.lang_ja .special-kyc-cell {
    width: 103px!important;
}

.lang_no .kyc-cell-status {
    width: 65px!important;
}

.lang_pt .special-kyc-cell {
    width: 110px!important;
}

.popup-page .popup-content.active {
    display: block;
}

.profile__inner-wrp {
    min-height: auto;
    display: grid;
    align-items: flex-end;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-bottom: 15px;
}

.profile__filed {
    margin: 0;
}

#profile__filed_birthday:has(input[disabled]) {
    pointer-events: none;
}

.popup-content.profile {
    min-height: auto;
}

.popup-page .popup-content--forgot-psw,
.popup-content.change-password,
.popup-page .popup-content--reset-psw {
    min-height: auto;
    padding-bottom: 30px;
}

.forgot-password,
.reset-psw,
.new-psw-form,
.form-change-psw {
    display: flex;
    justify-items: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-left: -15px;
    padding: 15px 0 60px;
}

.forgot-password__field,
.reset-psw-field,
.new-psw-form__field,
.form-change-psw__field {
    margin-left: 15px;
    margin-bottom: 35px;
    flex-grow: 1;
}

.forgot-password__field,
.forgot-password__field--email {
    max-width: 300px;
}

button.forgot-password__send-button,
button.reset-psw__send-button,
button.new-psw-form__send-button,
button.form-change-psw__send-btn {
    margin:0 0 35px 15px;
    min-height: 40px;
}

#linkGoToSupport {
    text-decoration: underline;
    cursor: pointer;
}

.popup-menu .priv-policy.active ~ a {
    display: none;
}

.search__options-item--tooltip,
.tooltip-red,
.tooltip-green {
    display: none;
    position: absolute;
    top: var(--tooltip-top);
    font-size: var(--tooltip-font-size);
    text-align: left;
    line-height: 1;
    width: 95%;
    height: fit-content;
    z-index: 13;
}

.tooltip-red, .search__options-item--tooltip {
    color: var(--tooltip-red) !important;
}

.search__options-item--tooltip {
    font-size: 14px;
}
.search__options-item--tooltip.active {
    display: block;
}
.tooltip-green {
    color: var(--tooltip-green) !important;
}

.tooltip-red:empty,
.tooltip-green:empty {
    display: none !important;
}

.tooltip-red.password-equal {
    font-size: 9px;
}

.tooltip-red span,
.tooltip-green span {
    text-align: left;
    font-weight: 300;
}

.enter-code input[type=hidden] + .tooltip-red {
    display: none !important;
}
/*---------- END Tooltip -----------*/

/*========== popup add to home page ============*/
.add-to-home-screen, .expire-bonus {
    display: block;
    z-index: 9999999999;
    position: fixed;
    width: 100%;
    max-width: 220px;
    padding: 5px 18px;
    box-sizing: border-box;
    background: linear-gradient(45deg, #cdcdcd 4.82%, #ececec 94.6%);
    border-radius: 5px;
    border: 1px solid #85888f;
    box-shadow: 0 0 10px 1px #5b5858;
}

/*For Ipad the same styles as on the phone in landscape mode*/
.add-to-home-screen.desktop.add-to-home-screen--show, .expire-bonus--show{
    top: 0;
    bottom: auto;
    left: auto;
    right: 31px;
    transform: translateY(calc(-100% - 7px));
}

.add-to-home-screen.desktop.add-to-home-screen--show {
    cursor: pointer;
}

.add-to-home-screen.desktop.add-to-home-screen--show {
    bottom: auto;
    transform: translateY(7px);
    transition: 1s transform ease;
}

/*For Ipad the same styles as on the iphone in landscape mode*/

.add-to-home-screen.iphone,
.add-to-home-screen.ipad,
.add-to-home-screen.android {
    bottom: calc(100% - 7px);
    left: 50%;
    transform: translate(-50%, calc(-100% - 7px));
}

.add-to-home-screen.iphone.add-to-home-screen--show,
.add-to-home-screen.ipad.add-to-home-screen--show,
.add-to-home-screen.android.add-to-home-screen--show {
    bottom: 0;
    transform: translate(-50%, calc(-7px));
    transition: 1s bottom cubic-bezier(0.64, 1.49, 0.45, 0.79);
}

.add-to-home-screen center i {
    display: inline-block;
    width: 15px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iNzQiIHZpZXdCb3g9IjAgMCA1NyA3NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjUgMjMuNUg5QzUuMTM0MDEgMjMuNSAyIDI2LjYzNCAyIDMwLjVWNjQuNUMyIDY4LjM2NiA1LjEzNDAxIDcxLjUgOSA3MS41SDQ4QzUxLjg2NiA3MS41IDU1IDY4LjM2NiA1NSA2NC41VjMwLjVDNTUgMjYuNjM0IDUxLjg2NiAyMy41IDQ4IDIzLjVIMzciIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iNCIvPgo8cGF0aCBkPSJNMjcuNSA0OFYyTTI3LjUgMkw0MC41IDE1TTI3LjUgMkwxNC41IDE1IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-size: contain;
    background-position: center bottom;
}

.add-to-home-screen__tab-icon {
    display: inline-block;
    width: 30px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iNzQiIHZpZXdCb3g9IjAgMCA1NyA3NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjUgMjMuNUg5QzUuMTM0MDEgMjMuNSAyIDI2LjYzNCAyIDMwLjVWNjQuNUMyIDY4LjM2NiA1LjEzNDAxIDcxLjUgOSA3MS41SDQ4QzUxLjg2NiA3MS41IDU1IDY4LjM2NiA1NSA2NC41VjMwLjVDNTUgMjYuNjM0IDUxLjg2NiAyMy41IDQ4IDIzLjVIMzciIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iNCIvPgo8cGF0aCBkPSJNMjcuNSA0OFYyTTI3LjUgMkw0MC41IDE1TTI3LjUgMkwxNC41IDE1IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-size: contain;
    background-position: center;
    margin: 5px 19px 5px 14px;
}

.add-to-home-screen__icon-plus {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../../../../templates/common/images/add-to-hs-plus.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    border-radius: 15px;
    margin-left: 12px;
}

.iphone-plus {
    display: flex;
    align-items: center;
}

@media (orientation: landscape) {
    .add-to-home-screen.iphone,
    .add-to-home-screen.ipad,
    .add-to-home-screen.android {
        top: 0;
        bottom: auto;
        left: auto;
        right: 19px;
        transform: translateY(calc(-100% - 7px));
    }

    .add-to-home-screen.iphone.add-to-home-screen--show,
    .add-to-home-screen.ipad.add-to-home-screen--show,
    .add-to-home-screen.android.add-to-home-screen--show {
        bottom: auto;
        transform: translateY(7px);
        transition: 1s transform ease;
    }
}

.add-to-home-screen_cancel, .expire-bonus__cancel {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 15px;
    height: 15px;
    background-color: #cecece;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
}

.add-to-home-screen_cancel svg {
    width: 9px;
    height: 9px;
    object-fit: cover;
}

.add-to-home-screen__mobile,
.menu-item__add-to-home-screen {
    display: none;
}
/*========== popup add to home page ============*/

/*------------ expire bonus popup --------------*/
.expire-bonus.expire-bonus--show {
    transform: translateY(7px);
}

.expire-bonus__body {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.expire-bonus__text {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    flex-shrink: 2;
}

.expire-bonus__time {
    font-size: 16px;
    text-align: center;
    border-radius: 40%;
    padding: 16px 10px;
    white-space: nowrap;
    flex-shrink: 1;
    margin: 0;
}
/*------------ expire bonus popup --------------*/

/*============== popup template ===================*/
.popup-template-wrp {
    z-index: 3000;
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup-template {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    overflow-y: auto;
}

.popup-template__overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.popup-template__content {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 20px auto;
    min-height: calc(100% - 40px);
}

.popup-template__content--center {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*============== popup template ===================*/
.reg-popup-game__info {
    position: relative;
    z-index: 1;
    border: 1px solid white;
    max-width: 320px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    color: white;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.reg-popup-game__title {
    max-width: 320px;
    width: 100%;
    line-height: 1.2em;
    font-size: 30px;
    margin: 0 0 20px;
}

.reg-popup-game__info .reg-popup-game__btn {
    width: 100%;
    margin-top: 15px;
    min-height: 41px;
}

.registration-banner-game__btn {
    width: 100%;
}

/*=================== START DEPOSIT CREDIT CARD =================*/
.deposit-cc {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(280px, 1fr);
    grid-gap: 20px;
    justify-items: end;
    padding: 20px 0 20px 10px;
}

.form-quick-deposit .deposit-cc {
    grid-template-columns: 1fr;
    padding: 20px 10px;
}

.deposit-cc__chose-card-wrp {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    position: relative;
}

.deposit-cc__chose-card-btn {
    background-color: transparent;
    flex-grow: 1;
    max-width: 50%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0;
    font-size: 14px;
}

.deposit-cc__chose-card-btn--first::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 50%;
    height: 3px;
    border-radius: 15px;
    background-color: var(--gold-color);
    transition: 0.4s ease all;
}

.deposit-cc__chose-card-btn--first.active::after {
    right: 50%;
}

.form-cc__logo-wrp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 66px;
    height: 80%;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    transition: 0.4s all ease;
}

.credit-card__front-logo {
    position: absolute;
    top: 21px;
    right: 20px;
    height: 40px;
    width: 100px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    transition: 0.4s all ease;
}

.form-cc__logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.deposit-cc__form-main-wrp {
    justify-self: stretch;
}

.form-cc {
    display: grid;
    grid-template-areas:
        "amount amount"
        "first-name last-name"
        "ccn ccn"
        "date cvv"
        "btn btn";
    align-items: flex-start;
    grid-gap: 20px 10px;
}

.form-cc__field {
    margin-bottom: 0;
}

.form-cc__old-card {
    text-indent: 22px;
}

.form-cc__btn-reload-payment,
.form-cc__send-btn {
    min-height: 41px !important;
    width: 100%;
    grid-area: btn;
}

.form-cc__send-btn:after {
    content: '';
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../../templates/common/images/gif-load.gif);
}

.form-cc__send-btn.form-cc__send-btn--load{
    opacity: 0.5;
}

.form-cc__send-btn.form-cc__send-btn--load:after{
    display: inline-block;
}

.form-cc__field--name {
    grid-area: name;
}

.form-cc__old-ccn-wrp {
    display: flex;
}

.form-cc__remove-old-card {
    background-color: transparent;
    border: none;
    background-size: 75%;
    background-position: right center;
    background-image: url("../../../../templates/common/images/delete-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form-cc__remove-old-card:hover {
    filter: brightness(1);
}

.form-cc__field--amount {
    grid-area: amount;
}

.form-cc .field-container:nth-child(1) {
    grid-area: amount;
}

.form-cc__field--ccn {
    grid-area: ccn;
    margin-bottom: 8px !important;
}

@media (max-width: 424px) {
    .form-cc__field--ccn {
        margin-bottom: 12px !important;
    }
}

.form-cc__field--date {
    grid-area: date;
}
.form-cc__field--cvv {
    grid-area: cvv;
}
.form-cc__field--date,
.form-cc__field--cvv {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.form-cc__field--first-name {
    grid-area: first-name;
}

.form-cc__field--last-name {
    grid-area: last-name;
}

@media (min-width: 1024px) {
    .form-cc__field--first-name,
    .form-cc__field--last-name {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
}


.credit-card {
    max-width: 500px;
    width: 100%;
}

.form-quick-deposit .credit-card {
    display: none;
}

.credit-card svg {
    width: 100%;
    height: 100%;
}

.credit-card__flip {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

.credit-card__flip-back,
.credit-card__flip.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.credit-card__flip-back--y,
.credit-card__flip--y.flipped {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.credit-card__flip-back,
.credit-card__flip-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

.apple .credit-card__flip {
    perspective: none;
    transform-style: initial;
    transition: none;
    position: relative;
}

.apple .credit-card__flip-back,
.apple .credit-card__flip-front,
.apple .credit-card__flip.flipped,
.apple .credit-card__flip-back--y,
.apple .credit-card__flip--y.flipped {
    transform: inherit;
    backface-visibility: visible;
    -webkit-font-smoothing: none;
    left: 0;
}

.apple .credit-card__flip-back--y,
.apple .credit-card__flip--y.flipped {
    transform: initial;
}

.apple .credit-card__flip:not(.flipped) .credit-card__flip-back {
    display: none;
}

.apple .credit-card__flip.flipped .credit-card__flip-back {
    display: block;
}

.apple .credit-card__flip.flipped .credit-card__flip-front {
    display: none;
}

.apple .form-cc__field-ccn-wrp {
    min-height: 41px;
}

.apple .credit-card__container {
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    user-select: none;
    cursor: pointer;
}

.form-cc__field-ccn-wrp {
    min-height: 41px;
}

.credit-card__container {
    width: 100%;
    max-height: 251px;
    height: 54vw;
    user-select: none;
    cursor: pointer;
}

.credit-card__front,
.credit-card__back {
    color: #47525d;
}

.credit-card__front-bg {
    opacity: 0.3;
}

.credit-card__main-bg {
    fill: #bdbdbd;
    transition: 0.4s fill ease;
}

.credit-card__ccn {
    font-size: 49px;
}

.credit-card__label {
    font-size: 22px;
    font-weight: bold;
    opacity: 0.6;
}

.credit-card__main-text {
    font-size: 30px;
    text-transform: uppercase;
}

.credit-card__front-header-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

[data-icon="visa"] {
    background-image: url(../../../../templates/common/images/payment-icon/cc_form/visa.svg);
}

[data-icon="maestro"] {
    background-image: url(../../../../templates/common/images/payment-icon/cc_form/maestro.png);
}

[data-icon="mastercard"] {
    background-image: url(../../../../templates/common/images/payment-icon/cc_form/mastercard.png);
}

[data-icon="amex"] {
    background-image: url(../../../../templates/common/images/payment-icon/cc_form/amex.png);
}

[data-icon="visa_electron"] {
    background-image: url(../../../../templates/common/images/payment-icon/cc_form/visa_electron.svg);
}

[data-icon="diners"] {
    background-image: url(../../../../templates/common/images/payment-icon/cc_form/diners.png);
}

[data-icon="discover"] {
    background-image: url(../../../../templates/common/images/payment-icon/cc_form/discover.png);
}

[data-icon="jcb"] {
    background-image: url(../../../../templates/common/images/payment-icon/cc_form/jcb.png);
}

[data-icon="laser"] {
    background-image: url(../../../../templates/common/images/payment-icon/cc_form/laser.png);
}

.deposit-items {
    min-height: 200px;
    margin: auto;
}

.deposit-container .content-wrapper {
    min-height: 90px;
    display: none;
}

.deposit-container.active > .content-wrapper {
    display: block;
}

/*=========================== Quick deposit ===========================*/
.quick-deposit-popup-wrp {
    display: none;
    position: absolute;
    z-index: 3500;
    left: 0;
    top: 0;
    width: 100%;
}

.quick-deposit-popup {
    width: 900px;
    border-radius: 9px;
    background: #f1f1f1;
    box-shadow: 0 0 6px #000;
    border: 3px solid #dcc04c;
    border-bottom: none;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.quick-deposit-popup__header {
    overflow: hidden;
    background-color: black;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
}

.quick-deposit-popup__title {
    color: white;
    margin: 0;
    font-size: 35px;
}

.quick-deposit__list {
    min-height: 90px;
    padding: 10px !important;
    border: none !important;
    margin-bottom: 0 !important;
}

.quick-deposit-popup-wrp .page-header {
    display: none;
}

.quick-deposit-popup-wrp .inner-page {
    width: 100%;
    margin: 0;
}

.tooltip-red.duplicate-old-psw,
.password-indicator ~ .tooltip-red,
.password-indicator ~ .tooltip-green {
    top: var(--tooltip-top-ind);
}

.form-cc .form-cc__send-btn, .form-cc .form-cc__btn-reload-payment,
.withdrawal-container .first_button, .popup-profile .first_button {
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .form-cc .form-cc__send-btn, .form-cc .form-cc__btn-reload-payment,
    .withdrawal-container .first_button, .popup-profile .first_button {
        margin-top: 40px;
    }
}

.lang_es .enter-code .tooltip-red {
    left: 0;
    font-size: 0.65em;
}

@media (max-width: 770px) {
    .deposit-cc {
        grid-template-columns: 1fr;
    }
    .credit-card {
        display: none;
    }
}

@media (max-width: 480px) {
    .form-cc {
        grid-template-areas: "amount amount" "first-name first-name" "last-name last-name" "ccn ccn" "date cvv" "btn btn";
        grid-gap: 24px 10px;
    }
    .profile__inner-wrp {
        grid-gap: 20px;
    }

    .enter-code .first_button {
        margin-top: 5px;
    }

    .deposit-cc {
        padding: 20px 0;
    }

    .lang_de .kyc_edit_btn {
        font-size: 12px;
        line-height: 15px;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .lang_de .special-kyc-cell {
        width: auto!important;
    }

    .preview-img__wrap {
        margin-bottom: 15px;
    }

    .lang_pt .kyc-cell-status {
        width: 60px;
    }

    .forgot-password__send-button {
        margin-top: 15px;
    }
}
/*=================== END DEPOSIT CREDIT CARD =================*/

/*==================== Use Cookie ===============*/
.use-cookie {
    position: fixed;
    bottom: 0;
    transform: translateY(110%);
    width: 100vw;
    z-index: 2147483644; /*if it is less, then the chat will block*/
    background-color: rgb(0, 0, 0);
    padding: 10px;
    box-sizing: border-box;
    border-top: 2px solid #2c2c2c;
    transition: 0.4s all ease-out;
}

.use-cookie__container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.use-cookie--show {
    transform: translateY(0);
    transition-delay: 4s;
}

.use-cookie__text {
    color: white;
    font-size: 1rem;
}

.use-cookie__text a {
    color: white;
    font-weight: 500;
    transition: 0.4s;
}

.use-cookie__text a:hover {
    opacity: 0.7;
}

.use-cookie__btn {
    margin: 5px 10px;
    min-width: 90px;
    flex-shrink: 0;
}

@media (max-width: 480px) {
    .use-cookie__container {
        flex-direction: column;
        text-align: center;
    }
}

/*==================== Use Cookie ===============*/

/*==================== No Games ===============*/

.no-games {
    margin: 30px 16px;
    color: #fff;
    padding-bottom: 20px;
}

/*==================== No Games ===============*/

.fancybox-session .fancybox-inner {
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.fancybox-session.popup .text {
    margin: 25px auto !important;
    line-height: 1;
}

.fancybox-session .text__title {
    font-size: 1.5em;
}

.fancybox-session .text__sub {
    font-size: 0.75em;
}

.fancybox-session .seconds,
.fancybox-session .minutes {
    display: inline-block;
    width: 25px;
    text-align: center;
}

.fancybox-session.popup .buttons {
    margin: 25px 0 !important;
    display: flex !important;
    justify-content: space-evenly;
}

.fancybox-session input[type="button"] {
    margin: 0 5px;
}

.fancybox-session .fancybox-close {
    display: none;
}

.link-open-livechat {
    cursor: pointer;
    text-decoration: underline;
    color: rgb(0, 0, 238);
}

/*==================== Unsupported Popup ===============*/

.fancybox-unsupported .text {
    text-align: center;
    width: 80%;
}

/*==================== Ban Popup ===============*/

.fancybox-banned {
    border-radius: 1em;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.5);
}

.fancybox-banned.popup .fancybox-skin {
    background: #fff;
    padding: 1em !important;
}

.fancybox-banned.fancybox-wrap.popup,
.fancybox-banned .fancybox-skin {
    background-image: none !important;
}

.fancybox-banned.popup .fancybox-skin .text {
    width: 100%;
    max-width: fit-content;
    margin: 0;
    padding: 0 0 0 1em;
    display: grid;
    grid-template-areas:
        "title timer"
        "info timer";
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 200px;
}

.fancybox-banned .text__title {
    text-transform: uppercase;
    font-size: 1.25em;
    margin: 100px 0 1em;
    padding-right: 2em;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.04em;
    grid-area: title;

    position: relative;
}

.fancybox-banned .text__title::before {
    position: absolute;
    content: "";
    display: block;
    width: 61px;
    height: 61px;
    top: -80px;
    left: -10px;
    background-image: url("../../../../templates/common/images/lock.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.fancybox-banned .text__info {
    font-size: 0.875em;
    margin: 0 0 1em;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.04em;
    grid-area: info;
    padding-right: 2em;
}

.fancybox-banned #linkGoToSupport {
    text-decoration: none;
    white-space: pre;
}

.fancybox-banned .base-timer {
    position: relative;
    height: 200px;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    grid-area: timer;
}

.fancybox-banned .base-timer::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    border-radius: 50%;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.fancybox-banned .base-timer__svg {
    transform: scaleX(1);
}

.fancybox-banned .base-timer__circle {
    fill: none;
    stroke: none;
}

.fancybox-banned .base-timer__path-elapsed {
    stroke-width: 2px;
    stroke: #373737;
}

.fancybox-banned .base-timer__path-remaining {
    stroke-width: 2px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.fancybox-banned .base-timer__label {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.75em;
    font-weight: bold;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fancybox-banned .base-timer__left {
    flex-basis: 45%;
    text-align: right;
}

.fancybox-banned .base-timer__middle {
    flex-basis: 10%;
}

.fancybox-banned .base-timer__right {
    flex-basis: 45%;
    text-align: left;
}

.fancybox-banned .fancybox-close {
    background-image: none !important;
    background-size: contain;
    width: 2em;
    height: 2em;
    top: -0.75em;
    right: -0.75em;
    border-radius: 50%;
    text-decoration: none;
    color: #000;
    box-shadow: 0px 0px 10px #000000;
    background: #fff;
}

.fancybox-banned .fancybox-close::before {
    content: "X";
    position: absolute;
    display: block;
    width: fit-content;
    height: fit-content;
    top: 50%;
    left: 50%;
    line-height: 1;
    transform: translate(-50%, -50%);
    font-size: 1.05em;
    font-weight: bold;
    background: transparent;
}
@media (max-width: 769px) {
    .fancybox-banned .text__title {
        font-size: 1.5em;
    }

    .fancybox-banned .text__info {
        font-size: 1.25em;
    }

    .fancybox-banned .base-timer__label {
        font-size: 3em;
    }
}

.tmp1 {
    display: none;
}

.dk .contact-info {
    display:none;
}

.iframe-game-mobile-wrap {
    display: none;
    width: 100%;
    height: 100%;
}

.iframe-game-mobile-wrap.show-iframe {
    display: block;
}

.iframe-game-mobile {
    position: relative;
    width: calc(100% - 20px);
    height: calc(100% - 15px);
}

.p-0 {
    padding: 0!important;
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px !important;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    outline: none;
    border: none;
}

.history-item[name="bonuses"] {
    display: none;
}

/*  CONTACT PAGE START */

.tab-wrapper {
    width: 100%;
    display: none;
    align-items: flex-start;
    grid-gap: 10px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.tab-wrapper.active {
    display: grid;
    grid-template-columns: 368px auto;
    grid-template-rows: auto 1fr;
}

.tab-wrapper li {
    list-style-type: none;
}

/* tabs */
.tab-wrapper__left {
    max-width: 358px;
    grid-row: 1/3;
}
.tab-list__wrapper {
    width: 100%;
    padding: 18px 12px;
    box-sizing: border-box;
    transition: height 0.3s ease;
}

.tab-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-tap-highlight-color:transparent;
}
.tab-list.no-select {
    pointer-events: none;
}

.tab-item {
    flex-grow: 1;
    max-width: 165px;
    width: 100%;
    padding: 5px 5px 5px 7px;
    height: 79px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.tab-item:nth-child(1) {
    border-radius: 10px 0px 0px 0px;
}

.tab-item:nth-child(2) {
    border-radius: 0px 10px 0px 0px;
}

.tab-item:nth-child(3) {
    border-radius: 0px 0px 0px 10px;
}

.tab-item:nth-child(4) {
    border-radius: 0px 0px 10px 0px;
}

.tab-item__icon {
    margin-right: 5px;
}

.need-help__btn {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
}

.need-help__btn:focus, .need-help__btn:active {
    outline: none;
}

/* content */
.search-block {
    max-width: 491px;
    width: 58%;
}

.search__wrapper {
    position: relative;
}

.search-input__wrapper {
    position: relative;
    z-index: 3;
}

.search__options {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}

.search__options.active {
    display: block;
}

.search__options-item {
    position: relative;
    text-align: left;
    cursor: pointer;
    margin-top: 18px;
}

.search__options-item:before {
    position: absolute;
    content: " \B7 ";
    top: 1px;
    left: 5px;
    font-size: 40px;
}

.content-list__wrapper, .answer-list__wrapper,
.content-item, .answer-list__item {
    display: none;
}

.content-list__wrapper.active, .answer-list__wrapper.active,
.content-item.is-active, .answer-list__item.active {
    display: block;
}

.answer-list__wrapper {
    margin-top: 10px;
}

.answer-list {
    position: relative;
    padding: 0;
    margin: 0;
}

.answer-list__item-title {
    display: flex;
    align-items: center;
}

.answer-list__item-answer {
    margin-top: 12px;
    margin-bottom: 0;
    word-break: break-word;
}

.content-list {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.content-item .contact-faq-item {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    /*border-bottom: 1px solid #202020;*/
    cursor: pointer;
}

.content-item .contact-faq-item:last-child {
    border-bottom: 0;
}

.content-item .contact-faq-item {
    display: flex;
    align-items: center;
    text-align: left;
}

.content-item__icon {
    margin-right: 20px;
    transition: all 0.4s ease;
}

.contact-faq-item.active .content-item__icon {
    transform: rotate(180deg);
}

.search__block-buttons {
    display: none;
    align-items: center;
    justify-content: center;
    grid-gap: 0 20px;
    margin-top: 20px;
}

.search__options-item--no-match {
    display: none;
    align-items: center;
    grid-gap: 0 20px;
    margin-top: -13px;
}

.search__block-buttons.active, .search__options-item--no-match.active {
    display: flex;
}

.contact-us__email {
    display: none;
}

.contact-us__email.active {
    display: block;
}

.free-contact-us__email.active{
    margin-top: 50px;
}
#free-message-form_submit-btn{
  display: flex;
}
#popup-free-contact.active{
    display: block;
}

.free-contact-us__email .field--error #free-contact__message,
.free-contact-us__email .field--error #free-contact__email{
    border:1px solid var(--error-color);
}


.free-contact-us__email .field--success #free-contact__message,
.free-contact-us__email .field--success #free-contact__email{
    border:1px solid greenyellow;
}

.message-form__btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.message-form__submit-btn {
    display: none;
}

.message-form__select-category {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    background-image: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.message-form__select-category::-ms-expand {
    display: none;
}
.message-form__select-category::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    background-color: #34495e;
    transition: .25s all ease;
    pointer-events: none;
}

.contact-us__email .message-status {
    display: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.contact-us__email .message-status.error {
    color: #9f0202;
}

.contact-us__email .message-status.success {
    color: green;
    margin-top: 20px;
}

.select-selected {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 14px 14px 14px 35px;
    line-height: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 15;
}

.select-items {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 37px 18px 25px;
    border-radius: 10px;
    z-index: 14;
}

.search__block-btn.btn-live-chat {
    display: none;
}

.search__block-btn-sign--mobile {
    display: none;
}

.contact-us__bottom {
    text-align: left;
}

#chat-widget-container.hide {
    display: none;
}

@media (max-width: 1368px) and (orientation: landscape) {
    .mobile .tab-wrapper {
        gap: unset;
    }

    .mobile .tab-wrapper.active {
        grid-template-columns: 1fr;
    }

    .mobile .search__wrapper {
        grid-row: 1/2;
    }

    .mobile .tab-wrapper__left {
        grid-row: 2/3;
    }

    .mobile .tab-item {
        max-width: 100%;
        flex-basis: 49%;
    }

    .mobile .contact-us__page .contact-us__bottom {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin: 40px auto;
        max-width: 280px;
    }

    .mobile .search-block {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .mobile .search__wrapper {
        order: -1;
    }
    .mobile .tab-wrapper__left {
        max-width: 100%;
        width: 100%;
    }
    .mobile .tab-list__wrapper {
        order: 1;
        width: 100%;
        margin: 30px auto 20px;
    }
    .mobile .answer-list__wrapper {
        order: 2;
    }
    .mobile .search-block .search__block-buttons {
        order: 3;
    }
}
/*  CONTACT PAGE END */


/*  PROGRESS BAR START */
.progress-bar__wrapper {
    position: relative;
    z-index: 2;
}
.progress-bar__wrapper .d-flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    box-sizing: border-box;
}
.progress-bar__title {
    margin-bottom: 14px;
}

.count-complete-1, .count-complete-4 .progress-bar__item {
    width: 25%;
}

.count-complete-2, .count-complete-2 .progress-bar__item {
    width: 50%;
}

.count-complete-3 {
    width: 75%;
}

.count-complete-4, .count-complete-1 .progress-bar__item {
    width: 100%;
}

.count-complete-3 .progress-bar__item {
    width: 33%;
}

.progress-bar__item-img {
    display: block;
    width: 100%;
    height: 100%;
}

.completed-1 .progress-bar__item {
    width: 100%;
}

.progress-bar__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 24%;*/
    box-sizing: border-box;
    padding: 13px 5px;
}

.progress-bar--noncompleted .kyc {
    cursor: pointer;
}

.progress-bar__item-icon {
    width: 30px;
    height: 30px;
    display: none;
}

.progress-bar--tooltip {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
}

.progress-bar--tooltip-title, .progress-bar--tooltip-doc {
    margin: 0;
}

@media screen and (min-width: 769px) {
    .progress-bar__item:hover > .progress-bar--tooltip {
        display: block;
    }
}

.progress-bar__item.kyc_appr:hover > .progress-bar--tooltip {
    display: block;
    min-width: 220px;
}

@media screen and (max-width: 769px) {
    .progress-bar__item.kyc_appr > .progress-bar--tooltip {
        left: auto;
        right: 0;
    }

    .progress-bar__item.kyc_appr > .progress-bar--tooltip:before {
        display: none;
    }
}

/*  PROGRESS BAR END */


/*  NEW WITHDRAWAL BLOCK START */

.withdrawal__steps {
    position: relative;
    display: flex;
    align-content: center;
    width: 100%;
    box-sizing: border-box;
}

.withdrawal__block-item {
    position: relative;
    width: 100%;
}

.withdrawal__block-line {
    position: absolute;
}

.withdrawal__item-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto;
}

.withdrawal__block-item .withdrawal__item-icon--success,
.withdrawal__block-item.verified .withdrawal__item-icon--default,
.withdrawal__block-item.verified .withdrawal__item-status.withdrawal__item-status--wait {
    display: none;
}

.withdrawal__block-item.disabled .withdrawal__item-icon,
.withdrawal__block-item.disabled .withdrawal__item-text{
    cursor: pointer;
}

.withdrawal__block-item.verified .withdrawal__item-icon,
.withdrawal__block-item.verified .withdrawal__item-text {
    pointer-events: none;
}

.withdrawal__block-item.verified .withdrawal__item-icon--success {
    display: block;
}

.withdrawal__item-status {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 2;
    box-sizing: border-box;
}

.withdrawal__block-item.unapproved .withdrawal__item-status--wait {
    display: flex;
}

.withdrawal__block-item.verified .withdrawal__item-status,
.withdrawal__block-item.verified .withdrawal__item-status--approve {
    display: flex;
}

.withdrawal__item-text {
    position: relative;
    z-index: 2;
    text-align: center;
}
.withdrawal__block-btn.disabled {
    pointer-events: none;
}
.withdrawal__block-btn.verified {
    pointer-events: all;
}
/*  NEW WITHDRAWAL BLOCK END */

/* ========== LIMITS BLOCK START ============*/
.limit-control__fields-wrp {
    display: flex;
    margin-top: 45px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.limit-control__desc {
    margin: 13px 0 0;
    font-size: 16px;
}

.limit-control__card {
    width: fit-content;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 38px;
    border: 1px solid #be8e1c;
    border-radius: 24px;
    padding: 30px 25px 30px 25px;
    margin-right: 50px;
    -webkit-box-shadow: 0 0 18px 5px rgba(194,150,56,.25);
    -moz-box-shadow: 0 0 18px 5px rgba(194,150,56,.25);
    box-shadow: 0 0 18px 5px rgba(194,150,56,.25);
}

.card.limit-control__card.limit-control__card-block {
    justify-content: flex-start;
    align-items: center;
}

.limit-control__card-title {
    position: absolute;
    display: flex;
    align-items: center;
    top: -18px;
    left: 30px;
    padding: 0 8px;
    height: 35px;
    background: #f7f7f7;
    color: #be8e1c;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}

.limit-control__field {
    width: 72px;
    margin-bottom: 0;
}

.limit-control .field__input {
    border-radius: 24px;
    background-color: #ebe7e7;
    height: 50px;
    border: 1px solid #ebe7e7;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #303535;
    text-align: center;
    outline: 0;
}

.limit-control .field__error {
    border: 1px solid red;
}

.limit-control .field__input:focus {
    background: #fff;
    -webkit-box-shadow: 0 0 16px 5px rgba(194,150,56,.25);
    -moz-box-shadow: 0 0 16px 5px rgba(194,150,56,.25);
    box-shadow: 0 0 16px 5px rgba(194,150,56,.25);
}

.limit-control .field__input:focus+.limit-control__field-wrap .field__label {
    color: #be8e1c;
}

.limit-control .field__input:focus+.limit-control__field-wrap .limit-control__card-icon-edit {
    filter: invert(64%) sepia(32%) saturate(1046%) hue-rotate(4deg) brightness(84%) contrast(87%);
}

.limit-control__field-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 0 15px 0 17px;
}

.limit-control .field__label {
    font-size: 14px;
    color: #303535;
    padding: 0;
}

.limit-control__field-wrap .field__label {
    padding-right: 0;
}

.limit-control__card-icon-edit {
    display: block;
    background-image: url(../../../../templates/common/images/limits-icon/icon-edit.svg);
    background-size: cover;
    background-position: center;
    width: 18px;
    height: 18px;
}

.limit-control__card-deposit {
    background-image: url(../../../../templates/common/images/limits-icon/icon-money.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
    margin-right: 12px;
    filter: invert(57%) sepia(34%) saturate(982%) hue-rotate(4deg) brightness(94%) contrast(88%);
}

.limit-control__card-bets {
    background-image: url(../../../../templates/common/images/limits-icon/icon-bets.svg);
    background-size: cover;
    background-position: -37px;
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    margin-right: 12px;
    filter: invert(57%) sepia(34%) saturate(982%) hue-rotate(4deg) brightness(94%) contrast(88%);
}

.limit-control__card-block-user {
    background-image: url(../../../../templates/common/images/limits-icon/lockUserIcon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 37px;
    min-width: 37px;
    height: 37px;
    margin-right: 12px;
}

.limit__error-container {
    position: absolute;
    width: 90%;
    top: 15px;
    left: 170px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 4px;
    padding: 17px 10px;
    margin-bottom: 20px;
    opacity: 0;
    color: #eb3f68;
    box-sizing: border-box;
    transition: opacity 1s;
}

.limit__error-container--show {
    opacity: 1;
}

.limit-control .first_button {
    border-radius: 23px;
    background-image: -moz-linear-gradient( 0deg,rgb(238,213,104) 0%,rgb(195,146,50) 100%);
    background-image: -webkit-linear-gradient( 0deg,rgb(238,213,104) 0%,rgb(195,146,50) 100%);
    background-image: -ms-linear-gradient( 0deg,rgb(238,213,104) 0%,rgb(195,146,50) 100%);
    width: 164px;
    height: 56px;
    margin-top: 35px;
    font-size: 18px;
}

#deposit-player-limit-control-form {
    margin-top: 20px;
}

#deposit-player-limit-control-form .msg-notification {
    margin: 15px 0 0 0;
}

.suspend-time__option-container {
    padding: 0 0 0 5px;
}

.suspend-time__form {
    display: inline-flex;
}

.suspend-time__container .limit-control__btns-wrp {
    display: inline-block;
}

.suspend-time__form,
.limit-control__card-block {
    min-width: 495px;
}

@media (max-width: 520px) {
    .limit-control__card {
        min-width: unset;
        width: 100%;
        margin-right: 0;
        gap: 0;
    }

    .card.limit-control__card.limit-control__card-block {
        justify-content: space-around;
    }

    .limit__error-container {
        font-size: 13px;
    }

    .limit-control .field__input {
        height: 40px;
    }

}

@media (max-width: 420px) {
    .suspend-time__form {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 320px) {
    .limit-control__card-title {
        left: 17px;
    }
}
/* ========== LIMITS BLOCK END ============*/

.withdrawal__name-table-info .withdrawal__name-table-wrapper:nth-child(1) {
    width: 40px;
}
.withdrawal__name-table-info .withdrawal__name-table-wrapper:nth-child(2) {
    width: 150px;
}
.withdrawal__name-table-info .withdrawal__name-table-wrapper:nth-child(3) {
    width: 85px;
}
.withdrawal__name-table-info .withdrawal__name-table-wrapper:nth-child(4) {
    width: 120px;
}
.withdrawal__name-table-info .withdrawal__name-table-wrapper:nth-child(5) {
    width: 75px;
}
.withdrawal__name-table-info .withdrawal__name-table-wrapper:nth-child(6) {
    width: auto;
}
.withdrawal__name-table-info .withdrawal__name-table-wrapper:nth-child(7) {
    width: 140px;
}
.withdrawal__name-table.withdrawal__name-table-title.jc-center {
    justify-content: center;
}
.withdrawal__name-table-number .withdrawal__text-tablet {
    justify-content: center;
}

@media (min-width: 769px) and (max-width: 900px) {
    .withdrawal__name-table-info .withdrawal__name-table-wrapper:nth-child(2) {
        width: 110px;
    }

    .withdrawal__name-table-info .withdrawal__name-table-wrapper:nth-child(5) {
        width: 50px;
    }

    .withdrawal__name-table-info .withdrawal__name-table-wrapper:nth-child(7) {
        width: 115px;
    }
}


/* Popup phone verification: begin*/
html.stick-position-phone-popup{
    overflow-y: hidden !important;
}
.popup-phone-verification-overlay.active {
    display: block;
}
.popup-phone-overlay__container{
    display: flex;
    align-items: flex-start;
    height: 100% !important;
    overflow-y: auto;
    box-sizing: border-box;
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    bottom: 0;
}

/*.popup-phone-overlay__container.fix-ios-scroll{*/
/*    touch-action: none;*/
/*}*/

@media(max-width: 1279px){
    #popup-phone-verification{
        height: auto;
    }
}

.popup-phone-verification-overlay {
    position: fixed;
    display: none;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    opacity: 1 !important;
    background: var(--rgba-black-85);
    z-index: 3002;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
    transform: none;
    box-shadow: none;
    border-radius: 0;
}

.popup-phone-verification-overlay.active{
    display: block;
}

.popup-phone-verification__body {
    position: relative;
    margin: auto;
    padding: 0;
    width: 300px;
}

@media (max-height: 480px) and (orientation: landscape){
    .popup-phone-overlay__container{
        padding: 0 !important;
    }
    .popup-phone-overlay__container {
        height: initial !important;
    }
    .popup-phone-verification__body::before{
        height: 33px !important;
    }
    .popup-phone-verification__body::after{
        height: 20px !important;
    }
    .popup-phone-verification-overlay{
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }
    .phone-verification__close-btn {
        top: 20px !important;
    }
}

#popup-phone-verification{
    display: block;
    opacity: 1;
    z-index: 5100;
    box-shadow: 0 0 10px 0 var(--rgba-black-25);
    background-position: center top;
    line-height: normal;
    border-radius: 10px;
    position: initial !important;
    font-family: 'Roboto', sans-serif;
}

.popup-phone-verification__body::before,
.popup-phone-verification__body::after{
    content: "";
    display: block;
    width: 100%;
    height: 0;
}

.phone-verification__close-btn {
    content: '';
    position: absolute;
    border: none;
    height: 26px;
    width: 26px;
    top: -13px;
    right: -8px;
    background-size: 26px;
    cursor: pointer;
}

.phone-verification__content-box{
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.phone-verification__content-box.active{
    display:flex;
}

.phone-verification__title{
    font-size: 20px;
    line-height: 30px;
}

.phone-verification-change-number__back-button,
.phone-verification__text,
.change-number__support-text,
.popup-phone-verification__body .send-code-btn,
.change-number__select-flag-code,
.phone-verification-change-number__back-button,
.change-number__select,
.phone-verification-send-code__phone,
#send-code-form,
.popup-verification-send-code__text-timer,
.popup-verification-send-code__resend-button,
.phone-verification-send-code__blocker-message-box,
.phone-verification__support-box,
.change-number__dropdown input,
.change-number__text,
.tooltip-disabled,
.user-new-flow-contact-edit-button,
.user-new-flow-contact-content,
.user-new-flow-contact-content .send-code-btn,
.user-new-flow-contact-content label,
.user-new-flow-contact-content .user-contact-verified,
.user-new-flow-contact-content .user-contact-not-verified,
.user-new-flow-contact-content .enter-code-fields button{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 15px;
    box-sizing: border-box;
}

.phone-verification__text{
    text-align: center;
    font-size: 13px;
}

.phone-verification__general {
    padding: 30px 10px 30px 10px;
}

.phone-verification-general__title{
    order: 1;
    margin: 0 0 10px;
}
.phone-verification-general__icon-box {
    order: 0;
    width: 50px;
    height: 50px;
    background-image: url(../../../../templates/common/images/phone_verification/smartphone.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 25px;
}

.phone-verification-general__text {
    margin:0 0 30px;
    order: 2;
}

.phone-verification-general__field {
    min-height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    order: 3;
    border-radius: 5px;
}

.phone-verification-general__phone {
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    margin-right: 8px;
}

.phone-verification-general__edit-btn {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-size: 14px, 100%, 100%;
    background-position: right 6.5px top 6px, center, center;
    background-repeat: no-repeat;
    border: none;
}


.tooltip-disabled{
    display: flex;
    align-items: center;
    min-width: max-content;
    min-height: 25px;
    border-radius: 3px;
    background-color: var(--color-grey--310);
    font-size: 10px;
    line-height: 14px;
    padding: 5px 10px;
    text-align: center;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    visibility: hidden;
    box-sizing: border-box;
    position: absolute;
    z-index: 3001;
    opacity: 0;
    transition: opacity 0.3s;
    top: -31px;
    right: -68px;
    color: var(--color-basic-black);
}

.phone-verification-general__edit-btn:hover.disabled-edit .tooltip-disabled,
.user-new-flow-contact-edit-button.disabled-edit:hover .tooltip-disabled{
    visibility: visible;
    opacity: 1;
}

.user-new-flow-contact-edit-button.disabled-edit:hover .tooltip-disabled{
    right: -29px;
}

.phone-verification-general__send-code-btn {
    order: 4;
}

.send-code-btn{
    min-width: 100px;
    font-weight: 700;
    padding: 10px 17px;
    text-transform: uppercase;
    border-radius: 100px;
    min-height: 35px;
    border: none;
    animation-fill-mode: forwards;
    transition: all 0.4s ease, font-size 0s ease;
}

.phone-verification-change-number__title {
    margin: 20px 10px 10px 10px;
}

.phone-verification-change-number__text {
    margin: 0 10px 23px 10px;
}

.phone-verification-change-number__form {
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}

.change-number__text {
    font-size: 13px;
    align-self: start;
    margin-bottom: 7px;
    font-weight: 700;
}

.change-number__text span{
    color: var(--color-red--error-tooltip);
}

.change-number__dropdown {
    position: relative;
    width: 100%;
    margin:0 0 30px 0;
}

.change-number-phone-verification{
    display: none;
}
.change-number__dropdown input:focus{
    outline: none;
}

.change-number-fake-input-box{
    position: relative;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 40px;
}
.change-number-fake-input-box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    pointer-events: none;
    border-radius: 5px;
    z-index: 1;
}

.change-number-fake-input-box .tooltip-red{
    font-size: 11px;
    top: 46px;
}
.change-number-fake-input-box:focus{
    outline: none;
}
.fake-input-change-phone{
    outline: none;
    border:0;
    padding: 1px 10px 0 10px;
    border-radius: 0 5px 5px 0;
    flex-grow: 2;
}
.change-number-fake-input-box.sending-verification{
    pointer-events: none;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    } to {
          transform: rotate(360deg);
      }
}
.change-number__flag-box {
    min-width: 70px;
    min-height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.change-number__select {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    width: 100%;
    overflow: hidden;
}
.change-number__select-flag-code{
    padding-right:10px;
    margin-top: 1px;
}
.change-number__select-flag-icon,
.user-new-flow-contact-flag{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 37px;
    background-position: center;
    margin: 0 9px;
}
.user-new-flow-contact-flag{
    margin: 0 10px;
}
.change-number__list-flag {
    display: none;
}

.change-number__send-button{
    margin: 0 0 18px 0;
}

.phone-verification-change-number__back-button{
    position: relative;
    text-transform: uppercase;
    font-weight:700;
    margin-bottom: 17px;
    padding: 0;
    border: none;
    color: var(--color-basic-black);
}

.phone-verification-change-number__back-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.phone-verification-change-number__back-button:hover::before{
    height: 0;
}

.phone-verification__support-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 0 0 10px 10px;
    min-height: 50px;
    margin-top: auto;
}
.phone-verification__support-box.margin-top-support-box{
    margin-top: 12px;
}
.support-box__text{
    margin-right: 5px;
}

.phone-verification__link{
    text-transform: uppercase;
    font-weight:700;
    text-decoration: none;
}

.popup-verification__send-code {
    display:none;
}

.popup-verification__send-code.active{
    display: flex;
    padding: 20px 0 0 0;
    min-height: 305px;
}

.phone-verification-send-code__title {
    margin: 0 0 10px 0;
    padding: 0 10px;
}

.phone-verification-send-code__text {
    padding: 0 10px;
    line-height: 20px;
    margin: 0 0 5px 0;
}

.phone-verification-send-code__phone {
    margin:0 0 18px 0;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
}

#send-code-form{
    width: calc(100% - 110px);
}

.popup-verification-send-code__fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
.popup-verification-send-code__fieldset legend{
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 13px;
}

.number-sms-field{
    display: none;
}

.send-code__inputs-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.send-code__input{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    padding: 0;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
}
.error-field-box .send-code__input{
    border: 2px solid var(--color-red--error-field);
}

.error-field-box.change-number-fake-input-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid var(--color-red--error-field);
    pointer-events: none;
    border-radius: 5px;
    z-index: 1;
}

.error-field-box .fake-input-change-phone,
.error-field-box .change-number__flag-box{
    border: none;
    box-shadow: none;
 }
.send-code__input:focus{
    outline: none;
}
.send-code__input-4 {
    margin-right: 0;
}

.popup-verification-send-code__tooltip-red{
    display: none;
    position: relative;
    margin: 5px 0 0 0;
    font-size: 11px;
    line-height: 13px;
}

.popup-verification-send-code__buttons-box{
    margin: 30px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-verification-send-code__button-submit {
    margin: 0 0 18px 0;
}

.popup-verification-send-code__resend-button{
    display: none;
    margin-bottom: 17px;
}

.popup-verification-send-code__resend-button.active{
    display: block;
}

.phone-verification__link{
    position: relative;
    padding: 0;
    border: none;
    font-size: 13px;
}
.phone-verification__link::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: all 0.4s ease;
}

.phone-verification__link:hover::before{
    opacity: 0;
    transition: all 0.4s ease;
}

.popup-verification-send-code__text-timer {
    display: none;
    margin-bottom: 17px;
    text-align: center;
}

.popup-verification-send-code__text-timer.active {
    display: block;
}

.send-code__text-timer {
    font-weight: 700;
    margin-right: 4px;
}

.popup-verification-send-code__text-timer span{
    font-weight: 700;
}

.phone-verification-send-code__blocker-message-box {
    width: 100%;
    color: var(--color-red--error-tooltip);
    display: none;
    justify-content: center;
    min-height: 50px;
    align-items: center;
    font-size: 13px;
}

.phone-verification-send-code__blocker-message-box.active{
    display: flex;
}

.popup-verification-not-empty.active,
.popup-verification-wrong-code.active{
    display: block;
    text-align: start;
    margin-bottom: -18px;
}

.send-code-blocker-message-box__icon {
    width: 18px;
    height: 16px;
    background-image: url(../../../../templates/common/images/phone_verification/red_attention.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}

.send-code-blocker-message-box__text {
    font-weight: 700;
}

.send-code-blocker-message-box__text span{
    margin-right: 5px;
}

.popup-verification__try-later,
.popup-verification__verified{
    padding: 30px 0 0 0;
    min-height: 320px;
    box-sizing: border-box;
}

.phone-verification-try-later__icon-box,
.phone-verification-verified__icon-box{
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    order:0;
    margin-bottom: 25px;
}

.phone-verification-try-later__icon-box{
    background-image: url(../../../../templates/common/images/phone_verification/clock.svg);
}

.phone-verification-try-later__title,
.phone-verification-verified__title {
    order: 1;
    margin:0 0 10px 0;
    padding:0 20px;
}

.phone-verification-try-later__text,
.phone-verification-verified__text {
    order:2;
    margin: 0 0 30px 0;
    padding:0 20px;
    font-size: 12px;
}

.phone-verification-try-later__close-btn,
.phone-verification-verified__close-btn {
    order: 3;
    margin-bottom: 30px;
}

.phone-verification-try-later__support-box,
.phone-verification-verified__support-box{
    order:4;
}

#popup-phone-verification .tooltip-red{
    color: var(--color-red--error-tooltip) !important;
}

#popup-phone-verification input,
#popup-phone-verification textarea,
#popup-phone-verification select,
#popup-phone-verification label,
.user-new-flow-contact-content .enter-code-input{
    font-family: 'Roboto', sans-serif;
}

/* Status Page */
.user-new-flow-contact-content{
    padding-top: 10px;
}

.user-new-flow-contact-content .enter-code .enter-code-fields .first_button,
.user-new-flow-contact-content .enter-code .enter-code-fields .second_button{
    font-size: 12px;
}
.user-new-flow-contact-content .enter-code .enter-code-text{
    font-size: 13px;
}
.user-new-flow-contact-phone-flag-box,
.user-new-flow-contact-content .user-contact-value{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    background-color: #D3D3D3;
    max-width: 300px;
    min-height: 40px;
    margin-top: 0;
    margin-bottom: 5px;
    flex-basis: initial;
}

.user-new-flow-contact-content .user-contact-value{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    line-height: 40px;
    box-sizing: border-box;
    width: 300px;
    max-width: 100%;
}

.user-new-flow-contact-flag{
    width: 22px;
    height: 22px;
    margin: 0 10px;
}

.user-new-flow-contact-phone{
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
}

.user-new-flow-contact-verified-box,
.user-new-flow-contact-not-verified-box{
    display: none;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.user-new-flow-contact-verified-box.active,
.user-new-flow-contact-not-verified-box.active{
    display: flex;
}

.user-new-flow-contact-icon-verified,
.user-new-flow-contact-icon-not-verified{
    width: 16px;
    height: 16px;
    background-image: url(../../../../templates/common/images/phone_verification/small_shield-verified.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
    margin-right: 9px;
}

.user-new-flow-contact-icon-not-verified{
    background-image: url(../../../../templates/common/images/phone_verification/red_attention.svg);
}
.user-new-flow-contact-verified,
.user-new-flow-contact-not-verified{
    line-height: 20px;
}
.user-new-flow-contact-verified{
    color: var(--color-green--verified-tooltip);
}

.user-new-flow-contact-not-verified{
    color: var(--color-red--error-tooltip);
}

.user-new-flow-contact-buttons-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.user-new-flow-contact-verify-button{
    min-width: 90px;
    margin-right: 20px;
}

.user-new-flow-contact-edit-button{
    border: none;
    padding-left: 0;
    position: relative;
    transition: all 0.4s ease;
    color: var(--color-basic-black);
}

.user-new-flow-contact-edit-text{
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.user-new-flow-contact-edit-text::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
}

.new-flow-edit-phone-icon{
    display: block;
    float: left;
    margin-right: 9px;
    width: 14px;
    height: 14px;
    background-image: url(../../../../templates/common/images/phone_verification/edit.svg);
    background-repeat: no-repeat;
    background-size: 14px auto;
    filter: invert(1);
}
.user-new-flow-contact-edit-button.disabled-edit:hover .user-new-flow-contact-edit-text::before{
    height: 1px;
}
.user-new-flow-contact-content .user-contact-verified,
.user-new-flow-contact-content .user-contact-not-verified{
    margin: 0;
    padding-left: 25px;
    line-height: 20px;
    background-size: 16px auto;
    background-position: left center;
    position: initial;
    top: initial;
    right: initial;
}
.user-new-flow-contact-content .user-contact-verified{
   color: var(--color-green--verified-tooltip);
   background-image: url(../../../../templates/common/images/phone_verification/shield_check.svg);
}

.user-new-flow-contact-content .user-contact-not-verified{
   color: var(--color-red--error-tooltip);
   background-image: url(../../../../templates/common/images/phone_verification/red_attention.svg);
}

.user-new-flow-contact-content .enter-code{
    margin: 7.5px 0 10px;
    width: 300px;
    border: none;
    max-width: 100%;
    border-radius: 10px;
    padding: 13px 10px 20px 9px;
}

.user-new-flow-contact-content .user-contact-value{
    font-size: 15px;
}

.user-new-flow-contact-content .enter-code-fields button{
    border-radius: 100px;
    border: none;
    text-shadow: none;
    padding: 0 15px;
    min-width: 80px;
    min-height: 35px;
}

.user-new-flow-contact-content .first_button{
    min-width: 80px;
    margin: 0;
}

.user-new-flow-contact-content .second_button{
    box-shadow: none;
    background-color: #DDDDDD;
    background-image: none;
    color: var(--color-basic-black);
}

@media(min-width: 1278px){
    .user-new-flow-contact-content .second_button:hover{
        color: rgba(0,0,0, 0.5);
    }

    .user-new-flow-contact-edit-button:hover .user-new-flow-contact-edit-text::before{
        height: 0;
    }
}

.user-new-flow-contact-content .enter-code-fields{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 0;
    justify-content: flex-start;
}

.user-new-flow-contact-content .enter-code-input{
    text-align: start;
    border: 1px solid #7d7d7d;
    border-radius: 5px;
    height: 40px;
    width: 280px;
    padding: 0 10px;
    max-width: 100%;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.user-new-flow-contact-content .enter-code-fields [name="submit_code"]{
    margin-right: 10px;
}

.user-new-flow-contact-content .enter-code-text{
    margin-bottom: 7px;
    font-size: 13px;
}
.user-new-flow-contact-content .checkbox__label:hover,
.user-new-flow-contact-content .checkbox__label:focus{
    opacity: 1;
}
.user-new-flow-contact-content .user-contact-wrp{
    flex-direction: column;
    align-items: flex-start;

}
.user-new-flow-contact-content .enter-code-container-input{
    max-width: 100%;
}
.user-new-flow-contact-buttons-box.hide{
    display: none;
}
.user-new-flow-contact-content .tooltip-red-contact-code{
    font-weight: 400;
    top: 44px;
    font-size: 11px;
}
.user-new-flow-contact-verified-box,
.user-new-flow-contact-content .user-contact-verified,
.user-new-flow-contact-not-verified-box,
.user-new-flow-contact-content .user-contact-not-verified,
.user-new-flow-contact-content .enter-code-text,
.user-new-flow-contact-content .enter-code-label,
.user-new-flow-contact-phone-flag-box,
.user-new-flow-contact-content .user-contact-value{
    font-weight: 400;
}
.user-new-flow-contact-content .user-contact-verified[rel="VERIFIED"]{
    /*margin-bottom:5px;*/
}
.fake-input-change-phone.wait,
.send-code__input.wait{
    pointer-events: none;
}

.change-number__send-button.wait,
.popup-verification-send-code__button-submit.wait{
    color: transparent;
    font-size: 0;
    position: relative;
}

.change-number__send-button.wait::after,
.popup-verification-send-code__button-submit.wait::after{
    content:'';
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    color: transparent;
    background-image: url(../../../../templates/common/images/phone_verification/loader.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.user-new-flow-contact-status-checkbox::after,
.user-new-flow-contact-content .enter-code-label::after{
    left: 1px;
}
.save-cc .user-contact-content.user-new-flow-contact-content label::before,
.donotGetBonus .user-contact-content.user-new-flow-contact-content label::before{
    position: absolute;
    content: '';
    transform: none;
    left: 1px;
    transition: none;
}
#popup-phone-verification .change-number__dropdown .search__options-item--tooltip,
#popup-phone-verification .change-number__dropdown .tooltip-red,
#popup-phone-verification .change-number__dropdown .tooltip-green{
    position: absolute;
}
/* Popup phone verification: end*/