
.widget-games-list-container {
    display: none;
    width: auto;
    height: 1000px;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    background: #262626 url(../img/bx_loader.gif) no-repeat center 100px/30px;
}


    .widget-games-list-container .initialized {
        background: rgba(0,0,0,0.9) url(../img/bx_loader.gif) no-repeat center center/20px;
        height: 1000px;
    }

    .widget-games-list-container .list-section {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 0 15px 0;
        background-color: #2E2E2E;
    }


        .widget-games-list-container .list-section .content-bar-container {
            display: block;
            width: auto;
            height: auto;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

        .widget-games-list-container .list-section .section-title {
            padding-bottom: 5px !important;
            font-family: "Open Sans", sans-serif;
            font-size: 20px;
            color: #fff;
            font-weight: 600;
            padding: 5px 0;
            margin-top: 0;
        }


        .widget-games-list-container .list-section .section-items {
            display: block;
            width: auto;
            height: auto;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }




    .widget-games-list-container .section-items ul {
    }

        .widget-games-list-container .section-items ul li {
            display: inline-block;
            width: auto;
            height: auto;
            float: left;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

            .widget-games-list-container .section-items ul li .game-item {
                display: inline-block;
                position: relative;
                width: auto;
                height: auto;
                background-color: #e3e3e3;
                background-size: cover;
                background-repeat: no-repeat;
                background-position-x: center;
                background-position-y: center;
            }


                /* Overlay - START */

                .widget-games-list-container .section-items ul li .game-item .game-item-overlay {
                    display: inline-block;
                    width: auto;
                    position: absolute;
                    top: 0;
                    height: auto;
                    margin: 0 0 0 0;
                    padding: 0 0 0 0;
                    background: rgba(0,0,0,0.8);
                    -moz-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                    transition: all 0.5s;
                    opacity: 0;
                    text-align: center;
                }

    .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-footer.progressive div.progressive-prize span {
        --font-size: 14px;
        padding: 0 1px;
    }

    .widget-games-list-container .section-items.section-items-games ul li .game-item:hover .game-item-overlay {
        opacity: 1;
    }

        .widget-games-list-container .section-items.section-items-games ul li .game-item:hover .game-item-overlay.progressive {
            padding-top: 10px;
        }

    .widget-games-list-container .section-items.section-items-games ul li .game-item:hover .game-item-footer div {
        /*opacity: 0.6;*/
    }

    .widget-games-list-container .section-items.section-items-games ul li .game-item:hover .game-item-footer.progressive div.progressive-prize {
        /*opacity: 0.3;*/
    }



    .widget-games-list-container .game-item-overlay label {
        display: block;
        width: 100% !important;
        height: auto;
        margin: 0 auto;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .widget-games-list-container .game-item-overlay a.game-play,
    .widget-games-list-container .game-item-overlay a.sc-play {
        display: block;
        width: 70% !important;
        height: auto !important;
        max-width: 284px;
        margin: 10px auto;
        padding: 5px 2px;
        border: none;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
    }


    .widget-games-list-container .game-item-overlay a.game-play-demo {
        display: block;
        width: 70% !important;
        height: auto !important;
        max-width: 284px;
        margin: 0 auto;
        padding: 4px 2px 4px 2px;
        background: transparent;
        border: 1px solid #FF8000;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        color: #FFA800;
        font-weight: 500;
        line-height: 13px;
        text-align: center;
    }

        .widget-games-list-container .game-item-overlay a.game-play-demo:hover {
            border-color: #FFA800;
            opacity: 1;
        }

    /* Overlay - END */


    /* Item Footer - START */
    .widget-games-list-container .section-items ul li .game-item .game-item-footer {
        display: block;
        position: absolute;
        bottom: 35px;
        width: 100%;
        height: 35px;
        margin: -35px auto;
        padding: 0 0 0 0;
        text-align: center;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-footer.progressive {
        height: 50px;
      
    }

    .widget-games-list-container .section-items ul li .game-item .game-item-footer div {
        display: inline-block;
        width: auto;
        min-width: 90%;
        margin: 0 0 0 0;
        background: rgba(0,0,0,0.9);
        opacity: 0.9;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        line-height: 40px;
        vertical-align: middle;
        border-radius: 20px;
    }

    .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-footer.progressive div.progressive-prize {
        height: 40px;
        font-weight: 600;
        background: rgba(0,0,0,0.9) url(../img/bx_loader.gif) no-repeat center center/20px;
    }

        .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-footer.progressive div.progressive-prize.initialized {
            background: rgba(0,0,0,0.5);
        }

    /* Item Footer - END */





    /* Corner Ribbon - START */


    .widget-games-list-container .section-items ul li .game-item .item-ribbon {
        position: relative;
        width: 75px;
        height: 75px;
        z-index: 1;
        overflow: hidden;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        text-align: right;
    }

        .widget-games-list-container .section-items ul li .game-item .item-ribbon .corner {
            width: 0;
            height: 0;
            border-top: 75px solid red;
            border-right: 75px solid transparent;
        }


        .widget-games-list-container .section-items ul li .game-item .item-ribbon span {
            position: absolute;
            top: 0;
            display: inline;
            width: 75px;
            height: 75px;
            text-align: center;
            font-size: 11px;
            line-height: 11px;
            font-weight: 600;
            text-transform: uppercase;
            font-family: "Open Sans", sans-serif;
            color: #fff;
            margin: auto;
            transform: rotate(-45deg);
        }

            .widget-games-list-container .section-items ul li .game-item .item-ribbon span.bottom {
                padding-top: 22px;
            }

            .widget-games-list-container .section-items ul li .game-item .item-ribbon span.middle {
                padding-top: 11px;
            }

            .widget-games-list-container .section-items ul li .game-item .item-ribbon span.split {
                padding-top: 6px;
                width: 50px;
                margin-left: 10px;
                margin-right: 10px;
                line-height: 13px;
            }

    .widget-games-list-container .section-items ul li .game-item:hover .item-ribbon {
        opacity: 0.4;
    }
    /* Corner Ribbon - END */


.widget-games-list-container .section-items.section-items-games ul li {
    margin-left: 15px;
    margin-bottom: 15px;
    display: flex;
}

   

    .widget-games-list-container .section-items.section-items-games ul li:nth-child(5n+1),
    .widget-games-list-container .section-items.section-items-games ul li:first-child {
        margin-left: 0px;
    }

    .widget-games-list-container .section-items.section-items-games ul li .game-item {
        width: 210px;
        height: 210px;
    }

        .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-overlay {
            width: 210px;
            height: 210px;
        }

            .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-overlay label {
                max-width: 210px;
                font-size: 18px;
            }


    .widget-games-list-container .section-items.section-items-games ul li:first-child .game-item {
        width: 210px;
        height: 210px;
    }

        .widget-games-list-container .section-items.section-items-games ul li:first-child .game-item .game-item-overlay {
            width: 210px;
            height: 210px;
        }

            .widget-games-list-container .section-items.section-items-games ul li:first-child .game-item .game-item-overlay label {
                max-width: 210px;
            }




@media (min-width:992px) and (max-width:1199px) {

    .widget-games-list-container .list-section {
        padding: 12px 21.25px 0 21.25px;
    }

    .widget-games-list-container .section-items.section-items-games ul li {
        margin-left: 21.25px;
        margin-bottom: 21.25px;
    }

        .widget-games-list-container .section-items.section-items-games ul li:nth-child(n+4) {
            margin-left: 19px;
            margin-bottom: 21.25px;
        }

        .widget-games-list-container .section-items.section-items-games ul li:nth-child(4n) {
            margin-left: 0;
        }
}

@media (max-width:991px) {
    .widget-games-list-container .list-section {
        padding: 12px 25px 0 25px;
    }

    .widget-games-list-container .section-items.section-items-games ul li {
        margin-left: 25px;
        margin-bottom: 25px;
    }

        .widget-games-list-container .section-items.section-items-games ul li:nth-child(3n) {
            margin-left: 0px;
        }

        .widget-games-list-container .section-items.section-items-games ul li:nth-child(n+3):not(:nth-child(3n)) {
            margin-left: 20px;
        }
}


/* Content Bar - START */

.content-bar {
    display: none;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 5px 10px 5px 10px;
    border: none;
    border-radius: 0;
    background-color: black;
    color: #fff;
}

    .content-bar.content-bar-1 {
        margin: 10px 0 0 0;
    }

/* Content Bar - END */

.more-games {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;
    line-height: 24px;
    color: #3B5DE5;
}

    .more-games:active,
    .more-games:visited,
    .more-games:hover,
    .more-games:focus {
        text-decoration: none;
        color: #3B5DE5;
    }


body {
    background-color: #262626;
}


.widget-games-list-container .loadMore-gamesList {
    width: 100%;
    text-align: center;
    display: none;
}

    .widget-games-list-container .loadMore-gamesList a {
        display: block;
    }

.games-select .select2-container--bootstrap .select2-selection--single {
    border-radius: 0px !important;
    height: 51px;
    border-color: #C7C7C7;
    font-family: "Open Sans", sans-serif !important;
    color: #888888 !important;
    padding-top: 0px;
    padding-bottom: 5px;
}


    .games-select .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
        height: 100%;
        padding-left: 10px;
        padding-top: 10px;
    }


.select2-selection__placeholder .span-placeholder {
    color: orange;
}

    .select2-selection__placeholder .span-placeholder img {
        width: 20px;
    }

.select2-selection__placeholder {
    position: absolute;
    height: 100%;
    margin-left: 5px;
}

.games-select {
    display: inline-block;
    width: 45%;
    float: left;
}


    .games-select .searchResultText {
        height: 30px;
        color: #fff;
        font-size: 14px;
        margin-top: 5px;
        margin-left: 2px;
        display: none;
    }

    .games-select .removeSResult {
        height: 30px;
        color: #fff;
        font-size: 14px;
        margin-top: 5px;
        margin-left: 20px;
        display: none;
    }

        .games-select .removeSResult .removeSText {
            color: #ff8000;
            font-size: 14px;
            font-weight: 600;
        }
 

    .games-select .select2-selection__rendered img {
        width: 35px;
    }

.option-games-img {
    width: 35px;
}

.search-games-img {
    width: 20px !important;
}

.games-filters {
    display: none;
    width: 35%;
    float: left;
    padding-left: 20px;
    padding-top: 10px;
    text-align: right;
}

    .games-filters .clear-all-div {
        text-align: center;
        color: #fff;
        font-size: 12px;
    }


.game-filter-type-1 {
    height: 50px;
    font-size: 18px;
    width: 100%;
    display: inline-block;
}

    .game-filter-type-1 a {
        color: #fff;
    }

    .game-filter-type-1 img {
        width: 20px;
    }


.filterProviders {
    margin-top: 5px !important;
    position: absolute;
    background-color: #fff;
    font-size: 14px;
    z-index: 1;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: none;
    right: 32%;
}

.item-provider {
    height: 30px;
    padding-right: 35px;
}


.checkmark {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px #ffcc99 solid;
    margin-left: 10px;
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container-checkbox .checkmark:after {
    left: 6px;
    width: 7px;
    height: 12px;
    border: solid #ff8000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container-checkbox {
    color: grey;
    font-weight: 600;
}

    .container-checkbox input:checked ~ .checkmark {
        background-color: #fff;
    }

.arr-down {
    content: "";
    position: relative;
    bottom: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: orange transparent transparent transparent;
    z-index: 100;
    margin-left: 5px;
}

.filter-container {
   
    display: none;
}


/*SORTING START*/

.games-sorting {
    display: inline-block;
    width: 20%;
    float: right;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
}

.game-sort {
    height: 40px;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

    .game-sort img {
        width: 20px;
    }



.filter-container .games-sorting .game-sort .sort {
    margin-top: 5px !important;
    position: absolute;
    background-color: #fff;
    font-size: 14px;
    z-index: 2;
    width: 180px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: none;
   margin-left:35px;
}

.item-sort {
    height: 30px;
    padding-right: 35px;
}

.sort-item {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    color: grey;
    font-weight: 600;
    height: 30px;
}


    .sort-item[data-id="5"] {
        display: none;
        max-width: 100%;
        margin-bottom: 5px;
        color: grey;
        font-weight: 600;
        height: 30px;
    }

    .sort-item a {
        color: grey;
    }

        .sort-item a.active {
            color: #FF8000;
        }


#sort-option {
    color: #fff;
}
/*SORTING END*/

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    color: #333;
    background-color: #fff;
}

li.select2-results__option:hover {
    background-color: #337ab7 !important;
    color: #fff !important;
}
#games-menu .games-menu-item sup {
    color: #ff8000;
}
#games-menu .games-menu-item {
    font-size:15px;
    padding: 0 8px;

}
.game-item-overlay .game-item-footer-text {
    color: #fff;
    display: block;
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 40px;
    margin: -38px auto;
    padding: 0 0 0 0;
    text-align: center;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 16px;
}

.game-item .game-item-overlay .provider-logo {
    height: 75px;
    margin-top: -10px;
}
.widget-games-list-container .game-item-overlay a.game-play, .widget-games-list-container .game-item-overlay a.sc-play {
    margin: 0px auto 10px auto;
}

.widget-games-list-container .section-items.section-items-games ul li .game-item:hover .game-item-overlay.progressive .game-item .game-item-overlay .provider-logo {
    padding-top: 0px;
}

.game-item .game-item-overlay .provider-logo img {
    height: 84px;
}

#search-input-field {
    display: inline-block;
    height: 50px;
    background-color: black;
    float:right;
    margin-right:10px;
}

    #search-input-field input {
        height: 30px;
        border-radius: 40px;
        border: 1px solid #ebebeb;
        width: 240px;
        background-color: black;
        color: #fff;
        padding-left: 5px;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        background: black url(/Media/widgets/plugin-games-page-categories/img/searchIcon.png) 210px 6px no-repeat;
        background-size: 17px;
        padding-left: 10px;
    }

        #search-input-field input::-webkit-input-placeholder { /* Edge */
            color: #7F7F7F;
            font-size: 12px;
        }

        #search-input-field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #7F7F7F;
            font-size: 12px;
        }

        #search-input-field input:-moz-placeholder {
            color: #7F7F7F;
            font-size: 12px;
        }

/* Clearable text inputs */
.clearable {
    position: relative;
    display: inline-block;
}

    .clearable input[type=text] {
        padding-right: 24px;
        width: 100%;
        box-sizing: border-box;
    }

.clearable__clear {
    display: none;
    position: absolute;
    right: 4px;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 25px;
    user-select: none;
    cursor: pointer;
    color: #fff;
}

.clearable input::-ms-clear { /* Remove IE default X */
    display: none;
}

#games-menu .games-menu-item a.active {
    color: #FF8000;
    font-weight: 600;
}

#games-menu{text-align:left;padding-left: 10px;}