
.widget-games-list-container {
    display: block;
    width: auto;
    height: 1000px;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    background: #262626 url(../img/bx_loader.gif) no-repeat center 100px/30px;
}

#gamesList {
    display: none;
}

.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: 100%;
    height: auto;
    margin: 0 0 15px 0;
    /*padding: 12px 15px 0 15px;*/
    background-color: #fff;
}


    .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-slider-container .list-section h1.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-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 {
    width: 100%;
}

    .widget-games-list-container .section-items ul li.game-item-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#lobby {
        display: none;
        width: auto;
        height: auto;
        float: left;
        padding: 0 0 0 0;
    }




    .widget-games-list-container .section-items ul li.game-item-li.show {
        display: inline-block;
    }


    .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;
    }

    .widget-games-list-container .section-items ul li .game-item-lobby-div {
        /*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-yes {
        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,.7);
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
        text-align: center;
        /*padding-top: 60px;*/
    }

    .widget-games-list-container .section-items ul li .game-item .game-item-overlay-no {
        display: none;
        width: auto;
        position: absolute;
        top: 0;
        height: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        background: rgba(0,0,0,.7);
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
        text-align: center;
        /*padding-top: 60px;*/
    }

    .widget-games-list-container .section-items ul li .game-item-lobby-div .game-item-overlay-yes {
        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,.7);
        -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.footer-section div.footer-section-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-yes {
    opacity: 1;
}

    .widget-games-list-container .section-items.section-items-games ul li .game-item:hover .game-item-overlay-yes.footer-section {
        /*padding-top: 40px;*/
    }

.widget-games-list-container .section-items.section-items-games ul li .game-item .provider-logo {
    height:70px;
}

.widget-games-list-container .section-items.section-items-games ul li .game-item-lobby-div:hover .game-item-overlay-yes {
    opacity: 1;
}

    .widget-games-list-container .section-items.section-items-games ul li .game-item-lobby-div:hover .game-item-overlay-yes.footer-section {
        padding-top: 40px;
    }

.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.footer-section div.footer-section-prize {
    /*opacity: 0.3;*/
}



.widget-games-list-container .game-item-overlay-yes 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-yes a.game-play,
.widget-games-list-container .game-item-overlay-yes 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-yes 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-yes a.game-play-demo:hover {
        border-color: #FFA800;
        opacity: 1;
    }

/* Overlay - END */



/*CLOCK START*/

.clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

    .clockdiv > div {
        display: inline-block;
        width: 11%;
    }

    .clockdiv div > span {
        display: inline-block;
    }

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

/*CLOCK END*/


/* Overlay CLOSED TABLE  - START */

.widget-games-list-container .section-items ul li .game-item .game-item-overlay-closed-yes {
    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,.7);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    text-align: center;
    padding-top: 60px;
}

.widget-games-list-container .section-items ul li .game-item .game-item-overlay-closed-no {
    display: none;
    width: auto;
    position: absolute;
    top: 0;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: rgba(0,0,0,.7);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    text-align: center;
    padding-top: 60px;
}

.widget-games-list-container .section-items ul li .game-item .game-item-overlay-closed-yes span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-footer.footer-section div.footer-section-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-closed-yes {
    opacity: 1;
}

    .widget-games-list-container .section-items.section-items-games ul li .game-item:hover .game-item-overlay-closed-yes.footer-section {
        padding-top: 40px;
    }

.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.footer-section div.footer-section-prize {
    /*opacity: 0.3;*/
}



.widget-games-list-container .game-item-overlay-closed-yes 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-closed-yes a.game-play,
.widget-games-list-container .game-item-overlay-closed-yes 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-closed-yes 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-closed-yes a.game-play-demo:hover {
        border-color: #FFA800;
        opacity: 1;
    }







.widget-games-list-container .section-items ul li .game-item .game-item-overlay-time-yes {
    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,.7);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    text-align: center;
    padding-top: 60px;
}

.widget-games-list-container .section-items ul li .game-item .game-item-overlay-time-no {
    display: none;
    width: auto;
    position: absolute;
    top: 0;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: rgba(0,0,0,.7);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    text-align: center;
    padding-top: 60px;
}


.widget-games-list-container .section-items ul li .game-item .game-item-overlay-closedtable-yes {
    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,.7);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    text-align: center;
    padding-top: 60px;
}

.widget-games-list-container .section-items ul li .game-item .game-item-overlay-closedtable-no {
    display: none;
    width: auto;
    position: absolute;
    top: 0;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: rgba(0,0,0,.7);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    text-align: center;
    padding-top: 60px;
}

.widget-games-list-container .section-items ul li .game-item .game-item-overlay-time-yes span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-footer.footer-section div.footer-section-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-time-yes {
    opacity: 1;
}

    .widget-games-list-container .section-items.section-items-games ul li .game-item:hover .game-item-overlay-time-yes.footer-section {
        padding-top: 40px;
    }

.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.footer-section div.footer-section-prize {
    /*opacity: 0.3;*/
}



.widget-games-list-container .game-item-overlay-time-yes 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-time-yes a.game-play,
.widget-games-list-container .game-item-overlay-time-yes 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-time-yes 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-time-yes a.game-play-demo:hover {
        border-color: #FFA800;
        opacity: 1;
    }







/* Overlay CLOSED TABLE - 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.footer-section {
    height: 35px;
    margin: -35px auto;
    bottom: 45px;
}

.widget-games-list-container .section-items ul li .game-item .game-item-footer div {
    display: inline-block;
    width: auto;
    height: 35px;
    min-width: 100%;
    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: 35px;
    vertical-align: middle
}

.widget-games-list-container .section-items ul li .game-item .game-item-footer .footer-result {
    height: 35px;
    border-radius:30px;
}

.widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-footer.footer-section div.footer-section-prize {
    height: 30px;
    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.footer-section div.footer-section-prize.initialized {
        background: rgba(0,0,0,0.6);
    }

.widget-games-list-container .section-items ul li .game-item-lobby-div .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-lobby-div .game-item-footer.footer-section {
    height: 65px;
    margin: -65px auto;
    bottom: 65px;
}

.widget-games-list-container .section-items ul li .game-item-lobby-div .game-item-footer div {
    display: inline-block;
    width: auto;
    height: 35px;
    min-width: 100%;
    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: 35px;
    vertical-align: middle;
    margin-top: 30px;
}

.widget-games-list-container .section-items.section-items-games ul li .game-item-lobby-div .game-item-footer.footer-section div.footer-section-prize {
    height: 30px;
    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-lobby-div .game-item-footer.footer-section div.footer-section-prize.initialized {
        background: rgba(0,0,0,0.6);
    }




/* Item Footer - END */



/*RESULT IN FOOTER START*/


.widget-games-list-container .section-items.section-items-games ul li.game-item-li .game-item .footer-result ul li {
    /*margin-left: 5px !important;*/
    font-size: 12px;
    display: inline-block;
    width: 18px;
    margin-left: 0px !important;
    margin-right: 0px;
}
    .widget-games-list-container .section-items.section-items-games ul li.game-item-li .game-item .footer-result ul li.red-number {
        color: #FF0000;
    }
    .widget-games-list-container .section-items.section-items-games ul li.game-item-li .game-item .footer-result ul li.black-number {
        color: #fff;
    }
    .widget-games-list-container .section-items.section-items-games ul li.game-item-li .game-item .footer-result ul li.green-number {
        color: #00B050;
    }
    .widget-games-list-container .section-items.section-items-games ul li.game-item-li .game-item .footer-result ul li.red-number:first-child {
       color:#fff !important;
    }
    .widget-games-list-container .section-items.section-items-games ul li.game-item-li .game-item .footer-result ul li.black-number:first-child {
        color: #fff !important;
    }
    .widget-games-list-container .section-items.section-items-games ul li.game-item-li .game-item .footer-result ul li.green-number:first-child {
        color: #fff !important;
    }
    .widget-games-list-container .section-items.section-items-games ul li.game-item-li .game-item .footer-result ul li.red-number:first-child span {
        height: 18px;
        width: 18px;
        background-color: #FF0000;
        border-radius: 50%;
        line-height: 18px;
        display: inline-block;
    }
    .widget-games-list-container .section-items.section-items-games ul li.game-item-li .game-item .footer-result ul li.black-number:first-child span {
        height:18px;
        width: 18px;
        background-color: #444;
        border-radius: 50%;
        line-height: 20px;
        display: inline-block;
    }
    .widget-games-list-container .section-items.section-items-games ul li.game-item-li .game-item .footer-result ul li.green-number:first-child span {
        height: 18px;
        width: 18px;
        background-color: #00B050;
        border-radius: 50%;
        line-height: 20px;
        display: inline-block;
    }
    .widget-games-list-container .section-items.section-items-games ul li.game-item-li .game-item .footer-result ul li:not(:first-child) span {
        width: 15px;
    }

/*RESULT IN FOOTER END*/



/* Corner Ribbon - START */
.widget-games-list-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-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 */




/* BET VALUE - START */


.widget-games-list-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-list-container .section-items ul li .game-item .item-bet .bet-value {
        width: 150px;
        height: 23px;
        float: right;
    }


    .widget-games-list-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;
       
        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-list-container .section-items ul li .game-item:hover .item-bet {
    opacity: 0.4;
}
/* BET VALUE - END */



/* SEATS VALUE - START */

.widget-games-list-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;
}

.widget-games-list-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-list-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;
    }


.seats-value img {
    height: 14px;
    width: 14px;
}

.widget-games-list-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-list-container .section-items ul li .game-item:hover .item-seats-yes {
    opacity: 0.4;
}
/* SEATS VALUE - END */






/* Type 1 - DEFAULT - ALL SAME SIZE - START */
.widget-games-list-container .section-items.section-type-1 ul li {
    margin-left: 15px;
    margin-bottom: 15px;
    position: relative;
    /*display:flex;*/
}

    .widget-games-list-container .section-items.section-type-1 ul li .game-item {
        width: 195px;
        height: 195px;
    }

        .widget-games-list-container .section-items.section-type-1 ul li .game-item .game-item-overlay {
            width: 195px;
            height: 195px;
        }

            .widget-games-list-container .section-items.section-type-1 ul li .game-item .game-item-overlay label {
                max-width: 195px;
            }

        .widget-games-list-container .section-items.section-type-1 ul li .game-item .game-item-overlay-closed-yes {
            width: 195px;
            height: 195px;
        }

            .widget-games-list-container .section-items.section-type-1 ul li .game-item .game-item-overlay-closed-yes label {
                max-width: 195px;
            }

        .widget-games-list-container .section-items.section-type-1 ul li .game-item .game-item-overlay-time-yes {
            width: 195px;
            height: 195px;
        }

            .widget-games-list-container .section-items.section-type-1 ul li .game-item .game-item-overlay-time-yes label {
                max-width: 195px;
            }


@media (min-width:1200px) {
    .widget-games-list-container .section-items.section-type-1 ul li:nth-child(5n+1) {
        margin-left: 0px;
    }
}

@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-type-1 ul li {
        margin-left: 19px;
        margin-bottom: 21.25px;
    }

        .widget-games-list-container .section-items.section-type-1 ul li:nth-child(4n+1) {
            margin-left: 0;
        }
}

@media (min-width:740px) and (max-width:991px) {
    .widget-games-list-container .list-section {
        padding: 12px 25px 0 25px;
    }

    .widget-games-list-container .section-items.section-type-1 ul li {
        margin-left: 20px;
        margin-bottom: 20px;
    }

        .widget-games-list-container .section-items.section-type-1 ul li:nth-child(3n + 1) {
            margin-left: 0;
        }
}

/* Type 1 - DEFAULT - ALL SAME SIZE - END */





/* Type 2 - MAIN ONE ROW - START */

.widget-games-list-container .section-items.section-items-games ul li.game-item-li {
    margin-right: 15px;
    margin-bottom: 15px;
    /*display:flex;*/
}

    /*.widget-games-list-container .section-items.section-items-games ul li:nth-child(4n+1):not(:nth-child(9)) {
        margin-left: 0px;
    }*/

    .widget-games-list-container .section-items.section-items-games ul li.game-item-li:first-child,
    .widget-games-list-container .section-items.section-items-games ul[type-ul="list"] li.game-item-li:nth-child(5n+1){
        /*margin-right: 0px;*/
    }

    .widget-games-list-container .section-items.section-items-games ul li .game-item {
        width: 195px;
        height: 195px;
    }

        .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-overlay-yes {
            width: 195px;
            height: 195px;
        }

.widget-games-list-container .section-items.section-items-games ul[type-ul="list"] li .game-item .game-item-overlay-yes {
    width: 210px;
    height: 210px;
}

            .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-overlay-yes label {
                max-width: 195px;
                font-size: 18px;
            }


    .widget-games-list-container .section-items.section-items-games ul li .game-item-lobby-div .game-item-overlay-yes {
        width: 435px;
        height: 210px;
    }

        .widget-games-list-container .section-items.section-items-games ul li .game-item-lobby-div .game-item-overlay-yes label {
            max-width: 435px;
            font-size: 18px;
        }

    .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-overlay-closed-yes {
        width: 195px;
        height: 195px;
    }

        .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-overlay-closed-yes label {
            max-width: 195px;
            font-size: 18px;
        }

    .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-overlay-time-yes {
        width: 195px;
        height: 195px;
    }

        .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-overlay-time-yes label {
            max-width: 195px;
            font-size: 18px;
        }


    .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-overlay-closedtable-yes {
        width: 195px;
        height: 195px;
    }
        .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-overlay-closedtable-yes span {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }
        
        .widget-games-list-container .section-items.section-items-games ul li .game-item .game-item-overlay-closedtable-yes label {
            max-width: 195px;
            font-size: 18px;
        }

    .widget-games-list-container .section-items.section-items-games ul li:first-child .game-item {
        width: 195px;
        height: 195px;
    }

        .widget-games-list-container .section-items.section-items-games ul li:first-child .game-item .game-item-overlay-yes {
            width: 195px;
            height: 195px;
        }

        .widget-games-list-container .section-items.section-items-games ul li:first-child .game-item .game-item-overlay label {
            max-width: 195px;
        }


.widget-games-list-container .section-items ul li .game-item-lobby-div {
    width: 435px;
    height: 210px;
}

    .widget-games-list-container .section-items ul li .game-item-lobby-div .game-item-overlay {
        width: 435px;
        height: 210px;
        padding-top: 172px;
    }

        .widget-games-list-container .section-items ul li .game-item-lobby-div .game-item-overlay label {
            max-width: 435px;
        }

@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;
        }
}
/* Type 2 - MAIN ONE ROW - END */

/* Type 3 - MAIN TWO ROWS - START */

.widget-games-list-container .section-items.section-type-3 ul li {
    margin-left: 15px;
    margin-bottom: 15px;
}

    .widget-games-list-container .section-items.section-type-3 ul li:nth-child(1),
    .widget-games-list-container .section-items.section-type-3 ul li:nth-child(5n+8) {
        margin-left: 0px;
    }

    .widget-games-list-container .section-items.section-type-3 ul li .game-item {
        width: 195px;
        height: 195px;
    }

        .widget-games-list-container .section-items.section-type-3 ul li .game-item .game-item-overlay {
            width: 195px;
            height: 195px;
        }

            .widget-games-list-container .section-items.section-type-3 ul li .game-item .game-item-overlay label {
                max-width: 195px;
                font-size: 18px;
            }

        .widget-games-list-container .section-items.section-type-3 ul li .game-item .game-item-overlay-closed-yes {
            width: 195px;
            height: 195px;
        }

            .widget-games-list-container .section-items.section-type-3 ul li .game-item .game-item-overlay-closed-yes label {
                max-width: 195px;
                font-size: 18px;
            }

        .widget-games-list-container .section-items.section-type-3 ul li .game-item .game-item-overlay-time-yes {
            width: 195px;
            height: 195px;
        }

            .widget-games-list-container .section-items.section-type-3 ul li .game-item .game-item-overlay-time-yes label {
                max-width: 195px;
                font-size: 18px;
            }


    .widget-games-list-container .section-items.section-type-3 ul li:first-child .game-item {
        width: 435px;
        height: 435px;
    }

        .widget-games-list-container .section-items.section-type-3 ul li:first-child .game-item .game-item-overlay {
            width: 435px;
            height: 435px;
            padding-top: 172px;
        }

            .widget-games-list-container .section-items.section-type-3 ul li:first-child .game-item .game-item-overlay label {
                max-width: 435px;
            }


@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-type-3 ul li {
        margin-left: 21.25px;
        margin-bottom: 15px;
    }

        .widget-games-list-container .section-items.section-type-3 ul li:nth-child(4n+6) {
            margin-left: 0 !important;
        }

        .widget-games-list-container .section-items.section-type-3 ul li:nth-child(n+6):not(:first-child) {
            margin-left: 19px;
            margin-bottom: 15px;
        }
}

@media (max-width:991px) {
    .widget-games-list-container .list-section {
        padding: 12px 25px 0 25px;
    }

    .widget-games-list-container .section-items.section-type-3 ul li {
        margin-left: 20px;
        margin-bottom: 15px;
    }

        .widget-games-list-container .section-items.section-type-3 ul li:nth-child(3n + 1) {
            margin-left: 0;
        }

        .widget-games-list-container .section-items.section-type-3 ul li:nth-child(2),
        .widget-games-list-container .section-items.section-type-3 ul li:nth-child(3) {
            margin-left: 25px;
        }
}
/* Type 3 - MAIN TWO ROWS - END */

/* Type 4 - SCRATCHCARDS - START */

.widget-games-list-container .section-items.section-type-4 ul li {
    margin-left: 15px;
    margin-bottom: 15px;
}

    .widget-games-list-container .section-items.section-type-4 ul li .game-item {
        width: 195px;
        height: 195px;
    }

        .widget-games-list-container .section-items.section-type-4 ul li .game-item .game-item-overlay {
            width: 195px;
            height: 195px;
        }

            .widget-games-list-container .section-items.section-type-4 ul li .game-item .game-item-overlay label {
                max-width: 195px;
            }

        .widget-games-list-container .section-items.section-type-4 ul li .game-item .game-item-overlay-closed-yes {
            width: 195px;
            height: 195px;
        }

            .widget-games-list-container .section-items.section-type-4 ul li .game-item .game-item-overlay-closed-yes label {
                max-width: 195px;
            }

        .widget-games-list-container .section-items.section-type-4 ul li .game-item .game-item-overlay-time-yes {
            width: 195px;
            height: 195px;
        }

            .widget-games-list-container .section-items.section-type-4 ul li .game-item .game-item-overlay-time-yes label {
                max-width: 195px;
            }


@media (min-width:1200px) {
    .widget-games-list-container .section-items.section-type-4 ul li:nth-child(5n+1) {
        margin-left: 0px;
    }
}

@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-type-4 ul li {
        margin-left: 19px;
        margin-bottom: 21.25px;
    }

        .widget-games-list-container .section-items.section-type-4 ul li:nth-child(4n+1) {
            margin-left: 0;
        }
}

@media (min-width:740px) and (max-width:991px) {
    .widget-games-list-container .list-section {
        padding: 12px 25px 0 25px;
    }

    .widget-games-list-container .section-items.section-type-4 ul li {
        margin-left: 20px;
        margin-bottom: 20px;
    }

        .widget-games-list-container .section-items.section-type-4 ul li:nth-child(3n + 1) {
            margin-left: 0;
        }
}

/* Type 4 - SCRATCHCARDS - END */

/* 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: #5B9BD5;
}

    .more-games:active,
    .more-games:visited,
    .more-games:hover,
    .more-games:focus {
        text-decoration: none;
        color: #5B9BD5;
    }


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 {
    width: 35%;
    float: left;
    padding-left: 20px;
    padding-top: 10px;
    text-align: right;
    display: none;
}

    .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;
}

.filter-container {
    /*height: 60px;*/
    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 a {
        color: #333;
    }*/

    .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: 1;
    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;
}


.widget-games-list-container .section-items ul li.game-item-li .game-item-overlay-yes .game-table-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;
}


.widget-games-list-container .section-items ul li.game-item-li .game-item-overlay-closed-yes .game-table-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;
}
    .widget-games-list-container .section-items ul li.game-item-li .game-item-overlay-closed-yes .game-table-footer-text span{
        font-size:16px;
        font-weight:500;
    }

.widget-games-list-container .section-items ul li.game-item-li .game-item-overlay-time-yes .game-table-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;
}

    .widget-games-list-container .section-items ul li.game-item-li .game-item-overlay-time-yes .game-table-footer-text span {
        font-size: 16px;
        font-weight: 500;
    }


    .widget-games-list-container .section-items ul li.game-item-li .game-item-lobby-div .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;
    }

.widget-games-list-container .section-items ul li.game-item-li .provider-logo {
    height: 75px;
    margin-top: -10px;
}
    .widget-games-list-container .section-items ul li.game-item-li .provider-logo img {
        height: 84px;
        width: 100%;
    }

.widget-games-list-container .section-items ul li.game-item-li .game-item-lobby-div .provider-logo img{
    height: 85px;
  
}

.bx-wrapper .bx-next {
    right: 0px !important;
}


.bx-viewport 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;
}


.widget-games-list-container .list-section-1 .section-title-1,
.widget-games-list-container .list-section-2 .section-title-2,
.widget-games-list-container .list-section-3 .section-title-3,
.widget-games-list-container .list-section-4 .section-title-4,
.widget-games-list-container .list-section-5 .section-title-5,
.widget-games-list-container .list-section-6 .section-title-6,
.widget-games-list-container .list-section-7 .section-title-7,
.widget-games-list-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: 15px;
    margin-bottom:10px;
    margin-top:0px;
}

.widget-games-list-container .list-section-all .section-title-all {
    padding-bottom: 5px !important;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 15px 0;
    margin-left: 0px;
    margin-top:0px;
}


.widget-games-list-container .list-section-all,
.widget-games-list-container .list-section-1,
.widget-games-list-container .list-section-2,
.widget-games-list-container .list-section-3,
.widget-games-list-container .list-section-4,
.widget-games-list-container .list-section-5,
.widget-games-list-container .list-section-6,
.widget-games-list-container .list-section-7,
.widget-games-list-container .list-section-8 {
    background-color: #2E2E2E;
    margin-bottom: 20px;
    display:none;
}

    .widget-games-list-container .list-section-1 ul li.game-item-lobby,
    .widget-games-list-container .list-section-2 ul li.game-item-lobby,
    .widget-games-list-container .list-section-3 ul li.game-item-lobby,
    .widget-games-list-container .list-section-4 ul li.game-item-lobby,
    .widget-games-list-container .list-section-5 ul li.game-item-lobby,
    .widget-games-list-container .list-section-6  ul li.game-item-lobby,
    .widget-games-list-container .list-section-7 ul li.game-item-lobby,
    .widget-games-list-container .list-section-8 ul li.game-item-lobby {
        width:435px;
        height:210px;
        float:left;
        margin-right:15px;
    }

        .widget-games-list-container .list-section-0 ul li.game-item-lobby .game-item-footer-text,
        .widget-games-list-container .list-section-1 ul li.game-item-lobby .game-item-footer-text,
        .widget-games-list-container .list-section-2 ul li.game-item-lobby .game-item-footer-text,
        .widget-games-list-container .list-section-3 ul li.game-item-lobby .game-item-footer-text,
        .widget-games-list-container .list-section-4 ul li.game-item-lobby .game-item-footer-text,
        .widget-games-list-container .list-section-5 ul li.game-item-lobby .game-item-footer-text,
        .widget-games-list-container .list-section-6 ul li.game-item-lobby .game-item-footer-text,
        .widget-games-list-container .list-section-7 ul li.game-item-lobby .game-item-footer-text,
        .widget-games-list-container .list-section-8 ul li.game-item-lobby .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;
        }

        .widget-games-list-container .list-section-0 ul li.game-item-lobby .provider-logo img,
        .widget-games-list-container .list-section-1 ul li.game-item-lobby .provider-logo img,
        .widget-games-list-container .list-section-2 ul li.game-item-lobby .provider-logo img,
        .widget-games-list-container .list-section-3 ul li.game-item-lobby .provider-logo img,
        .widget-games-list-container .list-section-4 ul li.game-item-lobby .provider-logo img,
        .widget-games-list-container .list-section-5 ul li.game-item-lobby .provider-logo img,
        .widget-games-list-container .list-section-6 ul li.game-item-lobby .provider-logo img,
        .widget-games-list-container .list-section-7 ul li.game-item-lobby .provider-logo img,
        .widget-games-list-container .list-section-8 ul li.game-item-lobby .provider-logo img {
            height: 85px;
        }


.widget-games-list-container a.moreGameCategory {
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;
    line-height: 24px;
    color: #5B9BD5;
    margin-right: 15px;
}

.widget-games-list-container .list-section-1 ul li.game-item-li:first-child,
.widget-games-list-container .list-section-2 ul li.game-item-li:first-child {
    width: 400px !important;
}

.widget-games-list-container .list-section-1 ul li:first-child .game-item,
.widget-games-list-container .list-section-2 ul li:first-child .game-item {
    width: 400px !important;
}
    .widget-games-list-container .list-section-1 ul li:first-child .game-item .game-item-overlay-yes,
    .widget-games-list-container .list-section-2 ul li:first-child .game-item .game-item-overlay-yes {
        width: 400px !important;
    }
    .widget-games-list-container .list-section-1 ul li:first-child .game-item .game-item-overlay-closed-no,
    .widget-games-list-container .list-section-2 ul li:first-child .game-item .game-item-overlay-closed-no {
        width: 400px !important;
    }
    .widget-games-list-container .list-section-1 ul li:first-child .game-item .game-item-overlay-time-no,
    .widget-games-list-container .list-section-2 ul li:first-child .game-item .game-item-overlay-time-no {
        width: 400px !important;
    }
    .widget-games-list-container .list-section-1 ul li:first-child .game-item .game-item-overlay-closedtable-no,
    .widget-games-list-container .list-section-2 ul li:first-child .game-item .game-item-overlay-closedtable-no {
        width: 400px !important;
    }




#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 #ff8000;
        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{
    font-size:15px;
padding: 0 10px;
}

#games-menu {
    text-align: left;
padding-left:10px;
}

#games-menu .games-menu-item a.active{font-weight:600;}