﻿.game .name
{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    width: 96%;
}
.game:not(.provider26-2521) img
{
    transition: transform .4s ease;
}
.game:not(.provider26-2521) .name
{
    opacity: 0;
    font-weight: 400;
}
.game:not(.provider26-2521):hover .name, .game:not(.provider26-2521):hover .play-for-real-game
{
    opacity: 1;
    animation: opacity .2s ease;
}
.game:not(.provider26-2521):hover .favourite-game
{
    display: block;
}
.game:not(.provider26-2521):hover img
{
    transform: scale(1.03);
}
.game.provider26-2521 img
{
    transition: opacity 1s ease-in-out;
    height: auto;
}
.game.provider26-2521 .provider26-2521
{
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border: none;
}
.game.provider26-2521:hover .provider26-2521
{
    opacity: 0;
}
.game .game-hover
{
    align-items: center;
    padding: 6px;
    opacity: 0;
}
@media screen and (max-width: 767px)
{
    .game .game-hover .name
    {
        font-size: 11px;
        text-transform: capitalize;
    }
}
.game:hover .game-hover
{
    top: 0;
    opacity: 1;
    transition-delay: 150ms;
    transition-duration: .2s;
    transition-property: opacity;
}
.game .image
{
    position: absolute;
}
.game .Game-Provider-Placeholder, .game .name
{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.play-btn
{
    display: flex;
    padding: 8px 0;
}
.play-btn::before
{
    content: '';
    font: normal normal normal 15px/1 iconFonts;
    font-size: 40px;
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
    transition: all .4s;
}
@media screen and (max-width: 330px)
{
    .play-btn::before
    {
        font-size: 29px;
    }
}
.play-btn:hover:before
{
    transform: scale(1.1);
}
.jackpot-game .play-btn
{
    font-size: clamp(37px,4vw,55px);
}
.game-mode #rcasino
{
    background: 0 0;
    margin-top: 35px;
}
.game-mode #rcasino h1
{
    visibility: hidden;
}
.game-mode #rcasino .GameList-HomePage-Item, .game-mode #rcasino .GameList-Provider-Item, .game-mode #rcasino .GamesList-loadmore, .game-mode #rcasino .Navbar nav, .game-mode #rcasino .Navbar-bottom
{
    display: none;
}
.game-mode .footers-container-second, .game-mode .top-menu, .game-mode footer
{
    display: block;
}
.game-mode #gamePlayContainer
{
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1421px;
    border-radius: 4px;
}
.game-mode .game-mode-fullscreen #gamePlayContainer
{
    max-width: none;
}
.game-mode .games
{
    min-height: 730px;
    height: auto;
}
.game-mode header .navbar-brand
{
    display: block;
}
.game-mode .play-for-fun-logo
{
    display: none;
}
.game-mode.fullscreen #rcasino, .game-mode.fullscreen .footers-container-second, .game-mode.fullscreen .navbar-default, .game-mode.fullscreen .random-games, .game-mode.fullscreen .rc, .game-mode.fullscreen .top-menu, .game-mode.fullscreen footer
{
    display: none;
}
.game-mode.fullscreen #virtualsportsPlayContainer .game-container-iframe-holder
{
    height: 100dvh;
}
.game-mode.fullscreen #virtualsportsPlayContainer, .game-mode.fullscreen .game-container-iframe-holder-wrapper
{
    max-width: 100%;
}
.game-mode.fullscreen .games
{
    max-height: 100%;
    min-height: 100dvh;
}
.game-mode.fullscreen #gamePlayContainer, .game-mode.fullscreen #liveCasinoContainer .game-play-frame, .game-mode.fullscreen .live-casino.vs .game-container-iframe-holder iframe
{
    max-height: 100%;
    max-width: 100%;
    overflow: visible;
}
.game-mode.fullscreen a.active.active .realtime
{
    display: none;
}
.game-mode #randomGamesContaiener
{
    height: auto;
    opacity: 1;
    z-index: 1;
}
.game-mode .content-wrapper
{
    background: 0 0;
}
.game-mode .header-bg
{
    background-color: transparent;
    background-image: linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,0));
}
.game-mode .game-play-titlebar
{
    height: 53px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
}
.game-mode .game-play-title
{
    font-size: 16px;
    font-weight: 700;
}
.game-mode .game-play-time
{
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}
.game-mode .full-screen-is-hidden .fav-toggle
{
    margin-right: 50px;
    margin-top: 11px;
}
.game-mode .fav-toggle
{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    margin-right: 110px;
    z-index: 10;
    margin-top: 5px;
}
.game-mode .fav-toggle:before
{
    content: '';
    font: normal normal normal 16px/1 iconFonts;
    vertical-align: middle;
    position: absolute;
    line-height: 32px;
    left: 9px;
    color: #fff;
}
.game-mode .efs, .game-mode .fs
{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.game-mode .efs:before, .game-mode .fs:before
{
    content: '';
    font: normal normal normal 16px/1 iconFonts;
    position: absolute;
    color: #fff;
    left: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 32px;
    font-size: 14px;
    transition: all .5s ease;
    text-align: center;
}
.game-mode .efs:before:hover, .game-mode .fs:before:hover
{
    color: #fff;
}
.game-mode .efs .icon, .game-mode .fs .icon
{
    display: none;
}
.game-mode .efs
{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.game-mode .efs:before
{
    content: '';
    font: normal normal normal 16px/1 iconFonts;
    position: absolute;
    color: #ffce00;
    left: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 32px;
    font-size: 17px;
    transition: all .5s ease;
}
.game-mode .efs:before:hover
{
    color: #ffce00;
}
.game-mode .efs .icon
{
    display: none;
}
.game-mode .game-container-iframe-holder
{
    display: flex;
    flex-direction: column;
}
.game-mode .game-container-iframe-holder iframe
{
    position: relative;
}
.game-mode .game-play-frame
{
    flex: 1;
}
.game-mode .play-for-fun-filters
{
    display: none;
}
.game-mode .game-container-iframe-holder-wrapper
{
    width: 100%;
    flex: 1 1 0%;
    position: relative;
}
.game-mode .game-container-iframe-holder-wrapper .play-for-fun-filters
{
    display: block;
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 10px;
    padding-right: 7px;
}
.game-mode .game-container-iframe-holder-wrapper .play-for-fun-filters .favourite-toggle
{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    visibility: hidden;
}
.game-mode .game-container-iframe-holder-wrapper .play-for-fun-filters .favourite-toggle:before
{
    content: '';
    font: normal normal normal 16px/1 iconFonts;
    vertical-align: middle;
    position: absolute;
    line-height: 32px;
    left: 9px;
}
.game-mode .game-container-iframe-holder-wrapper .play-for-fun-filters .winners-toggle
{
    display: inline-block;
    background: #242424;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
}
.game-mode .game-container-iframe-holder-wrapper .play-for-fun-filters .winners-toggle:before
{
    content: '';
    font: normal normal normal 13px/1 iconFonts;
    vertical-align: middle;
    position: absolute;
    line-height: 32px;
    left: 9px;
    color: #fff;
}
.game-mode .game-container-iframe-holder-wrapper .play-for-fun-filters .winners-toggle.active:before
{
    color: #ffce00;
}
.game-mode .game-container-iframe-holder-wrapper .play-for-fun-filters .full-screen.active .efs
{
    display: inline-block!important;
}
.game-mode .game-container-iframe-holder-wrapper .play-for-fun-filters .close
{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.game-mode .game-container-iframe-holder-wrapper .play-for-fun-filters .close:after
{
    content: '';
    font: normal normal normal 15px/1 iconFonts;
    position: absolute;
    line-height: 32px;
    left: 9px;
    color: #fff;
}
.game-mode .weekly-players-holder
{
    width: 368px;
}
.game-mode .weekly-players-holder.active
{
    width: 0;
}
.game-mode .weekly-players-holder h1
{
    font-size: 24px;
    font-weight: 400;
}
.game-mode .weekly-players-holder h1:before
{
    content: '';
    font: normal normal normal 13px/1 iconFonts;
    vertical-align: middle;
    margin-right: 9px;
}
.game-mode .weekly-players-holder .right-arrow
{
    left: auto;
    right: 2px;
    top: 2px;
}
.game-mode .weekly-players-holder .right-arrow .icon-arrow:before
{
    content: '';
}
.game-mode .weekly-players-holder.active .right-arrow
{
    display: none;
}
.game-mode #liveCasinoContainer>.games
{
    padding-bottom: 0;
    box-sizing: content-box;
}
body.body-casino:not(.game-mode)
{
    background-image: none!important;
}
body.body-casino:not(.game-mode) .games
{
    min-height: 0;
    padding: 0;
}
.live-casino.vs .GamesList .game:hover .favourite-game
{
    display: none;
}
.live-casino.vs .game-container-iframe-holder-wrapper
{
    width: 100%;
    max-width: 1380px;
}
.live-casino.vs .game-container-iframe-holder iframe
{
    min-width: 100%;
    max-width: 1326px;
    max-height: 100%;
    min-height: 750px;
}
.live-casino.vs #virtualsportsPlayContainer
{
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1326px;
}
.live-casino.vs .full-screen
{
    display: inline-block!important;
}
.App
{
    min-height: 450px;
}
.game-mode .App
{
    min-height: 0;
}
#rcasino
{
    background: #222224;
}
.rc
{
    padding: 32px 0;
}
.casino-loading
{
    min-height: 200px;
    position: relative;
}
.GamesList-loadmore
{
    width: 338px;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #c6c6c6;
    opacity: .8;
    font-size: 20px;
    font-weight: 500;
    color: #d8d8d8;
    background-color: transparent;
    margin: 30px auto;
    display: block;
    cursor: pointer;
}
.GamesList .ready-to-go
{
    display: none;
}
.GamesList .game
{
    transition: transform .2s ease;
}
.GamesList .game .game-hover .play-for-real-game::before
{
    font-size: clamp(44px,5vw,62px);
}
.GamesList .game .lazy-image
{
    opacity: 0;
}
.GamesList .game:hover img
{
    transform: none;
    will-change: auto;
}
.GamesList .game:hover .image img
{
    transform: scale(1.03);
}
.GamesList .game:hover .game-hover
{
    background: rgba(34,34,34,.82);
}
.GamesList .game:hover .favourite-game
{
    display: block;
}
.GamesList .game .labels-wrapper
{
    border-radius: 2px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.6);
    margin: 9px 9px 0 9px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    min-width: auto;
    text-align: center;
    padding: 3px 5px 2px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…JHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDF2MUgweiIvPjwvc3ZnPg==);
    background-image: linear-gradient(90deg,#fb5e59,#e72f35);
    transform: skewX(-10deg);
    position: absolute;
    top: 0;
    bottom: auto;
    z-index: 2;
}
.GamesList .game .labels-wrapper span
{
    font-size: 10px;
    text-transform: none;
    color: #fff;
}
.GamesList .game label.rating
{
    display: none;
}
.GamesList .grid.grid--1of5 .grid-cell
{
    max-height: 275px;
}
.GamesList .favourite-game
{
    bottom: 8px;
    right: 6px;
    display: none;
    z-index: 14;
    top: auto;
}
.GamesList .favourite-game .icon
{
    font-size: 19px;
    color: #fff;
}
.GamesList .favourite-game .icon.selected
{
    font-size: 17px;
}
.anonymous .GamesList .game:hover .favourite-game
{
    display: none;
}
.Game-Provider-Image
{
    width: 50%;
    margin: auto;
}
@media screen and (max-width: 500px)
{
    .Game-Provider-Image
    {
        max-width: 70%;
        width: 70%;
    }
}
.jackpot-game .Game-Provider-Image
{
    width: 35%;
}
@media screen and (max-width: 500px)
{
    .jackpot-game .Game-Provider-Image
    {
        width: 75%;
    }
}
.GameList-Provider-Title
{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 22px;
}
.GameList-Provider-Title::before
{
    content: attr(data-first-letter);
    border: 2px solid #fff;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    display: inline-block;
    text-align: center;
    line-height: 53px;
    margin-right: 12px;
}
.GameList-noFavGames
{
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #a3a3a3;
    padding: 50px;
}
.GameList-noFavGames::before
{
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background: url(../../willbetgambling/image/unhappy.svg) no-repeat;
    background-size: contain;
    margin: 70px auto 30px;
}
@media(max-width: 768px)
{
    .GamesList .game .play-for-fun-game, .GamesList .game .play-for-real-game
    {
        height: 100%;
        display: block;
    }
    .logged .rc:not(.vs) .GamesList .favourite-game
    {
        display: block;
    }
}
.Navbar nav
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.Navbar li
{
    font-size: 16px;
    font-weight: 700;
}
.game-mode .Navbar
{
    padding: 0 50px;
}
.Navbar-top
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.Navbar-top h1
{
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
}
@media(max-width: 767px)
{
    .Navbar-top h1
    {
        font-size: 19px;
        position: relative;
        top: 2px;
    }
}
.Navbar-top h1 .icon::before
{
    content: "";
    color: #1fb5b5;
    font-size: 29px;
    margin-right: 8px;
}
@media(max-width: 767px)
{
    .Navbar-top h1 .icon::before
    {
        position: relative;
        top: 3px;
        font-size: 26px;
    }
}
.Navbar-top h1.heading-livecasino .icon::before
{
    content: "";
}
.Navbar-top h1.heading-virtualsports .icon::before
{
    content: "";
}
.Navbar-bottom
{
    display: flex;
}
.mobileMenuCnt
{
    flex-grow: 1;
    width: 70%;
}
.Navbar-list
{
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    flex: 1;
    position: relative;
}
.Navbar-list li
{
    display: inline-block;
    position: relative;
    line-height: 40px;
    white-space: nowrap;
    flex-shrink: 0;
}
.Navbar-list li.Mobile-SortPanel
{
    display: none;
}
.NavDropdownCnt
{
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    margin-right: 24px;
}
.NavDropdownCnt.open
{
    background-color: #131315;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
}
.NavDropdownCnt .NavDropdownCnt-toggler
{
    color: #d8d8d8;
    white-space: nowrap;
}
.NavDropdownCnt .NavDropdownCnt-toggler:hover
{
    color: #d8d8d8;
}
.NavDropdownCnt .NavDropdownCnt-toggler::before
{
    background: url(../../willbetgambling/image/filters.svg) no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 5px;
    margin-left: 5px;
}
.NavDropdownCnt .NavDropdownCnt-toggler::after
{
    background: url(../../willbetgambling/image/dropdown.svg) no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: 50% 90%;
    margin-right: 5px;
}
.NavDropdown
{
    width: 220px;
    display: none;
    position: absolute;
    background: #131315;
    border-radius: 4px;
    padding: 0 16px;
    z-index: 10000;
    left: 0;
    max-height: 400px;
    overflow: auto;
}
@media(max-width: 768px)
{
    .NavDropdown
    {
        z-index: 4;
    }
}
.NavDropdown.open
{
    display: block;
}
.NavDropdown li
{
    display: block;
    line-height: 46px;
    font-size: 14px;
}
.NavDropdown li:last-child
{
    margin-bottom: 10px;
}
.NavDropdown li.NavDropdown-ClearCnt
{
    line-height: 14px;
    text-align: right;
    margin-right: -10px;
    margin-bottom: -8px;
}
.NavDropdown li a.active-provider, .NavDropdown li a:hover
{
    color: #518335;
    text-decoration: none;
}
.NavDropdown input[type=checkbox]+.checkbox
{
    margin-right: 13px;
}
.NavDropdown input[type=checkbox]+.checkbox::before
{
    width: 20px;
    height: 20px;
    padding: 4px 3px 0 3px;
    background: #fff;
}
.NavDropdown input[type=checkbox].checked~.checkbox::before, .NavDropdown input[type=checkbox]:checked~.checkbox::before
{
    background: #131315;
    border-color: #fff;
}
.NavDropdown label
{
    cursor: pointer;
}
.NavDropdown-Clear
{
    font-size: 10px;
    text-decoration: underline;
    background: 0 0;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    color: #fff;
}
.Navbar-mobile-toggle
{
    display: none;
    line-height: 40px;
    color: #d8d8d8;
    font-size: 16px;
    font-weight: 700;
    background: 0 0;
    border: none;
    white-space: nowrap;
}
.Navbar-mobile-toggle::before
{
    background: url(../../willbetgambling/image/filters.svg) no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 5px;
    margin-left: 5px;
}
.Navbar-mobile-toggle::after
{
    background: url(../../willbetgambling/image/dropdown.svg) no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: 50% 90%;
}
@media(max-width: 768px)
{
    .Navbar nav
    {
        flex-direction: column;
        max-width: 250px;
        width: 100%;
        padding-left: 20px;
    }
    .Navbar nav .Navbar-list, .Navbar nav .SortPanel
    {
        display: none;
    }
    .Navbar nav.open
    {
        max-height: 70dvh;
        overflow-x: hidden;
        overflow-y: auto;
        background: #131315;
        position: absolute;
    }
    .Navbar nav.open .SortPanel
    {
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }
    .Navbar nav.open .SortPanel a
    {
        margin-left: 0;
    }
    .Navbar nav.open .Navbar-list
    {
        display: flex;
        flex-direction: column;
        width: auto;
    }
    .Navbar nav.open .Navbar-list .NavDropdownCnt
    {
        order: 1;
    }
    .Navbar nav.open .Navbar-list .NavDropdownCnt::after
    {
        display: none;
    }
    .Navbar nav.open .Navbar-list .NavDropdownCnt .NavDropdown
    {
        display: block;
        padding-left: 0;
        position: static;
    }
    .Navbar-mobile-toggle
    {
        display: inline-block;
    }
    .Navbar-mobile-toggle.open
    {
        background-color: #131315;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    .mobileMenuCnt
    {
        z-index: 3;
        text-align: left;
        position: relative;
    }
    html[dir=rtl] .Navbar-bottom .mobileMenuCnt
    {
        position: relative;
        width: 60%;
    }
    html[dir=rtl] .Navbar nav.open
    {
        left: 0;
    }
    .Navbar-top
    {
        flex-direction: column;
    }
    .game .game-hover .name
    {
        display: block;
    }
}
.Navbar-reversed nav
{
    max-width: 100%;
}
@media(max-width: 768px)
{
    .Navbar-reversed nav
    {
        flex-direction: row;
        max-width: 100%;
        padding-left: 0;
    }
}
.Navbar-reversed nav .Navbar-list
{
    display: block;
}
.Navbar-reversed nav .Navbar-list .swiper-wrapper
{
    flex-direction: row;
}
.Navbar-reversed nav .Navbar-list::after
{
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    background: linear-gradient(90deg,rgba(19,20,23,0),#131417);
    top: 0;
    right: 0;
    z-index: 2;
}
@media(max-width: 768px)
{
    .Navbar-reversed nav .Navbar-list .Mobile-SortPanel
    {
        display: block;
    }
}
.Navbar-reversed .Navbar-mobile-toggle
{
    display: none;
}
.Navbar-reversed .Navbar-top
{
    flex-direction: row;
}
.Navbar-reversed .NavDropdownCnt
{
    margin-right: 0;
}
.SearchForm
{
    position: relative;
}
.SearchForm-input
{
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    width: 373px;
    height: 30px;
    font-size: 11px;
    padding-left: 9px;
    background: url(../../willbetgambling/image/zoom-out.svg) no-repeat transparent;
    background-position: calc(100% - 10px) center;
    color: #c6c6c6;
}
.SearchForm-input:active, .SearchForm-input:focus
{
    background-color: #000;
}
@media(max-width: 400px)
{
    .SearchForm-input
    {
        width: 100%;
    }
}
.SearchResultsDropdown
{
    width: 373px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.5);
    background-color: #131315;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    z-index: 10;
    overflow: auto;
    top: 40px;
    display: none;
    max-height: 270px;
}
.SearchResultsDropdown.open
{
    display: block;
}
.SearchResultsDropdown.more
{
    max-height: 400px;
}
.SearchResultsDropdown .ready-to-go
{
    display: block;
}
.SearchResultsDropdown .promotion-animation
{
    animation: none;
    transform: none;
}
.SearchResultsDropdown .grid-wrap-row
{
    flex-direction: column;
}
.SearchResultsDropdown .grid--1of5 .grid-cell
{
    max-width: 100%;
}
.SearchResultsDropdown .grid--1of5 .grid-cell.game-gray
{
    filter: grayscale(100%);
    cursor: default;
}
.SearchResultsDropdown .grid--1of5 .grid-cell .image
{
    max-width: 37px;
    margin: 14px;
}
.SearchResultsDropdown .game
{
    background-color: transparent;
    border-radius: 0;
}
.SearchResultsDropdown .game::after
{
    content: '';
    position: absolute;
    background: url(../../willbetgambling/image/arrow-right4.svg) no-repeat;
    width: 22px;
    height: 16px;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.SearchResultsDropdown .game:hover .game-hover
{
    background-color: transparent;
}
.SearchResultsDropdown .game:hover img
{
    transform: none;
}
.SearchResultsDropdown .game .game-hover
{
    top: 0;
    opacity: 1;
    justify-content: center;
}
.SearchResultsDropdown .game .game-hover a::before
{
    display: none;
}
.SearchResultsDropdown .game .name
{
    padding-top: 0;
    text-align: left;
    padding-left: 65px;
    font-size: 16px;
    opacity: 1;
    cursor: pointer;
    width: 100%;
}
.SearchResultsDropdown .game .name.mnt
{
    cursor: default;
}
.SearchResultsDropdown .game a
{
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
}
.SearchResultsDropdown-noResults
{
    color: #afafaf;
    font-size: 12px;
    text-align: center;
    padding: 18px 10px;
}
html[dir=rtl] .SearchResultsDropdown .game .play-for-real-game
{
    top: 0;
    transform: none;
    height: 100%;
}
html[dir=rtl] .SearchResultsDropdown .game .name
{
    width: 100%;
    padding-left: 0;
    padding-right: 65px;
    text-align: right;
    line-height: 1;
}
html[dir=rtl] .SearchResultsDropdown .game .game-hover
{
    justify-content: center;
}
html[dir=rtl] .SearchResultsDropdown .game::after
{
    right: auto;
    left: 18px;
    transform: rotate(180deg);
}
@media(max-width: 768px)
{
    .SearchResultsDropdown .game .game-hover .name
    {
        display: block;
    }
    .SearchResultsDropdown .game:hover .name
    {
        opacity: 1;
    }
}
.mobile .game .game-hover .name
{
    display: block;
    opacity: 1;
}
.SortPanel
{
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: 5px;
    flex: 0 1 auto;
}
.SortPanel a
{
    margin-left: 19px;
    color: #d8d8d8;
    opacity: .8;
}
.SortPanel a:hover
{
    text-decoration: underline;
}
.SortPanel a.active
{
    color: #518335;
    text-decoration: underline;
}
.SortPanel a.fav-icon::before
{
    content: "";
    font: normal normal normal 15px/1 iconFonts;
    margin-right: 5px;
}
.SortPanel::after
{
    width: 40px;
    background: linear-gradient(90deg,rgba(19,20,22,0) 0,#222224 57%,#222224 97%);
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    height: 100%;
    z-index: 2;
}
@media(max-width: 768px)
{
    .SortPanel::after
    {
        display: none;
    }
}
.play-for-fun-game, .play-for-real-game
{
    border: solid 1px transparent;
    border-radius: 4px;
    overflow: hidden;
}
.play-for-fun-game:after, .play-for-fun-game:before, .play-for-real-game:after, .play-for-real-game:before
{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 9;
    border-radius: 4px;
    border: solid 1px transparent;
}
.play-for-fun-game::before, .play-for-real-game::before
{
    left: 0;
    top: 0;
}
.play-for-fun-game::after, .play-for-real-game::after
{
    right: 0;
    bottom: 0;
}
.GamesList .game:hover .play-for-fun-game:after, .GamesList .game:hover .play-for-fun-game:before, .GamesList .game:hover .play-for-real-game:after, .GamesList .game:hover .play-for-real-game:before
{
    width: 100%;
    height: 100%;
}
.GamesList .game:hover .play-for-fun-game:before, .GamesList .game:hover .play-for-real-game:before
{
    border-top-color: #518335;
    border-right-color: #518335;
    transition: width .1s ease-out,height .1s ease-out .1s;
}
.GamesList .game:hover .play-for-fun-game:after, .GamesList .game:hover .play-for-real-game:after
{
    border-bottom-color: #518335;
    border-left-color: #518335;
    transition: border-color 0s ease-out .2s,width .1s ease-out .2s,height .1s ease-out .23s;
}
.GamesList .game:hover .game-hover
{
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: auto;
    height: auto;
    border-radius: 4px;
    border: solid 1px transparent;
    overflow: hidden;
}
.available-seats, .last-result, .table-limits
{
    position: absolute;
    z-index: 3;
    font-size: 12px;
    font-weight: 700;
    padding: 0 11px;
    opacity: 1;
}
@media screen and (max-width: 500px)
{
    .available-seats, .last-result, .table-limits
    {
        font-size: 8px;
        padding: 0 3px;
    }
}
.table-limits
{
    top: 0;
    left: 0;
    box-shadow: none;
    background: #518335;
    border-radius: 4px 4px 4px 0;
    letter-spacing: -.4px;
    padding: 0 11px;
    color: #fff;
    font-size: 10px;
}
@media screen and (max-width: 500px)
{
    .table-limits
    {
        letter-spacing: normal;
        font-size: 8px;
        padding: 0 3px;
    }
}
.available-seats, .last-result
{
    bottom: 1px;
}
@media screen and (max-width: 500px)
{
    .available-seats, .last-result
    {
        bottom: 3px;
    }
}
.available-seats
{
    left: 18px;
    letter-spacing: -.6px;
    color: #fff;
    opacity: .8;
}
@media screen and (max-width: 500px)
{
    .available-seats
    {
        left: 10px;
        letter-spacing: normal;
    }
}
.available-seats:before
{
    content: "";
    left: -8px;
    top: 2px;
    width: 100%;
    height: 100%;
    max-width: 14px;
    position: absolute;
    background: url(../../willbetgambling/image/seat-icon.svg) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 500px)
{
    .available-seats:before
    {
        max-width: 8px;
        left: -6px;
        top: 3px;
    }
}
.last-result
{
    right: 0;
    display: flex;
    color: #fff;
}
.last-result div
{
    margin: 0 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #518335;
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1;
}
@media screen and (max-width: 500px)
{
    .last-result div
    {
        width: 9px;
        height: 9px;
        line-height: 9px;
        margin: 0 1px;
    }
}
.game-wrap-global .pragmatic-play-holder:after
{
    height: 39px;
    background: #232c2c;
}
@media screen and (max-width: 768px)
{
    .game-wrap-global .pragmatic-play-holder:after
    {
        height: 30px;
    }
}
.game-wrap-global .table-limits
{
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 0 0 10px 0;
}
@media screen and (max-width: 1024px)
{
    .game-wrap-global .table-limits
    {
        font-size: 11px;
    }
}
.game-wrap-global .available-seats
{
    opacity: 1;
    padding: 10px 5px;
    font-size: 13px;
    left: 24px;
    bottom: 0;
}
@media screen and (max-width: 1024px)
{
    .game-wrap-global .available-seats
    {
        font-size: 11px;
    }
}
@media screen and (max-width: 768px)
{
    .game-wrap-global .available-seats
    {
        padding: 6px 5px;
        left: 20px;
    }
}
.game-wrap-global .available-seats:before
{
    background: url(https://www.sultanbet49.com/content/themes/sultanbeteu/images/online-players-icon.png) no-repeat;
    background-size: contain;
    left: -11px;
    top: 14px;
    width: 13px;
    height: 13px;
    max-width: none;
}
@media screen and (max-width: 1024px)
{
    .game-wrap-global .available-seats:before
    {
        top: 11px;
    }
}
@media screen and (max-width: 768px)
{
    .game-wrap-global .available-seats:before
    {
        left: -8px;
        top: 9px;
        width: 11px;
        height: 11px;
    }
}
.game-wrap-global .available-seats .data-max-players
{
    display: none;
}
.game-wrap-global .last-result
{
    padding: 7px 5px;
    align-items: center;
}
@media screen and (max-width: 1024px)
{
    .game-wrap-global .last-result
    {
        padding: 9px 5px;
    }
}
@media screen and (max-width: 768px)
{
    .game-wrap-global .last-result
    {
        padding: 5px;
        bottom: 0;
    }
}
.game-wrap-global .last-result div
{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    background: #000;
}
@media screen and (max-width: 1024px)
{
    .game-wrap-global .last-result div
    {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
}
.game-wrap-global .last-result div[value="1"], .game-wrap-global .last-result div[value="12"], .game-wrap-global .last-result div[value="14"], .game-wrap-global .last-result div[value="16"], .game-wrap-global .last-result div[value="18"], .game-wrap-global .last-result div[value="19"], .game-wrap-global .last-result div[value="21"], .game-wrap-global .last-result div[value="23"], .game-wrap-global .last-result div[value="25"], .game-wrap-global .last-result div[value="27"], .game-wrap-global .last-result div[value="3"], .game-wrap-global .last-result div[value="30"], .game-wrap-global .last-result div[value="32"], .game-wrap-global .last-result div[value="34"], .game-wrap-global .last-result div[value="36"], .game-wrap-global .last-result div[value="5"], .game-wrap-global .last-result div[value="7"], .game-wrap-global .last-result div[value="9"]
{
    color: #f00;
}
.game-wrap-global .last-result div[value="10"], .game-wrap-global .last-result div[value="11"], .game-wrap-global .last-result div[value="13"], .game-wrap-global .last-result div[value="15"], .game-wrap-global .last-result div[value="17"], .game-wrap-global .last-result div[value="2"], .game-wrap-global .last-result div[value="20"], .game-wrap-global .last-result div[value="22"], .game-wrap-global .last-result div[value="24"], .game-wrap-global .last-result div[value="26"], .game-wrap-global .last-result div[value="28"], .game-wrap-global .last-result div[value="29"], .game-wrap-global .last-result div[value="31"], .game-wrap-global .last-result div[value="33"], .game-wrap-global .last-result div[value="35"], .game-wrap-global .last-result div[value="4"], .game-wrap-global .last-result div[value="6"], .game-wrap-global .last-result div[value="8"]
{
    color: #fff;
}
.game-wrap-global .last-result div[value="0"]
{
    color: #008000;
}
.pragmatic-play-holder:after
{
    left: 0;
    bottom: 0;
    height: 35px;
    width: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0) -1%,#000 84%,#000 136%);
    content: "";
    position: absolute;
    z-index: 1;
    background-size: cover;
}
@media screen and (max-width: 500px)
{
    .pragmatic-play-holder:after
    {
        height: 16px;
    }
}
.jackpot-game .available-seats, .jackpot-game .last-result, .jackpot-game .table-limits
{
    font-size: 14px;
}
@media screen and (max-width: 500px)
{
    .jackpot-game .available-seats, .jackpot-game .last-result, .jackpot-game .table-limits
    {
        font-size: 8.9px;
    }
}
.jackpot-game .pragmatic-play-holder:after
{
    height: 72px;
}
@media screen and (max-width: 500px)
{
    .jackpot-game .pragmatic-play-holder:after
    {
        height: 36px;
    }
}
.jackpot-game .pragmatic-play-holder .available-seats, .jackpot-game .pragmatic-play-holder .last-result
{
    bottom: 16px;
}
.jackpot-game .pragmatic-play-holder .available-seats div, .jackpot-game .pragmatic-play-holder .last-result div
{
    margin: 0 5px;
}
@media screen and (max-width: 500px)
{
    .jackpot-game .pragmatic-play-holder .available-seats div, .jackpot-game .pragmatic-play-holder .last-result div
    {
        margin: 0 2px;
    }
}
@media screen and (max-width: 500px)
{
    .jackpot-game .pragmatic-play-holder .available-seats, .jackpot-game .pragmatic-play-holder .last-result
    {
        bottom: 10px;
    }
}
.jackpot-game .pragmatic-play-holder .last-result div
{
    margin: 0 5px;
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 500px)
{
    .jackpot-game .pragmatic-play-holder .last-result div
    {
        margin: 0 2px;
        width: 9px;
        height: 9px;
    }
}
.jackpot-game .pragmatic-play-holder .available-seats
{
    left: 28px;
    padding-right: 7px;
}
@media screen and (max-width: 500px)
{
    .jackpot-game .pragmatic-play-holder .available-seats
    {
        left: 18px;
    }
}
.jackpot-game .pragmatic-play-holder .available-seats:before
{
    left: -18px;
    max-width: 24px;
}
@media screen and (max-width: 500px)
{
    .jackpot-game .pragmatic-play-holder .available-seats:before
    {
        left: -13px;
        top: -1px;
    }
}
.casino .drop-and-wins, .live-casino .drop-and-wins
{
    float: right;
    right: 0;
    left: auto;
}
.casino .drop-and-wins img, .live-casino .drop-and-wins img
{
    width: auto;
    width: 73px;
    height: 67px;
    float: right;
}
@media screen and (max-width: 500px)
{
    .casino .drop-and-wins img, .live-casino .drop-and-wins img
    {
        width: 38px;
        height: 34px;
    }
}
.casino .jackpot-game .drop-and-wins img, .live-casino .jackpot-game .drop-and-wins img
{
    width: 129px;
    height: 115px;
}
@media screen and (max-width: 500px)
{
    .casino .jackpot-game .drop-and-wins img, .live-casino .jackpot-game .drop-and-wins img
    {
        width: 58px;
        height: 52px;
    }
}
.rc
{
    padding: 37px 0;
}
@media screen and (max-width: 768px)
{
    .rc
    {
        padding: 12px 0;
    }
}
.rc #rcasino
{
    background: #131417;
}
.body-casino .content-wrapper
{
    background: #131417;
}
.NavDropdownCnt
{
    background: #222224;
    border-radius: 4px;
    max-height: 40px;
}
.NavDropdownCnt.open
{
    background: #222224;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.NavDropdownCnt .NavDropdown
{
    background: #222224;
}
.game-mode .random-games
{
    display: block;
    padding: 0 20px;
}
@media screen and (max-width: 768px)
{
    .game-mode .random-games
    {
        padding: 0 0;
    }
}
.game-mode .SearchForm, .game-mode .sultan-gl-short-story
{
    display: none;
}
.game-mode .rc
{
    background-color: transparent;
    padding: 0;
}
.game-mode .game-container-iframe-holder-wrapper .play-for-fun-filters .close
{
    background: #242424;
}
.game-mode .game-play-titlebar
{
    min-height: 53px;
}
@media screen and (max-width: 768px)
{
    .SearchForm
    {
        margin-bottom: 10px;
    }
}
.SearchForm-input:focus
{
    color: #c6c6c6;
}
.Navbar li a
{
    color: #d8d8d8;
}
.Navbar li a.active
{
    color: #518335;
}
@media screen and (min-width: 769px)
{
    .Navbar nav
    {
        margin-bottom: 50px;
        position: relative;
    }
}
@media screen and (max-width: 768px)
{
    .Navbar nav.open .SortPanel
    {
        justify-content: flex-start;
    }
    .Navbar nav.open .SortPanel a
    {
        line-height: 1.5;
        margin-top: 10px;
    }
}
@media screen and (min-width: 769px)
{
    .Navbar-list
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .Navbar-list::before
    {
        content: '';
        display: block;
        position: absolute;
        width: 15px;
        height: 100%;
        background: linear-gradient(90deg,#131417,rgba(19,20,23,0));
        top: 0;
        left: 0;
        z-index: 2;
    }
    .Navbar-list::after
    {
        content: '';
        display: block;
        position: absolute;
        width: 15px;
        height: 100%;
        background: linear-gradient(90deg,rgba(19,20,23,0),#131417);
        top: 0;
        right: 0;
        z-index: 2;
    }
}
@media screen and (max-width: 768px)
{
    .Navbar-list
    {
        margin-left: 0;
    }
    .Navbar-list .swiper-wrapper
    {
        flex-direction: column;
    }
    .Navbar-list::after, .Navbar-list::before
    {
        display: none!important;
    }
}
.GameList-HomePage-Title
{
    color: #518335;
    font-size: 16px;
}
.GameList-HomePage-Title::before
{
    content: '';
    background: #518335;
    width: 8px;
    height: 8px;
    display: inline-block;
    font-size: 10px;
    position: relative;
    top: -2px;
    padding-right: 6px;
    transform: rotate(45deg);
    margin-right: 8px;
}
@media(max-width: 700px)
{
    .GameList-HomePage-Item .all-games:nth-child(n+6)
    {
        display: none;
    }
}
.GameList-HomePage-Item .all-games:nth-child(1)
{
    width: 33.3332%;
    padding-top: 25.3%;
    float: left;
    position: relative;
    overflow: hidden;
}
@media(max-width: 1300px) and (min-width: 1071px)
{
    .GameList-HomePage-Item .all-games:nth-child(1)
    {
        width: 40%;
        padding-top: 31.8%;
    }
}
@media(max-width: 1070px) and (min-width: 901px)
{
    .GameList-HomePage-Item .all-games:nth-child(1)
    {
        width: 50%;
        padding-top: 37.9%;
    }
}
@media(max-width: 900px) and (min-width: 701px)
{
    .GameList-HomePage-Item .all-games:nth-child(1)
    {
        width: 66.6667%;
        padding-top: 51.4%;
    }
}
@media(max-width: 700px)
{
    .GameList-HomePage-Item .all-games:nth-child(1)
    {
        width: 100%;
        padding-top: 70%;
    }
}
@media screen and (min-width: 769px)
{
    .SortPanel
    {
        margin-top: 50px;
        position: absolute;
        right: 0;
    }
}
.SortPanel::after
{
    background: linear-gradient(90deg,rgba(19,20,22,0) 0,#131417 57%,#131417 97%);
}
.Categories-expand-link
{
    color: #b4b4b4;
    margin-top: 10px;
    border-radius: 3px;
    background-color: #222224;
    font-size: 12px;
    padding: 3px 10px;
}
.game .Game-Provider-Placeholder
{
    margin: 0;
}
.game:hover .name
{
    text-overflow: ellipsis;
    display: inline-block;
}
.GamesList .favourite-game
{
    bottom: 1px;
    right: 3px;
}
.game-rtp-label
{
    color: #fff;
    font-size: 9px;
    text-shadow: 0 1px 1px #000;
    position: absolute;
    left: 5px;
    bottom: 3px;
}
.mobile .game-rtp-label
{
    display: none;
}
.mobile:hover .game-rtp-label
{
    display: block;
}
.play-btn
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0!important;
    width: 100%;
    min-height: 38px;
}
.jackpot-game .play-btn
{
    min-height: 53%;
}
.play-btn-nordics
{
    padding: 0;
}
.play-btn-nordics::before
{
    content: "";
}
.play-btn-nordics:hover:before
{
    transform: scale(1.1);
}
.play-for-real-game, .play-for-real-game-mobile
{
    height: 100%;
}
.play-for-real-game+.name
{
    position: absolute;
    top: 14%;
    padding-top: 0;
    margin: 0 auto;
    width: 98%;
    left: 0;
    right: 0;
}
.play-for-fun
{
    color: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 4px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    min-width: 145px;
}
.play-for-fun:hover
{
    color: #fff;
}
.play-for-real-btn
{
    color: #fff;
    border: 1px solid #518335;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
    padding: 5px 15px;
    border-radius: 4px;
    background: #518335;
    min-width: 145px;
}
@media screen and (max-width: 768px)
{
    .play-for-real-btn
    {
        margin-bottom: 8px;
    }
}
.play-for-real-btn:hover
{
    color: #fff;
}
.casino-game-grid .all-games:first-child .play-for-real-btn
{
    margin-bottom: 6px;
}
.play-for-real-btn svg
{
    display: none;
}
.GamesList .game:hover .game-hover
{
    padding: 0;
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media screen and (min-width: 1200px)
{
    .GamesList .game:hover .game-hover
    {
        gap: 5px;
    }
}
.GamesList .game:hover .play-for-real-game:after, .GamesList .game:hover .play-for-real-game:before
{
    border: none;
}
.GamesList .game:hover svg
{
    position: relative;
}
.GamesList .game:hover .path
{
    stroke-dasharray: 800;
    stroke-dashoffset: 10;
    animation: dash .8s linear alternate;
    stroke: #fff;
}
@keyframes dash
{
    from
    {
        stroke-dashoffset: 800;
    }
    to
    {
        stroke-dashoffset: 0;
    }
}
.GamesList .game:hover .triangle
{
    stroke: #fff;
    stroke-dasharray: 800;
    stroke-dashoffset: 10;
    transform: translate(30%,25%);
    animation: dash 1s linear alternate;
}
.game .game-hover .name
{
    font-size: 12px;
}
@media screen and (max-width: 1024px)
{
    .NavDropdown
    {
        left: auto;
        right: 0;
    }
}
@media screen and (max-width: 768px)
{
    .SearchForm
    {
        margin-bottom: 10px;
    }
}