﻿.other-body {
    background-color: #062347;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.login-reg {
    padding-right: 20px;
}

#full-screen-overlay {
    display: none;
    background: rgba(0,0,0,.8);
    z-index: 109;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    #full-screen-overlay div {
        font-size: 20px;
        color: #fff;
        margin-top: calc(50vh - 52px);
        margin-left: calc(50vw - 250px);
        width: 500px;
        height: 104px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
    }

    #full-screen-overlay i {
        font-size: 64px;
        display: block;
        margin-bottom: 15px;
    }



/*LOBBY TEMPORARY*/
#rightMenuWeb .casino-games-search {
    position: relative;
    width: 100%;
    top: 8px;
    margin-bottom: 22px;
}

#rightMenuWeb .casino-games-search input {
    width: 100%;
}

    #rightMenuWeb .casino-games-search .main-btn {
        position: absolute;
        width: 32px;
        height: 31px;
        top: 1px;
        right: 1px;
        margin: auto;
        z-index: 35;
        background: transparent;
        color: hsla(0,0%,100%,.3);
        border: none;
        padding: 0;
    }

.casinolobby #btnIscisti {
    margin-bottom: 15px;
}

.tc-vnes:hover {
    background: #cd9e1d;
    color: #fff;
}

.tc-del:hover {
    background: transparent;
    color: #fff;
}


/*.etc .virtuals{
    padding-top: 0;
}

    .etc .virtuals .product-content {
        margin-top: -10px;
        margin-bottom: 0;
        padding-bottom: 0;
        overflow: auto;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
    }*/


.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content > li.casino-games-search-li {
    width: 100% !important;
}

#providersMenuMobile > #btnIscistiMobilen {
    margin: 0 !important;
    margin-bottom: 15px !important;
    width: 100% !important;
}

#providersMenuMobile .styled-select select {
    background-image: none;
    padding: 3px 15px 6px;
    padding-left: 100px;
    position: relative;
}

#providersMenuMobile .styled-select span {
    position: absolute;
    right: calc(100% - 90px);
    color: #c8102e;
    top: 7px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
}

#theme h4.panel-title.active > a, #linije h4.panel-title.active > a, #provajderi h4.panel-title.active > a, #casino-promotions h4.panel-title.active > a {
    color: #000;
    background: #ffe458;
}

.filter-expander {
    display: inline-block;
    cursor: pointer;
    float: right;
    zoom: .9;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 8px);
    transform: rotate(-45deg) translate(-9px, 8px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.product-info ul {
    padding: 0;
}

/*LOBBY TEMPORARY END*/

li.game-category-header.list-group {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: -5px;
}

    li.game-category-header.list-group > div {
        width: 50%;
        display: inline-block;
        margin-top: 30px;
    }

    li.game-category-header.list-group:first-of-type > div {
        margin-top: 15px
    }

.game-category-title {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}


.game-category-show-all {
    font-size: 16px;
    color: hsla(0,0%,100%,.5);
    font-weight: 800;
    text-align: right;
    cursor: pointer;
}

/*PANEL MENU*/

.panel-group h3 {
    color: #fff;
    font-size: 16px;
}

.custom-panel-heading {
    border-bottom: 1px solid hsla(0,0%,100%,.2) !important;
}


    .custom-panel-heading .panel-title a {
        background: transparent;
        border: 1px solid hsla(0,0%,100%,.30196078431372547);
        color: #8897b3;
        font-weight: 600;
    }


/*PANEL MENU END*/

/* GAME LAUNCHER START */

.game-launcher {
    background: #062347;
    position: fixed;
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
}

.close-launcher {
    position: fixed;
    top: 5px;
    right: 15px;
    font-size: 32px;
    color: #fff;
}


.gl-info-container {
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 100%;
}

.gl-thumbnail {
    position: relative;
    width: 100%;
    max-width: 500px;
}

    .gl-thumbnail img {
        width: 100%;
        border: 2px solid #fff;
        margin-bottom: 20px;
    }

.gl-name {
    font-size: 24px;
    text-align: left;
    margin-bottom: 8px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #fff
}

.gl-provider {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #a2a9b3;
    font-size: 12px;
    padding: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .66);
}

.gl-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

    .gl-actions a {
        width: 100%;
        margin: auto;
        float: none;
        height: auto;
        text-align: center;
    }

        .gl-actions a.forFun {
            color: #fff;
            font-weight: 700;
            padding: 5.5px 8px;
        }



@media only screen and (orientation: landscape) {

    .gl-info-container {
        flex-direction: row;
        height: calc(100% - 32px);
        margin-top: 32px;
    }


    .gl-name {
        position: absolute;
        top: 15px;
    }
}


/* GAME LAUNCHER END */


@media (min-width: 768px) {

    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .spc-menu {
        margin-left: 15px;
    }

    /*SHOW MORE or LESS*/

    .show-button {
        padding: 8px 15px;
        width: calc(100% - 2px);
        margin-left: 1px;
        display: block;
        text-align: left;
        font-weight: 600;
        font-size: 13px;
        font-family: "Roboto",sans-serif;
        background: transparent;
        border: 1px solid hsla(0,0%,100%,.30196078431372547);
        color: #8897b3;
        position: relative;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        outline: none;
    }

        .show-button i {
            margin-right: 5px;
        }

        .show-button:hover {
            color: #fb8b1e;
        }

    #linije .panel.custom-panel:nth-child(n+6) {
        display: none;
    }

    #showMoreLinije {
        display: block;
    }

    #showLessLinije {
        display: none;
    }

    #linije.show-all .panel.custom-panel {
        display: block;
    }

    #linije.show-all #showMoreLinije {
        display: none;
    }

    #linije.show-all #showLessLinije {
        display: block;
    }

    #provajderi .panel.custom-panel:nth-child(n+6) {
        display: none;
    }

    #showMoreProvajderi {
        display: block;
    }

    #showLessProvajderi {
        display: none;
    }

    #provajderi.show-all .panel.custom-panel {
        display: block;
    }

    #provajderi.show-all #showMoreProvajderi {
        display: none;
    }

    #provajderi.show-all #showLessProvajderi {
        display: block;
    }

    #theme .panel.custom-panel:nth-child(n+6) {
        display: none;
    }

    #showMoreTheme {
        display: block;
    }

    #showLessTheme {
        display: none;
    }

    #theme.show-all .panel.custom-panel {
        display: block;
    }

    #theme.show-all #showMoreTheme {
        display: none;
    }

    #theme.show-all #showLessTheme {
        display: block;
    }

    /*SHOW MORE or LESS END*/
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}


@media (min-width: 1200px) {
    footer {
        background-color: #062347;
        border-top-color: rgba(222, 231, 255,.2);
    }

    .footer-titles{
        color: #fff;
    }

    .footer-contact ul li, .footer-menu ul li a {
        color: #dee7ff;
    }

    .no-tx {
        right: 5px;
    }

    .col-lg-5ths {
        width: 20%;
        float: left;
    }

  /*  .other-body {
        background-color: #191919;
        background-image: url(../../img/lobi.jpg);
        background-repeat: no-repeat,no-repeat;
        background-position: center top,center -100px;
    }*/

    .inner-col-sl, .etc:nth-child(2) {
        background: rgba(51,51,51,.5);
        background: transparent;
    }


    .main-col-sl {
        box-shadow: none;
    }


    .product-items {
        background: rgba(51,51,51,.5);
    }

        .product-items:hover .product-info a {
            color: #ffc524
        }
}

@media (max-width: 1199px) {
    .show-button#showMoreTheme, .show-button#showMoreProvajderi, .show-button#showMoreLinije {
        display: none !important;
    }
}

@media screen and (min-width:1681px) {
    .top-header div.container, .main-header div.container {
        width: 100%;
        padding: 0 119px;
    }

    .submenu-sportclub div.container {
        width: 100%;
        padding: 0 104px;
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    /*SLICK SLIDE*/

    .slick-initialized .slick-track {
        margin-left: 5px;
    }

    .slick-initialized .slick-slide {
        width: 33.33vw !important;
    }

    /*SLICK SLIDE END*/

    .bottom-footer {
        background: #062347
    }

    .bootom-footer-menu li a, .copy span{
        color:#dee7ff;
        opacity: .5
    }



    .inner-col-sl {
        background: #062347;
    }

    #product-list > li.game-category-header.list-group {
        width: 100%;
        padding: 10px 5px;
        margin-bottom: -10px;
        margin-top: 5px;
    }

    ul.product-list li.game-category-header ~ li:nth-child(n+11) {
        display: none !important;
    }

    .submenu-casino {
        margin-top: -10px;
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

/*    .spc-menu li:nth-of-type(2) {
        margin-left: 0;
    }*/

    .spc-menu li:last-child {
        margin-right: 20px;
    }

    #rightMenuWeb .casino-games-search {
        position: initial;
        top: 125px;
        width: calc(100% - 64px);
        padding: 0;
        display: inline-flex;
        font-size: 16px;
        margin-bottom: 0;
    }

    .casino-games-search > input {
        flex-grow: 4;
        height: 34px;
        -webkit-appearance: none;
        font-size: 16px;
        font-family: "Exo 2",sans-serif;
        color: #000;
        background: #fff;
        border: 1px solid #ccc;
        padding: 6px 12px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .casino-games-search > button {
        flex-grow: 1;
        margin-left: 5px;
    }

    #rightMenuWeb .casino-games-search .main-btn {
        top: 16px;
        right: 80px;
    }

    #search-controls {
        background: transparent;
        margin: -5px -15px -5px -5px;
        padding: 15px 15px;
    }


    #filtersControl {
        margin: 5px -15px 0 -15px;
        padding: 15px 15px 5px 20px;
        border-top: #ffc524 1px solid;
        border-bottom: #ffc524 1px solid;
        background: rgba(0,0,0,.2);
        position: relative;
    }

        #filtersControl:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 10px 13px;
            border-color: transparent transparent #ffc524;
            position: absolute;
            top: -14px;
            right: 20px;
        }


    .custom-panel-heading {
        background: transparent;
    }

    .casinolobby .panel-group {
        margin-bottom: 0
    }

        .casinolobby .panel-group h3 {
            color: #fff;
            padding: 0;
            margin: 15px 0 10px 0;
        }

        .casinolobby .panel-group > div > div {
            white-space: nowrap;
            overflow-x: scroll;
            -webkit-overflow-scrolling: touch;
            padding: 0 15px;
            margin-right: -15px;
            margin-left: -15px;
        }

    .casinolobby .custom-panel {
        display: inline-block;
    }

    .casinolobby .custom-panel-heading .panel-title a {
        padding: 13px;
        border-radius: 3px;
    }

    #theme h4.panel-title.active > a, #linije h4.panel-title.active > a, #provajderi h4.panel-title.active > a {
        color: #231f20;
        background: #ffc524
    }

    #themes-menu {
        margin-top: 15px;
    }

    .casinolobby .no-tx {
        width: 24px;
        padding-left: 0;
        text-align: right;
        display: inline-block;
        position: unset;
    }

    #selected-filters {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        margin-right: -5px;
    }

        #selected-filters span {
            border: 1px solid #d3d3d3;
            color: #fff;
            width: 30%;
            padding: 10px 15px;
            flex-grow: 1;
            min-width: 120px;
            margin-top: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-right: 5px;
            position: relative;
            border-radius: 8px;
        }

            #selected-filters span:after {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                content: "\f00d";
                position: absolute;
                right: 15px;
                top: 10px;
                margin-right: -5px;
            }
}

@media screen and (max-width: 1680px) and (min-width: 768px) {
    .top-header div.container, .main-header div.container {
        width: 100%;
        padding: 0 10px;
    }

    .submenu-sportclub div.container {
        width: 100%;
        padding: 0;
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    /*SLICK SLIDE*/

    .slick-initialized .slick-track {
        margin-left: 5px;
    }

    .slick-initialized .slick-slide {
        width: 33.33vw !important;
    }

    /*SLICK SLIDE END*/

    .inner-col-sl {
        background: #062347;
    }

    .bottom-footer {
        background: #062347
    }

    .bootom-footer-menu li a, .copy span {
        color: #dee7ff;
        opacity: .5
    }

    #product-list > li.game-category-header.list-group {
        width: 100%;
        padding: 10px 15px;
        margin-bottom: -10px;
        margin-top: 5px;
    }

    ul.product-list li.game-category-header ~ li:nth-child(n+11) {
        display: none !important;
    }

    .submenu-casino {
        margin-top: -10px;
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .spc-menu li:nth-of-type(n+2) {
        margin-left: 5px;
    }

    .spc-menu li:last-child {
        margin-right: 20px;
    }

    #rightMenuWeb .casino-games-search {
        position: initial;
        top: 125px;
        width: calc(100% - 64px);
        padding: 0;
        display: inline-flex;
        font-size: 16px;
        margin-bottom: 0;
    }

    .casino-games-search > input {
        flex-grow: 4;
        height: 34px;
        -webkit-appearance: none;
        font-size: 16px;
        font-family: "Exo 2",sans-serif;
        color: #000;
        background: #fff;
        border: 1px solid #ccc;
        padding: 6px 12px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .casino-games-search > button {
        flex-grow: 1;
        margin-left: 5px;
    }

    #rightMenuWeb .casino-games-search .main-btn {
        top: 16px;
        right: 80px;
    }

    #search-controls {
        margin: -5px -15px -5px -5px;
        padding: 15px 15px;
    }

    #filtersControl {
        margin: 5px -15px -5px -5px;
        padding: 15px 15px 5px 15px;
        border-top: #ffc524 1px solid;
        border-bottom: #ffc524 1px solid;
        background: rgba(0,0,0,.2);
        position: relative;
    }

        #filtersControl:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 10px 13px;
            border-color: transparent transparent #ffc524;
            position: absolute;
            top: -14px;
            right: 20px;
        }

    .casinolobby .panel-group {
        margin-bottom: 0
    }

        .casinolobby .panel-group h3 {
            color: #fff;
            padding: 0px;
            margin: 15px 0 10px 0;
        }

        .casinolobby .panel-group > div > div {
            white-space: nowrap;
            overflow-x: scroll;
            -webkit-overflow-scrolling: touch;
            padding: 0 15px;
            margin-right: -15px;
            margin-left: -15px;
        }



    .casinolobby .custom-panel {
        display: inline-block;
    }


    .casinolobby .custom-panel-heading .panel-title a {
        padding: 13px;
        border-radius: 3px;
    }

    #theme h4.panel-title.active > a, #linije h4.panel-title.active > a, #provajderi h4.panel-title.active > a {
        color: #231f20;
        background: #ffc524
    }

    #themes-menu {
        margin-top: 15px;
    }

    .casinolobby .no-tx {
        width: 24px;
        padding-left: 0;
        text-align: right;
        display: inline-block;
        position: unset;
    }

    #selected-filters {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        margin-right: -5px;
    }

        #selected-filters span {
            border: 1px solid #d3d3d3;
            color: #fff;
            width: 30%;
            padding: 10px 15px;
            flex-grow: 1;
            min-width: 140px;
            margin-top: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-right: 5px;
            position: relative;
            border-radius: 8px;
        }

            #selected-filters span:after {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                content: "\f00d";
                position: absolute;
                right: 15px;
                top: 10px;
                margin-right: -5px;
            }
}

@media screen and (max-width: 990px) and (min-width: 768px) {
    .submenu-casino {
        margin-top: -10px;
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .spc-menu li:nth-of-type(n+2) {
        margin-left: 5px;
    }

    .spc-menu li:last-child {
        margin-right: 20px;
    }

    #rightMenuWeb .casino-games-search {
        position: initial;
        top: 125px;
        width: calc(100% - 64px);
        padding: 0;
        display: inline-flex;
        font-size: 16px;
        margin-bottom: 0;
    }

    .casino-games-search > input {
        flex-grow: 4;
        height: 34px;
        -webkit-appearance: none;
        font-size: 16px;
        font-family: "Exo 2",sans-serif;
        color: #000;
        background: #fff;
        border: 1px solid #ccc;
        padding: 6px 12px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .casino-games-search > button {
        flex-grow: 1;
        margin-left: 5px;
    }

    #rightMenuWeb .casino-games-search .main-btn {
        top: 36px;
        right: 80px;
    }

    #search-controls {
        background: transparent;
        margin: -5px -15px -15px -15px;
        padding: 15px 15px;
    }

    #filtersControl {
        margin: 15px -15px -5px -15px;
        padding: 15px 15px 5px 15px;
        border-top: #ffc524 1px solid;
        border-bottom: #ffc524 1px solid;
        background: rgba(0,0,0,.3);
        position: relative;
    }

        #filtersControl:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 10px 13px;
            border-color: transparent transparent #ffc524;
            position: absolute;
            top: -14px;
            right: 20px;
        }

    .casinolobby .panel-group {
        margin-bottom: 0
    }

        .casinolobby .panel-group h3 {
            padding: 0px;
            margin: 15px 0 10px 0;
        }

        .casinolobby .panel-group > div > div {
            white-space: nowrap;
            overflow-x: scroll;
            -webkit-overflow-scrolling: touch;
            padding: 0 15px;
            margin-right: -15px;
            margin-left: -15px;
        }



    .casinolobby .custom-panel {
        display: inline-block;
    }

    .custom-panel-heading {
        background: transparent;
    }

    .casinolobby .custom-panel-heading .panel-title a {
        padding: 13px;
        border-radius: 3px;
    }

    #theme h4.panel-title.active > a, #linije h4.panel-title.active > a, #provajderi h4.panel-title.active > a {
        color: #fff;
        background: #c8102e
    }

    #themes-menu {
        margin-top: 15px;
    }

    .casinolobby .no-tx {
        min-width: 32px;
        padding-left: 0;
        text-align: right;
        display: inline-block
    }

    #selected-filters {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        margin-right: -5px;
    }

        #selected-filters span {
            border: 1px solid #d3d3d3;
            color: #fff;
            width: 30%;
            padding: 10px 15px;
            flex-grow: 1;
            min-width: 140px;
            margin-top: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-right: 5px;
            position: relative;
            border-radius: 8px;
        }

            #selected-filters span:after {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                content: "\f00d";
                position: absolute;
                right: 15px;
                top: 10px;
                margin-right: -5px;
            }
}


