:root {
    --blue-color: #1cace9;
    --black-color: #060606;
    --headermenu-mobile-bg-color: #e2ce1b;
    --headermenu-bg-color: #f2df00;
    --title-color: #4c4e89;
    --title-hover-color: #4a4a4a;
    --border: #b1b8c8;
    --content-footer: #8d8d8d;
    --footer-bg-color: #403f3f;
    --pagination-color: #a1a1a1;
    --editorial-link-color: #ee6900;
    --body-bg: #555555;
    --bs-link-color: var(--blue-color)
}
html {
    background-color: var(--body-bg);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    letter-spacing: 0.5px;
    font-family: Arial, Helvetica, sans-serif;;
}
a {
    color: var(--blue-color);
    text-decoration: none;
}

a:hover {

}
.desktop-screen, .body-bg {
    background-color: var(--body-bg);
}

@media (max-width: 749px) {
    .desktop-screen {
        padding: 0;
    }
}

@media (min-width: 750px) and (max-width: 1025px) {
    .desktop-screen {
        padding: 0;
    }
}
/*header*/
.header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.header-for-mobile {
    display: none;
}

.header-container {
    background-color: #4c4e89;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    position: relative;
}

.img-logo-link {
    display: block;
    text-decoration: none;
}

.img-logo {
    max-height: 30px;
}

.category-container {

}

.category-container .list-group-item {
    border: none;
    padding: 0;
    background-color: #4c4e89;
}

.list-group-item-link {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 8px 16px;
    border-bottom: 2px solid transparent;
}

.list-group-item-link:hover {
    border-bottom: 2px solid var(--blue-color);
}

.search-games-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-input-container {
    display: flex;
    align-items: center;
    position: relative;
}

.search-input {
    font-size: 13px;
    outline: none;
    padding: 6px 30px 6px 8px;
    border: none;
    border-radius: 6px;
}

.search-link {
    text-decoration: none;
    color: var(--black-color);
    position: absolute;
    top: 4px;
    right: 6px;
    background: transparent;
}

.search-icon {
    font-weight: bolder;
}

.btn-menu-link {
    display: block;
    text-decoration: none;
    color: #fff;
}

.list-icon {
    display: block;
    font-size: 24px;
}

#sitenav .offcanvas-header {
    background-color: #4c4e89;
    border-bottom: 1px solid var(--blue-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-container {
    background-color: #4c4e89;
    border: none;
}

.x-icon {
    color: #fff;
    font-size: 20px;
}

.img-title {
    max-height: 30px;
}

.header__search-checkbox {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 16px;
    right: 4px;
}

#search-checkbox:checked ~ .search-input-container-mobile {
    display: block;
}

.search-input-container-mobile {
    border-top: 1px solid var(--border);
    padding: 12px 0px;
    display: none;
    background-color: #4c4e89;
}

.input-holder-mobile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-input-mobile {
    width: 90%;
    outline: none;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
}

.search-icon-container-mobile {
    position: absolute;
    top: 6px;
    right: 30px;
    opacity: 0.65;
}

.search-mobile-icon {
    color: #fff;
}

.search-icon-container-mobile .search-icon {
    font-size: 18px;
}

#sitenav .offcanvas-body {
    border-radius: 0px;
    padding: 0;
    background-color: #4c4e89;
}

#sitenav .offcanvas-body .list-group-item {
    background-color: #4c4e89;
    border: 0;
    border-left: 2px solid transparent;
    padding: 8px 12px;
    color: #fff;
}

#sitenav .offcanvas-body .list-group-item:hover {
    border-left: 2px solid var(--blue-color);
}

@media (max-width: 749px) {

    .header-for-laptop {
        display: none;
    }

    .header-for-mobile {
        display: block;
    }
}

@media (min-width: 750px) and (max-width: 1025px) {

    .header-for-laptop {
        display: none;
    }

    .header-for-mobile {
        display: block;
    }

    .search-icon-container-mobile {
        right: 60px;
    }
}
/*header*/
/*home*/
.content {
    background-color: #fff;
}

.content-body .content-games-item .game-content-container {
    padding-bottom: 0;
}

.content-body .content-games-item {
}

.game-content-item.last-game-item {
    padding-bottom: 0;
}

.game-content-title {
    line-height: 1.3;
    margin: 0 0 10px 0;
    border-bottom: 1px solid var(--body-bg);
    font-size: 22px;
    text-transform: uppercase;
    color: var(--blue-color);
    padding-bottom: 5px;
    padding-left: 15px;
    position: relative;
}
.game-content-title:after {
    content: '';
    width: 2px;
    height: calc(100% - 10px);
    top: 1px;
    left: 0;
    position: absolute;
    background: var(--title-color);
}
.bg-black {
    background: var(--black-color);
}
.game-content-title .game-content-title-link {
    border: none;
}

.game-content-title-link {
    padding-bottom: 8px;
    margin: 0;
    border-bottom: 1px solid var(--border);
    font-size: 20px;
    text-transform: uppercase;
    color: var(--title-color);
    font-weight: 600;
    text-decoration: none;
}

.game-content-title-link:hover {
    color: var(--title-hover-color);
}

.game-content-container {
    margin-left: -5px;
    margin-right: -5px;
}
.game-content-container > div {
    padding-left: 5px;
    padding-right: 5px;
}
.game-content-item  {

}

.game-content-item .card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.game-item-link {
    font-size: 12px;
    color: var(--title-color);
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
}

.popular-games-header {
    padding: 12px 0px;
}

.popular-games-title {


}

.popular-games-title-link {
    color: #fff !important;
    background: var(--title-color);
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 24px;
    line-height: 1.2;
    display: block;
    text-align: center;
}

.popular-games-title-link:hover {
    color: #fff !important;
    background: var(--black-color);
}

.popular-games-body .game-content-title {
    font-size: 18px;
}

.content-footer {
    background-color: #16161e;
    padding: 15px 2rem 2rem;
    color: #FFFFFF;
    font-size: 14px;
}
.content-footer h1 {
    font-size: 22px;
    line-height: 1.3;
    margin: 15px 0 10px 0;
    position: relative;
    font-weight: bold;
    padding-left: 10px;
}
.content-footer h1:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: '';
    background: var(--blue-color);
}
.content-footer h2 {
    font-size: 20px;
    line-height: 1.3;
    margin: 15px 0 10px 0;
    position: relative;
    display: inline-block;
    clear: both;
    padding-bottom: 8px;
}
.content-footer h2:after, .content-footer h3:after {
    left: 0;
    bottom: 0;
    content: '';
    width: 30%;
    height: 2px;
    position: absolute;
    background: var(--blue-color);
    max-width: 90px;
}
.after-center:after, .content-footer h1.after-center:after {
    top: inherit;
    bottom: 0;
    content: '';
    width: 30%;
    height: 2px;
    position: absolute;
    background: var(--blue-color);
    max-width: 90px;
    left: 50% !important;
    transform: translate(-50%, 0);
}
.content-footer h3 {
    font-size: 18px;
    line-height: 1.3;
    margin: 10px 0 10px 0;
    position: relative;
    display: inline-block;
    clear: both;
    padding-bottom: 8px;
}
.content-footer h4 {
    font-size: 16px;
    line-height: 1.3;
    margin: 15px 0 10px 0;
}
@media (max-width: 749px) {
    .content-footer-text {
        font-size: 11px;
    }

    .content-footer-title {
        font-size: 15px;
    }
}

@media (min-width: 750px) and (max-width: 1025px) {
    .content-footer-text {
        font-size: 12px;
    }
}
/*home*/
/*footer*/
.footer {
    background-color: #2f3158;
    display: block;
    text-align: center;
    padding: 24px 12px;
    position: relative;
    font-size: 14px;
}

.img-footer-container {
    padding: 8px 0px;
}

.img-footer-logo {
    max-height: 30px;
}

.copyright-text,
.footer-love-text {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 8px 0px;
}

.btn-home-container {
    position: absolute;
    top: 12px;
    right: 8px;
}

.btn-home-link, .btn-home-link:hover, .btn-home-link:active {
    background-color: var(--headermenu-mobile-bg-color);
    border-radius: 4px;
    padding: 8px;
    text-decoration: none;
    color: var(--black-color);
}

@media (max-width: 749px) {

    .copyright-text,
    .footer-love-text {
        font-size: 12px;
    }
}
/*footer*/
/*category*/
.content {

}

.content-item.col-xl-9.col-12 {
    background-color: #fff;
    border-bottom: 1px solid #b1b8c8;
    padding: 0px 16px;
}

.content-item-header {
    padding-top: 16px;
}

.content-header-title {
    font-size: 24px;
    color: var(--black-color);
}

.breadcrumb-container {
    padding-bottom: 8px;
}

.breadcrumb-container .breadcrumb-item {
    font-size: 14px;
    color: var(--black-color);
    opacity: 0.9;
}

.breadcrumb-container .breadcrumb-item a{
    font-size: 14px;
    color: var(--black-color);
    opacity: 0.9;
}

.breadcrumb-container .breadcrumb-item a:hover {
    color: var(--blue-color);
}

.col-xl-5.app-list-item .row {
    margin-left: 0;
    width: 100%;
}

.applist-title {
    font-size: 20px;
    color: var(--blue-color);
    text-transform: uppercase;
}

.spotlight-item .card {
    border-radius: 6px;
}

.spotlight-item .card-img-top {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.spotlight-item .img-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.spotlight-item .card-title {
    color: #fff;
    font-size: 14px;
    margin: 0;
    display: block;
    text-decoration: none;
}

.game-content-item {
    margin-top: 10px;
}
.app-list-item {
    gap: 10px;
    display: flex;
}
.app-list-item .game-content-item {
    margin-top: 0;
}
.game-content-item .card {
    border-radius: 20px;
}

.game-content-item .card-title {
    margin: 0;
}

.game-content-item .card-body {
    padding: 0 5px 5px;
}
.spotlight-item .card-body {
    padding: 8px;
}
.ovf_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.game-item-link {
    font-size: 10px;
    color: var(--title-color);
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.game-item-link:hover .card {
    box-shadow: 0 0 8px rgba(76,78,137,0.4) inset;
}
.popular-games-container {
    padding-top: 16px;
}

.popular-games-item {
    padding-bottom: 8px;
}

.popular-games-title {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--blue-color);
}

.popular-games-item .card-body {
    padding: 8px;
}

.popular-games-link {
    color: var(--title-color);
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.poplular-games-footer {
    padding-top: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.poplular-games-footer-direction {
    margin: 0;
    padding-right: 16px;
}

.poplular-games-footer .pagination {
    margin: 0;
}

.poplular-games-footer .page-item .page-link {
    background-color: var(--pagination-color);
    color: var(--black-color);
    border: 1px solid #b1b8c8;
    padding: 8px 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: var(--black-color);
}

.poplular-games-footer .page-item .page-link:hover {
    border: 1px solid transparent;
    color: #fff;
    background-color: var(--black-color);
}

.poplular-games-footer .page-item.active .page-link{
    background-color: var(--title-hover-color);
    border: 1px solid var(--black-color);
}

.poplular-games-footer .page-item.active .page-link:hover {
    border: 1px solid transparent;
    color: #fff;
    background-color: var(--black-color);
}

.content-item-infor-category {
    padding-top: 16px;
}

.content-item-infor-titl {
    font-size: 20px;
    font-weight: 600;
}

.content-item-infor-text {
    font-size: 14px;
    text-align: justify;
}

.content-item-infor-list-item {
    font-size: 14px;
}

.content-item-infor-list-item-link {
    font-size: 14px;
    text-decoration: none;
    color: var(--blue-color);
}

.content-item-infor-list-item-link:hover {
    text-decoration: underline;
}

.content-related-games {
    padding-top: 12px;
}

.related-games-item {
    padding-bottom: 12px;
}

.related-games-link {
    display: block;
    text-decoration: none;
}

.related-games-link .related-games-text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.category-sidebar {
    background-color: #f1f1f1;
    border-bottom: 1px solid #b1b8c8;
    padding-top: 8px !important;
}

.related-category-title {
    color: #fff;
    font-size: 24px;
    padding-top: 16px;
}

.related-category-item {
    padding-bottom: 8px;
}

.related-category-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: var(--black-color);
    color: #FFF;
    border-radius: 6px;
    font-size: 11px;
    text-align: center;
    max-height: 50px;
}
.related-category-item:nth-child(odd) .related-category-link {
    background: var(--title-color);
}
.related-category-link:hover {
    cursor: pointer;
    font-weight: bolder;
}

.img-category {
    width: 50px;
    height: 50px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.category-name {
    margin: auto;
    padding: 0 8px;
}

@media (max-width: 749px) {
    .poplular-games-footer-direction {
        font-size: 15px;
        padding-right: 16px;
    }

    .poplular-games-footer .page-item .page-link {
        font-size: 11px;
    }

    .category-name {
        font-size: 12px;
    }

    .content-item-infor-title {
        font-size: 18px;
    }

    .popular-games-link {
        font-size: 12px;
    }
}

@media (min-width: 750px) and (max-width: 1025px) {

}
/*category*/
/*play*/
.content {

}

.game-play-screen {
    width: 100%;
    max-width: 100%;
}

.game-infor-container {
    padding: 16px;
}

.game-infor-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}

.game-infor-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.game-infor-interaction-item {
    font-size: 16px;
    background-color: #4a4a4a;
    border: none;
}

.game-infor-interaction-item:hover {
    background-color: var(--blue-color);
}

.game-infor-body {
    padding: 24px 0px;
}

p.game-infor-text {
    margin-bottom: 24px;
    font-size: 16px;
}

.game-infor-link {
    color: var(--blue-color);
    text-decoration: none;
    font-size: 15px;
}

.game-infor-link:hover {
    text-decoration: underline;
}

.breadcrumb-container {
    padding-bottom: 16px;
}

.breadcrumb-item-link {
    text-decoration: none;
    color: var(--black-color);
    font-size: 14px;
    opacity: 0.9;
}

.breadcrumb-item-link:hover {
    color: var(--blue-color);
}

.category-tag-item-link {
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 5px 8px;
    background-color: var(--blue-color);
}

.category-tag-item-link:hover {
    background-color: #303159;
}
/*play*/
.card-img-top-wrap {
    padding: 6px;
    border-radius: 20px;
}
.card-img-top-wrap > .card-img-top {
    border-radius: 20px !important;
}
.related-category-games {
    margin-left: -5px;
    margin-right: -5px;
}
.related-category-games > div {
    padding-left: 5px;
    padding-right: 5px;
}
.back-bg-cover {
    background-size: cover;
}
.category-block-in-tags {
    font-size: 14px;
    line-height: 1.2;
}
.category-block-in-tags:hover {
    background: #2f3158 !important;
}
.footer-copyright {
    border-top: 1px solid #414274;
    padding: 5px 0;
}