/*!
Theme Name: https://napthedeltaforce.net/
Theme URI: https://napthedeltaforce.net/
Author: https://napthedeltaforce.net/
Author URI: https://napthedeltaforce.net/
Description: Description
Version: 1.0.0
*/

img {
    max-width: 100%;
    height: auto;
}
a:hover {
    text-decoration: none;
}
b, strong {
    font-weight: bold;
}
.alert:empty {
	display: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}
h1 {
    font-size: 26px;
    margin-bottom: 1rem;
}
h2 {
    font-size: 22px;
    margin-bottom: 1rem;
}
h3 {
    font-size: 20px;
    margin-bottom: 1rem;
}
h4 {
    font-size: 18px;
    margin-bottom: 1rem;
}
h5 {
    font-size: 16px;
    margin-bottom: 1rem;
}
h6 {
    font-size: 16px;
    margin-bottom: 1rem;
}
.btn-link {
    color: #ffa907;
}
.btn-link:hover {
    color: #ffa907;
}
.site-header {
    padding: 8px 0;
    background-color: #000;
    border-bottom: 1px solid #e4e4e4;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}
.icon-button {
    border: 0;
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    width: 36px;
}
.site-header .icon-button {
	color: #fff;
}
.canvas-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 200px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    background: #000;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(-350px);
    transition: all 0.3s ease-in-out;
    z-index: 999;
}
.canvas-menu.open {
    transform: translateX(0);
}
.btn-close {
    display: inline-flex;
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: #353535;
    border: 0;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}
.canvas-menu .btn-close {
    position: absolute;
    right: 16px;
    top: 16px;
    color: #fff;
}
.canvas-menu nav {
    margin-top: 50px;
}
.canvas-menu .vertical-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.canvas-menu .vertical-menu li {
    display: flex;
    padding: 8px;
    margin-bottom: 8px;
}
.canvas-menu .vertical-menu li a {
    font-size: 14px;
    color: #fff;
}
.canvas-menu .vertical-menu li a i {
    width: 16px;
}
.search-popup {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.search-popup.visible {
    opacity: 1;
    visibility: visible;
}
.search-popup .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.search-popup .search-content {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 650px;
    transform: translate(-50%, -50%);
}
#search-results {
    position: absolute;
    width: 100%;
    max-height: 300px;
    margin-top: 10px;
    overflow-y: auto;
    z-index: 999;
}
#search-results::-webkit-scrollbar {
    width: 6px;
}
#search-results::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}
#search-results::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.search-result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
}
.search-result-item:last-child {
    border-bottom: none;
}
.search-result-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}
.search-result-item a {
    font-size: 16px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}
.search-result-item a:hover {
    color: #333;
}
#search-results p {
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
}
#content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.carousel-inner {
    border-radius: 8px;
}
.flashscroll {
    background-color: #353535;
    padding: 24px 12px;
    border-radius: 13px;
}
.flashscroll .slick-list {
	border-radius: 12px;
}
.flashscroll .item-game.slick-slide {
    margin: 0 8px;
    padding: 0;
    box-shadow: none;
}
.flashscroll .item-game .game-title a {
    color: #fff;
}
h2.title {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #353535;
    padding: 5px 15px;
    margin-bottom: 20px;
    border-radius: 30px;
}
.item-game {
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    margin-bottom: 1rem;
}
.item-game img {
    width: 100%;
    border-radius: 8px;
}
.item-game .game-title {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}
.item-game .game-title a {
    color: #333;
}
.view-more {
    margin: 10px 0 0;
    text-align: center;
}
.view-more a {
    font-size: 14px;
    padding: 4px 20px;
    border: 1px solid #353535;
    border-radius: 4px;
    display: inline-block;
    color: #353535;
}
.item-post {
    margin-bottom: 1rem;
}
.item-post img {
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.item-post .post-title {
    font-size: 16px;
    margin-bottom: 0;
}
.item-post .post-title a {
    color: #353535;
}
h1.page-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin: 0 0 20px;
}
.archive .item-post, .search .item-post {
    margin-bottom: 1.5rem;
}
h1.entry-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
}
.entry-thumbnail img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}
.entry-content {
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
}
.entry-content img {
    border-radius: 8px;
}
blockquote {
    background-color: #eee;
    padding: 5px 15px;
    border-radius: 8px;
    border-left: 3px solid;
}
blockquote p:last-child {
    margin-bottom: 0;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    padding: 5px 0 0;
}
.wp-caption-text {
    font-style: italic;
    text-align: center;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1rem;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1rem;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.box-game .banner img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.box-game .box-content {
    padding: 15px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.box-content .box-top {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-top: -20px;
}
.box-content .box-top img {
    width: 120px;
    border-radius: 8px;
}
.box-top .box-details .g-title {
    font-size: 20px;
    margin: 0 0 5px;
}
.box-top .box-details .g-meta {
    display: flex;
    font-size: 14px;
    color: #fb2;
    gap: 12px;
}
.box-bottom {
	font-size: 15px;
  color: #6b7280;
  max-height: 92px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}
.box-bottom.expanded {
  max-height: 10000px;
}
.box-bottom p:last-child {
	margin-bottom: 0;
}
a.toggle-read-more {
    color: #ffa907;
}
.box-bottom li, .entry-content li {
    margin-bottom: 8px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-top: 8px;
}
.box-home {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    border-radius: 8px;
}
.box-home-title {
    background-color: #000;
    border-radius: 8px 8px 0 0;
    padding: 24px 12px;
    text-align: center;
}
.box-home-title h2 {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
}
.box-home-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.box-home-content .media-body {
    margin-left: 16px;
}
.box-home-content .media-body p {
    font-size: 14px;
    color: #4b5563;
	margin-bottom: 0;
}
.box-home-content .media-body h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}
.box {
    padding: 15px;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
}
.box-title {
    display: flex;
    font-size: 18px;
    margin: 0 0 15px;
    align-items: center;
    gap: 4px;
}
.box-title span.number {
    background: #353535;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 99px;
}
.box-account h3 {
    font-size: 14px;
    margin: 0 0 5px;
}
.box-account ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.box-account ul li {
    font-size: 12px;
}
.box-items {
    padding: 15px 15px 3px 15px;
}
.box-items .box-title {
    margin: 0 0 20px;
}
.item-vp {
    position: relative;
    font-size: 14px;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e5e7eb;
    margin-bottom: 12px;
    cursor: pointer;
}
.item-vp:hover {
    background-color: rgb(128 128 128 / 10%);
}
.item-vp.active {
    border-color: #fb2;
}
.item-vp input[type="radio"] {
    display: none;
}
.badge-check {
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 4px;
    background-color: #fb2;
    color: #fff;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    opacity: 0;
}
.item-vp.active .badge-check {
    opacity: 1;
}
.item-vp .item-vp-content .name-vp {
    margin: 8px 0 0;
}
.item-vp .item-vp-content .des-vp {
    font-size: 13px;
    margin: 4px 0 0;
    color: #ca8a04;
}
.bottom-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    z-index: 999;
}
.bottom-bar .total {
    color: #fff;
}
.bottom-bar .total span {
    font-size: 14px;
}
.bottom-bar .total .price {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.item-selectmethod {
    position: relative;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    margin-bottom: 12px;
    cursor: pointer;
}
.item-selectmethod.active {
    border-color: #fb2;
}
.item-selectmethod.active .badge-check {
    opacity: 1;
}
.item-selectmethod input[type=radio] {
    display: none;
}
.item-selectmethod .item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}
.item-selectmethod .item-top img {
    height: 24px;
}
.item-selectmethod .item-bottom {
    padding: 8px 0;
    border-top: 1px solid #e5e7eb;
}
.page-checkout {
    padding: 15px;
    border-radius: 8px;
    background-color: #f1f5f9;
}
.box-white {
    padding: 8px;
    border-radius: 8px;
    background-color: #fff;
}
.header-checkout {
    display: flex;
    align-items: center;
    gap: 8px;
}
#saved-thumbnail img {
    width: 64px;
}
.details #tt-post-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.details #tt-id {
    font-size: 14px;
    color: #4b5563;
}
.main-checkout .t-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}
.frmform .btn-link {
    font-size: 14px;
    padding: 0;
    color: #333;
    margin: 5px 0 0;
}
.btn-link:hover, .btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
.luu-y {
    background-color: #f3f4f6;
    padding: 8px;
    border-radius: 8px;
}
.luu-y p {
    margin-bottom: 5px;
}
.luu-y ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.luu-y ul li {
    font-size: 14px;
}
.star-box {
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    margin-bottom: 15px;
}
.star-box .star-average {
    font-size: 36px;
    font-weight: bold;
    color: #eab308;
}
.reviews-bar {
    flex: 1;
}
.review_bar {
    position: relative;
    font-size: 14px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 4px;
}
.review_bar .stars_value i {
    color: #eab308;
}
.review_bar .progress {
    flex: 1;
    height: 12px;
}
.review_bar .progress-bar {
    border-radius: 30px;
    background-color: #eab308;
}
.list-review .list-review-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}
.item-review {
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #e9ecef;
    margin-top: 15px;
}
.item-review .rv-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-review .rv-top .star-rating {
    color: #eb2;
}
.item-review .rv-top span.date {
    font-size: 12px;
}
.item-review .rv-main {
    font-size: 14px;
    color: #6b7280;
}
.item-review .rv-main .rv-content {
    color: #333;
    font-size: 16px;
    margin: 5px 0 0;
}
.frmform img#captcha-img {
    height: 38px;
    border-radius: 6px;
}
.slick-slide img {
    border-radius: 8px;
}
.slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 0;
    list-style: none;
}
.slick-dots li {
    margin: 0 4px;
}
.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background-color: #fff;
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    width: 32px;
}
.row-small {
    margin-right: -6px;
    margin-left: -6px;
}
.row.row-small>[class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}
.row-normal {
    margin-right: -12px;
    margin-left: -12px;
}
.row.row-normal>[class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-default {
    color: #fff;
    border-color: #353535;
    background-color: #353535;
}
.btn-default:hover {
    color: #fff;
}
button:focus {
    outline: none;
    box-shadow: none !important;
}
.form-control:focus {
    box-shadow: none;
    border-color: #fb2;
    color: #000;
}
.page-link {
    color: #353535;
    margin: 0 5px;
    border-radius: 4px !important;
    display: inline-flex;
    width: 36px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.page-item.active .page-link {
    background-color: #353535;
    border-color: #353535;
}
.page-link:hover {
    color: #fff;
    background-color: #353535;
    border-color: #353535;
}
.accordion>.card>.card-header {
    background-color: #e9ecef;
    padding: 0;
    border-radius: 8px !important;!i;!;
    border: 0;
    margin: 0;
}
.accordion>.card:not(:last-of-type) {
    margin-bottom: 10px;
}
.accordion>.card {
    border: 0;
}
.accordion>.card>.card-header button {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px;
    color: #333;
}
.accordion>.card .card-body {
    padding: 20px 0 0;
}
.tt-momo img {
	width: 350px;
    display: block;
    margin: 0 auto;
	margin-bottom: 15px;
}
button#copy-mgd {
    padding: 0;
    border: 0;
    background: none;
    font-size: 15px;
    margin-left: 8px;
}
.site-footer {
    padding: 15px 0;
    border-top: 1px solid #e4e4e4;
}
body.single-games .site-footer {
    padding-bottom: 78px;
}
.site-info p {
    font-size: 14px;
    margin-bottom: 0;
}
.modal-hd .modal-content {
    border-radius: 12px;
}
.modal-hd .modal-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}
.modal-hd p {
    font-size: 14px;
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 960px;
    }
}
@media only screen and (max-width: 767px) {
    .search-popup .search-content {
        padding: 0 15px;
        width: 100%;
    }
    #search-results {
        left: 15px;
        width: calc(100% - 30px);
    }
    .modal-hd img {
        display: block;
        margin: 0 auto 10px;
        clear: both;
    }
	.modal-hd .modal-dialog, .modal-hd .modal-content {
		height: 70%;
	}
	.modal-hd .modal-footer {
		padding: 5px;
	}
	.modal-hd .modal-dialog {
		margin: 1rem;
	}
}
@media (max-width: 575px) {
    .item-post .post-title {
        font-size: 14px;
    }
    .box-content .box-top {
        margin-top: 0px;
    }
    .box-content .box-top img {
        width: 90px;
    }
    .box-top .box-details .g-title {
        font-size: 18px;
    }
    .box-top .box-details .g-meta {
        font-size: 12px;
    }
	.list-game .item-game .game-title a {
		min-height: 38px;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}