.widget-index-slider {
    display: block;
    width: auto;
    height: 1000px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.bx-wrapper .bx-next {
    right: 0px !important;
}
ul.index-slider li.index-slider-item {
    display: inline-block;
    width: auto;
   
    min-width: 25px;
    margin: 0 7px 0 7px;
}
.widget-games-slider-container {
    display: block;
    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;
}
ul.index-slider {
    display: block;
    width: auto;
    height: 245px;
    max-height: 245px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    visibility: hidden;
    background-color: #2E2E2E;
}
.bx-wrapper ul.index-slider li.index-slider-item {
    margin: 0 10px 0 0 !important
}

.widget-index-slider {
    height: 1000px;
}

.widget-games-slider-container .initialized {
    background: rgba(0,0,0,0.9) url(../img/bx_loader.gif) no-repeat center center/20px;
    height: 1000px;
}

    .widget-games-slider-container .list-section {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 0 15px 0;
    
        background-color: #fff;
    }


        .widget-games-slider-container .list-section .content-bar-container {
            display: block;
            width: auto;
            height: auto;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

        .widget-games-slider-container .list-section h2.section-title {
            padding-bottom: 5px !important;
            font-family: "Open Sans", sans-serif;
            font-size: 20px;
            color: #333;
            font-weight: 600;
            padding: 5px 0;
            margin-top: 0;
        }


        .widget-games-slider-container .list-section .section-items {
            display: block;
            width: auto;
            height: auto;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

        .widget-games-slider-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-slider-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-slider-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-slider-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-slider-container .section-items.section-items-games ul li .game-item:hover .game-item-overlay {
        opacity: 1;
    }

        .widget-games-slider-container .section-items.section-items-games ul li .game-item:hover .game-item-overlay.progressive {
            padding-top: 10px;
        }

    .widget-games-slider-container .section-items.section-items-games ul li .game-item:hover .game-item-footer div {
        /*opacity: 0.6;*/
    }

    .widget-games-slider-container .section-items.section-items-games ul li .game-item:hover .game-item-footer.progressive div.progressive-prize {
        /*opacity: 0.3;*/
    }



    .widget-games-slider-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-slider-container .game-item-overlay a.game-play,
    .widget-games-slider-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-slider-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-slider-container .game-item-overlay a.game-play-demo:hover {
            border-color: #FFA800;
            opacity: 1;
        }

    /* Overlay - END */


    /* Item Footer - START */
    .widget-games-slider-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-slider-container .section-items.section-items-games ul li .game-item .game-item-footer.progressive {
        height: 50px;
      
    }

    .widget-games-slider-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.6);
        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-slider-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-slider-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-slider-container .section-items ul li .game-item .item-ribbon {
        position: absolute;
        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-slider-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-slider-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-slider-container .section-items ul li .game-item .item-ribbon span.bottom {
                padding-top: 22px;
            }

            .widget-games-slider-container .section-items ul li .game-item .item-ribbon span.middle {
                padding-top: 11px;
            }

            .widget-games-slider-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-slider-container .section-items ul li .game-item:hover .item-ribbon {
        opacity: 0.4;
    }
    /* Corner Ribbon - END */



.widget-games-slider-container .section-items.section-items-games ul li {
    margin-left: 15px;
    margin-bottom: 15px;
    display: flex;
}

  

    .widget-games-slider-container .section-items.section-items-games ul li:nth-child(5n+1),
    .widget-games-slider-container .section-items.section-items-games ul li:first-child {
        margin-left: 0px;
    }

    .widget-games-slider-container .section-items.section-items-games ul li .game-item {
        width: 195px;
        height: 195px;
    }

        .widget-games-slider-container .section-items.section-items-games ul li .game-item .game-item-overlay {
            width: 195px;
            height: 195px;
        }

            .widget-games-slider-container .section-items.section-items-games ul li .game-item .game-item-overlay label {
                max-width: 195px;
                font-size: 18px;
            }


    .widget-games-slider-container .section-items.section-items-games ul li:first-child .game-item {
      
    }

        .widget-games-slider-container .section-items.section-items-games ul li:first-child .game-item .game-item-overlay {
           
        }

            .widget-games-slider-container .section-items.section-items-games ul li:first-child .game-item .game-item-overlay label {
                
            }




@media (min-width:992px) and (max-width:1199px) {

    .widget-games-slider-container .list-section {
        padding: 12px 21.25px 0 21.25px;
    }

    .widget-games-slider-container .section-items.section-items-games ul li {
        margin-left: 21.25px;
        margin-bottom: 21.25px;
    }

        .widget-games-slider-container .section-items.section-items-games ul li:nth-child(n+4) {
            margin-left: 19px;
            margin-bottom: 21.25px;
        }

        .widget-games-slider-container .section-items.section-items-games ul li:nth-child(4n) {
            margin-left: 0;
        }
}

@media (max-width:991px) {
    .widget-games-slider-container .list-section {
        padding: 12px 25px 0 25px;
    }

    .widget-games-slider-container .section-items.section-items-games ul li {
        margin-left: 25px;
        margin-bottom: 25px;
    }

        .widget-games-slider-container .section-items.section-items-games ul li:nth-child(3n) {
            margin-left: 0px;
        }

        .widget-games-slider-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-slider-container .loadMore-gamesList {
    width: 100%;
    text-align: center;
    display: none;
}

    .widget-games-slider-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 .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: #333;
        font-size: 12px;
    }


.game-filter-type-1 {
    height: 50px;
    font-size: 18px;
    width: 100%;
    display: inline-block;
}

    .game-filter-type-1 a {
        color: #333;
    }

    .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;
    /* margin-right: 90px; */
    border-width: 5px;
    border-style: solid;
    border-color: orange transparent transparent transparent;
    z-index: 100;
    margin-left: 5px;
}


/* Item Footer - 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;
}

.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-slider-container .game-item-overlay a.game-play, .widget-games-slider-container .game-item-overlay a.sc-play {
    margin: 0px auto 10px auto;
}

.widget-games-slider-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;
    width:100%;
}

.widget-games-slider-container .list-section-1,
.widget-games-slider-container .list-section-2,
.widget-games-slider-container .list-section-3,
.widget-games-slider-container .list-section-4,
.widget-games-slider-container .list-section-5,
.widget-games-slider-container .list-section-6,
.widget-games-slider-container .list-section-7,
.widget-games-slider-container .list-section-8 {
    background-color: #2E2E2E;
}

.widget-games-slider-container .list-section-2 {
    background-color: #2E2E2E;
}
    .widget-games-slider-container .list-section-1 .section-title-1,
    .widget-games-slider-container .list-section-2 .section-title-2,
    .widget-games-slider-container .list-section-3 .section-title-3,
    .widget-games-slider-container .list-section-4 .section-title-4,
    .widget-games-slider-container .list-section-5 .section-title-5,
    .widget-games-slider-container .list-section-6 .section-title-6,
    .widget-games-slider-container .list-section-7 .section-title-7,
    .widget-games-slider-container .list-section-8 .section-title-8 {
        padding-bottom: 5px !important;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        padding: 15px 0;
        margin-left: 10px;
        
    }


.widget-games-slider-container .list-section-6 ul li.index-slider-item:first-child .game-item {
    width: 400px;
}
.widget-games-slider-container .list-section-6 ul li.index-slider-item:first-child {
    margin: 0px;
    width: 400px !important;
}

.widget-games-slider-container .list-section-4 ul li.index-slider-item:first-child .game-item {
    width: 400px;
}

.widget-games-slider-container .list-section-4 ul li.index-slider-item:first-child {
    margin: 0px;
    width: 400px !important;
}


.widget-games-slider-container .list-section-6 .section-items.section-items-games ul li:first-child .game-item .game-item-overlay {
    width: 400px !important;
}
.widget-games-slider-container .list-section-4 .section-items.section-items-games ul li:first-child .game-item .game-item-overlay {
    width: 400px !important;
}
.widget-games-slider-container .section-items ul li .game-item .item-bet {
    z-index: 1;
    overflow: hidden;
    -moz-transition: all 0.5s;
    padding-top: 5px;
    text-align: right;
    padding-right: 5px;
    float: right;
    margin-bottom: 5px;
}

    .widget-games-slider-container .section-items ul li .game-item .item-bet .bet-value {
        width: 150px;
        height: 23px;
        float: right;
    }
    .widget-games-slider-container .section-items ul li .game-item .item-bet span {
        display: inline;
        width: 150px;
        height: 23px;
        font-size: 14px;
        line-height: 23px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        margin: auto;
        /* opacity: 0.9; */
        padding-left: 10px;
        padding-right: 10px;
        text-shadow: 1px 1px #000000;
        background: rgba(0,0,0,0.5);
        border-radius: 10px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

.widget-games-slider-container .section-items ul li .game-item .item-seats-no {
    z-index: 1;
    overflow: hidden;
    -moz-transition: all 0.5s;
    padding-top: 5px;
    text-align: right;
    padding-right: 10px;
    display: none;
}
.seats-value img {
    height: 14px;
    width: 14px;
    display:inline-block !important;
}
.widget-games-slider-container .section-items ul li .game-item .item-seats-yes {
    z-index: 1;
    overflow: hidden;
    -moz-transition: all 0.5s;
    text-align: right;
    padding-right: 2px;
    display: block;
    float: right;
}

.widget-games-slider-container .section-items ul li .game-item .item-seats-yes .seats-value {
    width: 55px;
    height: 21px;
    float: right;
    text-shadow: 1px 1px #000000;
    padding-right: 7px;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    margin-right: 3px;
}
.widget-games-slider-container .section-items ul li .game-item .item-seats-yes span {
    display: inline;
    width: 150px;
    height: 21px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin: auto;
    vertical-align: bottom;
    text-shadow: 1px 1px #000000;
}

.widget-games-slider-container .section-items ul li .game-item .game-item-footer .footer-result {
    height: 35px;
    border-radius: 30px;
}

/*RESULT IN FOOTER START*/


.widget-games-slider-container .section-items.section-items-games ul li.index-slider-item .game-item .footer-result ul li {
   
    font-size: 12px;
    display: inline-block;
    width: 20px;
    margin-left: 0px !important;
    margin-right: 0px;
}

    .widget-games-slider-container .section-items.section-items-games ul li.index-slider-item .game-item .footer-result ul li.red-number {
        color: #FF0000;
    }

    .widget-games-slider-container .section-items.section-items-games ul li.index-slider-item .game-item .footer-result ul li.black-number {
        color: #fff;
    }

    .widget-games-slider-container .section-items.section-items-games ul li.index-slider-item .game-item .footer-result ul li.green-number {
        color: #00B050;
    }

    .widget-games-slider-container .section-items.section-items-games ul li.index-slider-item .game-item .footer-result ul li.red-number:first-child {
        color: #fff !important;
    }

    .widget-games-slider-container .section-items.section-items-games ul li.index-slider-item .game-item .footer-result ul li.black-number:first-child {
        color: #fff !important;
    }

    .widget-games-slider-container .section-items.section-items-games ul li.index-slider-item .game-item .footer-result ul li.green-number:first-child {
        color: #fff !important;
    }

    .widget-games-slider-container .section-items.section-items-games ul li.index-slider-item .game-item .footer-result ul li.red-number:first-child span {
        height: 20px;
        width: 20px;
        background-color: #FF0000;
        border-radius: 50%;
        line-height: 20px;
        display: inline-block;
    }

    .widget-games-slider-container .section-items.section-items-games ul li.index-slider-item .game-item .footer-result ul li.black-number:first-child span {
        height: 20px;
        width: 20px;
        background-color: #444;
        border-radius: 50%;
        line-height: 20px;
        display: inline-block;
    }

    .widget-games-slider-container .section-items.section-items-games ul li.index-slider-item .game-item .footer-result ul li.green-number:first-child span {
        height: 20px;
        width: 20px;
        background-color: #00B050;
        border-radius: 50%;
        line-height: 20px;
        display: inline-block;
    }

    .widget-games-slider-container .section-items.section-items-games ul li.index-slider-item .game-item .footer-result ul li:not(:first-child) span {
        width: 15px;
    }

.widget-games-slider-container .section-items.section-items-games ul li.index-slider-item .game-item-footer {
    height: 35px;
    margin: -35px auto;
    bottom: 45px;
}

/*RESULT IN FOOTER END*/


.widget-games-slider-container a.moreGameCategory {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;
    line-height: 24px;
    color: #5B9BD5;
    margin-right: 15px
}