* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

@font-face {
    font-family: "Lsans";
    src: url(../../fonts/lsans.26124bd.ttf) format("truetype");
    font-display: swap;
}

body {
    font-family: Lsans;
}

.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 16px auto;
    margin-top: 0px;
    min-height: 250px;
    max-width: 300px;
}

.ad-label {
    color: rgb(108, 108, 108);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    position: relative;
    padding: 5px 0px 2px 0px;
    font-size: 14px;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

.ad p {
    width: 100%;
    line-height: 50px;
    text-align: center;
    height: 50px;
}

header {
    width: 100%;
    height: 60px;
}

.header-box {
    margin: 0 auto;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.fav {
    width: 160px;
    height: 60px;
    margin-left: 10px;
    line-height: 60px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main {
    width: 95%;
    max-width: 1200px;
    margin: auto;
    margin: 30px auto;
    color: #fff;
}

.rootbg {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.header-menu {
    min-width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    /* flex: 1; */
    margin: 0 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    color: #fff;
}

.self_B_00_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0 1%;
    height: 60px;
}

.self_B_00_title .text-box {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: bold;
}

.text-box .title-icon {
    height: 30px;
    margin: 0 10px;
    aspect-ratio: 1;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.text-box p {
    height: 30px;
    line-height: 30px;
}

.self_B_00_title .more-btn {
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0
}

.play-online,
.about {
    position: relative;
}

.about-list {
    position: absolute;
    top: 45px;
    left: 0;
    height: auto;
    width: auto;
    background-color: #f0f0f0;
    z-index: 100;
    display: none;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 5px;
    border-radius: 10px;
    padding: 20px 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.about-list a {
    color: #000000;
}

.about-list .play-item a:hover {
    color: #ff6699;
}

.play-item,
.aside-about-list a {
    height: 60px;
    font-weight: normal;
    font-size: 1rem;
    padding: 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    word-break: keep-all;
    white-space: nowrap;
}

.about-box,
.menu-item,
.header-home,
.about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 0 25px;
}

.menu-item-icon {
    width: 30px;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.play-item p {
    margin: 0 20px;
}

.play-item .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto 0;
    margin-right: 5px;
    background-size: cover;
    background-position: center;
}

.search-box {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 20%;
    /* width: 100%; */
    height: 40px;
    padding: 5px;
    background-color: rgba(255, 252, 252, 0.2);
    border-radius: 25px;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}

.search-btn {
    background-color: rgba(255, 255, 255, 0);
    margin-right: 10px;
    width: 20px;
    aspect-ratio: 1;
    background-image: url(../../images/search.8682f94.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    cursor: pointer;
}

.myInput {
    color: #fff;
    height: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    max-width: 85%;
    outline: 0;
    font-size: 1rem;
    border-radius: 6px;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;
}

.myInput::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

.myInput::-moz-placeholder {
    color: #fff;
    opacity: 0.5;
}

.myInput::placeholder {
    color: #fff;
    opacity: 0.5;
}

#search-suggestions {
    position: absolute;
    width: 92%;
    top: 39px;
    left: 4%;
    /* transform: translateX(-50%); */
    max-height: 250px;
    overflow-y: auto;
    background-color: rgb(252, 252, 252);
    border: 0 1px 1px 1px solid #e6e6e69e;
    z-index: 1;
    border-radius: 0 0 10px 10px;
}

#search-suggestions div {
    padding: 6px 12px;
    cursor: pointer;
}

#search-suggestions div:hover {
    background-color: #555555b5;
}

.aside-menu {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(../../images/menu.7889495.png);
    background-position: center;
    background-size: 100%;
}

aside {
    width: 80%;
    position: fixed;
    right: 0;
    height: 100vh;
    background-color: #000000ed;
    z-index: 200;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 20px;
    overflow-y: scroll;
    box-shadow: 0 0 15px #ffffff55;

}

.close {
    width: 100%;
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}

.close-icon {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../../images/close-white.27d0d87.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.aside-home,
.aside-play-online,
.aside-played-games,
.aside-about {
    margin: 15px 0;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
}

.aside-list,
.aside-about-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
}

.awebsite {
    cursor: pointer;
}

.bottom {
    width: 100%;
    color: #fff;
    text-wrap: wrap;
}

.bottom {
    width: 95%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 0 40px;
}

.bottom a:hover {
    cursor: pointer;
}

.bottom-top {
    padding: 10px 0;
}

.bottom-top p {
    padding-bottom: 20px;
}

.bottom .btxt-box {
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}

.bottom .btxt {
    width: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.bottom .btxt a {
    margin: 0 10px;
}

.bottom .text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.bottomfav {
    width: 160px;
    margin: 0;
    height: 70px;
}

.bottom-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.bottom-container .bottom-title {
    font-weight: 600;
    font-size: 16px;
    margin: 10px 20px;
}

.btxt-list {
    margin: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.btxt-list a {
    margin: 10px;
}

.bottom-tags-list {
    display: grid;
    gap: 10px;
    padding: 0 15px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row dense;
    padding-bottom: 20px;
}

.bt_iframe {
    width: 100%;
    min-height: 1900px;
    overflow-y: auto;
}

.game-list {
    display: grid;
    gap: 10px;
    padding: 0 15px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-auto-flow: row dense;
    padding-bottom: 20px;
}

.game-child-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 100%;
    position: relative;
    cursor: pointer;
    background-color: rgba(255, 252, 252, 0.2);
    border-radius: 10px;
    padding: 5px;
}

.game-child-item .game-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.game-child-item .game-icon {
    position: absolute;
    bottom: 100px;
    right: 10px;
    width: 35px;
    aspect-ratio: 1;
    background-image: url(../../images/play.0cfbf09.png);
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.game-child-item .game-name {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.game-score {
    margin: 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.game-score .game-star-icon {
    width: 20px;
    aspect-ratio: 1;
    margin: 0 5px;
    background-image: url(../../images/star.d995b14.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.game-child-item .game-play-btn {
    width: 90%;
    text-align: center;
    background-color: #0fc28b;
    margin: 10px auto;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
}

@media screen and (max-width:900px) {
    .game-name {
        font-size: .9rem;
    }

    .game-list {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }

    .main,
    .bottom {
        width: 100%;
        /* padding: 5px 10px; */
    }

    .bottom-footer,
    .bottom-container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .header-box .header-menu {
        display: none;
    }

    .search-box {
        width: 60%;
    }

    .fav {
        width: 20%;
    }

    .bottomfav {
        margin: 10px auto;
        height: 70px;
    }

    .aside-menu {
        display: block;
    }

}

@media screen and (max-width:480px) {
    .main-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }

    .game-name {
        font-size: .8rem;
    }

    .play-item {
        width: 50%;
        font-size: 14px;
    }

    .bottom .btxt {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }

    .bottom-tags-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
body {
    min-height: 100vh;
}

.text-box .best-game-icon {
    background-image: url(../../images/best-rated-games.500149f.png);
}

.text-box .newest-game-icon {
    background-image: url(../../images/NewestGames.c63ede5.png);
}

.text-box .most-game-icon {
    background-image: url(../../images/most-played-games.3d56fd2.png);
}

.text-box .like-game-icon {
    background-image: url(../../images/YouMayLike.e6b53c6.png);
}

.best-game-list .game-child-item .game-play-btn,
.newest-game-list .game-child-item .game-play-btn,
.most-game-list .game-child-item .game-icon,
.game-card-item .game-play-btn {
    display: none;
}

.best-game-list .game-child-item .game-icon,
.newest-game-list .game-child-item .game-icon {
    bottom: 50px;
}

.like-game-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.game-card-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 5px;
    background-color: rgba(255, 252, 252, 0.2);
    border-radius: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.game-card-item .game-img {
    height: 50px;
    aspect-ratio: 1;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.game-card-item .game-name {
    padding: 2px 8px;
    font-size: 14px;
}

.game-card-item .game-text-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.game-card-item .game-icon {
    width: 35px;
    aspect-ratio: 1;
    background-image: url(../../images/play.0cfbf09.png);
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.load-more-btn {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#68d391), to(#38b2ac));
    background: -webkit-linear-gradient(left, #68d391, #38b2ac);
    background: linear-gradient(to right, #68d391, #38b2ac);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    position: relative;
}

.load-more-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#73e89c), to(#48cab4));
    background: -webkit-linear-gradient(left, #73e89c, #48cab4);
    background: linear-gradient(to right, #73e89c, #48cab4);
}

@media screen and (max-width:900px) {


    .like-game-list {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media screen and (max-width:480px) {}
