﻿:root {
    --error-color: #df4b4b;
    --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);
    --payment-method-gradient: linear-gradient(180deg, #FDFDFD 0%, #E6E6E6 100%);

    /* BONUS ARCADEM TOOLTIP   */

    --cashier-bonus-provider-label-background: radial-gradient(47.27% 48% at 47.27% 0%, #03B6FE 0%, rgba(3, 182, 254, 0) 100%), linear-gradient(270deg, #39086D 0%, #186EC2 48.44%, #EF0C91 100%);
    --cashier-bonus-provider-label-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 5px 5px rgba(0, 0, 0, 0.5), inset 0 -1px 1px #2C1B29;
    --cashier-bonus-tooltip-background: #60529B;
    --cashier-bonus-tooltip-box-shadow: inset 0 1px 1px #A692FC;
    --cashier-bonus-tooltip-message-background: #eaeaea;
    --font-size-h1-desktop: 30px;
    --line-height-h1-desktop: 35px;
    --font-size-h1-mobile: 20px;
    --line-height-h1-mobile: 25px;
    --font-size-h2: 15px;
    --line-height-h2: 20px;

    --font-size-h1-popup: 20px;
    --line-height-h1-popup: 25px;
    --margin-bottom-h1-popup: 20px;


    --font-size-h2-popup: 15px;
    --line-height-h2-popup: 20px;
    --margin-bottom-h2-popup: 15px;

    --font-size-p: 13px;
    --line-height-p: 20px;
    --margin-bottom-p: 15px;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.g-5px {
    gap: 5px;
}

.not-clickable-btn {
    pointer-events: none;
    opacity: 0.5;
}

.SumoSelect>.optWrapper>.options li label.d-flex {
    display: flex;
}

.font-bold {
    font-weight: 700;
}

h1,
.h1-desktop {
    font-size: var(--font-size-h1-desktop);
    line-height: var(--line-height-h1-desktop);
    font-weight: 700;
}

.popup-page-content h1,
.popup-page-content .h1-mobile
{
    font-size: var(--font-size-h1-popup);
    line-height: var(--line-height-h1-popup);
    margin-top: 0;
    margin-bottom: var(--margin-bottom-h1-popup);
    text-transform: none;
}

.daterangepicker.single .drp-calendar .SumoSelect:first-of-type {
    width: 30%;
}

.daterangepicker.single .drp-calendar .SumoSelect:last-of-type {
    width: 65%;
}

.daterangepicker.short {
    height: 50px;
    overflow: visible;
}

.daterangepicker.short thead tr:last-child,
.daterangepicker.short tbody {
    display: none;
}

.popup-page-content h1:nth-child(2) {
    display: none;
}

.promotion-content-box .popup-page-content h1:nth-child(2) {
    display: block;
}

.popup-page .daterangepicker .calendar-table td.disabled, .popup-page-content .daterangepicker .calendar-table td.disabled {
    text-decoration-thickness: 2px;
}

.popup-page .daterangepicker .calendar-table td.disabled:before,
.popup-page .daterangepicker .calendar-table td.disabled:after,
.popup-page-content .daterangepicker .calendar-table td.disabled:before,
.popup-page-content .daterangepicker .calendar-table td.disabled:after {
    content: "\00a0\00a0";
}

.h1-mobile {
    font-size: var(--font-size-h1-mobile);
    line-height: var(--line-height-h1-mobile);
    font-weight: 700;
    font-family: Roboto, sans-serif;
}

.popup-page-content h2,
.popup-page-content .promo_main-wrp h2,
h2,
.h2 {
    font-size: var(--font-size-h2);
    line-height: var(--line-height-h2);
    margin-bottom: var(--margin-bottom-h2-popup);
    font-weight: 700;
}

.popup-page-content h3,
h3,
.h3 {
    font-size: var(--font-size-p);
    line-height: var(--line-height-p);
    margin: 0 0 var(--margin-bottom-p) 0;
    font-weight: 700;
}

.popup-page-content.promo_bonus-wrp p,
.promo_bonus-wrp p,
.promo_bonus-wrp .p {
    font-size: var(--font-size-p);
    line-height: var(--line-height-p);
    margin: 0 0 var(--margin-bottom-p) 0;
    font-weight: 400;
}


.lazy-background:not(.activePage),
#collage.lazy-background .panel,
#bottom-icons.lazy-background .bottom-icon,
#bottom-game-providers.lazy-background .bottom-game {
    background: transparent !important;
}

.game-provider-name {
    position: absolute;
    top: -17px;
    left: 0;
    text-align: right;
    color: #232323;
    font-size: 13px;
    line-height: 1;
    pointer-events: none;
    opacity: 0;
    width: 100%;
    transition: 300ms opacity ease;
    white-space: nowrap;
}

.modal-suggestion .game-provider-name {
    color: #FFFFFF;
}

.game:hover .game-provider-name {
    opacity: 1;
}

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

.script-loading {
  pointer-events: none;
}

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__clear-iban-btn {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../../willbettingde/image/icon_delete.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    color: transparent;
    overflow: hidden;
}
.withdrawal__btn.first_button:disabled,
.first_button:disabled,
.main-button:disabled {
    opacity: 0.4;
    pointer-events: none;
}

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

.popup-alert-link .btn-ok,
.popup-alert-link .btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup--answer-from-deposit-overlay {
    touch-action: initial;
}

.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,
.available-bonuses .bonus-container {
    position: relative;
}

.bonus-container .bonus-name,
.bonus-container .bonus-description,
.bonus-container .free-spins-devices,
.bonus-container .bonus-terms-text {
    font-size: 13px;
}

.bonus-container .bonus-name {
    text-transform: uppercase;
}

.bonus-container .bonuses__provider-chips {
    top: 5px;
    left: 5px;
}

.restricted-bonuses__content {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 5px;
}

.restricted-bonuses__title {
   font-size: 20px;
}

.restricted-bonuses__msg {
    font-size: 15px;
}

.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%;
}

.popup-open #filter-overlay {
    z-index: 2000;
}

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;
}

.fancybox-document__btn-back-image {
    margin-right: 10px;
}

.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;
}

html.after-deposit-popup-open.popup-open body {
    width: 100%;
}

.fancybox-lock .deposit-offer-page .fancybox-overlay {
    overflow-y: scroll !important;
}

.fancybox-lock .deposit-offer-page .fancybox-overlay::-webkit-scrollbar {
    display: none; !important;
}

.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;
}

.chat-icon {
    box-sizing: border-box;
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0.5em 0.5em 1em 1em;
    z-index: 2147483640;
    border: none;
}

.chat-icon.hidden {
    display: none;
}

.chat-icon__container {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #83850F;
    border-radius: 50%;
}

.chat-hidden #chat-widget-container,
.chat-hidden #chat_button_adaptive_container,
.chat-hidden .chat-icon,
.mobile-menu-opened #chat-widget-container,
.mobile-menu-opened #chat_button_adaptive_container,
.mobile-menu-opened .comm100-button,
.mobile-menu-opened .chat-icon,
.popup-open .chat-icon,
.popup-open .comm100-button,
.popup-open #chat_button_adaptive_container,
iframe[title="Chat Invitation"], /* Hidden for all states */
iframe[title="New Message"], /* Hidden for all states */
.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;
    display: none;
}

#base-modal .inner-page {
    width: initial;
}

#base-modal .popup-page-content {
    min-height: 220px;
    padding: 20px;
}

#base-modal .popup-content .page-header,
#base-modal .inner-page .page-header {
  display: block;
}

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

.floating-open-support {
    display: none;
    position: fixed;
    z-index: 999;
    padding: 0;
    bottom: 16px;
    right: 8px;
    width: 60px;
    height: 60px;
    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 15px;
    display: flex;
    min-height: 40px;
    padding: 0 20px;
    font-size: 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("../../willbettingde/image/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(../../willbettingde/image/pass_eye_crossed.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    outline: none;
}

.see-psw.hidden {
    background-image: url(../../willbettingde/image/pass_eye.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: 1px solid var(--error-color);
    box-shadow: inset 0 0 0 1px var(--error-color);
}

.field--error .field__input.field__input--mobile {
    box-shadow: none;
}

.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;
    }
}

@media (max-width: 384px) {
    html, body {
        overflow-x: hidden;
    }
}

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

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

.field-container .label {
    font-weight: 700;
}

.field__input {
    display: block;
    border: 1px solid #ababab;
    background-color: #fff;
    outline: none;
    color: #000;
    padding: 0 10px;
    text-align: left;
    font-size: 13px;
    height: 40px;
    border-radius: 5px;
    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__wrp-input.input-overflow::after {
    content: '';
    position: absolute;
    width: 30px;
    height: calc(100% - 4px);
    right: 2px;
    top: 2px;
    background-image: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.4) 100%);
    border-radius: 5px;
    pointer-events: none;
    filter: none !important;
}

.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("../../willbettingde/image/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("../../willbettingde/image/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;
}

.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("../../willbettingde/image/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: 700;
}

@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(../../willbettingde/image/checkbox-passive.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.checkbox__button:checked + .checkbox__label::after {
    background-image: url(../../willbettingde/image/checkbox-active.svg);
    opacity: 1;
    width: 16px;
    box-sizing: border-box;
}

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

.checkbox__button:checked + .checkbox__label--light-icon::after {
    background-image: url(../../willbettingde/image/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;
}


.popup-game:not(.hide) ~ .chat-icon,
.popup-game:not(.hide) ~ #chat-widget-container {
    z-index: 1997 !important;
}

/*============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;
    position: relative;
}

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

.status-box .btn-deposit,
.status-box .btn-deposit.main-button {
    margin: 0 auto;
    min-width: 120px;
    min-height: 35px;
    font-size: 13px;
    line-height: 15px;
}

.status-box .bonuses__provider-chips {
    top: unset;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.status-box .bonuses__provider-chips::before {
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
}

.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;
    column-gap: 15px;
}

.wager-percent,
.vip-percent {
    height: 32px;
    min-width: 32px;
    text-align: center;
    line-height: 32px;
    padding: 0 6px;
    box-sizing: border-box;
}

.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: 16px;
    height: 16px;
    font-size: 13px;
    border-radius: 50%;
    margin-left: 10px;
    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: 70px;
}

.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(../../willbettingde/image/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: 700;
    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: 700;
    display: block;
}

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

.bonuses__content-card .status-box-title {
    position: relative;
}

.bonuses__content-card .bonuses__provider-chips {
    top: unset;
    bottom: -13px;
}

.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;
    box-sizing: border-box;
}

.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;
    flex-wrap: wrap;
    max-width: 365px;
    row-gap: 21px;
}

.bonuses__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    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: 15px;
    text-shadow: 0 1px 1px rgb(255 255 255 / 90%);
}

.bonuses__submit span {
    white-space: nowrap;
}

.bonuses__submit-img {
    margin-right: 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 {
    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,*/
/*.recent-games .title,*/
/*.progress-bar__title {*/
/*    font-size: 15px;*/
/*    font-weight: 700;*/
/*}*/

.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: 36px;
   width: 380px;
    max-width: calc(100vw - 60px);
}

.user-contact-box.email .user-contact-value {
    white-space: nowrap;
    display: inline-block;
    align-items: center;
    overflow: hidden;
    margin: 0 0 5px 0;
    text-overflow: ellipsis;
}

.user-contact-wrp {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 32px;
    row-gap: 5px;
}

.user-contact-verified,
.user-contact-not-verified {
    background-position: left center;
    background-repeat: no-repeat;
}

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

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

.enter-code-text--error {
    margin-bottom: 7px;
    font-weight: 400;
}

.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%;
}

.disabled-touch {
  -webkit-overflow-scrolling: none;
  overflow: hidden !important;
  overscroll-behavior: none;
  touch-action: none;
  width: 100%;
  height: 100%;
}

.disabled-touch #payments-list {
    overflow: hidden;
}

.disabled-touch .frm-deposit-wrapper {
    overflow-y: auto;
}

.disabled-touch .frm-deposit-overlay {
  overflow-y: auto;
}

.disabled-touch #popup-my-account {
  max-height: calc(100vh - 117px);
  overflow: hidden;
}

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

.user-contact-phone-value {
    width: 100%;
    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;
}

.user-contact-value,
.phone-edit-wrp {
    display: flex;
    align-items: center;
    min-height: 36px;
    line-height: 36px;
}

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

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

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

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

.games-block .game {
    position: relative;
}

.game-sticker {
    width: fit-content;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: red;
    padding: 0 10px;
    border-radius: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    z-index: 13;
}

.game-sticker:empty {
    display: none;
}

.popup--answer-from-deposit .game .game-sticker {
    display: none;
}

.popup-game-mobile_img-wrp {
    position: relative;
}

.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%;
    cursor: pointer;
}

#popup-game .panel-info .game-provider {
    width: 150px;
    height: 60px;
    background-position: center;
}

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

#game-data .game-provider {
    max-height: 60px;
    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(../../willbettingde/image/amatic.svg);
}

.game .game-provider.amatic_gs {
    background-image: url(../../willbettingde/image/amatic_sg.svg);
}

.game .game-provider.booongo_gs {
    background-image: url(../../willbettingde/image/booongo_gs.svg);
    background-size: contain;
}

.game .game-provider.wazdan_gs {
    background-image: url(../../willbettingde/image/wazdan_gs.svg);
    background-size: contain;
}

.game .game-provider.pragmatic_gs {
    background-image: url(../../willbettingde/image/pragmatic_gs.svg);
    background-size: contain;
}

.game .game-provider.netent_gs {
    background-image: url(../../willbettingde/image/netent_gs.svg);
    background-size: contain;
}

.game .game-provider.playngo_gs {
    background-image: url(../../willbettingde/image/playngo_gs.svg);
    background-size: contain;
}

.game .game-provider.spribe_gs {
    background-image: url(../../willbettingde/image/spribe_gs.svg);
    background-size: contain;
}

.game .game-provider.pgsoft_gs {
    background-image: url(../../willbettingde/image/pgsoft.svg);
    background-size: contain;
}

.game .game-provider.reevo_fugaso {
    background-image: url('../../willbettingde/image/reevo_fugaso.svg');
    background-size: auto 100%;
}
.game .game-provider.aristocrat {
    background-image: url(../../willbettingde/image/artistocrat.svg);
}

.game .game-provider.ballywulff {
    background-image: url(../../willbettingde/image/bally-wulff_min.svg);
}

.game .game-provider.b2tgame {
    background-image: url(../../willbettingde/image/bet-2-tech.svg);
}

.game .game-provider.booming {
    background-image: url(../../willbettingde/image/booming.svg);
}

.game .game-provider.mancala {
    background-image: url('../../willbettingde/image/mancala.png');
}

.game .game-provider.booongo {
    background-image: url(../../willbettingde/image/boongo.svg);
}

.game .game-provider.booongo_redgenn {
    background-image: url(../../willbettingde/image/boongo.svg);
}

.game .game-provider.bgaming {
    background-image: url(../../willbettingde/image/bgaming.svg);
}

.game .game-provider.evolution {
    background-image: url(../../willbettingde/image/evolution1.svg);
}

.game .game-provider.gamatron {
    background-image: url(../../willbettingde/image/gamatron.svg);
}

.game .game-provider.gamomat {
    background-image: url(../../willbettingde/image/gamomat-min.svg);
}

.game .game-provider.isoftbet {
    background-image: url(../../willbettingde/image/isoft-bet.svg);
}

.game .game-provider.reevo_isoftbet {
    background-image: url(../../willbettingde/image/isoft-bet.svg);
}

.game .game-provider.lucky {
    background-image: url(../../willbettingde/image/lucky-streak.svg);
}

.game .game-provider.mascot {
    background-image: url(../../willbettingde/image/mascot-gaming.svg);
}

.game .game-provider.merkur {
    background-image: url(../../willbettingde/image/merkur.svg);
}

.game .game-provider.microgaming {
  background-image: url(../../willbettingde/image/games_global_sg.svg);
}

.game .game-provider.netent,
.game .game-provider.netentpremium {
    background-image: url(../../willbettingde/image/netend-min.svg);
}

.game .game-provider.novomatic {
    background-image: url(../../willbettingde/image/novomatic.svg);
}

.game .game-provider.playngo {
    background-image: url(../../willbettingde/image/playn-go.svg);
}

.game .game-provider.ap_playngo {
  background-image: url('../../willbettingde/image/ap_playngo.svg');
}

.game .game-provider.bng_playson,
.game .game-provider.playson {
    background-image: url(../../willbettingde/image/playson_min.svg);
    background-size: 150px;
}

.game .game-provider.playson_redgenn{
    background-image: url(../../willbettingde/image/playson_min.svg);
    background-size: 150px;
}

.game .game-provider.playson_gs {
    background-image: url(../../willbettingde/image/playson_gs.svg);
    background-size: contain;
}

.game .game-provider.playtech {
    background-image: url(../../willbettingde/image/playtech.svg);
}

.game .game-provider.pragmatic,
.game .game-provider.gammix_pragmatic_play {
    background-image: url(../../willbettingde/image/pragmatic_min.svg);
}

.game .game-provider.redtiger {
    background-image: url(../../willbettingde/image/red-tiger.svg);
}

.game .game-provider.rival {
    background-image: url(../../willbettingde/image/rival-not-stroke.svg);
}

.game .game-provider.spinomenal {
    background-image: url(../../willbettingde/image/spinomenal.svg);
}

.game .game-provider.tomhorn {
    background-image: url(../../willbettingde/image/tom-horn.svg);
}

.game .game-provider.triple_cherry {
    background-image: url(../../willbettingde/image/triple_cherry.svg);
    background-size: contain;
}

.game .game-provider.vivo {
    background-image: url(../../willbettingde/image/betsoft_min.svg);
}

.game .game-provider.vivolive {
    background-image: url(../../willbettingde/image/vivo.svg);
    background-size: auto 50%;
}

.game .game-provider.wazdan {
    background-image: url(../../willbettingde/image/wazdan.svg);
}

.game .game-provider.yggdrasil {
    background-image: url(../../willbettingde/image/yggdrasil.svg);
}

.game .game-provider.ruby {
    background-image: url(../../willbettingde/image/rubyplay.svg);
}

.game .game-provider.gamingcorps {
    background-image: url(../../willbettingde/image/gamingcorps.svg);
}

.game .game-provider.reevo_spribe,
.game .game-provider.spribe {
    background-image: url(../../willbettingde/image/spribe.svg);
}

.game .game-provider.aristocrat_gs {
    background-image: url(../../willbettingde/image/aristocrat_gs.svg);
    background-size: contain;
}

.game .game-provider.redtiger_gs {
    background-image: url(../../willbettingde/image/redtiger_gs.svg);
    background-size: contain;
}

.game .game-provider.relax_gs {
    background-image: url(../../willbettingde/image/relax_gs.svg);
    background-size: contain;
}

.game .game-provider.threeoaks_gs {
    background-image: url(../../willbettingde/image/threeoaks_gs.svg);
    background-size: contain;
}

.game .game-provider.ainsworth_gs {
    background-image: url(../../willbettingde/image/ainsworth_gs.svg);
    background-size: contain;
}

.game .game-provider.apex_gs {
    background-image: url(../../willbettingde/image/apex_gs.svg);
    background-size: contain;
}

.game .game-provider.apollo_gs {
    background-image: url(../../willbettingde/image/apollo_gs.svg);
    background-size: contain;
}

.game .game-provider.greentube_gs {
    background-image: url(../../willbettingde/image/greentube_gs.svg);
    background-size: contain;
}

.game .game-provider.igrosoft_gs {
    background-image: url(../../willbettingde/image/igrosoft_gs.svg);
    background-size: contain;
}

.game .game-provider.igt_gs {
    background-image: url(../../willbettingde/image/igt_gs.svg);
    background-size: contain;
}

.game .game-provider.kajot_gs {
    background-image: url(../../willbettingde/image/kajot_gs.svg);
    background-size: contain;
}

.game .game-provider.pushgaming_gs {
    background-image: url(../../willbettingde/image/pushgaming_gs.svg);
    background-size: contain;
}

.game .game-provider.quickspin_gs {
    background-image: url(../../willbettingde/image/quickspin_gs.svg);
    background-size: contain;
}

.game .game-provider.scientific_games_gs {
    background-image: url(../../willbettingde/image/scientific_games_gs.svg);
    background-size: contain;
}

.game .game-provider.microgaming_gs {
    background-image: url(../../willbettingde/image/microgaming_gs.svg);
    background-size: contain;
}

.game .game-provider.rubyplay_gs {
    background-image: url(../../willbettingde/image/rubyplay_gs.svg);
    background-size: contain;
}
.game .game-provider.spinomenal_gs {
    background-image: url(../../willbettingde/image/spinomenal_gs.svg);
    background-size: contain;
}

.game .game-provider.yggdrasil_gs {
    background-image: url(../../willbettingde/image/yggdrasil_gs.svg);
    background-size: contain;
}

.game .game-provider.habanero_gs {
    background-image: url(../../willbettingde/image/habanero_gs.svg);
    background-size: contain;
}

.game .game-provider.merkur_gs {
    background-image: url(../../willbettingde/image/merkur_gs.svg);
    background-size: contain;
}

/* sg */
.game .game-provider.wazdan_sg {
    background-image: url(../../willbettingde/image/wazdan.svg);
}

.smartsoft {
    background-image: url("../../willbettingde/image/smartsoft.png");
}

.game .game-provider.evoplay {
    background-image: url('../../willbettingde/image/evoplay.svg');
}

.evoplay {
    background-image: url('../../willbettingde/image/evoplay1.svg');
}

.game .game-provider.platipus{
    background-image: url(../../willbettingde/image/platipus_min.svg);
}

.game .game-provider.leap{
    background-image: url(../../willbettingde/image/leap_min.svg);
    background-size: 51%;
}

.game .game-provider.arrows_edge{
    background-image: url(../../willbettingde/image/arrows_edge_min.svg);
    background-size: 44%;
    background-position: top 2px center;
}

.game .game-provider.endorphina_sg,
.game .game-provider.endorphina_gs {
    background-image: url('../../willbettingde/image/endorphina.svg');
    background-size: auto 95%;
}

.game .game-provider.habanero_sg {
    background-image: url('../../willbettingde/image/habanero.svg');
}

.game .game-provider.redrake_sg {
    background-image: url('../../willbettingde/image/redrake.svg');
}

.game .game-provider .reevo_kalamba {
    background-image: url('../../willbettingde/image/reevo_kalamba.svg');
}

.game .game-provider.belatragames_sg {
    background-image: url('../../willbettingde/image/belatragames.svg');
}

.game .game-provider.rtgslots_sg {
    background-image: url('../../willbettingde/image/rtgslots.svg');
}

.game .game-provider.relax_table_sg {
    background-image: url('../../willbettingde/image/relaxgamingtable.svg');
}

.game .game-provider.relax_slots_sg {
    background-image: url('../../willbettingde/image/relaxgamingtable.svg');
}

.game .game-provider.vivo_redrake{
    background-image: url('../../willbettingde/image/redrake.svg');
    background-size: 40%;
    background-position: top -1px center;
}

.game .game-provider.caleta_sg {
    background-image: url('../../willbettingde/image/caleta.svg');
}

.game .game-provider.skilrock_sg {
    background-image: url('../../willbettingde/image/skilrock.svg');
}

.game .game-provider.gamevy_sg {
    background-image: url('../../willbettingde/image/gamevy.svg');
    background-size: 20%;
}

.game .game-provider.eurasian_bingo_sg {
    background-image: url('../../willbettingde/image/eurasiangaming.svg');
}

.game .game-provider.eurasian_slots_sg {
    background-image: url('../../willbettingde/image/eurasiangaming.svg');
}

.game .game-provider.ka_gaming_sg {
    background-image: url(../../willbettingde/image/ka_gaming_sg.svg);
    background-size: auto 100%;
}

.game .game-provider.smartsoft_sg {
    background-image: url(../../willbettingde/image/smartsoft_sg.svg);
    background-size: auto 100%;
}

.game .game-provider.onlyplay_sg {
    background-image: url(../../willbettingde/image/onlyplay_sg.svg);
    background-size: auto 85%;
}

.game .game-provider.spribe_sg {
    background-image: url(../../willbettingde/image/spribe.svg);
}

.game .game-provider.mascot_sg {
    background-image: url(../../willbettingde/image/mascot-gaming.svg);
}

.game .game-provider.clawbuster_sg {
    background-image: url(../../willbettingde/image/clawbuster_sg.svg);
    background-size: auto 34px;
}

.game .game-provider.galaxsys {
    background-image: url(../../willbettingde/image/galaxsys.svg);
    background-size: auto 50%;
}

.game .game-provider.arcadem {
    background-image: url(../../willbettingde/image/arcadem.svg);
    background-size: auto 35%;
}

.game .game-provider.hacksaw_gs,
.game .game-provider.hacksaw {
    background-image: url(../../willbettingde/image/hacksaw.svg);
    background-size: 45%;
}

.game .game-provider.nolimitcity {
    background-image: url(../../willbettingde/image/nolimmitcity.svg);
    background-size: 45%;
}

.game .game-provider.sg_yggdrasil {
    background-image: url(../../willbettingde/image/yggdrasil.svg);
}

.game .game-provider.pariplay {
    background-image: url(../../willbettingde/image/pariplay.svg);
    background-size: 45%;
}

.game .game-provider.ap_playtech {
    background-image: url(../../willbettingde/image/playtech.svg);
}

.game .game-provider.ap_amusnet {
    background-image: url(../../willbettingde/image/ap_amusnet.svg);
}

.game .game-provider.ap_relax {
    background-image: url(../../willbettingde/image/ap_relax.svg);
}

.game .game-provider.ap_felix {
    background-image: url(../../willbettingde/image/ap_felix.svg);
}

.game .game-provider.ap_stakelogic {
    background-image: url(../../willbettingde/image/ap_stakelogic.svg);
    background-size: auto 80%;
}

.game .game-provider.aviatrix_redgenn {
    background-image: url(../../willbettingde/image/aviatrix_redgenn.svg);
}

.game .game-provider.novomatic_gs {
    background-image: url(../../willbettingde/image/novomatic_gs.svg);
}

.game .game-provider.egt_gs {
    background-image: url(../../willbettingde/image/egt_gs.svg);
}

.game .game-provider.pgsoft {
    background-image: url(../../willbettingde/image/pgsoft.svg);
}

.game .game-provider.fortheplayer_gs {
    background-image: url(../../willbettingde/image/fortheplayer_gs.svg);
}

.game .game-provider.apparat_gs {
    background-image: url(../../willbettingde/image/apparat_gs.svg);
}

.game .game-provider.backseatgaming_gs {
    background-image: url(../../willbettingde/image/backseatgaming_gs.svg);
}

.game .game-provider.bangbanggames_gs {
    background-image: url(../../willbettingde/image/bangbanggames_gs.svg);
}

.game .game-provider.betsoft_gs {
    background-image: url(../../willbettingde/image/betsoft_gs.svg);
}

.game .game-provider.bgaming_gs {
    background-image: url(../../willbettingde/image/bgaming_gs_color.svg);
}

.game .game-provider.bulletproof_gs {
    background-image: url(../../willbettingde/image/bulletproof_gs.svg);
    background-size: 160px auto;
}

.game .game-provider.booming_gs {
    background-image: url(../../willbettingde/image/booming_gs.svg);
}

.game .game-provider.bullsharkgames_gs {
    background-image: url(../../willbettingde/image/bullsharkgames_gs.svg);
}

.game .game-provider.caleta_gs {
    background-image: url(../../willbettingde/image/caleta.svg);
}

.game .game-provider.evolution_gs {
    background-image: url(../../willbettingde/image/evolution_gs.svg);
}

.game .game-provider.evoplay_gs {
    background-image: url(../../willbettingde/image/evoplay_gs.svg);
}

.game .game-provider.gamebeat_gs {
    background-image: url(../../willbettingde/image/gamebeat_gs.svg);
    background-size: 140px auto;
}

.game .game-provider.jelly_gs {
    background-image: url(../../willbettingde/image/jelly_gs.svg);
    background-size: auto 36px;
}

.game .game-provider.mascot_gs {
    background-image: url(../../willbettingde/image/mascot_gs.svg);
    background-size: auto 36px;
}

.game .game-provider.nucleus_gs {
    background-image: url(../../willbettingde/image/nucleus_gs.svg);
}

.game .game-provider.onlyplay_gs {
    background-image: url(../../willbettingde/image/onlyplay_gs.svg);
}

.game .game-provider.petersons_gs {
    background-image: url(../../willbettingde/image/petersons_gs.svg);
}

.game .game-provider.platipus_gs {
    background-image: url(../../willbettingde/image/platipus_gs.svg);
}

.game .game-provider.popiplay_gs {
    background-image: url(../../willbettingde/image/popiplay_gs.svg);
}

.game .game-provider.pragmaticplaylive_gs {
    background-image: url(../../willbettingde/image/pragmaticplaylive_gs.svg);
    background-size: auto 36px;
}

.game .game-provider.readyplay_gs {
    background-image: url(../../willbettingde/image/readyplay_gs.svg);
    background-size: auto 36px;
}

.game .game-provider.reflexgaming_gs {
    background-image: url(../../willbettingde/image/reflexgaming_gs.svg);
    background-size: auto 36px;
}

.game .game-provider.retrogaming_gs {
    background-image: url(../../willbettingde/image/retrogaming_gs.svg);
}

.game .game-provider.spadegaming_gs {
    background-image: url(../../willbettingde/image/spadegaming_gs.svg);
}

.game .game-provider.wizard_gs {
    background-image: url(../../willbettingde/image/wizard_gs.svg);
}

.game .game-provider.avatarux_gs {
    background-image: url(../../willbettingde/image/avatarux_gs.svg);
}

.game .game-provider.fish_gs {
    background-image: url(../../willbettingde/image/fish_gs.svg);
}

.game .game-provider.firekirin_gs {
    background-image: url(../../willbettingde/image/firekirin_gs.svg);
    background-size: auto 40px;
}

.game .game-provider.fortheplayer_lgt_gs {
    background-image: url(../../willbettingde/image/fortheplayer_gs.svg);
}

.game .game-provider.platipus_lgt_gs {
    background-image: url(../../willbettingde/image/platipus_min.svg);
}

.game .game-provider.spinomenal_lgt_gs {
    background-image: url(../../willbettingde/image/spinomenal.svg);
}

.game .game-provider.apparat_lgt_gs {
    background-image: url(../../willbettingde/image/apparat_gs.svg);
}

.game .game-provider.endorphina_lgt_gs {
    background-image: url(../../willbettingde/image/endorphina.svg);
    background-size: auto 95%;
}

.game .game-provider.netent_lgt_gs {
    background-image: url(../../willbettingde/image/netent_lgt_gs.svg);
}

.game .game-provider.wizard_lgt_gs {
    background-image: url(../../willbettingde/image/wizard_gs.svg);
}

.game .game-provider.readyplay_lgt_gs {
    background-image: url(../../willbettingde/image/readyplay_gs.svg);
    background-size: auto 36px;
}

.game .game-provider.betsoft_lgt_gs {
    background-image: url(../../willbettingde/image/betsoft_gs.svg);
}

.game .game-provider.hacksaw_lgt_gs {
    background-image: url(../../willbettingde/image/hacksaw.svg);
}

.game .game-provider.reflexgaming_lgt_gs {
    background-image: url(../../willbettingde/image/reflexgaming_gs.svg);
    background-size: auto 36px;
}

.game .game-provider.pragmatic_lgt_gs {
    background-image: url(../../willbettingde/image/pragmatic_min.svg);
}

.game .game-provider.retrogaming_lgt_gs {
    background-image: url(../../willbettingde/image/retrogaming_gs.svg);
}

.game .game-provider.yggdrasil_lgt_gs {
    background-image: url(../../willbettingde/image/yggdrasil.svg);
}

.game .game-provider.mascot_lgt_gs {
    background-image: url(../../willbettingde/image/mascot_gs.svg);
    background-size: auto 36px;
}

.game .game-provider.evoplay_lgt_gs {
    background-image: url(../../willbettingde/image/evoplay_gs.svg);
}

.game .game-provider.bgaming_lgt_gs {
    background-image: url(../../willbettingde/image/bgaming_lgt_gs.svg);
}

.game .game-provider.pgsoft_lgt_gs {
    background-image: url(../../willbettingde/image/pgsoft.svg);
}

.game .game-provider.pragmaticplaylive_lgt_gs {
    background-image: url(../../willbettingde/image/pragmaticplaylive_lgt_gs.svg);
    background-size: auto 36px;
}

.game .game-provider.popiplay_lgt_gs {
    background-image: url(../../willbettingde/image/popiplay_gs.svg);
}

.game .game-provider.petersons_lgt_gs {
    background-image: url(../../willbettingde/image/petersons_gs.svg);
}

.game .game-provider.onlyplay_lgt_gs {
    background-image: url(../../willbettingde/image/onlyplay_gs.svg);
}

.game .game-provider.nolimit_lgt_gs {
    background-image: url(../../willbettingde/image/nolimmitcity.svg);
}

.game .game-provider.booming_lgt_gs {
    background-image: url(../../willbettingde/image/booming_gs.svg);
}

.game .game-provider.evolution_lgt_gs {
    background-image: url(../../willbettingde/image/evolution_gs.svg);
}

.game .game-provider.caleta_lgt_gs {
    background-image: url(../../willbettingde/image/caleta_lgt_gs.svg);
}

.game .game-provider.backseatgaming_lgt_gs {
    background-image: url(../../willbettingde/image/backseatgaming_gs.svg);
}

.game .game-provider.jelly_lgt_gs {
    background-image: url(../../willbettingde/image/jelly_gs.svg);
    background-size: auto 36px;
}

.game .game-provider.bulletproof_lgt_gs {
    background-image: url(../../willbettingde/image/bulletproof_gs.svg);
    background-size: 160px auto;
}

.game .game-provider.gamebeat_lgt_gs {
    background-image: url(../../willbettingde/image/gamebeat_gs.svg);
    background-size: 140px auto;
}

.game .game-provider.avatarux_lgt_gs {
    background-image: url(../../willbettingde/image/avatarux_gs.svg);
}

.game .game-provider.bullsharkgames_lgt_gs {
    background-image: url(../../willbettingde/image/bullsharkgames_gs.svg);
}

.game .game-provider.spribe_lgt_gs {
    background-image: url(../../willbettingde/image/spribe.svg);
    background-size: auto 34px;
}

.game .game-provider.nolimit_gs {
    background-image: url(../../willbettingde/image/nolimit_gs.svg);
    background-size: auto 34px;
}

#bottom-game-providers .bottom-game.readyplay_gs:hover,
#popup-game .panel-info .game-provider[data-provider-id="178"],
#bottom-game-providers .bottom-game.readyplay_lgt_gs:hover,
#popup-game .panel-info .game-provider[data-provider-id="197"] {
    filter: brightness(350);
}

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

#popup-game .panel-info .game-provider[data-provider-id="129"],
#popup-game .panel-info .game-provider[data-provider-id="125"],
#popup-game .panel-info .game-provider[data-provider-id="225"],
#popup-game .panel-info .game-provider[data-provider-id="189"] {
    height: 65px;
    max-height: 65px;
}

#popup-game .panel-info .game-provider[data-provider-id="206"] {
    height: 35px;
    max-height: 35px;
}

#popup-game .panel-info .game-provider[data-provider-id="219"] {
    width: 190px;
    max-width: 190px;
}

#bottom-game-providers .bottom-game.jelly_gs,
#bottom-game-providers .bottom-game.mascot_gs,
#bottom-game-providers .bottom-game.readyplay_gs,
.new-footer #bottom-game-providers .bottom-game.jelly_gs,
.new-footer #bottom-game-providers .bottom-game.mascot_gs,
.new-footer #bottom-game-providers .bottom-game.readyplay_gs,
#bottom-game-providers .bottom-game.jelly_lgt_gs,
#bottom-game-providers .bottom-game.mascot_lgt_gs,
#bottom-game-providers .bottom-game.readyplay_lgt_gs,
.new-footer #bottom-game-providers .bottom-game.jelly_lgt_gs,
.new-footer #bottom-game-providers .bottom-game.mascot_lgt_gs,
.new-footer #bottom-game-providers .bottom-game.readyplay_lgt_gs {
    background-size: auto 56px;
}

#bottom-game-providers .bottom-game.fish_gs,
.new-footer #bottom-game-providers .bottom-game.fish_gs {
    background-size: auto 60%;
}

#bottom-game-providers .bottom-game.firekirin_gs,
.new-footer #bottom-game-providers .bottom-game.firekirin_gs {
    background-size: auto 85%;
}

/*----------------------- 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,
.bottom-game.mascot_sg {
    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,
.bottom-game:hover .mascot_sg {
    filter: brightness(1);
}

.bottom-game:hover .ballywulff {
    filter: grayscale(0) invert(0);
}
#bottom-game-providers .bottom-game.reevo_spribe,
#bottom-game-providers .bottom-game.spribe,
#bottom-game-providers .bottom-game.spribe_sg,
#bottom-game-providers .bottom-game.spribe_lgt_gs,
.bottom-game.reevo_spribe,
.bottom-game.spribe,
.bottom-game.spribe_sg,
.bottom-game.spribe_lgt_gs {
    transition: none;
}

#bottom-game-providers .bottom-game.reevo_spribe:hover,
#bottom-game-providers .bottom-game.spribe:hover,
#bottom-game-providers .bottom-game.spribe_sg:hover,
#bottom-game-providers .bottom-game.spribe_lgt_gs:hover,
.bottom-game.reevo_spribe:hover,
.bottom-game.spribe:hover,
.bottom-game.spribe_sg:hover,
.bottom-game.spribe_lgt_gs:hover {
    background-image: url(../../willbettingde/image/spribe1.svg);
    filter: grayscale(0) brightness(1000);
    transition: none;
}

.bottom-game:hover.vivo_redrake {
    background-position: top -8px center;
}

.new-footer #bottom-game-providers .bottom-game.lucky {
    background-size: auto calc(90% - 10px);
}
/*----------------------- End bottom game_providers icon ----------------------- */

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

.amatic {
    background-image: url(../../willbettingde/image/amatic.svg);
}

.aristocrat {
    background-image: url(../../willbettingde/image/artistocrat1.svg);
}

.b2tgame {
    background-image: url(../../willbettingde/image/bet-2-tech1.svg);
    background-size: auto 80%;
}

.gammix_evoplay {
    background-image: url('../../willbettingde/image/evoplay1.svg');
}

.evolution {
    background-image: url(../../willbettingde/image/evolution2.svg);
}

/* sg */
.amatic_sg,
.amatic_gs {
    background-image: url(../../willbettingde/image/amatic_sg.svg);
}

.amusnet_sg {
    background-image: url(../../willbettingde/image/amusnet_sg.svg);
}

.betsoft_sg {
    background-image: url(../../willbettingde/image/betsoft_sg.svg);
}

.bgaming_sg {
    background-image: url(../../willbettingde/image/bgaming_lgt_gs.svg);
}

.blueprint_sg {
    background-image: url(../../willbettingde/image/blueprint_sg.svg);
}

.evolution_sg {
    background-image: url(../../willbettingde/image/evolution_sg.svg);
}

.games_global_sg {
    background-image: url(../../willbettingde/image/games_global_sg.svg);
}

.gamzix_sg {
    background-image: url(../../willbettingde/image/gamzix_sg.svg);
}

.netent_sg {
    background-image: url(../../willbettingde/image/netent_lgt_gs.svg);
}

.pragmatic_play_sg {
    background-image: url(../../willbettingde/image/pragmatic_play_sg.svg);
}

.wazdan_sg {
    background-image: url(../../willbettingde/image/wazdan_sg.svg);
}

.evoplay_sg {
    background-image: url(../../willbettingde/image/evoplay_sg.svg);
}

.gamatron {
    background-image: url(../../willbettingde/image/gamatron1.svg);
}

.wazdan {
    background-image: url(../../willbettingde/image/wazdan_sg.svg);
}

.booongo {
    background-image: url(../../willbettingde/image/boongo1.svg);
}

.booongo_redgenn {
    background-image: url(../../willbettingde/image/boongo1.svg);
}

.isoftbet {
    background-image: url(../../willbettingde/image/isoft-bet1.svg);
}

.reevo_isoftbet {
    background-image: url(../../willbettingde/image/isoft-bet1.svg);
}

.lucky {
    background-image: url(../../willbettingde/image/lucky-streak1.svg);
}

.mascot {
    background-image: url(../../willbettingde/image/mascot-gaming.svg);
}

.mascot_sg {
    background-image: url(../../willbettingde/image/mascot-gaming.svg);
}

.clawbuster_sg {
    background-image: url(../../willbettingde/image/clawbuster_sg.svg);
}

.rival {
    background-image: url(../../willbettingde/image/rival-not-stroke1.svg);
}

.rubyplay {
    background-image: url(../../willbettingde/image/rubyplay.png);
}

#vue-footer .rubyplay {
    background-image: url(../../willbettingde/image/rubyplay1.svg);
}

.spinomenal,
.luckysp {
    background-image: url(../../willbettingde/image/spinomenal1.svg);
}

.redtiger {
    background-image: url(../../willbettingde/image/red-tiger1.svg);
}

.pragmatic,
.gammix_pragmatic_play {
    background-image: url(../../willbettingde/image/pragmatic_min1.svg);
}

.reevo{
    background-image: url("../../willbettingde/image/reevo.svg");
}

.reevo_gamingcorps {
    background-image: url("../../willbettingde/image/gamingcorps.svg");
}

.playson,
.bng_playson {
    background-image: url(../../willbettingde/image/playson_min.svg);
    background-size: cover;
}

.playson_redgenn{
    background-image: url(../../willbettingde/image/playson_min.svg);
    background-size: cover;
}

.playson_gs {
    background-image: url(../../willbettingde/image/playson_gs.svg);
    background-size: contain;
}

.ap_playngo {
  background-image: url('../../willbettingde/image/ap_playngo1.svg');
}

.playngo {
    background-image: url(../../willbettingde/image/playn-go1.svg);
}

.netent,
.netentpremium,
.netentlive {
    background-image: url(../../willbettingde/image/netent_lgt_gs.svg);
}

#game-data .game-provider[data-provider-id="1"] {
  width: 250px;
  height: 50px;
}

.micro,
.microgaming {
  background-image: url(../../willbettingde/image/games-global.svg);
}

.merkur {
    background-image: url(../../willbettingde/image/merkur.png);
}

.booming {
    background-image: url(../../willbettingde/image/booming1.svg);
}

.bgaming {
    background-image: url(../../willbettingde/image/bgaming.svg);
}

.mancala {
    background-image: url('../../willbettingde/image/mancala.png');
}

.betsoft {
    background-image: url(../../willbettingde/image/betsoft_min1.svg);
}

.ballywulff {
    background-image: url(../../willbettingde/image/bally-wulff_min1.svg);
}

.tomhorn,
.luckytom {
    background-image: url(../../willbettingde/image/tom-horn1.svg);
}

.triple_cherry {
    background-image: url(../../willbettingde/image/triple_cherry.svg);
    background-size: contain;
}

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

.gamomat {
    background-image: url(../../willbettingde/image/gamomat-min1.svg);
}

.vivo {
    background-image: url(../../willbettingde/image/betsoft_min1.svg);
}

.vivolive {
    background-image: url(../../willbettingde/image/vivo1.svg);
}

.yggdrasil {
    background-image: url(../../willbettingde/image/yggdrasil1.svg);
}

.sg_yggdrasil{
    background-image: url(../../willbettingde/image/yggdrasil1.svg);
}

.gamingcorps {
    background-image: url(../../willbettingde/image/gamingcorps1.svg);
}
.reevo_spribe,
.spribe {
    background-image: url(../../willbettingde/image/spribe1.svg);
}

.spribe_sg {
    background-image: url(../../willbettingde/image/spribe1.svg);
}

.platipus {
    background-image: url(../../willbettingde/image/vivo_platipus.svg);
}
.leap {
    background-image: url(../../willbettingde/image/vivo_leap.svg);
    background-size: 60%;
}
.arrows_edge {
    background-image: url(../../willbettingde/image/vivo_arrows_edge.svg);
    background-size: 79%;
}
.vivo_redrake {
    background-image: url(../../willbettingde/image/vivo_redrake.svg);
    background-size: 45%;
    background-position: top -8px center;
}
.reevo_fugaso {
    background-image: url('../../willbettingde/image/reevo_fugaso.svg');
}
.endorphina_sg,
.endorphina_gs {
    background-image: url(../../willbettingde/image/endorphina1.svg);
}

.habanero_sg {
    background-image: url(../../willbettingde/image/habanero1.svg);
}

.redrake_sg {
    background-image: url(../../willbettingde/image/redrake1.svg);
}
.reevo_kalamba {
    background-image: url('../../willbettingde/image/reevo_kalamba.svg');
}
.belatragames_sg {
    background-image: url(../../willbettingde/image/belatragames1.svg);
}

.rtgslots_sg {
    background-image: url(../../willbettingde/image/rtgslots1.svg);
}

.relax_table_sg {
    background-image: url(../../willbettingde/image/relaxgamingtable.svg);
}

.relax_slots_sg {
    background-image: url(../../willbettingde/image/relaxgamingtable.svg);
}

.caleta_sg {
    background-image: url(../../willbettingde/image/caleta1.svg);
}

.skilrock_sg {
    background-image: url(../../willbettingde/image/skilrock1.svg);
}

.gamevy_sg {
    background-image: url(../../willbettingde/image/gamevy1.svg);
}

.eurasian_bingo_sg {
    background-image: url(../../willbettingde/image/eurasiangamingbingo.svg);
}

.eurasian_slots_sg {
    background-image: url(../../willbettingde/image/eurasiangamingslots.svg);
}

.ka_gaming_sg {
    background-image: url(../../willbettingde/image/ka_gaming_sg.svg);
    background-size: 63%;
}

.smartsoft_sg {
    background-image: url(../../willbettingde/image/smartsoft_sg.svg);
}

.onlyplay_sg {
    background-image: url(../../willbettingde/image/onlyplay_sg.svg);
    background-size: 80%;
}

.galaxsys{
    background-image: url(../../willbettingde/image/galaxsys.svg);
    background-size: auto 60%;
}

.arcadem{
    background-image: url(../../willbettingde/image/arcadem_white.png);
    background-size: contain;
}

.hacksaw_gs,
.hacksaw {
    background-image: url(../../willbettingde/image/hacksaw.svg);
    background-size: 60%;
}

.nolimitcity {
    background-image: url(../../willbettingde/image/nolimmitcity.svg);
    background-size: 60%;
}

.pariplay {
    background-image: url(../../willbettingde/image/pariplay.svg);
    background-size: 60%;
}

.ap_playtech {
    background-image: url(../../willbettingde/image/playtech.svg);
    background-size: 60%;
}

.ap_amusnet {
    background-image: url(../../willbettingde/image/ap_amusnet1.svg);
    background-size: 65%;
}

.ap_relax {
    background-image: url(../../willbettingde/image/ap_relax.svg);
    background-size: 60%;
}

.ap_felix {
    background-image: url(../../willbettingde/image/ap_felix1.svg);
    background-size: 60%;
}

.ap_stakelogic {
    background-image: url(../../willbettingde/image/ap_stakelogic.svg);
}

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

.aviatrix_redgenn {
    background-image: url(../../willbettingde/image/aviatrix_redgenn.svg);
}

.novomatic_gs {
    background-image: url(../../willbettingde/image/novomatic_gs1.svg);
}

.egt_gs {
    background-image: url(../../willbettingde/image/egt_gs1.svg);
}

.booongo_gs {
    background-image: url(../../willbettingde/image/booongo_gs1.svg);
}

.wazdan_gs {
    background-image: url(../../willbettingde/image/wazdan_gs1.svg);
}

.pragmatic_gs {
    background-image: url(../../willbettingde/image/pragmatic_gs1.svg);
}

.netent_gs {
    background-image: url(../../willbettingde/image/netent_gs1.svg);
}

.playngo_gs {
    background-image: url(../../willbettingde/image/playngo_gs1.svg);
}

.pgsoft {
    background-image: url(../../willbettingde/image/pgsoft1.svg);
}

.pgsoft_gs {
    background-image: url(../../willbettingde/image/pgsoft1.svg);
}

.spribe_gs {
    background-image: url(../../willbettingde/image/spribe_gs.svg);
}

.aristocrat_gs {
    background-image: url(../../willbettingde/image/aristocrat_gs.svg);
}

.redtiger_gs {
    background-image: url(../../willbettingde/image/redtiger_gs.svg);
}

.relax_gs {
    background-image: url(../../willbettingde/image/relax_gs.svg);
}

.threeoaks_gs {
    background-image: url(../../willbettingde/image/threeoaks_gs.svg);
}

.ainsworth_gs {
    background-image: url(../../willbettingde/image/ainsworth_gs.svg);
}

.apex_gs {
    background-image: url(../../willbettingde/image/apex_gs.svg);
}

.apollo_gs {
    background-image: url(../../willbettingde/image/apollo_gs.svg);
}

.greentube_gs {
    background-image: url(../../willbettingde/image/greentube_gs.svg);
}

.igrosoft_gs {
    background-image: url(../../willbettingde/image/igrosoft_gs.svg);
}

.igt_gs {
    background-image: url(../../willbettingde/image/igt_gs.svg);
}

.kajot_gs {
    background-image: url(../../willbettingde/image/kajot_gs.svg);
}

.pushgaming_gs {
    background-image: url(../../willbettingde/image/pushgaming_gs.svg);
}

.quickspin_gs {
    background-image: url(../../willbettingde/image/quickspin_gs.svg);
}

.scientific_games_gs {
    background-image: url(../../willbettingde/image/scientific_games_gs.svg);
}

.microgaming_gs {
    background-image: url(../../willbettingde/image/microgaming_gs1.svg);
}

.rubyplay_gs {
    background-image: url(../../willbettingde/image/rubyplay_gs1.svg);
}

.spinomenal_gs {
    background-image: url(../../willbettingde/image/spinomenal_gs1.svg);
}

.yggdrasil_gs {
    background-image: url(../../willbettingde/image/yggdrasil_gs1.svg);
}

.habanero_gs {
    background-image: url(../../willbettingde/image/habanero_gs1.svg);
}

.merkur_gs {
    background-image: url(../../willbettingde/image/merkur_gs1.svg);
}

.fortheplayer_gs {
    background-image: url(../../willbettingde/image/fortheplayer_gs.svg);
}

.apparat_gs {
    background-image: url(../../willbettingde/image/apparat_gs.svg);
}

.backseatgaming_gs {
    background-image: url(../../willbettingde/image/backseatgaming_gs.svg);
}

.bangbanggames_gs {
    background-image: url(../../willbettingde/image/bangbanggames_gs.svg);
}

.betsoft_gs {
    background-image: url(../../willbettingde/image/betsoft_gs.svg);
}

.bgaming_gs {
    background-image: url(../../willbettingde/image/bgaming_gs_color.svg);
}

.bulletproof_gs {
    background-image: url(../../willbettingde/image/bulletproof_gs.svg);
}

.booming_gs {
    background-image: url(../../willbettingde/image/booming_gs.svg);
}

.bullsharkgames_gs {
    background-image: url(../../willbettingde/image/bullsharkgames_gs.svg);
}

.caleta_gs {
    background-image: url(../../willbettingde/image/caleta.svg);
}

.evolution_gs {
    background-image: url(../../willbettingde/image/evolution_gs.svg);
}

.evoplay_gs {
    background-image: url(../../willbettingde/image/evoplay_gs.svg);
}

.gamebeat_gs {
    background-image: url(../../willbettingde/image/gamebeat_gs.svg);
}

.jelly_gs {
    background-image: url(../../willbettingde/image/jelly_gs.svg);
}

.mascot_gs {
    background-image: url(../../willbettingde/image/mascot_gs.svg);
}

.nucleus_gs {
    background-image: url(../../willbettingde/image/nucleus_gs.svg);
}

.onlyplay_gs {
    background-image: url(../../willbettingde/image/onlyplay_gs.svg);
}

.petersons_gs {
    background-image: url(../../willbettingde/image/petersons_gs.svg);
}

.platipus_gs {
    background-image: url(../../willbettingde/image/platipus_gs.svg);
}

.popiplay_gs {
    background-image: url(../../willbettingde/image/popiplay_gs.svg);
}

.pragmaticplaylive_gs {
    background-image: url(../../willbettingde/image/pragmaticplaylive_gs.svg);
}

.readyplay_gs {
    background-image: url(../../willbettingde/image/readyplay_gs.svg);
    filter: brightness(350);
}

.reflexgaming_gs {
    background-image: url(../../willbettingde/image/reflexgaming_gs.svg);
}

.retrogaming_gs {
    background-image: url(../../willbettingde/image/retrogaming_gs.svg);
}

.spadegaming_gs {
    background-image: url(../../willbettingde/image/spadegaming_gs.svg);
}

.wizard_gs {
    background-image: url(../../willbettingde/image/wizard_gs.svg);
}

.avatarux_gs {
    background-image: url(../../willbettingde/image/avatarux_gs.svg);
}

.fish_gs {
    background-image: url(../../willbettingde/image/fish_gs.svg);
    background-size: 60%;
}

.firekirin_gs {
    background-image: url(../../willbettingde/image/firekirin_gs.svg);
    background-size: 85%;
}

.fortheplayer_lgt_gs {
    background-image: url(../../willbettingde/image/fortheplayer_gs.svg);
}

.platipus_lgt_gs {
    background-image: url(../../willbettingde/image/platipus_gs.svg);
}

.spinomenal_lgt_gs {
    background-image: url(../../willbettingde/image/spinomenal1.svg);
}

.apparat_lgt_gs {
    background-image: url(../../willbettingde/image/apparat_gs.svg);
}

.endorphina_lgt_gs {
    background-image: url(../../willbettingde/image/endorphina1.svg);
}

.netent_lgt_gs {
    background-image: url(../../willbettingde/image/netent_lgt_gs.svg);
}

.wizard_lgt_gs {
    background-image: url(../../willbettingde/image/wizard_gs.svg);
}

.readyplay_lgt_gs {
    background-image: url(../../willbettingde/image/readyplay_gs.svg);
    filter: brightness(350);
}

.betsoft_lgt_gs {
    background-image: url(../../willbettingde/image/betsoft_gs.svg);
}

.hacksaw_lgt_gs {
    background-image: url(../../willbettingde/image/hacksaw.svg);
}

.reflexgaming_lgt_gs {
    background-image: url(../../willbettingde/image/reflexgaming_gs.svg);
}

.pragmatic_lgt_gs {
    background-image: url(../../willbettingde/image/pragmatic_min1.svg);
}

.retrogaming_lgt_gs {
    background-image: url(../../willbettingde/image/retrogaming_gs.svg);
}

.yggdrasil_lgt_gs {
    background-image: url(../../willbettingde/image/yggdrasil1.svg);
}

.mascot_lgt_gs {
    background-image: url(../../willbettingde/image/mascot_gs.svg);
}

.evoplay_lgt_gs {
    background-image: url(../../willbettingde/image/evoplay_gs.svg);
}

.bgaming_lgt_gs {
    background-image: url(../../willbettingde/image/bgaming_gs_color.svg);
}

.pgsoft_lgt_gs {
    background-image: url(../../willbettingde/image/pgsoft1.svg);
}

.pragmaticplaylive_lgt_gs {
    background-image: url(../../willbettingde/image/pragmaticplaylive_lgt_gs.svg);
}

.popiplay_lgt_gs {
    background-image: url(../../willbettingde/image/popiplay_gs.svg);
}

.petersons_lgt_gs {
    background-image: url(../../willbettingde/image/petersons_gs.svg);
}

.onlyplay_lgt_gs {
    background-image: url(../../willbettingde/image/onlyplay_gs.svg);
}

.nolimit_lgt_gs {
    background-image: url(../../willbettingde/image/nolimmitcity.svg);
}

.booming_lgt_gs {
    background-image: url(../../willbettingde/image/booming1.svg);
}

.evolution_lgt_gs {
    background-image: url(../../willbettingde/image/evolution_gs.svg);
}

.caleta_lgt_gs {
    background-image: url(../../willbettingde/image/caleta_lgt_gs.svg);
}

.backseatgaming_lgt_gs {
    background-image: url(../../willbettingde/image/backseatgaming_gs.svg);
}

.jelly_lgt_gs {
    background-image: url(../../willbettingde/image/jelly_gs.svg);
}

.bulletproof_lgt_gs {
    background-image: url(../../willbettingde/image/bulletproof_gs.svg);
}

.gamebeat_lgt_gs {
    background-image: url(../../willbettingde/image/gamebeat_gs.svg);
}

.avatarux_lgt_gs {
    background-image: url(../../willbettingde/image/avatarux_gs.svg);
}

.bullsharkgames_lgt_gs {
    background-image: url(../../willbettingde/image/bullsharkgames_gs.svg);
}

.spribe_lgt_gs {
    background-image: url(../../willbettingde/image/spribe.svg);
}

.nolimit_gs {
    background-image: url(../../willbettingde/image/nolimit_gs.svg);
}

/*----------------------- End game_providers icon link ----------------------- */

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

#collage #slider .text .content:has(container) {
    width: auto;
}

.slider__video-background {
    display: none;
    pointer-events: none;
}

.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-flex;
    justify-content: center;
    align-items: center;;
    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 .bottom-icon:hover.jeton_bank {
    -webkit-filter: grayscale(100%) brightness(100); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) brightness(8);
}

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

#bottom-icons .wirecard {
    background-image: url(../../willbettingde/image/wirecard.png);
}

#bottom-icons .reevo_kalamba {
    background-image: url('../../willbettingde/image/reevo_kalamba.svg');
}

.pdf-icon {
    background: url(../../willbettingde/image/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__payments,
.withdrawal-container__payments {
    width: 230px;
    height: 39px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.45);
    border-radius: 3px;
}

.payslogo.skrillpaysafe img {
    width: 152px;
    height: auto;
}

.payslogo.skrillsofort img {
    width: 150px;
    height: auto;
}

.payslogo.apple_pay img {
    width: 50px;
    height: auto;
}

.payslogo.google_pay img {
    width: 63px;
    height: auto;
}

.payslogo.neosurf img {
    width: 63px;
    height: auto;
}

.payslogo.skrill img {
    width: 74px;
    height: auto;
}

.payslogo.jcb img {
    width: 47px;
    height: auto;
}

.payslogo.neteller img,
.payslogo.paysafe_neteller img {
    width: 120px;
    height: auto;
}

.payslogo.cashtocode_direct_evoucher img {
    width: 130px;
    height: auto;
}

.payslogo.ideal_vip img {
    width: 70px;
    height: auto;
}

.payslogo.cashlib_vip img {
    width: 110px;
    height: auto;
}

.payslogo.volt img {
    width: 60px;
    height: auto;
}

.payslogo.paypal img {
    width: 110px;
    height: auto;
}

.payslogo.cryptocurrency img {
    width: 110px;
    height: auto;
}

.payslogo.bancontact img {
    width: auto;
    height: 33px;
}

.payslogo.wire img {
    width: 48px;
    height: auto;
    margin-top: -7px;
}

.payslogo.crypto img {
    width: 130px;
    height: auto;
}

.payslogo.coinspaid img,
.payslogo.coinspaid_btc img,
.payslogo.gamma_g img {
    width: 130px;
    height: auto;
}

.payslogo.coinspaid_eth img,
.payslogo.gamma_g_eth img {
    width: 130px;
    height: auto;
}

.payslogo.gamma_g_all img {
    width: 120px;
    height: auto;
}

.payslogo.gamma_g_btc img {
    width: 120px;
    height: auto;
}

.payslogo.coinspaid_usdc img {
    width: auto;
    height: 90%;
}

.payslogo.venuspoint img {
    width: 140px;
    height: auto;
}

.payslogo.ideal img {
    width: 40px;
    height: auto;
}

.payslogo.przelewy_24 img {
    width: 90px;
    height: auto;
}

.payslogo.paysafe img {
    width: 120px;
    height: auto;
}

.payslogo.paysafecash img {
    width: 120px;
    height: auto;
}

.payslogo.sofort img {
    width: 130px;
    height: auto;
}

.payslogo.sofort_vip img {
    width: 155px;
    height: auto;
}

.payslogo.eps img {
    width: 60px;
    height: auto;
}

.payslogo.giropay img {
    width: 80px;
    height: auto;
}

.payslogo.giropay_vip img {
    width: 105px;
    height: auto;
}

.payslogo.interac img {
    width: auto;
    height: 32px;
}

.payslogo.interac_etransfer img {
    width: auto;
    height: 32px;
}

.payslogo.muchbetter img {
    width: 130px;
    height: auto;
}

.payslogo.pix img {
    width: 85px;
    height: auto;
}

.payslogo.static_credit_card img {
    width: 113px;
    height: 100%;
}

.payslogo.credit_card img {
    max-height: 90%;
}

.payslogo.vippass img {
    width: auto;
    max-height: 90%;
}

.payslogo.skrillrapid img {
    width: 130px;
    height: auto;
}

.payslogo.inpay img,
.payslogo.inpay_eu img,
.payslogo.inpay_ca img {
    width: 88px;
    height: auto;
}

.payslogo.stripe img {
    width: 105px;
    height: auto;
}

.payslogo.blik img {
    width: 64px;
    height: auto;
}

.payslogo.binance_pay img {
    width: auto;
    height: 100%;
}

.payslogo.vega_wallet img {
    width: 130px;
    height: auto;
}

.payslogo.flexepin img {
    width: 112px;
    height: auto;
}

.payslogo.avo_pay img {
    width: 116px;
    height: auto;
}

.payslogo.spadespay img {
    width: auto;
    max-height: 90%;
}

.payslogo.payeasypro img {
    width: 122px;
    height: auto;
}

.payslogo.mifinity img {
    width: 122px;
    height: auto;
}

.payslogo.premierpay img {
    width: 130px;
    height: auto;
}

.payslogo.octapay img {
    width: 105px;
    height: auto;
}

.payslogo.octapay_external_form img {
    width: 105px;
    height: auto;
}

.payslogo.solid_payments img {
    width: auto;
    max-height: 90%;
}

.payslogo.coinspaid_usdc img,
.payslogo.gamma_g_usdc img {
    width: auto;
    max-height: 75%;
}

.payslogo.coinspaid_usdcs img,
.payslogo.coinspaid_usdce img,
.payslogo.gamma_g_usdcs img {
    width: auto;
    max-height: 75%;
}

.payslogo.boleto_rapido img {
    width: auto;
    height: 36px;
}

/*==================== Dynamic credit card =====================*/
.payslogo.cc img {
    width: 40px;
    height: auto;
}

.payslogo.mastercard img {
    width: 40px;
    height: auto;
}

.payslogo.cc-mastercard img {
    width: 100px;
    height: auto;
}

.payslogo.mastercard-visa img {
    width: 113px;
    height: auto;
}

.payslogo.maestro-mastercard-visa img {
    width: 170px;
    height: auto;
}

.payslogo.cc-maestro-mastercard-visa img {
    width: auto;
    height: 18px;
}

/*==================== Dynamic credit card =====================*/

.payslogo.cashtocode_direct img {
    width: 125px;
    height: auto;
}

.payslogo.coinspaid_all img {
    width: 95px;
    height: auto;
}

.payslogo.safetypay img {
    width: 170px;
    height: auto;
}

.payslogo.jeton_wallet img {
    width: 116px;
    height: auto;
}

.payslogo.jeton_bank img {
    width: 116px;
    height: auto;
}

.payslogo.jeton_cash img {
    width: 47px;
    height: auto;
}

.payslogo.pay_retailers img {
    width: 110px;
    height: auto;
}

.payslogo:has(.cc-type) {
    gap: 5px;
}

.payslogo:has(.cc-type) img {
    width: 22%;
}

.payslogo:has(.cc-type--4) img {
    width: 19%;
}

.payslogo:has(.cc-type--5) img {
    width: 16%;
}

.payslogo:has(.cc-type--6) img {
    width: 13%;
}

.deposit_v2 [data-payment-method="cp_60_dc"] img {
    border-radius: 0;
}

.withdrawal-container .title {
    position: relative;
}

.withdrawal-container .title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    display: block;
    width: 230px;
    height: 39px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}

.withdrawal__logo-wire {
    background-image: url(../../willbettingde/image/wire.svg);
    text-transform: uppercase;
}

.withdrawal-container.wire .title::after {
    background-image: url(../../willbettingde/image/wire.svg), var(--payment-method-gradient);
    background-size: 48px auto, 100%;
    background-position-y: -7px, center;
    text-transform: uppercase;
}

.withdrawal-container.crypto .title::after {
    background-image: url(../../willbettingde/image/cryptocurrency.svg), var(--payment-method-gradient);
    text-transform: uppercase;
    background-size: 130px auto, 100%;
}

.withdrawal-container.card .title::after {
    background-image: url(../../willbettingde/image/static_credit_card.svg), var(--payment-method-gradient);
    text-transform: uppercase;
}

.withdrawal__logo-coinspaid {
    background-image: url(../../willbettingde/image/coinspaid_btc.svg);
    text-transform: uppercase;
}

.withdrawal-container.coinspaid .title::after,
.withdrawal-container.coinspaid_btc .title::after,
.withdrawal-container.gamma_g_btc .title::after {
    background-image: url(../../willbettingde/image/coinspaid_btc.svg), var(--payment-method-gradient);
    background-size: 130px auto, 100%;
    text-transform: uppercase;
}

.withdrawal-container.coinspaid_ltc .title::after,
.withdrawal-container.gamma_g_ltc .title::after {
    background-image: url(../../willbettingde/image/coinspaid_ltc.svg), var(--payment-method-gradient);
    text-transform: uppercase;
}

.withdrawal-container.coinspaid_eth .title::after,
.withdrawal-container.gamma_g_eth .title::after {
    background-image: url(../../willbettingde/image/coinspaid_eth.svg), var(--payment-method-gradient);
    background-size: 125px auto, 100%;
    text-transform: uppercase;
}

.withdrawal-container.coinspaid_bch .title:after,
.withdrawal-container.gamma_g_bch .title:after {
    background-image: url(../../willbettingde/image/coinspaid_bch.svg), var(--payment-method-gradient);
    text-transform: uppercase;
}

.withdrawal-container.skrill .title::after {
    background-image: url(../../willbettingde/image/skrill.svg), var(--payment-method-gradient);
    background-size: 75px auto, 100%;
}

.withdrawal-container.coinspaid_usdc .title::after,
.withdrawal-container.gamma_g_usdc .title::after {
    background-image: url(../../willbettingde/image/coinspaid_usdce.svg), var(--payment-method-gradient);
    background-size: 53px auto, 100%;
}

.withdrawal-container.coinspaid_usdcs .title::after,
.withdrawal-container.gamma_g_usdcs .title::after {
    background-image: url(../../willbettingde/image/coinspaid_usdcs.svg), var(--payment-method-gradient);
    background-size: 53px auto, 100%;
}

.withdrawal-container.gamma_g_usdtt .title::after {
    background-image: url(../../willbettingde/image/gamma_g_usdtt.svg), var(--payment-method-gradient);
    background-size: 48px auto, 100%;
}

.withdrawal-container.gamma_g_usdte .title::after {
    background-image: url(../../willbettingde/image/gamma_g_usdte.svg), var(--payment-method-gradient);
    background-size: 48px auto, 100%;
}

.withdrawal__logo-skrill {
    background-image: url(../../willbettingde/image/skrill.svg);
}

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

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

.withdrawal-container.neteller .title::after,
.withdrawal-container.paysafe_neteller .title::after {
    background-image: url(../../willbettingde/image/neteller.svg), var(--payment-method-gradient);
}

.withdrawal__logo-neteller,
.withdrawal__logo-paysafe_neteller {
    background-image: url(../../willbettingde/image/neteller.svg);
}

.withdrawal-container.ecopayz .title::after,
.withdrawal__logo-ecopayz {
    background-image: url(../../willbettingde/image/ecopayz.svg), var(--payment-method-gradient);
}

.withdrawal__logo-iwallet {
    background-image: url(../../willbettingde/image/iwallet.svg);
    background-size: 96px auto, 100%;
}

.withdrawal-container.iwallet .title::after {
    background-image: url(../../willbettingde/image/iwallet.svg), var(--payment-method-gradient);
}

.withdrawal-container.skrillrapid .title::after {
    background-image: url(../../willbettingde/image/skrillrapid.svg), var(--payment-method-gradient);
    background-size: 115px auto, 100%;
}

.withdrawal-container.skrillrapid .title::after {
    background-image: url(../../willbettingde/image/skrillrapid.svg), var(--payment-method-gradient);
}

.withdrawal__logo-skrillrapid {
    background-image: url(../../willbettingde/image/skrillrapid.svg);
}

.withdrawal-container.skrillsofort .title::after {
    background-image: url(../../willbettingde/image/skrillsofort.svg), var(--payment-method-gradient);
}

.withdrawal__logo-skrillsofort {
    background-image: url(../../willbettingde/image/skrillsofort.svg);
}

.withdrawal-container.inpay .title::after,
.withdrawal-container.inpay_eu .title::after,
.withdrawal-container.inpay_ca .title::after {
    background-image: url(../../willbettingde/image/inpay.svg), var(--payment-method-gradient);
    background-size: 88px auto, 100%;
}

.withdrawal__logo-inpay,
.withdrawal__logo-inpay_eu,
.withdrawal__logo-inpay_ca {
    background-image: url(../../willbettingde/image/inpay.svg);
}

.withdrawal-container.muchbetter .title::after {
    background-image: url(../../willbettingde/image/muchbetter.svg), var(--payment-method-gradient);
}

.withdrawal__logo-muchbetter {
    background-image: url(../../willbettingde/image/muchbetter.svg);
}

.withdrawal-container.jeton_wallet .title::after {
    background-image: url(../../willbettingde/image/jeton_wallet.svg), var(--payment-method-gradient);
    background-size: 125px auto, 100%;
}

.withdrawal-container.jeton_bank .title::after {
    background-image: url(../../willbettingde/image/jeton_bank.svg), var(--payment-method-gradient);
    background-size: 125px auto, 100%;
}

.withdrawal-container.interac_etransfer .title::after {
    background-image: url(../../willbettingde/image/interac_etransfer.svg), var(--payment-method-gradient);
    background-size: 76px auto, 100%;
}

.withdrawal__logo-jeton_wallet {
    background-image: url(../../willbettingde/image/jeton_wallet.svg);
}

.withdrawal__logo-jeton_bank {
    background-image: url(../../willbettingde/image/jeton_bank.svg);
}

.withdrawal-container.vega_wallet_general .title::after {
    background-image: url(../../willbettingde/image/vega_wallet.svg), var(--payment-method-gradient);
}

.withdrawal__logo-vega_wallet_general {
    background-image: url(../../willbettingde/image/vega_wallet.svg);
}

.withdrawal-container.venuspoint .title::after {
    background-image: url(../../willbettingde/image/venuspoint.svg), var(--payment-method-gradient);
}

.withdrawal__logo-venuspoint {
    background-image: url(../../willbettingde/image/venuspoint.svg);
}

.form_payments_pay_retailers .title {
    display: flex;
    align-items: center;
}

.form_payments_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 {
    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 {
    fill: #000000;
}

.form_payments_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 {
    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 {
    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 {
    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 {
    max-width: 100%;
    height: 70%;
    object-fit: contain;
}

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

.form_payments_pay_retailers > .title:before {
    margin-top: initial;
}

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

.form_payments_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 {
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

#payments-list .bitcoin-payment--USDCB .bitcoin-payment__icon {
    background: url("../../willbettingde/image/coinspaid_usdc.svg") no-repeat center center;
    background-size: contain;
}

#payments-list .bitcoin-payment--DOGEB .bitcoin-payment__icon {
    background: url("../../willbettingde/image/doge.png") no-repeat center center;
    background-size: contain;
}

/*==================== Dynamic credit card in footer =====================*/
.bottom-icon.creditcard.maestro img {
    width: 60px;
}

.bottom-icon.creditcard.mastercard img {
    width: 60px;
}

.bottom-icon.creditcard.visa img {
    width: 60px;
}

.bottom-icon.creditcard.amex img {
    width: 60px;
}

.bottom-icon.creditcard.jcb img {
    width: 60px;
}

.bottom-icon.creditcard.maestro-mastercard img {
    width: 120px;
}

.bottom-icon.creditcard.maestro-visa img {
    width: 120px;
}

.bottom-icon.creditcard.mastercard-visa img {
    width: 120px !important;
}

.bottom-icon.creditcard.maestro-mastercard-visa img {
    width: 180px;
}

.bottom-icon.volt img {
    width: 56px;
}

.bottom-icon.boleto_rapido img {
    width: 60px;
}
/*==================== Dynamic credit card in footer =====================*/

/* 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 !important;
}

.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: 230px;
    height: 39px;
    border-radius: 3px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 130px auto, 100%;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.45);
}

.bitcoin-payment.coinspaid::before,
.bitcoin-payment.coinspaid_btc::before {
    background-image: url(../../willbettingde/image/coinspaid_btc.svg);
}

.bitcoin-payment.coinspaid_bch::before {
    background-image: url(../../willbettingde/image/coinspaid_bch.svg);
}

.bitcoin-payment.coinspaid_eth::before {
    background-image: url(../../willbettingde/image/coinspaid_eth.svg);
}

.bitcoin-payment.coinspaid_ltc::before {
    background-image: url(../../willbettingde/image/coinspaid_ltc.svg);
}

.bitcoin-payment.coinspaid_usdt::before {
    background-image: url(../../willbettingde/image/coinspaid_usdt.svg);
    background-size: 95px;
}

@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 */

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

.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;
}

/*----------------------PAYMENTS FOOTER ICON---------------------*/

#bottom-icons img {
    max-width: 100%;
    max-height: 100%;
}

#bottom-icons .creditcard.cc-visa img {
    width: 56px;
}

#bottom-icons .creditcard.cc-mastercard img {
    width: 51px;
}

#bottom-icons .creditcard.cc-maestro img {
    width: 53px;
}

#bottom-icons .amex img {
    width: 58px;
}

#bottom-icons .jcb img {
    width: 50px;
}

#bottom-icons .neosurf img {
    width: 92px;
}

#bottom-icons .jeton_wallet img {
    width: 90px;
}

#bottom-icons .jeton_bank img {
    width: 90px;
    filter: brightness(100);
}

#bottom-icons .jeton_cash img {
    width: 40px;
}

#bottom-icons .epro img {
    width: 72px;
}

#bottom-icons .paysafe img {
    width: 121px;
}

#bottom-icons .paysafecash img {
    width: 121px;
    filter: brightness(0.6);
}

#bottom-icons .skrill img {
    width: 55px;
}

#bottom-icons .skrillrapid img {
    width: 125px;
}

#bottom-icons .skrillpaysafe img {
    width: 125px;
}

#bottom-icons .skrillsofort img {
    width: 125px;
}

#bottom-icons .vippass img {
    width: 65px;
}

#bottom-icons .neteller img {
    width: 92px;
}

#bottom-icons .cashtocode_direct_evoucher img {
    width: 92px;
}

#bottom-icons .sofort img {
    width: 93px;
}

#bottom-icons .sofort_vip img {
    width: 93px;
}

#footer #bottom-icons .bottom-icon.astropay img,
#bottom-icons .bottom-icon.astropay img,
#bottom-icons .astropay img {
    width: 104px;
}

#bottom-icons .cashlib img {
    width: 72px;
}

#bottom-icons .interac img {
    width: 50px;
}

#bottom-icons .interac_etransfer img {
    width: 76px;
}

#bottom-icons .giropay img {
    width: 51px;
}

#bottom-icons .giropay_vip img {
    width: 90px;
}

#bottom-icons .eps img {
    width: 51px;
}

#bottom-icons .avo_pay img {
    width: 135px;
}

#bottom-icons .spadespay img {
    width: 175px;
}

#bottom-icons .easyex_crypto img {
    width: 115px;
}

#bottom-icons .payeasypro img {
    width: 150px;
}

#bottom-icons .premierpay img {
    width: 125px;
}

#bottom-icons .paygate img {
    width: 175px;
}

#bottom-icons .octapay img {
    width: 120px;
}

#bottom-icons .apple_pay img {
  width: 60px;
}

#bottom-icons .octapay img {
    width: 120px;
}

#bottom-icons .paysafecash:hover {
    filter: contrast(0.3) grayscale(0.5);
}

#bottom-icons .solid_payments img {
    width: 125px;
}

#bottom-icons .ecopayz img {
    width: 99px;
}

#bottom-icons .dolcepay img {
    width: 99px;
}

#bottom-icons .coinspaid_all img {
    width: 95px;
}

#bottom-icons .btc img,
#bottom-icons .bch img,
#bottom-icons .ltc img,
#bottom-icons .eth img,
#bottom-icons .usdt img,
#bottom-icons .usdc img {
    width: 34px;
}

#bottom-icons .gamma_g_all img {
    width: 130px;
}

.payments .btc {
    background-image: url(../../willbettingde/image/btc.svg);
    width: 34px;
}

.payments .bch {
    background-image: url(../../willbettingde/image/bch.svg);
    width: 34px;
}

.payments .ltc {
    background-image: url(../../willbettingde/image/ltc.svg);
    width: 34px;
}

.payments .eth {
    background-image: url(../../willbettingde/image/eth.svg);
    width: 34px;
}

.payments .usdt {
    background-image: url(../../willbettingde/image/usdt.svg);
    width: 34px;
}

.payments .usdc {
    background-image: url(../../willbettingde/image/coinspaid_usdc.svg);
    width: 34px;
}

#bottom-icons .cashtocode_direct img {
    width: 97px;
}

#bottom-icons .vega_wallet img {
    width: 105px;
}

#bottom-icons .venuspoint img {
    width: 120px;
}

#bottom-icons .muchbetter img {
    width: 126px;
}

#bottom-icons .safetypay img {
    width: 77px;
}

#bottom-icons .ideal img {
    width: 50px;
}

#bottom-icons .ideal_vip img {
    width: 67px;
}

#bottom-icons .flexepin img {
    width: 85px;
}

#bottom-icons .mifinity img {
    width: 175px;
}

#bottom-icons .przelewy_24 img {
    width: 100px;
}

#bottom-icons .google_pay img {
    width: 100px;
}

#bottom-icons .pay_retailers img {
    width: 100px;
}

#bottom-icons .pix img {
    width: 60px;
}

#bottom-icons .stripe img {
    width: 67px;
}

#bottom-icons .blik img {
    width: 67px;
    height: 28px;
    margin-bottom: 6px;
}

#bottom-icons .paypal img {
    width: 93px;
}

#bottom-icons .paypal:hover {
    filter: brightness(0.6);
}

#bottom-icons .cryptocurrency img {
    width: 93px;
}

#bottom-icons .binance_pay img {
    width: 93px;
}

#bottom-icons .bancontact img {
    width: 93px;
}

#bottom-icon .boleto_rapido img {
    width: 60px;
}

#bottom-icons .pay_retailers:hover {
    filter: grayscale(100%) contrast(0.6);
}
/*----------------------END PAYMENTS FOOTER ICON---------------------*/

/*----------------------PAYMENTS FOOTER ICON---------------------*/
#bottom-icons-vue .visa {
    background-image: url(../../willbettingde/image/visa.svg);
}
#bottom-icons-vue .creditcard.cc-visa {
    width: 56px;
    background-image: url(../../willbettingde/image/visa.svg);
}
#bottom-icons-vue .mastercard {
    background-image: url(../../willbettingde/image/mastercard-old-logo.svg);
}
#bottom-icons-vue .creditcard.cc-mastercard {
    width: 51px;
    background-image: url(../../willbettingde/image/mastercard-old-logo.svg);
}
#bottom-icons-vue .maestro {
    background-image: url(../../willbettingde/image/maestro.svg);
}
#bottom-icons-vue .creditcard.cc-maestro {
    width: 53px;
    background-image: url(../../willbettingde/image/maestro.svg);
}
#bottom-icons-vue .amex, #bottom-icons-vue .creditcard.cc-amex {
    width: 58px;
    background-image: url(../../willbettingde/image/amex.svg);
}
#bottom-icons-vue .jcb, #bottom-icons-vue .creditcard.cc-jcb {
    width: 50px;
    background-image: url(../../willbettingde/image/jcb.svg);
}
#bottom-icons-vue .neosurf {
    width: 92px;
    background-image: url(../../willbettingde/image/neosurf.svg);
}
#bottom-icons-vue .jeton_wallet {
    width: 90px;
    background-image: url(../../willbettingde/image/jeton_wallet.svg);
}

#bottom-icons-vue .jeton_bank{
    width: 90px;
    background-image: url(../../willbettingde/image/jeton_bank.svg);
}

#bottom-icons-vue .jeton_cash {
    background-image: url(../../willbettingde/image/jeton_cash.svg);
    width: 40px;
}
#bottom-icons-vue .epro {
    width: 72px;
    background-image: url(../../willbettingde/image/epro.svg);
}
#bottom-icons-vue .paysafe {
    width: 121px;
    background-image: url(../../willbettingde/image/paysafe.svg);
}
#bottom-icons-vue .skrill {
    width: 55px;
    background-image: url(../../willbettingde/image/skrill.svg);
}
#bottom-icons-vue .skrillrapid {
    width: 125px;
    background-position: center;
    background-image: url(../../willbettingde/image/skrillrapid.svg);
}
#bottom-icons-vue .skrillpaysafe {
    width: 125px;
    background-position: center;
    background-image: url(../../willbettingde/image/skrillpaysafe.svg);
}
#bottom-icons-vue .skrillsofort {
    width: 125px;
    background-position: center;
    background-image: url(../../willbettingde/image/skrillsofort.svg);
}
#bottom-icons-vue .vippass {
    width: 65px;
    background-position: center;
    background-image: url(../../willbettingde/image/vippass.svg);
}
#bottom-icons-vue .neteller {
    width: 92px;
    background-image: url(../../willbettingde/image/neteller.svg);
}
#bottom-icons-vue .cashtocode_direct_evoucher {
    width: 92px;
    background-image: url(../../willbettingde/image/cashtocode_direct_evoucher.svg);
}
#bottom-icons-vue .sofort {
    width: 93px;
    background-image: url(../../willbettingde/image/sofort.svg);
}
#bottom-icons-vue .sofort_vip {
    width: 93px;
    background-image: url(../../willbettingde/image/sofort_vip.svg);
}
#bottom-icons-vue .astropay {
    width: 104px;
    background-image: url(../../willbettingde/image/astropay.svg);
    background-size: 100%;
}
#bottom-icons-vue .cashlib {
    width: 72px;
    background-image: url(../../willbettingde/image/cashlib.svg);
}
#bottom-icons-vue .interac {
    width: 59px;
    background-image: url(../../willbettingde/image/interac.svg);
}
#bottom-icons-vue .interac_etransfer {
    width: 76px;
    background-image: url(../../willbettingde/image/interac_etransfer.svg);
}
#bottom-icons-vue .giropay {
    width: 51px;
    background-image: url(../../willbettingde/image/giropay.svg);
}
#bottom-icons-vue .giropay_vip {
    width: 90px;
    background-image: url(../../willbettingde/image/giropay_vip.svg);
}
#bottom-icons-vue .eps {
    width: 51px;
    background-image: url(../../willbettingde/image/eps.svg);
}
#bottom-icons-vue .avo_pay {
    width: 135px;
    background-image: url(../../willbettingde/image/avo_pay1.svg);
}
#bottom-icons-vue .spadespay {
    width: 175px;
    background-image: url(../../willbettingde/image/spadespay1.svg);
}
#bottom-icons-vue .easyex_crypto {
    width: 115px;
    background-image: url(../../willbettingde/image/easyex_crypto.svg);
}
#bottom-icons-vue .payeasypro {
    width: 150px;
    background-image: url(../../willbettingde/image/payeasypro1.svg);
}
#bottom-icons-vue .premierpay {
    width: 125px;
    background-image: url(../../willbettingde/image/premierpay1.svg);
}
#bottom-icons-vue .paygate {
    width: 175px;
    background-image: url(../../willbettingde/image/paygate.svg);
}
#bottom-icons-vue .octapay {
    width: 120px;
    background-image: url(../../willbettingde/image/octapay1.svg);
}
#bottom-icons-vue .octapay_external_form {
    width: 120px;
    background-image: url(../../willbettingde/image/octapay1.svg);
}
#bottom-icons-vue .solid_payments {
    width: 125px;
    background-image: url(../../willbettingde/image/solid_payments1.svg);
}
#bottom-icons-vue .ecopayz {
    width: 99px;
    background-image: url(../../willbettingde/image/ecopayz1.svg);
}
#bottom-icons-vue .dolcepay {
    background-image: url(../../willbettingde/image/dolcepay.svg);
    width: 99px;
}

#bottom-icons-vue .coinspaid_all {
    width: 153px;
    background-image: url(../../willbettingde/image/coinspaid_all.svg);
}
#bottom-icons-vue .coinspaid, #bottom-icons-vue .coinspaid_btc {
    width: 89px;
    background-image: url(../../willbettingde/image/btc.svg);
}
#bottom-icons-vue .coinspaid_bch {
    width: 150px;
    background-image: url(../../willbettingde/image/coinspaid_bch1.svg);
}
#bottom-icons-vue .coinspaid_ltc {
    width: 105px;
    background-image: url(../../willbettingde/image/coinspaid_ltc1.svg);
}
#bottom-icons-vue .coinspaid_eth {
    width: 140px;
    background-image: url(../../willbettingde/image/coinspaid_eth1.svg);
}
#bottom-icons-vue .cashtocode_direct {
    width: 97px;
    background-image: url(../../willbettingde/image/cashtocode_direct.svg);
}
#bottom-icons-vue .vega_wallet {
    width: 105px;
    background-image: url(../../willbettingde/image/vega_wallet1.svg);
}
#bottom-icons-vue .venuspoint {
    width: 120px;
    background-image: url(../../willbettingde/image/venuspoint.svg);
}
#bottom-icons-vue .muchbetter {
    width: 126px;
    background-image: url(../../willbettingde/image/muchbetter1.svg);
}
#bottom-icons-vue .safetypay {
    width: 77px;
    background-position: center;
    background-image: url(../../willbettingde/image/safetypay.svg);
}
#bottom-icons-vue .ideal {
    width: 50px;
    background-position: center;
    background-size: contain;
    background-image: url(../../willbettingde/image/ideal.svg);
}
#bottom-icons-vue .ideal_vip {
    width: 67px;
    background-image: url(../../willbettingde/image/ideal_vip.svg);
}
#bottom-icons-vue .flexepin {
    width: 85px;
    background-image: url(../../willbettingde/image/flexepin1.svg);
}
#bottom-icons-vue .mifinity {
    width: 175px;
    background-image: url(../../willbettingde/image/mifinity.svg);
}
#bottom-icons-vue .przelewy_24 {
    width: 100px;
    background-image: url(../../willbettingde/image/przelewy_24.svg);
}
#bottom-icons-vue .test {
    background-image: url(../../willbettingde/image/test.svg);
}
#bottom-icons-vue .pay_retailers {
    width: 100px;
    background-image: url(../../willbettingde/image/pay_retailers.svg);
}
#bottom-icons-vue .pix {
    display: none;
    width: 60px;
    filter: drop-shadow(0px 0px 2px black);
    background-image: url(../../willbettingde/image/pix.svg);
}
#bottom-icons-vue .stripe {
    width: 67px;
    background-image: url(../../willbettingde/image/stripe.svg);
}
#bottom-icons-vue .blik {
    width: 67px;
    height: 28px;
    margin-bottom: 6px;
    background-image: url(../../willbettingde/image/blik.svg);
}
.mx #bottom-icons-vue .pay_retailers, .pe #bottom-icons-vue .pay_retailers, .gt #bottom-icons-vue .pay_retailers, .ec #bottom-icons-vue .pay_retailers, .cr #bottom-icons-vue .pay_retailers, .cl #bottom-icons-vue .pay_retailers, .br #bottom-icons-vue .pay_retailers {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    height: 34px;
    background-position: right;
    width: auto;
}
.pe #bottom-icons-vue .pay_retailers::after, .pe #bottom-icons-vue .pay_retailers::before, .mx #bottom-icons-vue .pay_retailers::after, .mx #bottom-icons-vue .pay_retailers::before, .gt #bottom-icons-vue .pay_retailers::after, .gt #bottom-icons-vue .pay_retailers::before, .ec #bottom-icons-vue .pay_retailers::after, .ec #bottom-icons-vue .pay_retailers::before, .cr #bottom-icons-vue .pay_retailers::after, .cl #bottom-icons-vue .pay_retailers::before, .cl #bottom-icons-vue .pay_retailers::after, .br #bottom-icons-vue .pay_retailers::before, .br #bottom-icons-vue .pay_retailers::after {
    width: 100px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.mx #bottom-icons-vue .pay_retailers::after, .pe #bottom-icons-vue .pay_retailers::after, .cr #bottom-icons-vue .pay_retailers::after, .cl #bottom-icons-vue .pay_retailers::after {
    margin-right: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.cl #bottom-icons-vue .pay_retailers::after {
    margin-right: 120px;
}
.pe #bottom-icons-vue .pay_retailers::after, .gt #bottom-icons-vue .pay_retailers::after, .br #bottom-icons-vue .pay_retailers::after {
    margin-right: 55px;
}
.ec #bottom-icons-vue .pay_retailers::after {
    margin-right: 65px;
}
.ec #bottom-icons-vue .pay_retailers::before {
    margin-right: 5px;
}
.mx #bottom-icons-vue .pay_retailers::after {
    margin-right: 120px;
}
.br #bottom-icons-vue .pay_retailers {
    background-image: url(../../willbettingde/image/bitcoin_pr.svg);
}
.br #bottom-icons-vue .pay_retailers::before {
    content: "";
    background-image: url("../../willbettingde/image/santander.svg");
}
.br #bottom-icons-vue .pay_retailers::after {
    content: "";
    background-image: url("../../willbettingde/image/pr_pix.svg");
}
.cl #bottom-icons-vue .pay_retailers {
    background-image: url('../../willbettingde/image/web_pay.svg');
}
.cl #bottom-icons-vue .pay_retailers::before {
    content: "";
    background-image: url("../../willbettingde/image/banco_bci.svg");
    filter: contrast(0.6);
}
.cl #bottom-icons-vue .pay_retailers::after {
    content: "";
    background-image: url("../../willbettingde/image/bitcoin_pr.svg");
}
.cr #bottom-icons-vue .pay_retailers {
    background-image: url('../../willbettingde/image/banko_national.svg');
}
.cr #bottom-icons-vue .pay_retailers::after {
    content: "";
    background-image: url("../../willbettingde/image/bitcoin_pr.svg");
}
.ec #bottom-icons-vue .pay_retailers {
    background-image: url(../../willbettingde/image/bitcoin_pr.svg);
}
.ec #bottom-icons-vue .pay_retailers::before {
    content: "";
    background-image: url("../../willbettingde/image/banco_pichincha.svg");
    filter: contrast(0.6);
}
.ec #bottom-icons-vue .pay_retailers::after {
    content: "";
    background-image: url("../../willbettingde/image/red_activa.svg");
    filter: contrast(0.6);
}
.sv #bottom-icons-vue .pay_retailers {
    background-image: url('../../willbettingde/image/bitcoin_pr.svg');
}
.gt #bottom-icons-vue .pay_retailers {
    background-image: url(../../willbettingde/image/caja_desarrollo.svg);
}
.gt #bottom-icons-vue .pay_retailers::before {
    content: "";
    background-image: url("../../willbettingde/image/banco_de_antigua.svg");
}
.gt #bottom-icons-vue .pay_retailers::after {
    content: "";
    background-image: url("../../willbettingde/image/bitcoin_pr.svg");
}
.mx #bottom-icons-vue .pay_retailers {
    background-image: url(../../willbettingde/image/openpay.svg);
}
.mx #bottom-icons-vue .pay_retailers::before {
    content: "";
    background-image: url("../../willbettingde/image/spey.svg");
    background-size: 80%;
}
.mx #bottom-icons-vue .pay_retailers::after {
    content: "";
    background-image: url("../../willbettingde/image/bbva.svg");
    background-size: 80%;
}
.pa #bottom-icons-vue .pay_retailers {
    background-image: url('../../willbettingde/image/western_union.svg');
    filter: contrast(0.6);
}
.pe #bottom-icons-vue .pay_retailers {
    background-image: url(../../willbettingde/image/bitcoin_pr.svg);
}
.pe #bottom-icons-vue .pay_retailers::before {
    content: "";
    background-image: url("../../willbettingde/image/bcp.svg");
    background-size: 80%;
}
.pe #bottom-icons-vue .pay_retailers::after {
    content: "";
    background-image: url("../../willbettingde/image/bbva.svg");
    background-size: 80%;
}
/* 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-vue .pay_retailers:hover {
    filter: grayscale(100%) contrast(0.6);
}
/*----------------------END PAYMENTS FOOTER ICON---------------------*/
/*====================  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.withdrawal__text-tablet--column {
    flex-direction: column;
}

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

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

.withdrawal__text-tablet.withdrawal_transact {
    display: table-caption;
    min-width: 300px;
    word-break: break-word;
}

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

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

.withdrawal__currency-hint-wrapper {
    display: inline-block;
    width: 25px;
    overflow: visible;
    position: relative;
    visibility: hidden;
    pointer-events: none;
}

.withdrawal__iban-text-explanation-box {
    display: inline-block;
}

.withdrawal__currency-hint-explanation-box {
    height: 20px;
    position: absolute;
    bottom: -3px;
}

.withdrawal__iban-icon-explanation,
.withdrawal__currency-hint-icon-explanation {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: -2px;
    background-image: url(../../willbettingde/image/exclamation-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(56%) sepia(36%) saturate(817%) hue-rotate(1deg) brightness(97%) contrast(91%);
}

.withdrawal__iban-text-explanation,
.withdrawal__currency-hint-text-explanation {
    display: none;
}

.withdrawal__currency-hint-text-explanation {
    min-width: 120px;
}

.withdrawal__iban-text-explanation-box:hover .withdrawal__iban-text-explanation,
.withdrawal__currency-hint-explanation-box:hover .withdrawal__currency-hint-text-explanation {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    margin-left: 5px;
    font-size: 10px;
    line-height: 1;
    background-color: #ffffff;
    color: black;
    border: 1px solid #7d7d7b;
    border-radius: 5px;
    box-shadow: 0 5px 5px #00000040;
    padding: 5px;
    max-width: calc(100% - 20%);
    z-index: 14;
}

.withdrawal__currency-hint-explanation-box:hover .withdrawal__currency-hint-text-explanation {
    bottom: 2px;
}

.withdrawal-container.active {
    position: relative;
}

.withdrawal-container.active form {
    position: initial !important;
}

.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;
}

.inner-page .base-tooltip,
.withdrawal-tooltip {
    background-image: url('../../willbettingde/image/base_tooltip.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 15px;
    width: 15px;
    height: 15px;
    display: inline-flex;
    z-index: 123;
    position: relative;
    transform: translateY(2px);
}

.inner-page .base-tooltip__text,
.withdrawal-tooltip__text {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 250px;
    background-color: #030303;
    pointer-events: none;
    opacity: 0;
    padding: 3px;
    color: #c5c5c5;
    font-size: 12px;
    margin: 0;
    padding: 5px 5px 5px 10px;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 1;
    z-index: 13;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
}

.inner-page .base-tooltip__text {
    top: unset;
    bottom: 20px;
    transform: unset;
    left: 0;
}

.withdrawal-tooltip__highlighted {
    color:#848484;
    font-size: 10px;
}

.base-tooltip:hover + .base-tooltip__text,
.withdrawal-tooltip:hover .withdrawal-tooltip__text {
    opacity: 1;
}

.withdrawal-tooltip .withdrawal-tooltip__text .withdrawal-tooltip__highlighted::after {
    display: none;
}

.withdrawal-card-tooltip {
    display: block;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    font-style: normal;
    text-transform: none;
    line-height: 17px;
    padding-left: 21px;
}

.withdrawal-card-tooltip:empty {
    display: none;
}

.withdrawal-card-tooltip::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url("../../willbettingde/image/notification-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
}

.withdrawal-container.card > .title::after {
    display: none;
}

.withdrawal-container__payments {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    background: var(--payment-method-gradient);
}

.withdrawal-container__payments-icon {
    height: 33px;
    margin: 0 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.withdrawal-container__payments-icon.visa {
    width: 75px;
    background-image: url("../../willbettingde/image/cc-visa.svg");
}

.withdrawal-container__payments-icon.mastercard {
    width: 45px;
    background-image: url("../../willbettingde/image/mastercard-old-logo.svg");
}

@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;
        min-width: initial;
    }

    .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;
    }
}

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

.body-hide {
    overflow: hidden !important;
}

@media (max-width: 750px) {
    .bonuses__content-title {
        border-right: 0!important;
    }
    .bonuses__content-card {
        border-left: 0;
    }
}

.img-wait--main {
    background-image: url("../../willbettingde/image/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-bal {
    content: url("../../willbettingde/image/gif-load.gif");
    width: 40px;
    height: 29px;
    position: relative;
    margin-top: -4px;
    top: 8px;
}

.game-tournaments-score {
    display: none;
}

.payslbltbl {
    margin: 0 4px;
}

.payslbltbl .payslabel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    min-height: 70px;
    gap: 5px;
    box-sizing: border-box;
}

.payslbltbl .payslabel .field__wrp-input.pays {
    flex-basis: 47%;
    max-width: 200px;
}

.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"] {
    width: 230px;
    height: 39px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #E6E6E6;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.45);
    border-radius: 3px;
    background-image: var(--payment-method-gradient);
    background-position: center;
    margin: 0 auto;
}

.payslogo img {
    max-width: 100%;
    max-height: 100%;
}

.paystable .payshead .paysdiv.center,
.paystable .paysstr .paysdiv.center {
    text-align: center;
}

.banking_table-wrp {
    overflow-x: auto;
}

[name="country"]:disabled + p {
    background-color: #ebebe4;
    color: #616161;
}

.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;
}

.free .popup-game-mobile_ratio-wrp,
.free .game-info {
    display: none !important;
}

.field-container--select .label {
    display: inline-block;
    width: 205px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

/* 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("../../willbettingde/image/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: 30px 10px 0;
    text-align: center;
}

#frozen-user-div > a,
.frozen-user-div > a {
    word-break: break-all;
    display: block;
}

#frozen-user-div > a,
.frozen-user-div > a {
    display: block;
    margin: 30px 0;
}

#frozen-user-div p a,
.frozen-user-div p a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    margin: 0 auto 60px;
}

.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;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid black;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-radius: 3px;
    opacity: 1;
}

.status-checkbox.scc + label::before {
    top: 8px;
}

.status-checkbox:checked + label::before {
    background-image: url("../../willbettingde/image/arrow-black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px auto;
}

/*=====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======*/

.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;
}

/*-------------------- 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;
    z-index: 1;
}

.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(../../willbettingde/image/arrow2.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: 3501;
    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(../../willbettingde/image/volatility.svg);
}

.popup-game-mobile--rtp::after {
    background-image: url(../../willbettingde/image/rtp.svg);
}

.popup-game-mobile_provider-logo {
    width: 150px;
    max-width: 150px;
    height: 60px;
    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(../../willbettingde/image/favorite1.svg);
}

.favor.remove-from-favor {
    background-image: url(../../willbettingde/image/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;
}

#collage #slider li.video {
    background-image: none !important;
    background: #000000;
    position: relative;
    z-index: 1;
}

#collage #slider li.video .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: cover;
    object-position: right;
    z-index: -1;
}

@media (min-width: 2000px) {
    #collage #slider li.video .video {
        object-fit: contain;
    }
}

/* ----------- 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(../../willbettingde/image/gif-load.gif);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    display: block;
}

#popup-registration .SumoSelect.sumo_currency_id>.optWrapper>.options,
#popup-registration .SumoSelect.sumo_currency_id>.optWrapper>.options li.opt {
    margin-right: 0;
}

/* ----------- 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-container .doc--rejected .kyclbl.rejected, #kyc-container .doc--rejected .kyc_line.rejected {
    color: #DD4A4B;
}

.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-page .popup-content--forgot-psw,
.popup-page .popup-content--reset-psw {
    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 .forgot-password__field,
.reset-psw .reset-psw-field,
.new-psw-form .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: 12px;
}

.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("../../willbettingde/image/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: 700;
    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: 40px;
}

.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: 40px !important;
    width: 100%;
    grid-area: btn;
}

#payments-list .form-cc__btn-reload-payment,
#payments-list  .form-cc__send-btn {
    min-height: 40px;
}

.deposit_v2 .bonus-subtitle-wrapper.has-show-more-text .bonuses__subtitle p {
    padding-top: 2px;
    line-height: 15px;
}

.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(../../willbettingde/image/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("../../willbettingde/image/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;
}

.form-cc__field--ccn .field__status--edit {
    right: 70px;
}

@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--y.flipped ~ .form-cc__logo-wrp {
    right: 35px;
}

.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: 700;
    opacity: 0.6;
}

.credit-card__main-text {
    font-family: "Roboto", sans-serif;
    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(../../willbettingde/image/visa1.svg);
    transition: none;
}

[data-icon="maestro"] {
    background-image: url(../../willbettingde/image/maestro.png);
}

[data-icon="mastercard"] {
    background-image: url(../../willbettingde/image/mastercard1.png);
}

[data-icon="amex"] {
    background-image: url(../../willbettingde/image/amex.png);
}

[data-icon="visa_electron"] {
    background-image: url(../../willbettingde/image/visa_electron.svg);
}

[data-icon="diners"] {
    background-image: url(../../willbettingde/image/diners.png);
}

[data-icon="discover"] {
    background-image: url(../../willbettingde/image/discover.png);
}

[data-icon="jcb"] {
    background-image: url(../../willbettingde/image/jcb.png);
}

[data-icon="laser"] {
    background-image: url(../../willbettingde/image/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;
}

.deposit-fields option[disabled],
.deposit-container option[disabled] {
    display: none;
}

/*=========================== Quick deposit ===========================*/
.quick-deposit-popup-wrp {
    display: none;
    position: absolute;
    z-index: 3500;
    left: 0;
    top: 0;
    width: 100%;
}

.quick-deposit-popup {
    width: 940px;
    border-radius: 9px;
    background: #f1f1f1;
    box-shadow: 0 0 6px #000;
    border: 3px solid #dcc04c;
    border-bottom: none;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 10vh;
}

.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: 20px;
}

.quick-deposit__list {
    min-height: 600px;
    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;
}

.withdrawal-container .content button.withdrawal__btn {
    margin-top: 40px;
}

.message-successful .message-deposit-time,
.message-successful .message-deposit-method {
    display: none;
}

@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 ===============*/
#validation-seal .use-cookie,
.use-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translateY(110%);
    width: 100%;
    /*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;
    z-index: 1001;
}

.use-cookie__container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

#validation-seal .use-cookie--show,
.use-cookie--show {
    transform: translateY(0);
    transition-delay: 4s;
}

.use-cookie__text {
    color: white;
    font-size: 1rem;
}

#validation-seal .use-cookie .use-cookie__container .use-cookie__text a,
.use-cookie__text a {
    color: white;
    font-weight: 500;
    transition: 0.4s;
    display: initial;
    text-decoration: underline;
}

.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 .text__sub,
.fancybox-session.popup .text {
    line-height: 1;
}

.fancybox-session .text__title {
    font-size: 1.5em;
}

.fancybox-session .text__sub {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}

.fancybox-session .seconds,
.fancybox-session .minutes {
    display: inline-block;
    width: 25px;
    text-align: center;
}

.fancybox-session.popup .buttons {
    margin: 0;
    display: flex !important;
    justify-content: space-evenly;
}

.fancybox-session input[type="button"] {
    margin: 0 5px;
    font-size: 13px;
    min-height: 35px;
}

.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;
}

.fancybox-banned.popup .fancybox-skin {
    background: #fff;
    padding: 1em !important;
}

.fancybox-banned.fancybox-wrap.popup {
    background-image: none !important;
}

.fancybox-banned .fancybox-inner {
    height: auto !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("../../willbettingde/image/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;
    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: 700;
    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: 700;
    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%;
    overflow: hidden;
}

.iframe-game-mobile-wrap.show-iframe {
    display: flex;
    flex-direction: column;
}

.iframe-game-mobile {
    flex-grow: 1;
}

.game-header {
    min-width: 100%;
    min-height: 65px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.game-header .game-header__button {
    min-height: 45px;
    min-width: 45px;
}

.game-header .game-header__button--logo {
    min-height: 50px;
}

.game-modal {
    width: 340px;
    max-width: 80%;
    min-height: 205px;
    border-radius: 5px;
    background: #EAEAEA;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    position: relative;
}

.game-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    touch-action: none;
}

.game-modal__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.game-modal__buttons .game-modal__button {
    min-width: 110px;
    min-height: 40px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.game-modal__title {
    margin: 0 auto;
}

.popup-game-pc .game-modal,
.balance-refresh-warning .game-modal {
    padding: 0 10px;
}

.popup-game-pc .game-modal__title,
.balance-refresh-warning .game-modal__title {
    max-width: unset;
}

.game-overlay.show {
    display: flex;
}

.balance-refresh-warning a[data-js="leave-game"] {
    display: none;
}

.game-header__icon {
    display: none;
    align-items: center;
    justify-content: center;
}

.game-header__icon--home {
    display: flex;
}

@media (min-width: 665px) and (max-width: 1024px) and (orientation: landscape) {
    .iframe-game-mobile-wrap.show-iframe {
        flex-direction: row;
    }

    .game-header .game-header__button {
        padding: 0;
    }

    .game-header {
        height: 100%;
        width: 65px;
        min-width: 65px;
        flex-direction: column-reverse;
    }

    .game-header__button--logo {
        transform: rotate(-90deg);
    }

    .game-header__text {
        display: none;
    }

    .game-header__icon {
        display: flex;
    }

    .game-header__icon svg {
        width: 30px;
        height: 30px;
    }
}

.mobile-game-iframe {
    height: 100%;
}

.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;
}


/*  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;
}

.select-items div:before,
.search__options-item:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-basic-black);
    display: block;
    transform: scale(0.5) translate(0, calc(-50% + -4px));
}

.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;
    column-gap: 10px;
    margin-top: 35px;
}

.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;
}

.search__block-buttons.active {
    align-items: flex-start;
}

.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: 700;
    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: 10px 35px 10px 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 15;
    min-height: 40px;
}

.select-items {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 37px 4px 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: flex-start;
        margin: 20px 0;
        max-width: 360px;
    }

    .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;
}

.field__input--crypto {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sumo_crypto_method  .opt.disabled,
.field__input--crypto option[disabled] {
    display: none;
}

.sumo_crypto_method .field--crypto-name {
    font-weight: 700;
}

.sumo_crypto_method .field--crypto-code {
    color: #a1a1a1;
}

.sumo_crypto_method .field--crypto-network:empty {
    display: none;
}

.sumo_crypto_method .field--crypto-network:not(:empty) {
    border: 1px solid skyblue;
    color: skyblue;
    border-radius: 3px;
    font-size: 10px;
    padding: 1px;
    line-height: 1;
}

.sumo_crypto_method li {
    box-sizing: border-box;
    min-height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sumo_crypto_method li label {
    transition: 300ms opacity ease;
}

.sumo_crypto_method li:hover label {
    opacity: 0.5;
}

.sumo_crypto_method .field__input {
    border-radius: 5px;
}

.sumo_crypto_method .field__input span {
    cursor: pointer;
}

.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(../../willbettingde/image/icon-edit.svg);
    background-size: cover;
    background-position: center;
    width: 18px;
    height: 18px;
}

.limit-control__card-deposit {
    background-image: url(../../willbettingde/image/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(../../willbettingde/image/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(../../willbettingde/image/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 and custom popup: begin*/
html.stick-position-phone-popup{
    overflow-y: hidden !important;
}

.custom-popup-overlay.active,
.popup-phone-verification-overlay.active {
    display: block;
}

.custom-popup-overlay__container,
.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){
    .custom-popup-filling,
    #popup-phone-verification{
        height: auto;
    }
}

.custom-popup-overlay,
.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: 3502;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
    transform: none;
    box-shadow: none;
    border-radius: 0;
}

.custom-popup-overlay.active,
.popup-phone-verification-overlay.active{
    display: block;
}

.custom-popup__body,
.popup-phone-verification__body {
    position: relative;
    margin: auto;
    padding: 0;
    width: 300px;
}

@media (max-height: 480px) and (orientation: landscape){
    .custom-popup-overlay__container,
    .popup-phone-overlay__container{
        padding: 0 !important;
    }

    .custom-popup-overlay__container,
    .popup-phone-overlay__container {
        height: initial !important;
    }

    .custom-popup__body::before,
    .popup-phone-verification__body::before{
        height: 33px !important;
    }

    .custom-popup__body::after,
    .popup-phone-verification__body::after{
        height: 20px !important;
    }

    .game-advisory-popup .custom-popup__body::before,
    .game-advisory-popup .custom-popup__body::after {
        display: none !important;
    }

    .custom-popup-overlay,
    .popup-phone-verification-overlay{
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .custom-popup__close-btn,
    .phone-verification__close-btn {
        top: 20px !important;
    }

    .game-advisory-popup .custom-popup__close-btn {
        top: 12px !important;
    }
}

.custom-popup__filling,
#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;
}

.custom-popup__filling {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-popup__body::after,
.custom-popup__body::before,
.popup-phone-verification__body::before,
.popup-phone-verification__body::after{
    content: "";
    display: block;
    width: 100%;
    height: 0;
}

.popup-menu__close-btn,
.custom-popup__close-btn,
.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;
}

.custom-popup__text,
.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: 13px;
    line-height: 15px;
    box-sizing: border-box;
}

.user-new-flow-contact-content,
.change-number__dropdown input,
.custom-popup__button,
.user-new-flow-contact-content .send-code-btn{
    font-size: 13px;
}

.phone-verification__text{
    text-align: center;
    font-size: 13px;
}

.phone-verification__general {
    position: relative;
    padding: 30px 10px 30px 10px;
}

.phone-verification__general.phone-verification__general--have-code {
    padding: 30px 10px 50px 10px;
}

.phone-verification__general:has(.phone-verification-general__link-have-code[style*="visibility:hidden"]) {
    padding-bottom: 35px;
}

.phone-verification__general .phone-verification__support-box {
    position: absolute;
    bottom: 0;
}

.phone-verification-general__title{
    order: 1;
    margin: 0 0 10px;
}
.phone-verification-general__icon-box {
    order: 0;
    width: 50px;
    height: 50px;
    background-image: url(../../willbettingde/image/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: 20px;
    order: 3;
    border-radius: 5px;
}

.phone-verification__general--have-code .phone-verification-general__field{
    margin-bottom: 15px;
}

.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: fit-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;
    bottom: calc(100% + 10px);
    right: 5px;
    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;
}

.phone-verification-general__link-have-code {
    display: none;
    order: 5;
    line-height: 35px;
    font-size: 11px;
    text-decoration: underline;
    color: inherit;
}

.phone-verification-general__link-have-code:hover{
    text-decoration: none;
}

.phone-verification__general--have-code.active .phone-verification-general__link-have-code{
    display: block;
}

.custom-popup__button,
.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__dropdown.error-sms-blocked {
    margin-bottom: 45px;
}

.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 .tooltip-red{
    font-size: 11px;
    top: 46px;
}
.change-number-fake-input-box:focus{
    outline: none;
}

#popup-phone-verification .iti__flag-container{
    padding: 0;
}

.fake-input-change-phone{
    outline: none;
    border:0;
    padding: 1px 10px 0 10px;
    border-radius: 5px;
    flex-grow: 2;
    height: 40px;
}
.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);
}

.change-number-fake-input-box .error-field-box .fake-input-change-phone,
.error-field-box .iti--allow-dropdown input, .error-field-box .iti--allow-dropdown input[type="tel"],
.error-field-box .iti--allow-dropdown input[type="text"],
.error-field-box .iti--separate-dial-code input,
.error-field-box .iti--separate-dial-code input[type="tel"],
.error-field-box .iti--separate-dial-code input[type="text"]{
    border: 2px solid var(--color-red--error-field);
    padding-left: 9px !important;
}

.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;
    position: static;
}

.send-code-blocker-message-box__icon {
    width: 18px;
    height: 16px;
    background-image: url(../../willbettingde/image/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__welcome-bonus{
    min-height: 355px;
    border-radius: 10px;
}
.phone-verification-welcome-bonus__icon-box{
    order:0;
    height: 205px;
    width: 100%;
}

.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(../../willbettingde/image/clock.svg);
}

.phone-verification-welcome-bonus__title,
.phone-verification-try-later__title,
.phone-verification-verified__title {
    order: 1;
    margin:0 0 10px 0;
    padding:0 20px;
}

.phone-verification-welcome-bonus__title{
    margin: -5px 0 10px;
    text-transform: uppercase;
    line-height: 20px;
}

.phone-verification-welcome-bonus__text,
.phone-verification-try-later__text,
.phone-verification-verified__text {
    order:2;
    margin: 0 0 15px 0;
    padding:0 20px;
    font-size: 12px;
}
.phone-verification-welcome-bonus__text{
    font-size: 13px;
    padding: 0 22px;
}
.phone-verification-welcome-bonus__text span{
    font-weight: 700;
}
.phone-verification-welcome-bonus__deposit-btn,
.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: 13px;
}

.user-new-flow-contact-content .enter-code .enter-code-text--error,
.user-new-flow-contact-content .enter-code .enter-code-text{
    font-size: 13px;
}

.user-new-flow-contact-content .enter-code .enter-code-text--error {
    color: var(--color-red--error-tooltip);
}

.enter-code .enter-code-text.hide,
.enter-code .enter-code-text--error.hide,
.user-new-flow-contact-content .enter-code .enter-code-text.hide,
.user-new-flow-contact-content .enter-code .enter-code-text--error.hide{
    display: none;
}

.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;
    box-sizing: border-box;
}

.user-new-flow-contact-phone-flag-box {
    padding: 0 10px;
}

.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;
    display: none;
}

.user-new-flow-contact-phone{
    font-size: 13px;
    line-height: 15px;
    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(../../willbettingde/image/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(../../willbettingde/image/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(../../willbettingde/image/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(../../willbettingde/image/shield_check.svg);
}

.user-new-flow-contact-content .user-contact-not-verified{
   color: var(--color-red--error-tooltip);
   background-image: url(../../willbettingde/image/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 .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;
    gap: 0;
}
.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(../../willbettingde/image/loader1.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*/

#games-menu .games-menu__sticker-new {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    right: 3px;
    border: 1px solid #E41D1D;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #FF0000;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
    z-index: 3;
    animation: pulseStickerNew 3s ease infinite;
}

@keyframes pulseStickerNew {
    0% {
        box-shadow: 0 0 0 0 #ff0000;
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 5px 0 #ff0000;
        transform: scale(0.7);
    }

    100% {
        box-shadow: 0 0 0 0 #ff0000;
        transform: scale(1);
    }
}

.blocked-country #overlay,
.blocked-country .fancybox-overlay {
    background: rgba(0,0,0, 1) !important;
}

/* PROVIDER BONUS LABEL */

.bonuses__provider-chips {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    min-width: 98px;
    width: fit-content;
    height: 25px;
    position: absolute;
    display: none;
    justify-content: space-between;
    gap: 2px;
    align-items: center;
    background: var(--cashier-bonus-provider-label-background);
    box-shadow: var(--cashier-bonus-provider-label-box-shadow);
    -webkit-text-fill-color: initial;
    border-radius: 45px;
    padding: 0 5px 0 8px;
    box-sizing: border-box;
    z-index: 3;
}

.bonuses__provider-chips[data-provider-id="12"] .bonuses__provider-title,
.bonuses__provider-chips[data-provider-id="96"] .bonuses__provider-title,
.bonuses__provider-chips[data-provider-id="99"] .bonuses__provider-title,
.bonuses__provider-chips[data-provider-id="124"] .bonuses__provider-title,
.bonuses__provider-chips[data-provider-id="51"] .bonuses__provider-title {
    text-transform: initial;
}

.bonuses__provider-chips::before {
    content: attr(data-tooltip);
    position: absolute;
    top: 30px;
    left: 0;
    display: block;
    width: 135px;
    height: fit-content;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    line-height: 11px;
    text-align: center;
    text-transform: none;
    background: var(--cashier-bonus-tooltip-message-background);
    border: 1px solid #DDDDDD;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    box-sizing: border-box;
    padding: 5px;
    opacity: 0;
    transition: 0.3s opacity ease-in-out;
}

.bonuses__provider-chips:hover::before {
    opacity: 1;
}

.bonuses__provider-title {
    font-size: 10px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    line-height: 25px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #ffffff;
}

.bonuses__wrapper .bonuses__provider-title,
.bonus-image-wrp .bonuses__provider-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 80px
}

.bonuses__provider-logo {
    display: inline-block;
    width: 13px;
    height: 12px;
    background-image: url("../../willbettingde/image/arcadem_logo.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.bonuses__provider-tooltip {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: var(--cashier-bonus-tooltip-background);
    background-image: url("../../willbettingde/image/tooltip_question_mark.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5px 10px;
    box-shadow: var(--cashier-bonus-tooltip-box-shadow);
    border-radius: 50%;
}

.popup--answer-from-deposit {
    transition: top .3s ease-in-out;
}

.popup--answer-from-deposit [data-js=modal-provider-games] .game::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    background-image: url("../../willbettingde/image/arcadem_logo.svg"), var(--cashier-bonus-provider-label-background);
    background-size: 13px, 100%, 100%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: var(--cashier-bonus-provider-label-box-shadow);
    z-index: 11;
}


.popup-corner-close-btn {
    width: 30px;
    height: 30px;
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9002;
    cursor: pointer;
    box-sizing: border-box;
}

.running-highlight-wrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.running-highlight-wrp::before {
    content: '';
    background: linear-gradient(265deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0) 100%);
    filter: blur(5px);
    width: 60%;
    height: 100%;
    top: 0;
    left: -125%;
    transform: skew(45deg);
    position: absolute;
    animation: highlight-animation 3s infinite;
}

.bonus-image-wrp {
    position: relative;
}

@keyframes highlight-animation {
    0% {
        left: -125%;
    }

    33% {
        left: 150%;
    }

    100% {
        left: 150%;
    }
}

.search-txt.search-txt--modified{
    position: initial !important;
    padding-left: 40px !important;
    height: 40px;
}

.SumoSelect.open>.search>label.visible,
.SumoSelect.open>.search>span.visible{
    visibility: visible !important;
}

.SumoSelect > .CaptionCont > span{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
}

.SumoSelect > .CaptionCont > label > i{
    background-image: url(../../willbettingde/image/arrow-black.svg);
    background-size: 14px;
}

.grecaptcha-badge {visibility: hidden;}

#games-menu .wrapper,
.games-menu_wrp {
    scrollbar-width: none !important;
}

/* OXN-12351 starts */

#games-menu .wrapper a[name=goldngems_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-goldngems_gs.png");
}

#games-menu .wrapper a[name=mythology_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-mythology_gs.png");
}

#games-menu .wrapper a[name=animals_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-animals_gs.png");
}

#games-menu .wrapper a[name=hotnspicy_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-hotnspicy_gs.png");
}

#games-menu .wrapper a[name=underwater_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-underwater_gs.png");
}

#games-menu .wrapper a[name=beauties_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-beauties_gs.png");
}

#games-menu .wrapper a[name=adventures_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-adventures_gs.png");
}

#games-menu .wrapper a[name=random_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-random_gs.png");
}

#games-menu .wrapper a[name=holdnwin_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-holdnwin_gs.png");
}

#games-menu .wrapper a[name=horror_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-horror_gs.png");
}

#games-menu .wrapper a[name=asia_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-asia_gs.png");
}

#games-menu .wrapper a[name=circus_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-circus_gs.png");
}

#games-menu .wrapper a[name=books_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-books_gs.png");
}

#games-menu .wrapper a[name=megaways_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-megaways_gs.png");
}

#games-menu .wrapper a[name=ireland_gs] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-ireland_gs.png");
}

#games-menu .wrapper a[name=holidays2] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-st-valentine.png");
}

#games-menu .wrapper a[name=holidays] .games-menu__img {
    background-image: url("../../willbettingde/image/icon-easter.png");
}

.daterangepicker.auto-apply .drp-buttons, .daterangepicker.single .drp-selected{
    display: none;
}

.toast-notification {
    display: flex;
    align-items: center;
    width: 300px;
    min-height: 40px;
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 100040;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    border-radius: 5px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 25px 10px 10px;
    opacity: 0;
    transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
    box-sizing: border-box;
}

.toast-notification.fadeIn {
    opacity: 1;
}

.toast-notification.fadeOut {
    opacity: 0;
}

.toast-notification.info {
    color: #025E7B;
    background: #D1F1FF;
}

.toast-notification.success {
    color: #117B02;
    background: #DBFFBF;
}

.toast-notification.error {
    color: #DE3618;
    background: #FBEAE5;
}

.toast-notification__close-button {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("../../willbettingde/image/times_black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    cursor: pointer;
}

@media (max-width: 486px) {
    .toast-notification {
        top: unset;
        right: unset;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.kyc-disclaimer {
    position: relative;
}

.kyc-disclaimer__wrp {
    overflow: hidden;
}

.kyc-disclaimer__mob-overlay,
.kyc-disclaimer__btn {
    display: none;
    position: absolute;
}

.kyc-disclaimer__mob-overlay {
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
}

.kyc-disclaimer__btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}
/*custom-popup*/
.custom-popup__filling{
    background-color: var(--color-basic-white);
}

.custom-popup__close-btn {
    display: none;
}

.custom-popup-filling--greeting-popup .popup-after-registration-text-1 {
    margin-bottom: 10px;
}

/* kyc icons*/
.kycbtn {
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    line-height: 20px;
    background-position: center;
    min-width: 50px;
    min-height: 23px;
}

.kycbtn__tooltip {
    content: '';
    display: none;
    position: absolute;
    background-color: #262E39;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    width: max-content;
    max-width: 90px;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}

.history-table td {
    position: relative;
}

.kycbtn.approved:hover + .kycbtn__tooltip,
.kycbtn.nonapproved:hover + .kycbtn__tooltip,
.kycbtn.rejected:hover + .kycbtn__tooltip,
.kycbtn.under_review:hover + .kycbtn__tooltip,
.kycbtn.requested:hover + .kycbtn__tooltip {
    display: block;
}

.kycbtn.approved {
    background-image: url(../../willbettingde/image/new_approved_icon.svg);
    background-size: auto 25px;
}
.kycbtn.nonapproved {
    color: var(--color-darkred--100);
    background-image: url(../../willbettingde/image/new_rejected_icon.svg);
    background-size: auto 23px;
}
.kycbtn.requested {
    color: var(--color-basic-black);
    background-image: url(../../willbettingde/image/new_requested_icon.svg);
    background-size: auto 23px;
}
.kycbtn.rejected {
    max-width: 16px;
    max-height: 16px;
    background-image: url(../../willbettingde/image/new_rejected_icon.svg);
    background-size: auto 25px;
}
.kycbtn.under_review{
    max-width: 16px;
    max-height: 16px;
    background-image: url(../../willbettingde/image/new_review_icon.svg);
    background-size: auto 21px;
}

#latest-winners .winners{
    cursor: pointer;
}

.popup--answer-from-deposit .fancybox-inner{
    height: auto !important;
}

.withdrawal-block.success [name="btn-withdrawals-history"]{
    min-height: 40px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 15px;
}

.awaiting-bonuses .bonus-container {
    display: grid;
    grid-template-columns: 140px 1fr;
    grid-template-rows: minmax(35px, auto) minmax(35px, auto) auto;
    grid-template-areas: "bonus-image bonus-text"
        "bonus-image bonus-text"
        "bonus-image bonus-text-awaiting";
    row-gap: 10px;
}

.awaiting-bonuses .bonus-image-timeframe-wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-area: bonus-image;
}

.awaiting-bonuses .bonus-text {
    min-height: unset;
    grid-area: bonus-text;
}

.awaiting-bonuses .bonus-text_awaiting {
    grid-area: bonus-text-awaiting;
}

.awaiting-bonus-steps {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    column-gap: 20px;
    flex-wrap: wrap;
}

.awaiting-bonuses .bonus-container .bonus-text .bonus-description.awaiting-bonus-steps {
    max-width: unset;
    max-height: 370px;
    width: 100%;
}

.awaiting-bonus-step {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.10) inset;
    padding: 10px;
    box-sizing: border-box;
}

.awaiting-bonus-step__timeframe {
    width: fit-content;
    min-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: timeframe;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    border-radius: 3px;
    padding: 2px 3px;
    margin-top: 10px;
    box-sizing: border-box;
}


.make-deposit.active .awaiting-bonus-step__timeframe {
    display: none;
}

.awaiting-bonus-popup .make-deposit .awaiting-bonus-step__timeframe,
.phone-verification__for-awaiting-bonus .make-deposit .awaiting-bonus-step__timeframe {
    width: 63px;
    text-align: center;
    margin-top: auto;
    margin-left: 0;
}

.awaiting-bonus-popup .vertical-view .make-deposit .awaiting-bonus-step__timeframe,
.phone-verification__for-awaiting-bonus .vertical-view .make-deposit .awaiting-bonus-step__timeframe {
    width: fit-content;
}

.lang_fr .awaiting-bonus-popup .awaiting-bonus-steps:not(.vertical-view) .awaiting-bonus-step__timeframe,
.lang_fr .phone-verification__for-awaiting-bonus .awaiting-bonus-steps:not(.vertical-view) .awaiting-bonus-step__timeframe,
.lang_es .awaiting-bonus-popup .awaiting-bonus-steps:not(.vertical-view) .awaiting-bonus-step__timeframe,
.lang_es .phone-verification__for-awaiting-bonus .awaiting-bonus-steps:not(.vertical-view) .awaiting-bonus-step__timeframe,
.lang_it .awaiting-bonus-popup .awaiting-bonus-steps:not(.vertical-view) .awaiting-bonus-step__timeframe,
.lang_it .phone-verification__for-awaiting-bonus .awaiting-bonus-steps:not(.vertical-view) .awaiting-bonus-step__timeframe {
    padding: 3px 9px;
}

.awaiting-bonus-popup .vertical-view .awaiting-bonus-step_dep-qty .awaiting-bonus-step__timeframe,
.phone-verification__for-awaiting-bonus .vertical-view .awaiting-bonus-step_dep-qty .awaiting-bonus-step__timeframe {
    margin-top: 0;
    margin-left: 0;
}

.awaiting-bonus-popup .vertical-view .awaiting-bonus-step_dep-amount .awaiting-bonus-step__timeframe,
.phone-verification__for-awaiting-bonus .vertical-view .awaiting-bonus-step_dep-amount .awaiting-bonus-step__timeframe {
    margin-top: 0;
    margin-left: -5px;
}

.awaiting-bonus-step__title {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 8px;
}

.awaiting-bonus-step__status-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.awaiting-bonus-step__img {
    width: 18px;
    height: 18px;
}

.awaiting-bonus-step__sub-title {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.awaiting-bonus-step.active .awaiting-bonus-step__sub-title {
    color: #00A002;
}

.awaiting-bonus-step__btn {
    min-width: unset;
    height: 25px;
    max-height: 25px;
    font-size: 13px;
    font-weight: 700;
    padding: 0 8px;
}

.awaiting-bonus-step__progress-bar {
    font-family: "Roboto", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 35px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.10) inset;
    padding: 0 10px;
    margin-top: 12px;
    box-sizing: border-box;
}

.awaiting-bonus-step__progress-indicator-wrapper {
    position: relative;
    flex-grow: 1;
    height: 6px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 18px;
}

.awaiting-bonus-step__progress-indicator {
    flex-grow: 1;
    height: 100%;
    background: #DB6703;
    transition: width 0.3s ease;
    border-radius: 18px;
}

.awaiting-bonus-step.active .awaiting-bonus-step__progress-indicator {
    background: #00A002;
}

.awaiting-bonus-step__progress-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.90);
    border-radius: 50%;
    transition: left 0.3s ease;
}

.awaiting-bonus-step__progress-circle::before {
    content: attr(data-value);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 13px;
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    height: 18px;
    background: #DB6703;
    border-radius: 18px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 700;
}

.awaiting-bonus-step.active .awaiting-bonus-step__progress-circle {
    width: 18px;
    height: 18px;
    left: calc(100% - 18px) !important;
    background-color: #00A002;
    background-image: url("../../willbettingde/image/success-check-icon.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}

.awaiting-bonus-step[data-actual-deposit="0"] .awaiting-bonus-step__progress-circle,
.awaiting-bonus-step[data-actual-deposit="0"] .awaiting-bonus-step__progress-circle::before,
.awaiting-bonus-step.active .awaiting-bonus-step__progress-circle::before {
    display: none;
}

@media (max-width: 768px) {
    .awaiting-bonus-step {
        width: 100%;
    }
}

@keyframes showImg {
    0% { opacity: 0; }
    25% { opacity: 0; }
    50% { opacity: 1; }
    75% { opacity: 1; }
    100% { opacity: 0; }
}

.deposit.active ~ .popup-menu__close-btn {
    display: none !important;
}
/** start -  this style is temporary and will be removed */
.scroll-to-filters span {
    display: none !important;
}

.scroll-to-filters {
    padding: 0 22px !important;
}

.scroll-to-filters p{
    margin: 1px 0 0 !important;
}
/** end -  this style is temporary and will be removed */


/*.hello-user {*/
/*    font-size: var();*/
/*    line-height: 25px;*/
/*    font-weight: 700;*/
/*}*/

.iti__flag-container {
    width: 85px;
}

.iti__no-matches {
  padding: 9px 10px;
  margin: 0 5px 0 0;
}

.popup-registration .field__input--transparent[name='mobile'],
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"]{
    flex-grow: 0;
    width: calc(100% - 95px);
    padding-left: 10px !important;
    margin-left: auto !important;
}

#popup-registration .field__input--transparent[name='mobile']:focus,
.iti--allow-dropdown input:focus,
.iti--allow-dropdown input[type="tel"]:focus,
.iti--allow-dropdown input[type="text"]:focus,
.iti--separate-dial-code input:focus,
.iti--separate-dial-code input[type="tel"]:focus,
.iti--separate-dial-code input[type="text"]:focus {
    padding-left: 9px !important;
}

#popup-registration .field__wrp-input .field__input--mobile{
    background: transparent;
    border: 0;
}

#popup-registration .field__input {
    height: 40px;
}

.answer-list .answer-list__item-icon {
    margin-right: 10px;
}

u {
    text-decoration: none;
}

.promotion-content-box table *,
.promotion-content-box p,
.current-promotion table *,
.current-promotion p{
    font-family: "Roboto", "Ariel", sans-serif;
    font-size: 13px;
}

.popup--answer-from-deposit .game-stub {
    pointer-events: none;
}

.doc_upload .history-table .kyc_edit_btn,
.doc_upload .kyc_edit_btn {
    width: 100%;
    min-width: 100%;
}

.popup-change-lang {
  font-family: "Roboto", sans-serif;
  width: 300px !important;
  border-radius: 10px;
}

.popup-change-lang .fancybox-skin {
  border-radius: 10px;
}

.popup-change-lang .fancybox-skin .logo {
  height: 50px;
}

.popup-change-lang .text .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
}

.popup-change-lang .text .icon-last-time {
  background: url("../../willbettingde/image/icon_earth.svg") no-repeat center/contain;
}

.popup-change-lang .text .icon-no-more {
  background: url("../../willbettingde/image/icon_message_cloud.svg") no-repeat center/contain;
}

.popup-change-lang .text .message {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.g-5px {
    gap: 5px;
}

.deposit-offer-page-logo {
  position: fixed !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 0 !important;
  height: 60px !important;
  z-index: 2010;
}

.deposit-offer-page .inner-page{
    margin: 0 auto !important;
}

.deposit-offer-page div[data-js="bonuses-info-container"],
.deposit-offer-page #payments-list .deposit__wrapper {
    display: none;
}

.deposit-offer-page .deposit-container .title {
    padding-left: 5px;
}

.deposit-offer-page .deposit-container .title:after,
.deposit-offer-page .deposit-container .title:before {
    content: none !important;
}

.deposit-offer-page .deposit-container > .title.creditcard {
    pointer-events: none ;
}

.deposit-offer-page .deposit-container > .content-wrapper {
    display: block;
}

.deposit-offer-page .main-button.popup-info_button {
    margin-left: 0;
}

.filter-provider-container {
    position: relative;
}

.filter-provider-container .filter-provider-close-button {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
    right: 0;
    border-radius: 0 10px 10px 0;
    border: none;
    background: transparent;
}

.sumo_filter_providers + .filter-provider-close-button {
    display: none;
}

.sumo_filter_providers.open + .filter-provider-close-button {
    display: block;
}

.phone-verification__loader {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    background-image: url(../../willbettingde/image/gif-load.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px auto;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.tab-info {
    display: flex;
    align-items: center;
    max-width: 100vw;
    width: 100%;
}

.tab-info .right {
    flex-grow: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 30px;
}

.phone-verification__loader {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    background-image: url(../../willbettingde/image/gif-load.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px auto;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

#popup-my-account h1, .popup-page h1{
    text-transform: none;
    font-size: 20px;
    line-height: 25px;
    overflow: visible;
}

.fancybox-iframe {
    height: auto;
    min-height: 300px;
}

.available-bonuses .img-wait-container {
    position: fixed;
    width: 160px;
    height: 120px;
    text-align: center;
    top: 50%;
    left: calc(50% + 95px);
    transform: translate(calc(-50% - 80px), -50%);
    z-index: 2;
}

.field__wrp-input .iti--container {
    box-shadow: 0 6px 10px #00000033;
}

/*language select common style*/

.language::before {
    position: static;
    flex-shrink: 0;
    content: '';
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}

#language #all-languages {
    width: auto;
    align-items: flex-start;
}

#language #all-languages .language {
    column-gap: 10px;
    height: auto;
    width: auto;
    color: #fff;
    padding: 7px 13px;
    font-size: 12px;
    font-family: Roboto, sans-serif;
    justify-content: flex-start;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    text-decoration: none;
    align-self: stretch;
}

.mobile-wpr-lang {
    column-gap: 15px;
}

.bonus-heading-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bonus-count-down__wrapper {
  font-family: "Roboto", sans-serif;
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.upcoming-bonus-badge {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #00A002;
    font-family: "Roboto", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(0, 160, 2, 0.10);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    margin: 0 0 10px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.bonus-container:has(.awaiting-bonus-step:not(.active)) .upcoming-bonus-badge {
    cursor: auto;
}

.upcoming-bonus-badge__icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url("../../willbettingde/image/upcoming-bonus-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(0, 160, 2, 0.4);
    animation: pulseUpcomingBonus 2s infinite;
}

.upcoming-bonus-badge__text {
    text-align: center;
    line-height: 12px;
}

@keyframes pulseUpcomingBonus {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 160, 2, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 160, 2, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 160, 2, 0);
    }
}

.bonus-count-down__container {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
}

.bonus-count-down__item {
  position: relative;
  width: 34px;
  height: 34px;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 2px;
}

.bonus-count-down__item:first-of-type {
  margin-left: 0;
}

.bonus-count-down__item:last-of-type {
  margin-right: 0;
}

.bonus-count-down__item:not(:last-of-type)::before {
  position: absolute;
  top: 0;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4px;
  height: 33px;
  font-size: 12px;
  content: ":";
}

.bonus-count-down__value {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bonus-count-down__item span {
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
}

.bonus-count-down__wrapper .bonus-count-down__available-until,
.bonus-count-down__available-until {
  font-size: 9px;
  font-weight: 700;
  line-height: 10px;
  text-transform: uppercase;
  text-align: center;
}

.upcoming-popup .fancybox-close {
    display: none;
}

.upcoming-popup .awaiting-bonus-popup__icon {
    width: 53px;
    height: 60px;
    background-image: url("../../willbettingde/image/upcoming-bonus-image.svg");
    margin-bottom: 20px;
}

.upcoming-popup .awaiting-bonus-popup__title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.upcoming-popup .awaiting-bonus-popup__text {
    margin: 0 0 10px;
}

.awaiting-bonus-popup.upcoming-popup.fancybox-wrap .fancybox-inner {
    justify-content: center;
    align-items: center;
}

.upcoming-popup .bonus-count-down__wrapper {
    margin-bottom: 25px;
}


.upcoming-popup .awaiting-bonus-popup__btn {
    min-width: 120px;
    height: 40px;
    font-size: 13px;
}

.status-pending-transaction,
.transaction-delay-info {
  display: inline-block;
  height: 17px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 18px;
  margin: 5px auto 0;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  animation: fade 3s infinite;
}

.transaction-delay-info {
  display: block;
  width: fit-content;
  min-height: 30px;
  height: auto;
  text-transform: none;
  background-position: 10px center;
  padding: 10px 10px 10px 30px !important;
  margin: 0;
  border-radius: 5px;
  box-sizing: border-box;
  animation: none;
}

.status-pending-transaction span,
.transaction-delay-info span {
    font-weight: 700;
}

.transaction-delay-info span {
    margin-left: 5px;
}

.transaction-delay-info + .bonuses__coupons {
    margin-top: 20px !important;
}

.transaction-delay-info + .btn-deposit {
    margin-top: 20px !important;
}

.deposit_v2 .transaction-delay-info {
    margin-top: 20px;
}

@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.registration-banner.reg-banner-loading {
    background-image: url("../../willbettingde/image/gif-load.gif") !important;
    background-repeat: no-repeat !important;
    background-size: 60px !important;
    background-position: center !important;
    min-height: 150px;
}

.registration-banner.reg-banner-loading div {
    display: none !important;
}

.withdrawal__button--show-saved-cards {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../../willbettingde/image/arrow-black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    border: 0;
    width: 40px;
    height: 40px;
    padding: 0;
}

.withdrawal__button--show-saved-cards.active {
    transform: rotate(180deg);
}

.withdrawal__button--show-saved-cards.withdrawal__button--show-saved-cards--hide {
    display: none;
}

.withdrawal__fields-container .withdrawal__list-of-cards {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255,255,255, 0.05);
    border-radius: 5px;
    overflow: hidden;
    z-index: 14;
}

.withdrawal__fields-container .withdrawal__saved-card-button {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: var(--color-basic-black);
    min-height: 40px;
    text-align: left;
    padding-left: 50px;
    border: 0;
}

.withdrawal__fields-container .withdrawal__clear-form {
    display: flex;
    font-family: var(--cashier-primary-font);
    font-size: 13px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #000;
    border-top: 1px solid #D9D9D9;
    min-height: 40px;
    width: 100%;
    transition: 300ms all ease;   ;
}

.withdrawal__saved-card {
    background: #ffffff;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom:0;
    position: relative;
}

.withdrawal__saved-card .withdrawal__saved-card-button {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: var(--color-basic-black);
    min-height: 40px;
    text-align: left;
    padding-left: 50px;
    border: 0;
}

.withdrawal__fields-container .withdrawal__list-of-cards--closed {
    display: none;
}

.withdrawal__saved-card-button::before {
    content: "";
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    background-image: url("../../willbettingde/image/neutral.svg");
    background-size: contain;
}

.withdrawal-container.card .form-cc__logo-wrp[data-icon=amex],
.withdrawal__fields-container .withdrawal__saved-card-button:before {
    background-image: url("../../willbettingde/image/amex1.svg");
}
.withdrawal-container.card .form-cc__logo-wrp[data-icon=jcb],
.withdrawal__fields-container .withdrawal__saved-card-button[data-cc-type=jcb]::before {
    background-image: url("../../willbettingde/image/jcb1.svg");
}
.withdrawal-container.card .form-cc__logo-wrp[data-icon=maestro],
.withdrawal__fields-container .withdrawal__saved-card-button[data-cc-type=maestro]::before {
    background-image: url("../../willbettingde/image/maestro1.svg");
}
.withdrawal-container.card .form-cc__logo-wrp[data-icon=mastercard],
.withdrawal__fields-container .withdrawal__saved-card-button[data-cc-type=mastercard]::before {
    background-image: url("../../willbettingde/image/mastercard.svg");
}

.withdrawal-container.card .form-cc__logo-wrp[data-icon=visa],
.withdrawal__fields-container .withdrawal__saved-card-button[data-cc-type=visa]::before {
    background-image: url("../../willbettingde/image/visa2.svg");
}

.withdrawal-container.card .form-cc__logo-wrp[data-icon=diners],
.withdrawal__fields-container .withdrawal__saved-card-button[data-cc-type=diners]::before {
    background-image: url("../../willbettingde/image/diners_club.svg");
}

.withdrawal-container.card .form-cc__logo-wrp[data-icon=discover],
.withdrawal__fields-container .withdrawal__saved-card-button[data-cc-type=discover]::before {
    background-image: url("../../willbettingde/image/discovery.svg");
}

.withdrawal-container.card:has(.withdrawal__button--show-saved-cards--hide) .form-cc__logo-wrp {
    right: 5px;
}

.withdrawal-container.card .form-cc__logo-wrp {
    right: 35px;
}

.game-advisory-popup .custom-popup__body {
    width: 1000px;
}

.custom-popup-filling--game-advisory {
    width: 1000px;
    min-height: 580px;
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
}

.game-advisory-popup__header {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 1;
}

.game-advisory-popup__close-btn.custom-popup__close-btn {
    display: block;
    top: 12px;
    right: 10px;
}

.game-advisory-popup__body {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
}

.game-advisory-popup__menu {
    width: 100%;
    height: 50px;
    display: flex;
}

.game-advisory-popup__menu .popup-menu__tab {
    flex-grow: 1;
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.game-advisory-popup__content {
    display: none;
    flex-grow: 1;
    padding: 40px 20px 20px;
}

.game-advisory-popup__content.active {
    display: block;
}

.game-advisory-popup__content-text {
    width: 600px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 auto 35px;
    text-align: center;
}

.game-advisory-popup__toggle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.game-advisory-popup__toggle p {
    font-size: 13px;
    line-height: 20px;
    margin: 0 10px 0 0;
}

.game-advisory-popup__toggle .switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}

.game-advisory-popup__toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.game-advisory-popup__toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border: 1px solid #A1A1A1;
    border-radius: 12px;
}


.game-advisory-popup__toggle .slider.disabled {
    filter: brightness(0.5);
    pointer-events: none;
}

.game-advisory-popup__toggle .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.70);
}

.game-advisory-popup__toggle input:checked + .slider {
    background-color: #2196F3;
}

.game-advisory-popup__toggle input:checked + .slider:before {
    transform: translateX(15px);
}

.game-advisory-popup__game-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.game-advisory-popup__game-block.three-column {
    grid-template-columns: repeat(3, 1fr);
}

.game-advisory-popup__game {
    min-height: 130px;
    display: flex;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.40);
    border: 2px solid rgba(230, 200, 93, 0.45);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.30);
    overflow: hidden;
}

.three-column .game-advisory-popup__game {
    min-height: 110px;
}

.game-advisory-popup__game-image {
    min-width: 185px;
    display: flex;
    align-items: flex-end;
    background-color: #000000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.three-column .game-advisory-popup__game-image {
    min-width: 150px;
}

.game-advisory-popup__game-provider {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.game-advisory-popup__game-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 20px;
}

.three-column .game-advisory-popup__game-info {
    padding: 10px;
}

.game-advisory-popup__game-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.three-column .game-advisory-popup__game-title {
    font-size: 13px;
}

.game-advisory-popup__game-details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.game-advisory-popup__game-volatility,
.game-advisory-popup__game-rtp {
    display: flex;
    align-items: center;
}

.game-advisory-popup__game-volatility {
    margin-right: 10px;
}

.game-advisory-popup__game-volatility-image,
.game-advisory-popup__game-rtp-image {
    width: 15px;
    height: 15px;
    background-image: url("../../willbettingde/image/advisory_popup_volatility.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.game-advisory-popup__game-rtp-image {
    background-image: url("../../willbettingde/image/advisory_popup_rtp.svg");
}

.game-advisory-popup__game-volatility-text,
.game-advisory-popup__game-rtp-text {
    font-size: 13px;
    font-weight: 400;
}

.game-advisory-popup__game-play-btn.custom-popup__button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    min-height: 30px;
    line-height: 1;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
    z-index: 0;
    cursor: pointer;
}

.game-advisory-popup__content:has(.game-advisory-popup__empty-fav-block) {
    position: relative;
}

.game-advisory-popup__empty-fav-block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.game-advisory-popup__empty-fav-block .game-advisory-popup__content-text {
    max-width: 600px;
    margin-bottom: 40px;
}

.game-advisory-popup__fav-game-play-btn.custom-popup__button {
    min-width: 215px;
    min-height: 40px;
    height: 40px;
}

.withdrawal__container-of-cards {
    display: flex;
    flex-direction: column;
}

.withdrawal__saved-card {
    order: 1;
}

.withdrawal__saved-card.selected_card {
    order: 0;
}

.withdrawal__saved-card.selected_card .withdrawal__saved-card-button {
    pointer-events: none;
}

.default-games-container.hide,
.bonus-games-container.hide {
    display: none;
}

.games-container--filters-disabled .field-container,
.active--bonus-money .sumo_filter_providers .select-all,
.active--bonus-money .sumo_filter_providers .reset-all,
.active--bonus-money .sumo_filter_providers .opt:not(.selected):not(.opt--bonus-games) {
    filter: grayscale(100%) opacity(50%);
    pointer-events: none;
}

#games .games-paging {
    margin-left: 20px;
}

.bonus-money-toggle--mobile,
.bonus-money-toggle {
    position: relative;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    min-width: max-content;
}

.bonus-money-toggle--mobile {
    padding: 0;
}

.bonus-money-toggle--mobile,
.bonus-money-toggle--mobile.hide,
.bonus-money-toggle.hide {
    display: none;
}

#filter-div {
    justify-content: space-between;
}

.bonus-money-toggle-label {
    cursor: pointer;
    padding: 0;
    font-weight: bold;
    color: #000;
    font-size: small;
    display: flex;
    align-items: center;
    column-gap: 10px;
    box-sizing: border-box;
}

.bonus-money-toggle-label p {
    margin: 0;
}

.bonus-money-toggle-checkbox {
    display: none;
}

.games-container .bonus-money-toggle-label span {
    content: "";
    display: inline-block;
    position: relative;
    width: 35px;
    height: 20px;
    background: radial-gradient(100% 100% at 47.27% 0%, #FFFAEC 0%, rgba(255, 255, 255, 0) 67.19%), linear-gradient(360deg, #C9C9C9 0%, #FFF5D1 100%);
    border-radius: 12.5px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    transition: background-color 0.3s;
    vertical-align: middle;
    border: 1px solid #A1A1A1;
}

.games-container .bonus-money-toggle-label span::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 2px;
    transition: transform 0.3s ease;
    box-shadow: 0 -1px 0 rgba(0,0,0, 0.70);
    z-index: 1;
    transform: translate(0, -50%);
}

.games-container.checked .bonus-money-toggle-label span {
    background-image: linear-gradient(360deg, #CF8C06 0%, #FFE280 100%);
    transition: transform 0.3s ease, background-image 0.3s ease, border-color 0.3s ease;
    border: 1px solid #E0A940;
}

.games-container.checked .bonus-money-toggle-label span::before {
    transform: translate(15px, -50%);
}

.games-container.checked .bonus-money-toggle-label .bonus-money-icon {
    display: inline-block;
    position: absolute;
    left: 12px;
    top: 26px;
    width: 14px;
}

.status-title-name,
.ua-uname,
.hello-user,
.member-name {
    display: block !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
}

.inner-page .hello-user {
    max-width: 350px;
}

.anythingSlider.anythingSlider-custom .anythingControls .next a,
.anythingSlider.anythingSlider-custom .anythingControls .prev a {
    display: none !important;
}

.anythingSlider-custom .anythingControls ul a {
    margin: 7px;
}

.anythingSlider-custom .anythingControls ul {
    display: flex;
    align-items: center;
}

#popup-kyc {
    box-shadow: none;
}

.content .text-inner {
    width: auto;
    height: auto;
    white-space: normal;
    transform-origin: top left;
}

.text .content strong {
    font-weight: 700;
}

body.hide-collage #main {
    margin-top: 60px;
}

body.hide-collage.logged #main {
    margin-top: 105px;
}

body.hide-collage #collage {
    display: none;
}

@supports (-moz-appearance: none) {
    .games-banner .text .content span[style*="display:none"] + br {
        display: block;
        margin-bottom: 40px;
    }
}

.fancybox-inner:has(.fraud-rule-id) {
    position: relative;
}

.fraud-rule-id {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.25);
}

.content .text-inner {
    width: auto;
    height: auto;
    white-space: normal;
    transform-origin: top left;
}

.text .content strong {
    font-weight: 700;
}

body.hide-collage #main {
    margin-top: 60px;
}

body.hide-collage.logged #main {
    margin-top: 105px;
}

body.hide-collage #collage {
    display: none;
}

.deposit__wrapper.expanded .expander-controller-container[data-expander="bonus-list"]{
    pointer-events: none;
}
