:root {
    --bgcolor: #0073dd;
    --font-color: #ffffff;
    --dark-blue: #009cff;
}

body {
    font-size: 12px;
    font-family: "Oswald", Verdana, Geneva, sans-serif;
    background: var(--bgcolor);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul, dl {
    list-style: none;
}

img {
    vertical-align: top;
    border: 0;
}

.clear {
    clear: both
}

body::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0,0,0,.2);
    background: #a7a7a7;
    width: 6px
}

body::-webkit-scrollbar-track {
    background: #fff
}

#header {
    z-index: 2;
    width: 100vw;
    height: 52px;
    background: var(--dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-fluid {
    width: 100%;
    padding: 10px;
}

.home-game-list {
    padding: 10px;
    overflow: hidden;
}
.game-item {
    position: relative;
    border: solid #fff 2px;
    float: left;
}
.game-item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.game-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.game-info-block {
    width: 100%;
    max-width: 980px;
    margin: 10px auto 20px;
    height: auto;
    color: #fff;
    overflow: hidden;
}

.left_desc {
    height: auto;
    width: 100%;
    float: left;
    text-align: left;
}

.adbox {
    height: auto;
    min-height: 300px;
    max-height: 620px;
    width: 100%;
    float: left;
    margin: 15px auto;
}

.desc_box {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    clear: both;
}

.game-name {
    color: #fff;
    font-family: 'Oswald', sans-serif;

    font-weight: bold;
    margin-left: -10px;
    float: none;
    line-height: 33px;
    padding-bottom: 5px;
}
.desc_box {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    clear: both;
}
.game_img {
    float:left;

}

.game_title h1 {
    font-size: 16px;
    line-height: 20px;
}

.game_img img {
    width: 6rem;
    height: 6rem;
    border-radius : .5rem;
}
.game_title {
    float: left;
    width: calc(100% - 7rem);
    padding-left: 10px;
}

.desc_title {
    color: #d0d0d0;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px dotted rgba(240, 197, 197, 0.45);
}
.tags {
    color: #fff;
    font-size: .8rem;
    text-decoration: underline;
    margin-right: 10px;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    /** 1/3 **/
    .game-item {
        width: 31.3%;
        margin: 0 1% 10px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    /** 1/4 **/
    .game-item {
        width: 23%;
        margin: 0 1% 10px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    /** 1/6 **/
    .game-item {
        width: 15.4%;
        margin: 0 .6% 10px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    /** 8 **/
    .game-item {
        width: 11.5%;
        margin: 0 .5% 12px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    /** 10 **/
    .game-item {
        width: 9%;
        margin: 0 .5% 15px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px){

    .left_desc {
        width: calc(100% - 346px);
    }

    .adbox {
        width: 336px;
        margin-left: 10px;
    }
}


.rating_stars {
    float:left;
    margin-top:15px;
    text-align: center;
}

.fa-thumbs-down {
    background: url(/assets/images/thumb-down.svg) no-repeat left top !important
}

.fa-star {
    background: url(/assets/images/star.svg) no-repeat left top !important
}

.fa-thumbs-up {
    background: url(/assets/images/thumb-up.svg) no-repeat left top !important
}

.rate-up,.rate-down {
    position: relative
}

.rate-up.active:before,.rate-down.active:before {
    content: "";
    background-image: url(/assets/images/check.svg) !important;
    display: inline-flex;
    width: 15px;
    height: 15px;
    position: absolute;
    background-size: cover !important;
    left: -2px;
    top: -12px;
    z-index: 10;
    background: #20c997;
    border-radius: 100%;
    border: solid 5px #20c997
}

.fa-thumbs-down,.fa-youtube-play,.fa-thumbs-up,.fa-star {
    display: inline-flex;
    width: 15px;
    height: 15px;
    background-size: contain !important;
    border-radius: 0 !important
}


button:focus,button:active {
    outline: none
}

button.no-link {
    outline: none;
    border: none;
    padding: 0
}


.btn,a.btn,.btn:not(button) {
    border-radius: .4rem;
    border: none;
    color: #fff;
    background: transparent;
    padding: 5px;
    cursor: pointer;
    font-size: 20px
}
.play-now {
    padding: 5px 20px !important;
}

.btn.btn-primary,a.btn.btn-primary,.btn:not(button).btn-primary {
    background-image: linear-gradient(to bottom, #fb760c, #fc8d34);
    color: #fff !important;
    box-shadow: 0 4px 0 #db6304 !important
}

.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active,a.btn.btn-primary:hover,a.btn.btn-primary:focus,a.btn.btn-primary:active,.btn:not(button).btn-primary:hover,.btn:not(button).btn-primary:focus,.btn:not(button).btn-primary:active {
    background: linear-gradient(to bottom, #fc8f39, #fdac6b) !important;
    box-shadow: 0 4px 0 #fb7c16 !important
}

.btn.btn-secondary,a.btn.btn-secondary,.btn:not(button).btn-secondary {
    background-image: linear-gradient(to bottom, #16449f, #1b53c3);
    color: #fff !important;
    box-shadow: 0 4px 0 #11357b !important
}


.mt5 {
    margin-top: 10px;
}

.thumb {
    float:left;
}
.star_list {
    float:left;
    vertical-align: middle;
    height:30px;
    padding:5px;
}
.star_list span.fa-star:not(.checked) {
    opacity: .4;
    filter: saturate(0);
}
.desc-play,.desc-walkbtn {
    width:50%;
    float:left
}

.desc-play a,.desc-more a,.desc-walkbtn a {
    margin:10px;
    background:#ed931b;
    border:0;
    border-radius:5px;
    color:#fff;
    text-align:center;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    text-decoration:none;
    position:relative;
    height:45px;
    line-height:45px;
    display:block
}

.game_text {
    height:80px;

}
.desc-play a {
    background:#6dd829
}
.p-0-10 {
    padding: 0 10px;
}
.game-box {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 15%);
    background-color: #00acee;
    overflow: hidden;
}
h2.bg-colored {
    background-color: #009cff;
    text-align: center;
    font-size: 25px;
    padding: 10px 0;
}


/**** detail loading box ***/
.overlay,.loading-box {
    position: relative;
}

.overlay:before,.loading-box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}

.overlay:before,.loading-box:before {
    border: 1rem solid hsla(0,0%,100%,.25);
    border-top-color: #6dd829;
    border-radius: 50%;
    animation: turnAround .6s linear infinite;
    width: 5.25rem;
    height: 5.25rem;
}

@keyframes turnAround {
    0% {
        transform: translate(-50%,-50%) rotate(0)
    }

    to {
        transform: translate(-50%,-50%) rotate(359deg)
    }
}

.desc-play .loading {
    background: #b9bcb9;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 10000;
}

#list1, #list2, #list3 {
    overflow: hidden;
}



#game-container {
    width: 100vw;
    height: 100vh;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#222 url(/assets/images/loadergif.gif) center no-repeat;
}

.menu-icon{
    width: 50px;
    height: 50px;
    background-color: #1f5be2;

    transition: left .2s ease-out;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.3);
    z-index: 100;
    border: 0px;
    display: block;
}

.icon_bread{
    width: 30px;
    height: 30px;
    fill: #fff;
    transform: translateX(-1px);
    margin: 10px;
}

.side-btn {
    background:#1f5be2;
    box-shadow:0 16px 32px rgba(0,0,0,.24);
    border-radius:0 16px 16px 0;
    overflow:hidden;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
}
.game-mode {
    overflow: hidden;
    height: 100vh;
}



.entry h1 {
    margin: 25px 0;
    line-height: 30px
}

.entry h2 {
    margin: 20px 0
}

.entry h3 {
    margin: 18px 0
}

.entry h4 {
    margin: 16px 0
}

.entry h5 {
    margin: 15px 0
}

.entry {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 26px
}


.entry p:first-of-type {
    margin-top: 0
}

.entry .aligncenter,.section a.more {
    display: block;
    margin: auto;
    text-align: center
}

.entry blockquote {
    border-left: 4px solid #f2f2f2;
    padding: 0 15px;
    font-style: italic
}

.entry .alignright {
    float: right;
    margin: 0 0 15px 15px
}

.entry ol,.entry ul {
    margin: 0 0 20px 15px
}

.entry li {
    margin: 0 0 5px
}

.entry ol li {
    list-style: decimal
}

.entry ul li {
    list-style: disc
}

.entry iframe {
    max-width: 100%
}
.entry p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}
