.jarallax {
    min-height: inherit;
    height: calc(100vw / 3.65);
}

.jarallax .jarallax-img {
    height: 100%;
}

#banner_container {
    background-image: url('');
    background-repeat: no-repeat;
    background-position: center;

    background-size: contain;
}

.color-yellow {
    color: yellow;
}

.color-uncheck {
    color: #fff;
}

.heart-in-game {
    top: 35px;
    position: relative;
    float: right;
    z-index: 500;
    margin-right: 10px;
    height: 30px;
}

.heart-in-game i {
    text-shadow: 0 0 5px #000;
}

.fixed-sn main {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#loading {
    display: none;
    padding-top: 140px !important;
}

#main_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 3000;
    will-change: opacity;
    display: none;
}

#games_categories {
    position: sticky;
    z-index: 1001;
    top: 51px;
    bottom: auto;
    overflow: hidden;
}

#games_actions {
    position: sticky;
    z-index: 1001;
    min-height: 40px;
    bottom: auto;
    overflow: hidden;
    border-top: 0 !important;
}

#games_btn_group .cat-list-item {
    margin: 2px 2px 0 2px;
}

#search-text {
    padding-top: -5px;
    padding-bottom: -5px;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
}

#games_container_overlay {
    position: absolute;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    z-index: 3000;
    will-change: opacity;
    display: none;
}

#main_overlay > .preloader-wrapper {
    top: 50vh;
}

#games_container_overlay > .preloader-wrapper {
    top: 20vh;
}

#current_container_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 997;
    will-change: opacity;
}

#current_container_overlay > div {
    top: calc(40%);
}

#current_container {
    display: none;
    height: calc(100vh - 50px);
    text-align: -webkit-center;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0 !important;
}

#current_container > div {
    width: 100%;
    height: 100%;
}

#current_container_game, #game_object {
    width: 100%;
    height: 100%;
}

#float_logo {
    display: none;
    position: absolute;
    z-index: 9;
    text-align: center;
    right: 3px;
    top: 3px;
    max-width: 75px;
    max-height: 75px;
    filter: drop-shadow(0 0 .9rem rgb(255, 255, 255));
}

#casinoClient {
    width: calc(100vw - 45px);
    height: 100%;
}

#current_container_menu {
    background-color: #2a2f34;
    line-height: 1;
    border-bottom: 1px solid grey;
    width: 42px;
    transition-duration: .4s;
}

#current_container_menu ul {
    list-style: none;
    padding: 0;
}

#current_container_menu ul li {
    border-bottom: 1px solid grey;
    padding: .8rem .6rem;
    cursor: pointer;
    color: #ccc;
}

#current_container_menu_fullscreen, #current_container_menu_categories {
    font-size: 20px;
}

#current_container_menu_refresh, #current_container_menu_popup {
    font-size: 20px;
}

#games_container {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    min-height: 50vh;
}

#games_container img {
    min-width: 120px;
    min-height: 100px;
    max-height: 196px;
    width: 100%;
    border-radius: 5% !important;
}

#banner_container img {
    width: 100vw;
}

.view {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: -30px;
}

.zoom:hover img {
    transform: scale(1.2);
    opacity: .5 !important;
    background-color: #fff !important;
}

.preloader-wrapper .spinner-green, .preloader-wrapper .spinner-green-only {
    border-color: #ff7777 !important;
}

.overlay .mask p i {
    font-size: 60px !important;
    color: #ff7777 !important;
}

.footer-name {
    position: absolute;
    font-family: Roboto Condensed;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    right: 3px;
    left: 3px;
    bottom: 7px;
    padding: 0 9px;
    text-align: left;
    color: #fffefe;
    background: hsla(0, 0%, 9%, .7);
    display: none;
}

.zoom:hover .footer-name {
    display: none;
    right: 3px;
    left: 3px;
}

.cat-list {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color: #4765bd;
    color: #ddd;
    font-family: Roboto Condensed;
    font-size: 13px;
}

.cat-list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.cat-list-inside::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.cat-list-inside {
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cat-list-item, .btn-list-item {
    padding: 8px 2px;
    white-space: nowrap;
    margin-top: 2px;
    margin-bottom: 2px;
    min-width: calc((100vw - 20px) / 5);
    cursor: pointer;
    text-align: center;
    background-image: linear-gradient(#5C7EE0, #1F2D70);
    border-radius: 6px;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    max-width: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* .cat-list-item:hover, .btn-list-item:hover {
    background-image: none;
    background-color: #767272;
} */

.cat-list-item.maintenance {
    opacity: .2;
}

.cat-list-item.active {
    color: gold;
}

.cat-list-item-last {
    border-right: none;
}

.cat-button-down {
    cursor: pointer;
}

#cat_list_search {
    width: 30px !important;
    min-width: 0;
    background-image: linear-gradient(#333, #767272);
}

#cat_list_search_2, #cat_list_more {
    width: 30px !important;
    height: 33px;
    min-width: 0;
    float: left;
    margin-top: 3px;
    margin-left: 2px;

}

#cat_list_search:hover, #cat_list_search_2:hover, #cat_list_more:hover {
    background-image: none;
    background-color: #111;
}

#cat_list_more {
    float: right;
}

.games_btn {
    float: left;
    margin-left: 2px;
}

#games_btn_group {
    width: 350px;
    margin: auto;
}

.input_txt {
    float: left;
    margin: 5px 3px 0 3px;
    height: 30px;
    line-height: inherit;
    padding: 2px 3px;
    font-size: 13px !important;
    color: #2c2c51;
    border: 1px solid rgba(128, 137, 150, .3);
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input_txt:focus-visible {
    border: 0;
    background-color: #c2c2c2;
    outline: 0;
}

span.fas.fa-search.search{
    color: white;
}


@media (min-width: 400px) {
    .cat-list-item {
        min-width: calc((100vw - 22px) / 6)
    }
}

@media (min-width: 720px) {
    .cat-list-item {
        min-width: calc((100vw - 46px) / 10)
    }
}

@media (min-width: 992px) {
    #games_categories {
        top: 51px
    }

    .cat-list-item {
        min-width: calc((100vw - 46px) / 14)
    }
}

@media (min-width: 1300px) {
    .cat-list-item {
        min-width: calc((100vw - 70px) / 16)
    }
}

@media (min-width: 1600px) {
    .cat-list-item {
        min-width: calc((100vw - 86px) / 25)
    }
}
