.hotgame_area{
    position: absolute;
    bottom:100%;
    width: 100%;
    border-bottom: 3px solid var(--hotgames_line);   
}
.hotgame_area.active {
    display: block !important;  
}
.toggle-box {
    display: none;
}
.toggle-box + label.hotgame_expand {
    cursor: pointer;
    display: flex;
    margin: auto;
    justify-content: center;
    width: 50px;
}
.toggle-box + label.hotgame_expand + .hotgame_vendor {
    display: none;
}
.toggle-box:checked + label.hotgame_expand + .hotgame_vendor {
    display: block;
    background: var(--hotgames_bg);
    height: auto;
    margin-bottom: -3px;
    padding-bottom: 3px;
    border-top: 3px solid var(--hotgames_line);
}
.toggle-box + label.hotgame_expand:before {
    background: var(--show_hotgame);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 30px;
    width: 50px;
    margin-bottom: -4px;
}
.toggle-box:checked + label.hotgame_expand:before {
    background: var(--hide_hotgame);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 30px;
    width: 50px;
    margin-bottom: -4px;
}
.hotgame_vendor_title{
    color: var(--hotgames_txt_title);
    padding: 5%;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}
.top_hotgame_list_container {
    width: 100%;
}
.top_hotgame_list_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.hotgame_list_items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 180px;
    width: 100%;
}
.top_hotgame_item {
    display: flex;
    width: calc(33% - 8px);
    height: 100%;
    margin-right: 8px;
}

.top_hotgame_item:nth-child(3n) {
    margin-right: 0px;
}

.top_hotgame_item img{
    width: 100%;
}
.top_hotgames_type {
    text-align: center;
    display: flex;
    width: 100%;
    bottom: 25px;
    position: absolute;
}
.top_hotgames_type span{
    color: var(--hotgames_txt_vendor);
    font-size: 10px;
    margin: auto;
    text-align: center;
    padding: 3px 5px;
    line-height: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    background: var(--hotgames_vendorname_bg);
    background-size: 100% 100%;
    width: 90%;
    border-radius: 16px;
    min-height: 20px;
}
.top_game_container{
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%;
}
.game_container{
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 10px;
    width: 56px;
}
.top_game_vendor{
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}
.top_game_vendor a{
    display: block;
    height: 100%;
    width: 100%;
}
.top_vendor_game_name{
    color:var(--hotgames_txt_gamename);
    font-weight: 600;
    font-size: 10px;
    display: inline-block;
    padding-top: 5px;
    text-align: center;
    word-break: keep-all;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hotgame_list_container {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-left: 3%;
    margin-right: 3%;
}
.hotgame_item {
    display: flex;
    width: calc((100% - (8px * 5)) / 5.5);
    height: calc(100% / 2);
    margin-right: 8px;
}
.hotgame_item:last-child{
    margin-right:5% !important;
}
.hotgame_item img{
    width: 100% !important;
    height: 100%;
}
.vendor_game_name {
    color: var(--hotgames_txt_gamename);
    font-weight: 600;
    font-size: 10px;
    display: flex;
    padding-top: 5px;
    text-align: center;
    word-break: keep-all;
    /*width: 55px;*/
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hotgames_type {
    text-align: center;
    width: 100%;
    bottom: 26px;
    position: absolute;
    display: flex;
}

.game_vendor {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.game_vendor a{
    display: block;
    height: 100%;
    width: 100%;
}

.hotgames_type span{
    background: var(--hotgames_vendorname_bg);
    border-radius: 16px;
    width: 90%;
    background-size: 100% 100%;
    margin: auto;
    padding: 3px 5px;
    line-height: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: center;
    height: 15px;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

@media only screen and (max-width: 320px){
    .game_container{
        width: 47px;
    }
    .hotgames_type {
        bottom: 35px !important;
    }
}

.game_menu_item{
    height: calc(100% / 8)!important;
    width: 94px !important;
}

.game_list_item{
    overflow: unset;
    padding: 5px 0% !important;
}

.game_list_item >div{
    height: auto !important;
    align-items: center !important;
}

.game_list_item[data-varCount="1"] .game_item{
    height: 361px !important;
}

.game_list_item[data-varCount="3"] .game_item{
    height: 113px !important;
}

.game_list_item[data-varCount="2"] .game_item,
.game_list_item[data-varCount="4"] .game_item{
    height: 174px !important;
}

.game_list_item[data-varCount="5"] .game_item,
.game_list_item[data-varCount="6"] .game_item,
.game_list_item[data-varCount="7"] .game_item{
    height: 130px !important;
}

.game_list_item[data-varCount="1"] .game_item .game_type,
.game_list_item[data-varCount="2"] .game_item .game_type,
.game_list_item[data-varCount="3"] .game_item .game_type{
    width: 50% !important;
}

.game_item .game_type {
    position: absolute;
    left: 3% !important;
    bottom: -1px;
    padding: 0px 5px;
    display: flex;
    justify-content: center;
    background: var(--vendortab_bg);
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    align-items: center;
    color: var(--vendortab_txt);
    font-size: 12px;
    min-height: unset !important;
    width: 100% !important;
}

.type_items {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.game_item{
    background: var(--tile_bg);
    box-shadow: var(--tile_shadow);
    border-radius: var(--tile_radius);
    border: var(--tile_borderthick) solid var(--tile_border);
}

.game_item.other{
    background: var(--tile_bg_moregames);
    border: 1px solid var(--tile_border_moregames);
    filter: var(--tile_scrim);
}

.game_item.comingsoon{
    background: var(--tile_bg_comingsoon);
    border: 1px solid var(--tile_border_comingsoon);
    filter: var(--tile_scrim);
}

.game_list{
    width: calc(100% - 106px) !important;
    overflow: hidden;
    overflow-y: scroll;
}

.game_list_item[data-varCount="1"] .game_item,
.game_list_item[data-varCount="2"] .game_item,
.game_list_item[data-varCount="3"] .game_item{
    border-radius: var(--tile_radius) !important;
}