body{
    font-size: 16px;
    background: #A7727D;
    color: #111;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}
body::-webkit-scrollbar {
    display: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
h1{
    font-size: 20px;
    margin-bottom: 0;
}
h2{
    font-size: 18px;
    margin-bottom: 0;
}
h3{
    font-size: 16px;
    margin-bottom: 0;
}
h4,h5, h6{
    font-size: 16px;
    margin-bottom: 0;
}
p{
    margin: 0;
}
.onlyupio-frame {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0 1px 0 rgb(51 51 51 / 7%);
    -moz-box-shadow: 0 1px 0 rgba(51,51,51,0.07);
    box-shadow: 0 1px 0 rgb(51 51 51 / 7%);
    background-color: #fff;
    border: 0;
}
.container-header{
    width: 100%;
    padding: 0 10px;
    max-height: 41px;
}
.onlyupio-menu-content {
    padding: 3px 0px;
    overflow: hidden;
    position: relative;
}
.onlyupio-left {
    float: left;
    width: 75%;
    height: 35px;
    display: block;
}
.onlyupio-logo {
    float: left;
    height: 35px;
    overflow: hidden;
    display: none;
}
.onlyupio-menu-box {   
    float: left;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 35px;
}

.onlyupio-menu-box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.onlyupio-menu-box::-webkit-scrollbar-thumb {
    background: #797979;
    border-radius: 10px;
}
.onlyupio-menu-box::-webkit-scrollbar-track {
    background: 0 0;
}
.menu-block{
    list-style: none;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 0;
    width: 375px;
}
.main_container{
    padding: 10px;
    min-height: 95vh;
}
.item-menu{
    display: block;
    float: left;
    height: 41px;
}
.item-menu li {
    float: left;
}
.item-menu a {
    color: #777780;
    text-transform: capitalize;
    font-size: 17px;
    padding: 5px 10px;
    font-weight: 600;
    line-height: 41px;
}
.item-menu a:hover{
    color: #d60000
}
.onlyupio-right {
    width:310px;
    display: block;
    float: right;
    padding: 0 45px 0 55px;
}
input#onlyupio-input-search {
    border: none;
    padding: 5px 15px;
    outline: none;
    border: none;
    border-radius: 19px;
    background: #f3f3f3;
}
button#onlyupio-search-button {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    height: 100%;
    color: #fff;
    width: 31px;
    border: none!important;
    outline: none!important;
}
.onlyupio-logo img {
    height: 100%;
}
.onlyupio-formsearch{
    position: relative;
}

.block-footer-detail{
    margin-top: 15px;
    border-top: solid 1px #aaa;
    font-size: 13px;
}
.block-footer-detail a{
    color: #aaa;
    margin-right: 5px;
}

#onlyupio{
    width:100%;
    /*overflow: hidden;*/
}
#detail_onlyupio{
    width: 310px;
    /*height: calc(100vh - 48px);*/
    display: inline-block;
    float: right;  
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    position: relative;
    background: #EDDBC7;

}
#btn_show{
    position: absolute;
    top: -41px;
    left: 0;
    width: 39px;
    height: 41px;
    background: #EDDBC7;
    text-align: center;
    line-height: 38px;
    /*border-radius: 8px 8px 0 0;*/
    font-weight: bold;
    font-size: 28px;
    cursor: pointer;
}
#play_onlyupio{
    width: calc(100% - 310px);
    height: calc(100vh - 48px);
    display: inline-block;
    float: left;
    overflow: hidden;
}
.recommend{
    width: 100%;
}
.item-game{
    width: 33.33333%;
    float: left;
    display: block;
}


#detail_box {              
    padding: 5px;
    border-top: solid 3px #EDDBC7;
    overflow-y: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}

#detail_box::-webkit-scrollbar{
    width:10px;
    height:5px;
}
#detail_box::-webkit-scrollbar-thumb{
    background:#bf7624;
    border-radius:10px;
}
#detail_box::-webkit-scrollbar-track{
    background:0 0;
}

.detail-content{
	text-align: justify;
}

.list-game-content{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pagination{
    display: block;
    text-align: center;
}
.itme-more{
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}
.itme-more a{
    color: #777780;
    text-transform: capitalize;
    font-size: 17px;
    padding: 5px 10px;
    font-weight: 600;
    background: #fff;
    border-radius: 5px;
}
.itme-more a:hover{
    color: #d60000
}

.list-game-container{
    width: 100%;
    padding: 10px;
}
.item-game-content{
    width: 33.3333%;
    -ms-flex: 33.33333%;
    flex: 0 0 33.33333%;
    float: left;
    display: block;
}
.pagination p{
    padding: 10px 0;
}
.pagination a{
    background: #05172e;
    margin: 0 5px;
    padding: 5px 10px 10px 10px;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 5px;
}
.pagination a:hover{
    color: #ffffff96;
    border: solid 1px #ffffff96;    
}
.pagination span{
    background: #fff;
    margin: 0 5px;
    padding: 5px 10px 10px 10px;
    border: solid 1px #05172e;
    color: #05172e;
    border-radius: 5px;
}

.fk-detail {
    margin: 5px
}

.list-box-30 {
    margin: 0 -8px
}

.fk-img img {
    width: 100%
}

.list-box-30 {
    overflow: hidden;
    padding-bottom: 28px
}

.fk-item-content {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);
    position: relative
}

.fk-info {
    position: absolute
}

.box30 {
    overflow: hidden;
    padding: 0 16px;
    margin-top: 50px
}

.fk-info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    z-index: 3;
    transition: all .3s ease;
    transition-property: transform,opacity;
    transition-delay: .1s;
    transform: translate3d(0,8px,0);
    opacity: 0;
    text-shadow: 0 0 3px #000, 0 0 3px #000;
    line-height: 16px;
}

.fk-item-content:hover .fk-info {
    opacity: 1;
    transform: translateZ(0)
}

.fk-item-content:hover {
    transform: scale(1.0425531915) translate3d(0,-4px,0);
    transition-duration: .3s
}
@media (max-width: 575px) {

    .onlyupio-logo{
        display: block !important;
    }   
    .onlyupio-menu-box{
        display: none !important;
    }

    .full-screen-btn{
        display: none !important;
    }
    #rate-avg {
        display: none !important;
    }
}
@media (min-width: 576px) {
    .item-game-content{
        width: 16.6666%;
        -ms-flex: 16.6666%;
        flex: 0 0 16.6666%;
    }
}

@media (min-width: 768px) {
    .item-game-content{
        width: 16.6666%;
        -ms-flex: 16.6666%;
        flex: 0 0 16.6666%;
    }
}

@media (min-width: 992px) { 
    .item-game-content{
        width: 8.3333%;
        -ms-flex: 8.3333%;
        flex: 0 0 8.3333%;
    }
}
@media (min-width: 1200px) {    
    .item-game-content{
        width: 8.3333%;
        -ms-flex: 8.3333%;
        flex: 0 0 8.3333%;
    }
}
@media (min-width: 1600px) {
    .item-game-content{
        width: 5.5555%;
        -ms-flex: 5.5555%;
        flex: 0 0 5.5555%;
    }
}