@import url('https://fonts.cdnfonts.com/css/museo-sans-rounded');
/* Shared */

.rules-container .rules-text {
 position: relative;
 padding-top: 50px;
}
.rules-container .rules-text::before {
    content:'';
    background: url(images/longLogo.png) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    top: 0;
    position: absolute;
    transform: translateY(-30%);
}

.Auth-bonuses .content .window .form-window .forms .LoginForm .Field:nth-child(1) input::placeholder {
    color: #ffffff00;
}

.Auth-bonuses .content .window .form-window .forms .LoginForm .Field:nth-child(1) input {
    margin-bottom: unset !important;
}

.Auth-bonuses .content .window .form-window .forms .LoginForm .Field:nth-child(1) {
    position: relative;
    margin-bottom: 20px;
}

.Auth-bonuses .content .window .form-window .forms .LoginForm .Field:nth-child(1)::after {
    content: 'USUARIO';
    position: absolute;
    color: #484d62;
    font-size: 18px;
    font-weight: 400;
    pointer-events: none;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.LoginForm .Field:focus-within::after {
    opacity: 0;
}

.MobileBar .categories .section.jackpots {
    display: none !important;
}

.TotalJackpot .wrapper .show-all {
    display: flex !important;
}

.TotalJackpot .wrapper .show-all::before {
    content: '';
    background-size: contain;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-image: url(/resources/sitepics/lobby/pokies/default/icons/cube.svg);
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: url(/resources/sitepics/lobby/pokies/default/icons/cube.svg);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

.Random-Game .wrapper .random-button span {
    display: none !important;
}

.TotalJackpot .wrapper .show-all {
    font-weight: 400 !important;
    width: fit-content !important;
    margin: auto !important;
}

.Random-Game .wrapper .random-button::after {
    content: 'Encuentra un juego';
}

.NavigationMenu-mobile .tabs:nth-child(4) {
    display: none !important;
}

.NavigationMenu-mobile .content-wrapper .element .text,
.NavigationMenu .content-wrapper .element .text {
    text-transform: uppercase !important;
    font-size: 13px !important;
}


.NavigationMenu-mobile .content-wrapper .type.all .text,
.NavigationMenu-mobile .content-wrapper .type.live_dealers .text,
.NavigationMenu-mobile .content-wrapper .type.roulettes .text,
.NavigationMenu-mobile .content-wrapper .type.fast_games .text,
.NavigationMenu-mobile .content-wrapper .type.sports .text,
.NavigationMenu-mobile .content-wrapper .type.buy_bonus .text,
.NavigationMenu-mobile .content-wrapper .element.home .text,
.NavigationMenu-mobile .content-wrapper .element.favorite .text,
.NavigationMenu-mobile .content-wrapper .element.last_games .text,
.NavigationMenu .content-wrapper .type.all .text,
.NavigationMenu .content-wrapper .type.live_dealers .text,
.NavigationMenu .content-wrapper .type.roulettes .text,
.NavigationMenu .content-wrapper .type.fast_games .text,
.NavigationMenu .content-wrapper .type.sports .text,
.NavigationMenu .content-wrapper .type.buy_bonus .text,
.NavigationMenu .content-wrapper .element.favorite .text,
.NavigationMenu .content-wrapper .element.last_games .text,

.NavigationMenu .content-wrapper .element.home .text {
    display: none;
}

.NavigationMenu .content-wrapper .element.home::after,
.NavigationMenu-mobile .content-wrapper .element.home::after {
    content: 'INICIO';
    font-size: 13px;
    line-height: 20px;
}

.NavigationMenu-mobile .content-wrapper .type.live_dealers::after,
.NavigationMenu .content-wrapper .type.live_dealers::after {
    content: 'CASINO EN VIVO';
    font-size: 13px;
    line-height: 20px;
}

.NavigationMenu-mobile .content-wrapper .type.all::after,
.NavigationMenu .content-wrapper .type.all::after {
    content: 'SLOTS';
    font-size: 13px;
    line-height: 20px;
}

.NavigationMenu-mobile .content-wrapper .type.roulettes::after,
.NavigationMenu .content-wrapper .type.roulettes::after {
    content: 'RULETA';
    font-size: 13px;
    line-height: 20px;
}

.NavigationMenu-mobile .content-wrapper .type.fast_games::after,
.NavigationMenu .content-wrapper .type.fast_games::after {
    content: 'JUEGOS CRASH';
    font-size: 13px;
    line-height: 20px;
}

.NavigationMenu-mobile .content-wrapper .type.sports::after,
.NavigationMenu .content-wrapper .type.sports::after {
    content: 'DEPORTIVAS';
    font-size: 13px;
    line-height: 20px;
}

.NavigationMenu-mobile .content-wrapper .type.buy_bonus::after,
.NavigationMenu .content-wrapper .type.buy_bonus::after {
    content: 'JUEGOS CON BONO';
    font-size: 13px;
    line-height: 20px;
}

.NavigationMenu .content-wrapper .element.favorite::after,
.NavigationMenu-mobile .content-wrapper .element.favorite::after {
    content: 'FAVORITOS';
    font-size: 13px;
    line-height: 20px;
}

.NavigationMenu .content-wrapper .element.last_games::after,
.NavigationMenu-mobile .content-wrapper .element.last_games::after {
    content: 'ULTIMOS JUGADOS';
    font-size: 13px;
    line-height: 20px;
}

.GamesRow .wrapper .top-bar .game-type-container .count {
    order: 3;
}

.GamesRow.top .wrapper .top-bar .game-type-container .title,
.GamesRow.live_dealers .wrapper .top-bar .game-type-container .title,
.GamesRow.buy_bonus .wrapper .top-bar .game-type-container .title,
.GamesRow.roulettes .wrapper .top-bar .game-type-container .title,
.GamesRow.new .wrapper .top-bar .game-type-container .title {
    display: none !important;
}

.GamesRow .wrapper .top-bar .game-type-container::after {
    display: flex;
    justify-content: center;
    font-family: 'Museo Sans Rounded', sans-serif;
    color: var(--gameRowText);
    font-size: 16px;
    font-weight: 600;
    order: 2;
    color: #fff
}

.GamesRow.top .wrapper .top-bar .game-type-container::after {
    content: 'SLOTS GANADORES';
}

.GamesRow.new .wrapper .top-bar .game-type-container::after {
    content: 'SLOTS DEL JOKER';
}

.GamesRow.buy_bonus .wrapper .top-bar .game-type-container::after {
    content: 'JUEGOS CON BONO';
}

.GamesRow.live_dealers .wrapper .top-bar .game-type-container::after {
    content: 'CASINO EN VIVO';
}

.GamesRow.roulettes .wrapper .top-bar .game-type-container::after {
    content: 'RULETA';
}

.NavigationMenu .content-wrapper .tabs:nth-child(4) {
    display: none !important;
}

.Footer .tech::after {
    content: 'Este sitio está destinado exclusivamente a personas mayores de 18 años. Si es menor de 18 años, abandone este sitio de inmediato.';
    display: flex;
    margin-top: 15px;
    width: 100%;
    justify-content: center;
}

.ButtonDeposit .balance {
    display: flex;
    padding: 10px 14px !important;
}

.AccountButtons .user-button::after {
    border-radius: 100px !important;
}

body {
    background: #001413 !important;
    font-family: 'Museo Sans Rounded', sans-serif !important;
}

.news,
.HomePage .JackpotsList,
.LatestBets .countSelect {
    display: none !important;
}

.Footer,
.Filter,
.GamesRow {
    z-index: 2;
}

.AccountButtons button.signin,
.AccountButtons .user-button,
.TotalJackpot .wrapper .show-all,
.Random-Game .wrapper .random-button,
.Games .active-provider .back,
.ProvidersList .providers-header .back,
.SimilarGames .more-games {
    padding: 11.75px 23px !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    color: #000 !important;
}

.AccountButtons button.signin:hover,
.Filter .wrapper .right-buttons-wrapper .random-game-button:hover {
    box-shadow: 0 4px 22px 0 rgba(1, 167, 247, .77);
    background: var(--baseGradient) !important;
}

@media (min-width: 992px) {

    .PoliciesPage .Header .domen-info,
    .BonusesPage .Header .domen-info {
        display: none !important;
    }
}

/* Preloader */
.preloader .loader .crown {
    display: none !important;
}

.preloader .loader {
    transform: translateX(-50%);
}

.preloader .loader::after {
    content: "";
    background-image: url(images/longLogo.png);
    background-repeat: no-repeat;
    background-position-y: 57%;
    background-size: 100%;
    display: block;
    height: 54px;
    width: 150px;
}

/* Header */
.Header {
    order: -2;
}

.AccountButtons button.login {
    font-weight: 600 !important;
    background: transparent !important;
    font-size: 16px !important;
    color: #09db9100 !important;
    width: 127px;
}

.AccountButtons button.login::after {
    content: 'Ingresar';
    color: #09db91;
    position: absolute;
}


.AccountButtons .user-button .icon-wrapper .user-icon path {
    fill: #000 !important;
}

.AccountButtons .user-button .user-name {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.ButtonBonuses .icon-wrapper .icon path {
    fill: #09db91 !important;
}

.Header .ButtonDeposit {
    border-radius: 100px !important;
    background: #014e4b !important;
    border: var(--filterTagsMenuBorder) !important;
}

.Header .ButtonDeposit .deposit,
.Header .ButtonBonuses,
.SupportButton .single-support {
    padding: 10px 14px !important;
    border-radius: 100px !important;
}

.Header .SupportButton {
    background: transparent !important;
}

.SupportButton .support-list {
    background: #024E4B !important;
}

.Header .SupportButton .support-trigger {
    padding: 10px 32px 10px 14px !important;
    background: #024E4B !important;
    border-radius: 25px !important;
    border-bottom: 1px solid #04DB91 !important;
}

.Header .SupportButton[data-opened='true'] .support-trigger {
    border-radius: 25px 25px 0 0 !important;
}

.SupportButton .support-icon-wrapper svg g path:first-child {
    fill: #229ED9 !important;
}

.Header .SupportButton .support-list .support-item {
    padding: 0 14px !important;
}

.Header .ButtonBonuses {
    background: #014e4b !important;
    border: var(--filterTagsMenuBorder) !important;
}

.Header .container .main .wrapper .logo .domen-info .logo {
    display: none !important;
}

.Header .container .main .wrapper .logo .domen-info {
    width: 146.5px;
}

.Header .container .main .wrapper .logo .domen-info:before {
    content: "";
    background-image: url(images/longLogo.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-y: 57%;
    background-position-x: 38%;
    display: block;
    height: 54px;
    width: 146.5px;
}

@media (min-width: 992px) {
    .Header .container .wrapper .controls-wrapper {
        gap: unset !important;
    }

    .Header .container .wrapper .controls-wrapper .AccountButtons,
    .Header .ButtonDeposit,
    .Header .SupportButton {
        margin-right: unset !important;
        margin-left: 10px !important;
    }

    .Header .main {
        height: 68px !important;
    }
}

@media (max-width: 1299px) {
    .AccountButtons .user-name {
        display: none !important;
    }

    .AccountButtons .user-button .icon-wrapper {
        margin-right: unset !important;
    }

    .controls-wrapper .AccountButtons .user-button {
        padding: 12px !important;
    }
}

@media (max-width: 1199px) {
    .ButtonDeposit .deposit .deposit-title {
        display: none !important;
    }
}

@media (max-width: 1099px) {
    .Filter.header-filter .container .wrapper .Search {
        min-width: 100px !important;
    }
}

@media (max-width: 991px) {
    .Header {
        border-bottom: unset !important;
    }

    .Header .ButtonDeposit {
        display: none !important;
    }

    .Header .container .main .wrapper .logo {
        width: 146.5px;
    }

    .Header .container .main .wrapper .logo {
        left: 50%;
        transform: translateX(-50%);
        margin-left: unset !important;
        margin-top: auto;
        margin-bottom: auto;
    }

    .Header .container .wrapper .logo:hover {
        transform: translateX(-50%) !important;
    }

    .AccountButtons {
        margin-left: 0 !important;
    }
}

/* Home Page */
.Scroll-to-top-button {
    z-index: 10 !important;
}

.arrows>div>div img {
    display: none !important;
}

.arrows>div>div::before {
    content: '';
    background: url("/resources/sitepics/lobby/pokies/default/icons/pointer.svg") center center no-repeat;
    background-size: contain;
    height: 15px !important;
    width: 10px !important;
    display: flex;
}

.arrows .arrows-wrapper-right {
    transform: rotate(180deg);
}

.LatestBets .slider .item {
    background: #024E4B !important;
}

.Games .active-provider .back,
.ProvidersList .providers-header .back {
    padding: 11.75px 13px !important;
}

.GamesRow .skelet {
    background: var(--categoriesBackground) !important;
}

.TotalJackpot[data-mobile=true] .wrapper .swiper-block .swiper-container {
    width: 85% !important;
}

.Random-Game {
    height: unset !important;
}

.Random-Game .wrapper .games-roulette .card-container .card-wrapper {
    opacity: 1 !important;
}

@media (min-width: 992px) {
    .HomePage .Header {
        position: fixed !important;
        width: 100%;
        padding-left: 220px;
        margin-left: auto;
        transition: 0.4s cubic-bezier(0.14, 0.66, 0.18, 0.99);
    }

    .MenuContainer .wrapper .page-content {
        padding: unset !important;
        background: unset !important;
    }

    .MenuContainer[data-opened=true] .HomePage .Header {
        width: 1370px;
        right: 0;
        left: 0;
        margin: auto;
        display: flex;
        justify-content: flex-end;
        border-radius: 10px;

        >.container {
            width: calc(1370px - 220px);
            margin: unset;
            padding: unset !important;
        }
    }

    .HomePage {
        padding-top: 68px !important;
    }

    .NavigationMenu {
        z-index: 8 !important;
    }

    .NavigationMenu[data-visible=true] {
        width: 220px !important;
    }

    .MenuContainer .wrapper {
        width: 100%;
        max-width: 1370px !important;
        margin: auto;
    }

    .MenuContainer .page-content {
        width: calc(100% - 220px) !important;
    }
}

.HomePage div:nth-child(9) .wrapper .top-bar .game-type-container .icon,
.HomePage div:nth-child(10) .wrapper .top-bar .game-type-container .icon,
.HomePage div:nth-child(12) .wrapper .top-bar .game-type-container .icon,
.HomePage div:nth-child(13) .wrapper .top-bar .game-type-container .icon,
.HomePage div:nth-child(15) .wrapper .top-bar .game-type-container .icon {
    display: none !important;
}

.HomePage div:nth-child(9) .wrapper .top-bar .game-type-container::before,
.HomePage div:nth-child(10) .wrapper .top-bar .game-type-container::before,
.HomePage div:nth-child(12) .wrapper .top-bar .game-type-container::before,
.HomePage div:nth-child(13) .wrapper .top-bar .game-type-container::before,
.HomePage div:nth-child(15) .wrapper .top-bar .game-type-container::before {
    content: '';
    width: 30px;
    height: 30px;
    margin-right: 10px;
    transition: 0.1s;
}

.HomePage .GamesRow .wrapper .top-bar .game-type-container:hover::before {
    transform: scale(1.1);
}

.HomePage div:nth-child(9) .wrapper .top-bar .game-type-container::before {
    background: url('/images/icons/menuIcons/top.svg') center center no-repeat;
    background-size: contain;
}

.HomePage div:nth-child(10) .wrapper .top-bar .game-type-container::before {
    background: url('/images/icons/menuIcons/new.svg') center center no-repeat;
    background-size: contain;
}

.HomePage div:nth-child(12) .wrapper .top-bar .game-type-container::before {
    background: url('/images/icons/menuIcons/buy_bonus.svg') center center no-repeat;
    background-size: contain;
}

.HomePage div:nth-child(13) .wrapper .top-bar .game-type-container::before {
    background: url('/images/icons/menuIcons/live_dealers.svg') center center no-repeat;
    background-size: contain;
}

.HomePage div:nth-child(15) .wrapper .top-bar .game-type-container::before {
    background: url('/images/icons/menuIcons/roulettes.svg') center center no-repeat;
    background-size: contain;
}

@media (orientation: landscape) and (max-width: 991px) {

    .HomePage div:nth-child(10) .wrapper .top-bar .game-type-container .icon,
    .HomePage div:nth-child(11) .wrapper .top-bar .game-type-container .icon,
    .HomePage div:nth-child(13) .wrapper .top-bar .game-type-container .icon,
    .HomePage div:nth-child(14) .wrapper .top-bar .game-type-container .icon,
    .HomePage div:nth-child(16) .wrapper .top-bar .game-type-container .icon {
        display: none !important;
    }

    .HomePage div:nth-child(10) .wrapper .top-bar .game-type-container::before,
    .HomePage div:nth-child(11) .wrapper .top-bar .game-type-container::before,
    .HomePage div:nth-child(13) .wrapper .top-bar .game-type-container::before,
    .HomePage div:nth-child(14) .wrapper .top-bar .game-type-container::before,
    .HomePage div:nth-child(16) .wrapper .top-bar .game-type-container::before {
        content: '';
        width: 30px;
        height: 30px;
        margin-right: 10px;
        transition: 0.1s;
    }

    .HomePage .GamesRow .wrapper .top-bar .game-type-container:hover::before {
        transform: scale(1.1);
    }

    .HomePage div:nth-child(10) .wrapper .top-bar .game-type-container::before {
        background: url('/images/icons/menuIcons/top.svg') center center no-repeat;
        background-size: contain;
    }

    .HomePage div:nth-child(11) .wrapper .top-bar .game-type-container::before {
        background: url('/images/icons/menuIcons/new.svg') center center no-repeat;
        background-size: contain;
    }

    .HomePage div:nth-child(13) .wrapper .top-bar .game-type-container::before {
        background: url('/images/icons/menuIcons/hold_and_spin.svg') center center no-repeat;
        background-size: contain;
    }

    .HomePage div:nth-child(14) .wrapper .top-bar .game-type-container::before {
        background: url('/images/icons/menuIcons/buy_bonus.svg') center center no-repeat;
        background-size: contain;
    }

    .HomePage div:nth-child(16) .wrapper .top-bar .game-type-container::before {
        background: url('/images/icons/menuIcons/jackpot.svg') center center no-repeat;
        background-size: contain;
    }
}

/* Filter */
.Filter .wrapper {
    justify-content: flex-start !important;
}

.TagsMenu {
    margin: unset !important;
    order: -1;
    height: 100%;
}

.TagsMenu .dropdown-trigger {
    background: #024E4B !important;
    min-width: unset !important;
    height: 100% !important;
    border-radius: 100px !important;
    margin-right: unset !important;
    padding: 10.5px 23.5px !important;
}

.TagsMenu .dropdown-trigger .pointer,
.Filter .wrapper .providers-button,
.Filter .wrapper .Search .icon {
    display: none !important;
}

.TagsMenu .dropdown-trigger span {
    margin-right: unset !important;
    color: var(--baseWhiteText) !important;
    width: auto !important;
}

.TagsMenu.skelet {
    background: var(--baseColor);
    border-radius: 100px !important;
    height: 44.5px !important;
    margin-right: unset !important;
    max-width: 100px !important;
    min-width: 100px !important;
}

.right-buttons-wrapper {
    order: -1;
}

.Filter .wrapper .right-buttons-wrapper .random-game-button {
    border-radius: 100px !important;
    background: #024E4B !important;
    width: 42px;
    height: 42px !important;
    max-width: 42px !important;
    min-width: 42px !important;
    max-height: 100% !important;
    padding: 8px 0;
}

.Filter .wrapper .right-buttons-wrapper .random-game-button:hover {
    border: unset !important;
}

.Filter .wrapper .right-buttons-wrapper .random-game-button svg {
    width: 26px !important;
    height: 26px !important;
}

.Filter .wrapper .right-buttons-wrapper .random-game-button.skelet {
    height: 42px !important;
}

.Filter .wrapper .Search {
    background: transparent !important;
    padding: 3.75px 10px;
    height: unset !important;
}

.Filter .wrapper .Search .search-input {
    padding-left: 45px;
}

.Filter .wrapper .Search .search-input::placeholder {
    opacity: 1 !important;
}

.Filter .wrapper .Search .icon {
    display: none !important;
}

.Filter .wrapper .Search::before {
    content: '';
    background: url('/images/icons/search.svg') center center no-repeat;
    background-size: cover;
    height: 26px;
    width: 26px;
    position: absolute;
    left: 8px;
    z-index: -1;
}

.Filter .wrapper .Search::after {
    content: '';
    background: #024E4B;
    background-size: cover;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    z-index: -2;
    border-radius: 100px;
}

@media (max-width: 991px) {
    .Filter {
        position: fixed !important;
        background: var(--baseColor);
        margin: -1px 0 0 !important;
        padding: 10px 0 !important;
        z-index: 3;
    }

    .Filter .wrapper {
        gap: 10px !important;
    }
}

@media (max-width: 450px) and (orientation: portrait) {
    .Filter .wrapper {
        display: flex !important;
    }

    .TagsMenu {
        width: auto !important;
    }
}

/* Navigation Menu */
.content-wrapper>.top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-wrapper .controls {
    width: 100%;
    padding: 6px 0 10px 17px !important;
}

.SupportButton.menu {
    width: 100%;
    max-width: 195px;
}

.SupportButton.menu .support-trigger {
    max-width: 195px;
    padding: 8px !important;
    border-radius: 25px !important;
}

.SupportButton[data-opened='true'].menu .support-trigger {
    border-radius: 20px 20px 0 0 !important;
}

.content-wrapper .element.menu .text,
.content-wrapper .TypesTabs .type.slots,
.content-wrapper .logo .domen-info,
.ButtonBonuses.menu,
.ButtonDeposit.menu {
    display: none !important;
}

.content-wrapper .element.menu {
    height: unset !important;
    width: 100%;
    padding-left: unset !important;
}

.NavigationMenu-mobile[data-open='false'] .content-wrapper .element.menu {
    height: 55px !important;
}

.content-wrapper .element.menu .logo {
    margin-left: unset !important;
    transform: unset !important;
    width: 100%;
}

.content-wrapper .element.menu .logo::before {
    content: '';
    background: url('/images/longLogo.png') center center no-repeat;
    background-size: 66%;
    background-position-y: 56%;
    display: block;
    height: 80px;
    width: 100%;
}

@media (max-width: 991px) {
    .content-wrapper .element.menu[data-open=false] .logo::before {
        opacity: 0;
        transition: 0.2s;
    }

    .content-wrapper .element.menu .logo::before {
        height: 74px;
        width: 100%;
    }
}

.content-wrapper .tabs,
.content-wrapper .TypesTabs {
    display: flex;
    flex-direction: column;
    margin: unset !important;
}

.content-wrapper .element.home {
    height: unset !important;
    margin-bottom: 17px !important;
    width: 100%;
    margin-left: 17px;
    margin-right: auto;
}

.content-wrapper .tabs .element.fishing_games,
.content-wrapper .tabs .element.fast_games {
    order: -1;
}

.content-wrapper .element:not(.menu),
.content-wrapper .type,
.SupportButton.menu .single-support {
    background: #005c58;
    max-width: 195px;
    padding: 8px !important;
    border-radius: 100px;
}

.SupportButton.menu .single-support {
    width: 100% !important;
}

.SupportButton.menu {
    background: unset !important;
}

.content-wrapper .type.active .text,
.content-wrapper .element.active .text {
    color: #fff !important;
}

.content-wrapper .element .text,
.content-wrapper .type .text,
.NavigationMenu-mobile .LanguageButton .activeLanguage {
    font-size: 18px !important;
    line-height: 20px !important;
}

.content-wrapper .element .text,
.content-wrapper .type .text {
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-wrapper .element:not(.menu).active,
.content-wrapper .type.active {
    background: linear-gradient(90deg, #0faf9f 0%, #005c58 70%);
}

.content-wrapper .element:not(.menu):hover,
.content-wrapper .type:hover {
    background: linear-gradient(90deg, #0faf9f 0%, #005c58 70%);
}

.content-wrapper .element:not(.menu) img,
.content-wrapper .type img {
    display: none !important;
}

.content-wrapper .element:not(.menu)::before,
.content-wrapper .type::before {
    content: '';
    margin-right: 12px;
    height: 36px;
    max-width: 36px;
    min-width: 36px !important;
    transition: 0.2s ease;
}

.content-wrapper .element:not(.menu):hover::before,
.content-wrapper .type:hover::before,
.content-wrapper .type:hover img {
    transform: scale(1.3);
    margin-right: 15px !important;
}



.content-wrapper .element.slots::before {
    background: url('/images/icons/menuIcons/slots.svg') center center no-repeat;
    background-size: cover;
}

.content-wrapper .element.slots.active::before {
    background: url('/images/icons/menuIcons/slotsActive.svg') center center no-repeat;
    background-size: cover;
}

.content-wrapper .element.fishing_games::before {
    background: url('/images/icons/menuIcons/fishing_games.svg') center center no-repeat;
    background-size: cover;
}

.content-wrapper .element.fishing_games.active::before {
    background: url('/images/icons/menuIcons/fishing_gamesActive.svg') center center no-repeat;
    background-size: cover;
}

.content-wrapper .element.live_dealers::before {
    background: url('/images/icons/menuIcons/live_dealers.svg') center center no-repeat;
    background-size: cover;
}

.content-wrapper .element.live_dealers.active::before {
    background: url('/images/icons/menuIcons/live_dealersActive.svg') center center no-repeat;
    background-size: cover;
}

.content-wrapper .element.sport_betting::before {
    background: url('/images/icons/menuIcons/sport_betting.svg') center center no-repeat;
    background-size: cover;
}

.content-wrapper .element.sport_betting.active::before {
    background: url('/images/icons/menuIcons/sport_bettingActive.svg') center center no-repeat;
    background-size: cover;
}

.content-wrapper .element.fast_games::before {
    background: url('/images/icons/menuIcons/fast_games.svg') center center no-repeat;
    background-size: cover;
}

.content-wrapper .element.fast_games.active::before {
    background: url('/images/icons/menuIcons/fast_gamesActive.svg') center center no-repeat;
    background-size: cover;
}

.content-wrapper .element.favorite::before {
    background: url('/images/icons/menuIcons/favorite.svg?v=2') center center no-repeat;
    background-size: cover;
}

.content-wrapper .element.last_games::before {
    background: url('/images/icons/menuIcons/last_games.svg?v=2') center center no-repeat;
    background-size: cover;
}

.content-wrapper .type.top::before {
    background: url('/images/icons/menuIcons/top.svg') center center no-repeat;
    background-size: contain;
}

.content-wrapper .type.top.active::before {
    background: url('/images/icons/menuIcons/topActive.svg') center center no-repeat;
    background-size: contain;
}

.content-wrapper .type.new::before {
    background: url('/images/icons/menuIcons/new.svg') center center no-repeat;
    background-size: contain;
}

.content-wrapper .type.new.active::before {
    background: url('/images/icons/menuIcons/newActive.svg') center center no-repeat;
    background-size: contain;
}

.content-wrapper .type.hold_and_spin::before {
    background: url('/images/icons/menuIcons/hold_and_spin.svg') center center no-repeat;
    background-size: contain;
}

.content-wrapper .type.hold_and_spin.active::before {
    background: url('/images/icons/menuIcons/hold_and_spinActive.svg') center center no-repeat;
    background-size: contain;
}

.content-wrapper .type.jackpot::before {
    background: url('/images/icons/menuIcons/jackpot.svg') center center no-repeat;
    background-size: contain;
}

.content-wrapper .type.jackpot.active::before {
    background: url('/images/icons/menuIcons/jackpotActive.svg') center center no-repeat;
    background-size: contain;
}


.content-wrapper .element.home::before {
    background: url('/images/icons/menuIcons/home.svg') center center no-repeat;
    background-size: cover;
}

.content-wrapper .TypesTabs .type.all::before {
    background: url(/images/icons/menuIcons/slots.svg?v=1) center center no-repeat;
    background-size: contain;
}

.content-wrapper .TypesTabs .type.live_dealers::before {
    background: url(/images/icons/menuIcons/live_dealers.svg?v=1) center center no-repeat;
    background-size: contain;
}

.content-wrapper .TypesTabs .type.roulettes::before {
    background: url(/images/icons/menuIcons/roulettes.svg?v=1) center center no-repeat;
    background-size: contain;
}

.content-wrapper .TypesTabs .type.fast_games::before {
    background: url(/images/icons/menuIcons/fast_games.svg?v=1) center center no-repeat;
    background-size: contain;
}

.content-wrapper .TypesTabs .type.sports::before {
    background: url(/images/icons/menuIcons/sports.svg?v=1) center center no-repeat;
    background-size: contain;
}

.content-wrapper .TypesTabs .type.buy_bonus::before {
    background: url(/images/icons/menuIcons/buy_bonus.svg?v=1) center center no-repeat;
    background-size: contain;
}

.content-wrapper .TypesTabs .type.buy_bonus::before {
    background: url(/images/icons/menuIcons/buy_bonus.svg?v=1) center center no-repeat;
    background-size: contain;
}

.NavigationMenu-mobile .LanguageButton .flag .image {
    width: 28px;
}

.NavigationMenu-mobile .LanguageButton .list {
    width: 56px !important;
}

.NavigationMenu-mobile .LanguageButton .list .flag .image {
    width: 34px;
}

.NavigationMenu-mobile .LanguageButton .pointer[data-opened=true] {
    right: 58px;
}

.NavigationMenu-mobile .LanguageButton .inner-elements .trigger {
    margin-right: 18px;
}

/* Banners*/
.Banners {
    margin-top: 10px;
}


.Banners .banner .image.error,
.Banners .banner .video.error {
    background-size: 20% !important;
}

.Banners .banner-1 .content {
    width: 100% !important;
    height: 100%;
    justify-content: center !important;
    align-items: flex-start !important;
}

.Banners .banner-1 .content .button {
    margin-top: 12% !important;
    margin-left: 125px;
    background: #01A7F7 !important;
    border-radius: 100px !important;
    text-transform: unset !important;
    padding: 10px 32px !important;
    width: unset !important;
    height: unset !important;
}

.Banners .banner-1 .content .button:hover {
    box-shadow: 0 4px 22px 0 rgba(1, 167, 247, .77) !important;
}

.Banners .banner-1 .content .button div {
    display: none !important;
}

.Banners .banner-1 .content .button::before {
    content: 'for 1 deposit';
    font-weight: 500;
    font-size: 26px;
    color: var(--homePageBannerButtonText);
}

@media (max-width: 1350px) {
    .Banners .banner-1 .content .button {
        margin-left: 9vw;
    }
}

@media (max-width: 1250px) {
    .Banners .banner-1 .content .button {
        margin-left: 8vw;
    }
}

@media (max-width: 1150px) {
    .Banners .banner-1 .content .button {
        margin-left: 7vw;
    }
}

@media (max-width: 1050px) {
    .Banners .banner-1 .content .button {
        margin-left: 8vw;
        padding: 6px 22px !important;
    }

    .Banners .banner-1 .content .button::before {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .Banners {
        padding-top: 54px !important;
    }

    .Banners .banner-1 .content .button {
        margin-left: 12vw;
    }
}

@media (max-width: 991px) and (orientation: landscape) {
    .Banners .banner-1 .content .button {
        margin-left: 9vw;
    }
}

@media (max-width: 991px) and (orientation: portrait) {
    .Banners .banner-1 .content .button {
        margin-top: 17% !important;
    }
}

@media (max-width: 650px) {
    .Banners .banner .content {
        padding-left: unset !important;
    }
}

@media (max-width: 500px) {
    .Banners .banner-1 .content .button {
        margin-left: 7% !important;
    }

    .Banners .banner-1 .content .button::before {
        font-size: 14px;
    }
}

/* Big Categories */
.BigCategories .container .types-swiper .category.slots .text,
.BigCategories .container .types-swiper .category .ico,
.Categories {
    display: none !important;
}

.BigCategories .container .types-swiper .category .text {
    font-size: 24px !important;
    text-transform: capitalize !important;
}

.BigCategories .container .types-swiper .category.slots::after {
    content: 'casino';
    color: var(--homePageActiveText);
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

@media (max-width: 450px) {
    .BigCategories .container .types-swiper .category.slots::after {
        font-size: 22px;
    }
}

.BigCategories .container .types-swiper .category::before {
    content: '';
    width: 100%;
    height: 80%;
    padding: 0 30px;
    margin-bottom: 10px;
    transition: .3s transform ease-out;
}

.BigCategories .container .types-swiper .category:hover::before {
    transform: scale(1.1);
}

@media (max-width: 650px) {
    .BigCategories .container .types-swiper .category::before {
        height: 65%;
    }
}

.BigCategories .container .types-swiper .category.slots::before {
    background: url('/images/icons/bigCategories/slots.png') center center no-repeat;
    background-size: contain;
}

.BigCategories .container .types-swiper .category.fast_games::before {
    background: url('/images/icons/bigCategories/fast_games.png') center center no-repeat;
    background-size: contain;
}

.BigCategories .container .types-swiper .category.all::before {
    background: url('/images/icons/bigCategories/all.png?=v1') center center no-repeat;
    background-size: contain;
}

.BigCategories .container .types-swiper .category.sport_betting::before {
    background: url('/images/icons/bigCategories/sport_betting.png?=v1') center center no-repeat;
    background-size: contain;
}

.BigCategories .container .types-swiper .category.live_dealers::before {
    background: url('/images/icons/bigCategories/live_dealers.png?=v1') center center no-repeat;
    background-size: contain;
}

.BigCategories .container .types-swiper .category.buy_bonus::before {
    background: url('/images/icons/bigCategories/buy_bonus.png') center center no-repeat;
    background-size: contain;
}

.BigCategories .container .types-swiper .category.all .text,
.BigCategories .container .types-swiper .category.buy_bonus .text,
.BigCategories .container .types-swiper .category.sport_betting .text,
.BigCategories .container .types-swiper .category.fast_games .text,
.BigCategories .container .types-swiper .category.live_dealers .text {
    display: none;
}

.BigCategories .container .types-swiper .category::after {
    color: var(--homePageActiveText);
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-transform: uppercase;
    font-size: 19px;
}

.BigCategories .container .types-swiper .category.live_dealers::after {
    content: 'CASINO EN VIVO';
}

.BigCategories .container .types-swiper .category.all::after {
    content: 'SLOTS';
}

.BigCategories .container .types-swiper .category.buy_bonus::after {
    content: 'JUEGOS CON BONO';
}

.BigCategories .container .types-swiper .category.fast_games::after {
    content: 'JUEGOS CRASH';
}

.BigCategories .container .types-swiper .category.sport_betting::after {
    content: 'DEPORTIVAS';
}


/* Providers Slider */
.providers-swiper-categories .top {
    margin-bottom: 12px !important;
}

.providers-swiper-categories .provider-card {
    height: 48px !important;
}

.providers-swiper-categories .swiper .provider-card .img-colorless {
    opacity: .3;
}

.providers-swiper-categories .swiper .provider-card[data-active="true"] .img-colorless {
    opacity: 1;
}

.providers-swiper-categories .swiper .provider-card:hover .img-colorless {
    opacity: 1;
}

.providers-swiper-categories .top .view-all {
    display: flex;
    align-items: center;
}

/* Game Card */
.Game-card .buttons {
    padding: unset !important;
    backdrop-filter: blur(2px);
}

/* Footer */
.Footer .info-block .domen-info .logo,
.Footer .info-block .domen-info .copyright,
.Footer .docs {
    display: none !important;
}

.Footer .info-block .domen-info::before {
    content: "";
    background-image: url(images/longLogo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    display: block;
    height: 110px;
    width: 173px;
}

/* Mobile Bar */
.MobileBar .categories .section img,
.MobileBar .deposit img {
    display: none !important;
}


.MobileBar .categories .section::before {
    content: '';
    width: 33px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.MobileBar span {
    display: none;
}

.MobileBar .categories .section.all::before {
    background: url(/images/icons/menuIcons/slots.svg?v=1) center center no-repeat;
    background-size: cover;
}

.MobileBar .categories .section.all::after {
    content: 'Slots';
}

.MobileBar .categories .section.live_dealers::before {
    background: url("/images/icons/menuIcons/live_dealers.svg") center center no-repeat;
    background-size: cover;
}

.MobileBar .categories .section.live_dealers::after {
    content: 'Casino en vivo';
}

.MobileBar .categories .section.buy_bonus::before {
    background: url("/images/icons/menuIcons/buy_bonus.svg") center center no-repeat;
    background-size: cover;
}

.MobileBar .categories .section.buy_bonus::after {
    content: 'Juegos con Bono';
}

.MobileBar .categories .section.fast_games::before {
    background: url("/images/icons/menuIcons/fast_games.svg") center center no-repeat;
    background-size: cover;
}

.MobileBar .categories .section.fast_games::after {
    content: 'Juegos Crash';
}

.MobileBar .deposit .image::before {
    content: '';
    background: url("/images/icons/mobileBar/deposit.svg") center center no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
}

/* Auth Page */
.AuthPage .Auth .LoginForm .button.submit[data-loading=true] {
    background: var(--baseGradient) !important;
}

.Auth-bonuses .content .window .form-window {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Auth-bonuses .content .window .form-window .logo {
    display: none !important;
}

.Auth-bonuses .content .window .form-window::before {
    content: '';
    background: url('/images/longLogo.png') center center no-repeat;
    background-size: 77%;
    display: block;
    height: 58px;
    width: 195px;
    margin-bottom: 15px
}

.Auth-bonuses .content .window .form-window .forms .submit span,
.Auth-bonuses .content .window .form-window .forms .registration,
.Auth-bonuses .content .window .form-window .forms .submit-button span {
    color: #fff;
    font-weight: 700 !important;
}

.Auth-bonuses[data-mobile=true] .content {
    overflow: hidden scroll;
}

/* Account Page */
.TabContent .QrCode .image {
    background: var(--categoriesBackground) !important;
    border: var(--categoriesTypeBorder) !important;
}

.TabsMenu .menu .section:not([data-active=true]) {
    border: 1px solid #04DB91 !important;
}

.TabsMenu .menu .section svg path {
    fill: #04DB91;
}

.WagerBonus .toggle {
    background: var(--accountPageAccentPlate) !important;
}

.WagerBonus .info .depositButton svg path {
    fill: #fff !important;
}

.Deposit .PaymentSystems.PaymentSystems--new .payment-system[data-select=false]:hover {
    background: var(--categoriesActiveBackground);
}

.TabContent .settings .show-history,
.TabContent .PasswordChangeForm .submit,
.TabContent .TransactionHistory .settings .operation div,
.information .bonus-item.promocodes .PromoForm .flex .submit {
    /* color: #fff !important; */
    border-bottom: unset !important
}

.TabContent .TransactionHistory .settings .operation {
    border: 2px solid #0BAA8A !important;
}

/* Game Page */
.Game-page .arrows .arrow-left {
    transform: rotate(0deg) !important;
}

.Game-page .arrows .arrow-right {
    transform: rotate(180deg) !important;
}

@media (max-width: 991px) and (orientation: landscape) {
    .game-wrapper .game-window-ios .GameFrame {
        height: 95% !important;
    }
}