/* Individual rules start */

.AccountButtons .user-button, 
.AccountButtons button {
    border-radius:5px !important;
}

@media (max-width: 911px) {
    .ProvidersBar .container .providers-swiper-providersBar .provider-card span {
        overflow:hidden !important;
        text-overflow:ellipsis;
        width:100%;
        text-align: center;
        font-size:10px !important;
    }
}

.ProvidersBar .container .providers-button,
.Filter .wrapper .Search {
    border-radius:10px !important;
}
.Categories .container .wrapper .types-swiper .type.casino .text,
.Categories .container .wrapper .types-swiper .type.slots .text,
.Categories .container .wrapper .types-swiper .type.sports .text,
.Categories .container .wrapper .types-swiper .type.fast_games .text {
    display:none;
}

.Categories .container .wrapper .types-swiper .type::after {
    color: var(--homePageActiveText);
    font-size: 13px;
    font-weight: 300;
    margin-top: 5px;
    text-transform: capitalize;
    white-space: nowrap;
}

@media (max-width: 934px) {
    .Categories .container .wrapper .types-swiper .type::after {
        font-size: 8px;
    }
}

.Categories .container .wrapper .types-swiper .type.fast_games::after {
    content:'Juegos Crash';
}

.Categories .container .wrapper .types-swiper .type.slots::after {
    content:'Slots';
}

.Categories .container .wrapper .types-swiper .type.sports::after {
    content:'Deportivas';
}

.Categories .container .wrapper .types-swiper .type.casino::after {
    content:'Casino En vivo';
}

.Categories .container .wrapper .types-swiper .type.casino .ico {
    mask-image: url(images/categories/live_dealers.svg) !important;
}

.Categories .container .wrapper .types-swiper .type.fast_games .ico {
    mask-image: url(images/categories/megaways.svg) !important;
}

.MobileBar .categories .section.slots .Icon {
    mask-image: url(images/categories/slots.svg) !important;
}

.MobileBar .categories .section.casino .Icon {
    mask-image: url(images/categories/live_dealers.svg) !important;
}

.MobileBar .categories .section.bonus span,
.MobileBar .categories .section.slots span,
.MobileBar .categories .section.sports span,
.MobileBar .categories .section.jackpots,
.MobileBar .categories .section.casino span {
    display:none;
}

.MobileBar .categories .section.sports::after {
    content:'Deportivas';
    color: var(--whiteColor);
    font-family: var(--secondFontFamily);
    font-size: 10px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: uppercase;
}

.MobileBar .categories .section.slots::after {
    content:'Slots';
    color: var(--whiteColor);
    font-family: var(--secondFontFamily);
    font-size: 10px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: uppercase;
}

.MobileBar .categories .section.casino::after {
    content: 'Casino En Vivo';
    color: var(--whiteColor);
    font-family: var(--secondFontFamily);
    font-size: 10px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: uppercase;
}

.MobileBar .categories .section.sports .Icon {
    mask-image: url(images/categories/sports.svg) !important;
}

.MobileBar .categories .section.bonus .Icon {
    mask-image: url(images/categories/bonus.svg) !important;
}

.MobileBar .categories .section.bonus::after {
    content:'Juegos con bono';
    color: var(--whiteColor);
    font-family: var(--secondFontFamily);
    font-size: 10px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: uppercase;
}

.rules-container .rules-text {
    display:flex;
    flex-direction:column;
}
.rules-container .rules-text::before {
    content:'';
    background:url(images/logo.png) no-repeat;
    background-size: contain;
    width: 86px;
    height: 50px;
    margin-bottom:20px;
}



@media (min-width: 911px) {
    .Categories .container .wrapper .types-swiper .swiper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Categories .swiper-wrapper {
        width: fit-content !important;
    }
}

.HomePage .GamesRow.top .SeparationText span {
    display: none !important;
}

.HomePage .GamesRow.top .SeparationText div::after {
   content: 'Ganadores';
    position: relative;
    pointer-events: pointer;
}

.HomePage .GamesRow.new .SeparationText div::after {
   content: 'Los más elegidos';
    position: relative;
    pointer-events: pointer;
}

.HomePage .GamesRow.live_dealers .SeparationText div::after {
   content: 'Casino en Vivo';
    position: relative;
    pointer-events: pointer;
}

.HomePage .GamesRow.bonus .SeparationText div::after {
   content: 'Juegos con bono';
    position: relative;
    pointer-events: pointer;
}

.HomePage .CryptoWidget {
    margin-top: 30px;
}

.ButtonBonuses {
    display: none !important;
}

.news {
    display: none;
}

.rules-container .rules,
.rules-container .rules-buttons div {
    border-radius: unset !important;
}

.Footer .container .tech::after {
    content: 'Este sitio está destinado exclusivamente a personas mayores de 18 años. Si eres menor de 18 años, abandona este sitio inmediatamente.';
    color: #9ea0a3;
    display: flex;
    margin-top: 15px;
    width: 100%;
    justify-content: center;
}

.HomePage .GamesRow.top .SeparationText span,
.HomePage .GamesRow.new .SeparationText span,
.HomePage .GamesRow.live_dealers .SeparationText span,
.HomePage .GamesRow.bonus .SeparationText span {
    display: none !important;
}

/* Individual rules end */

/* Auth Page start */
.Auth input::placeholder {
    color: #fff !important;
    opacity: .5 !important;
}

.Auth-bonuses .content::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: url(images/auth_backgorund.jpg) no-repeat;
    background-size: 100% 100%;
}

.Auth-bonuses[data-mobile=true] .content::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: url(images/auth_backgorund.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
}

.Auth-bonuses .content .window .form-window .forms .registration {
    color: #000 !important;
}

/* Auth Page end */

/* Menu start */
.NavigationMenu-mobile .content-wrapper .controls,
.NavigationMenu-mobile .content-wrapper .tabs:nth-child(4),
.NavigationMenu-mobile .content-wrapper .tabs:last-child {
    display: none !important;
}

.NavigationMenu-mobile .content-wrapper .element img,
.NavigationMenu-mobile .content-wrapper .element.slots .text {
    display: none !important;
}

.NavigationMenu-mobile .content-wrapper .tabs .element::before {
        content: '';
        animation: opacity 1s ease normal;
        width: 26px;
        height: 26px;
        display: inline-block;
        background: currentColor;
        mask-position: center center;
        mask-repeat: no-repeat;
        mask-size: cover;
        margin-right: 12px;
}

.NavigationMenu-mobile .content-wrapper .element[data-active=true]::before {
    color: var(--navigationIconActive);
}

.NavigationMenu-mobile .content-wrapper .element[data-active=true] {
    color: var(--navigationIconActive);
}

.NavigationMenu-mobile .content-wrapper .element[data-open=true].slots::before {
    mask-image: url(images/categories/slots.svg);
}

.NavigationMenu-mobile .content-wrapper .element[data-open=true].live_dealers::before {
    mask-image: url(images/categories/live_dealers.svg);
}

.NavigationMenu-mobile .content-wrapper .element[data-open=true].roulettes::before {
    mask-image: url(images/categories/roulettes.svg);
}

.NavigationMenu-mobile .content-wrapper .element[data-open=true].sport::before {
    mask-image: url(images/categories/sports.svg);
}

.NavigationMenu-mobile .content-wrapper .element[data-open=true].bonus::before {
    mask-image: url(images/categories/bonus.svg);
}

.NavigationMenu-mobile .content-wrapper .element[data-open=true].fast_games::before {
    mask-image: url(images/categories/rocket.svg);
}

.NavigationMenu-mobile .content-wrapper .element[data-open=true].casino::before {
    mask-image: url(images/categories/live_dealers.svg);
}

.NavigationMenu-mobile .content-wrapper .element.casino .text,
.NavigationMenu-mobile .content-wrapper .element.sport .text,
.NavigationMenu-mobile .content-wrapper .element.fast_games .text {
    display:none;
}

.NavigationMenu-mobile .content-wrapper .element.casino::after {
    content:'Casino En Vivo';
    color: #fff;
}

.NavigationMenu-mobile .content-wrapper .element.sport::after {
    content:'Deportivas';
    color: #fff;
}

.NavigationMenu-mobile .content-wrapper .element.fast_games::after {
    content:'Juegos crash';
    color: #fff;
}

.NavigationMenu-mobile .content-wrapper .element[data-open=true].slots::after {
 content: 'Slots';
    color: #fff;
    animation: opacity 1s ease normal;
}

.NavigationMenu-mobile .content-wrapper {
    justify-content: space-between !important;
}

/* Menu end */

/* Providers popup start */
.ProvidersModal .provider-card .single-element .label,
.ProvidersModal .provider-card .single-element .amount {
    color: #fff !important;
}

.provider-card:hover .image {
    background: #bb9469 !important;
}

.popup .ProvidersModal.list .wrapper .provider-card:hover .text-info {
    background: #bb9469 !important;
}

.popup .ProvidersModal.list .wrapper .provider-card .single-element .text-info .label {
    color: var(--whiteColor) !important;
}

.popup .ProvidersModal.list .wrapper .provider-card:hover .single-element .text-info .label {
    color: #000 !important;
}

/* Providers popup end */

/* Lates bets  start */
.LatestBets .header,
.LatestBets .slider .item .amount,
.LatestBets .slider .item .ratio {
    display: none !important;
}

.LatestBets .slider .item {
    flex-direction: unset !important;
    padding: 5px !important;
    border-radius: 5px !important;
    flex-wrap: wrap;
    background: unset !important;
}

.LatestBets .slider .item .payout {
    margin-top: unset !important;
    white-space: nowrap;
    margin-bottom: unset !important;
    order: 3 !important;
    font-size: 12px !important;
    position: absolute;
    bottom: 2px;
    right: 50px;
}

.LatestBets .slider .item .game {
    max-height: 40px;
    max-width: 40px;
}

.LatestBets .slider .item .game .link .icon {
    border-radius: 5px !important;
    height: auto !important;;
    width: 100% !important;
}

.LatestBets .slider .item .name {
    width: 75%;
    margin-bottom: unset !important;
    order: 1;
    margin-left: 5px;
    font-size: 14px !important;
    height: 19px;
}

.LatestBets .slider .item .user {
    margin-left: 44px;
    margin-top: unset !important;
    position: absolute;
    top: 20px;
}

.LatestBets .slider .item .user img {
    width: 14px !important;
    margin-right: 3px !important;

}

.LatestBets {
    margin-top: unset !important;
    margin-bottom: unset !important;
    background: #050505;
    padding: 5px 0;
    min-height: 53px;
}

@media (orientation: portrait) and (min-width: 300px) {
    .LatestBets {
        display: none;
    }
}

.LatestBets .slider .item .game .link {
    height: 30px !important;
    width: 40px !important;
}

/* Lates bets end */