/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.section-list-game .row-item>.col>.col-inner {
    background-image: linear-gradient(to left, rgb(44, 80, 64), transparent 75%);
    border-radius: 12px;
    background-color: rgb(50 55 56 / 1);
	min-height: 150px;
	padding: 12px 10px 12px 15px;
}

.section-list-game .row-item>.col:nth-child(2)>.col-inner{
	background-image: linear-gradient(to left, rgb(88, 46, 89), transparent 75%);
}

.section-list-game .row-item>.col:nth-child(4)>.col-inner{
	background-image: linear-gradient(to left, rgb(80, 65, 48), transparent 75%);
}

.section-list-game .row-item>.col:nth-child(5)>.col-inner{
	    background-image: linear-gradient(to left, rgb(66, 83, 48), transparent 75%);
}

.section-list-game .row-item>.col:nth-child(6)>.col-inner{
	    background-image: linear-gradient(to left, rgb(45, 79, 49), transparent 75%);
}

.section-list-game .row-item>.col:nth-child(7)>.col-inner{
	        background-image: linear-gradient(to left, rgb(71, 56, 111), transparent 75%);
}

.section-list-game .row-item>.col:nth-child(n+3)>.col-inner {
	min-height: 105px;
	padding: 10px 20px 10px;
}

   .section-list-game .large-3 {
        flex-basis: 20%;
        max-width: 20%;
    }

.section-list-game .icon-box-center .icon-box-img {
    margin: 0 auto 0;
}

.section-list-game .row-item .text-right {
    text-align: left;
	flex-wrap: nowrap;
}

.section-list-game .row-item .text-right p {
	margin-bottom: 5px;
}

.section-list-game .row-small>.col {
    margin-bottom: 0;
    padding: 0 6px 12px;
}

.section-list-game .row-item>.col:nth-child(n+5) .icon-box-img {
    margin-top: 0px;
}

.section-game {
	padding: 10px 0 !important;
}

#content img {
	border-radius: 8px;
}

.dark .widget a, .dark a {
    color: #24ee89;
}

.sidebar-menu-game {
    position: fixed;
    width: 240px;
    left: 0px;
    top: 70px;
    bottom: 0px;
    z-index: 100;
    transition: 0.2s;
    background-color: #292d2e;
    padding: 30px 15px;
}

.sidebar-menu-game a {
    background-color: #323738;
	margin-bottom: 5px;
	display: block;
	border-radius: 8px;
	padding: 3px 10px 1px;
}


.sidebar-menu-game .icon-box-img svg path {
    fill: white;
}

.sidebar-menu-game a.active, .sidebar-menu-game a.active .icon-box-text , .sidebar-menu-game a.active .icon-box-text p {
	color: #24ee89;
}

.sidebar-menu-game a.active .icon-box-img svg path {
	fill: #24ee89 !important;
}

.sidebar-menu-game .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
}

.sidebar-menu-game .icon-box {
	    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.page-template-page-blank #content, .page-template-page-blank .footer-wrapper {
	width: calc(100% - 240px);
    margin-left: 240px;
}

.page-template-page-blank #content {
	padding: 15px;
}

.section-banner .banner, .section-banner .banner-bg {
	    border-radius: 10px;
}


.header-button-2 a {
    border: 1px solid #ffffff4a !important;
    font-size: 15px;
    padding: 1px 20px 0px;
    color: white;
	
}

.header-button-2 {
	margin-right: 0px !important;
}

.header-button-1 a {
    font-size: 15px;
    padding: 1px 20px 0px;
    color: black !important;
    background-image: linear-gradient(90deg, rgb(36, 238, 137), rgb(159, 232, 113));
    box-shadow: rgba(35, 238, 136, 0.3) 0px 0px 12px, #1dca6a 0px -2px inset;
}

.header-button .icon {
    background-color: #3a4142;
    border: none;
    opacity: 0.7;
    min-width: 38px;
    min-height: 38px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-game .col {
	padding: 0 4px 8px;
}

.gallery-game img {
	border-radius: 5px;
}

.archive .large-10.col , .search .large-10.col {
	    flex-basis: 100%;
        max-width: 100%;
}

.post-item .col-inner  {
    background-color: #323738;
    border-radius: 10px;
}

.post-item .col-inner img {
	border-radius: 10px 10px 0 0;
}

.post-item .box-text {
	padding: 20px;
}

.from_the_blog_comments {
	display: none;
}

.post-item .post-title a {
    min-height: 45px;
}

.single article .article-inner {
    background-color: #323738;
    padding: 30px;
    border-radius: 10px;
}

.entry-header-text {
    padding: 0;
}

.recent-blog-posts-li .badge-inner {
	border-radius: 5px;
}

.post_comments {
	display: none;
}

.recent-blog-posts-li {
    background-color: #323738;
    padding: 7px;
    border-radius: 5px;
	margin-bottom: 8px !important;
}

.recent-blog-posts a {
	font-size: 14px;
	margin-bottom: 0;
	margin-bottom: 6px;
	color: white !important;
}

.post-sidebar {
	padding-left: 0 !important;
}

.recent-blog-posts {
    padding: 0;
}

#footer a {
	color: #b3bec1;
}

#footer li {
	border: none !important;
}

.footer-1 {
	padding: 30px 0 0;
    border-bottom: 1px solid #e4eaf019;
}

.footer-2 {
	border-bottom: 1px solid #e4eaf019;
}

.footer-2 a, .footer p {
	color: #b3bec1;
	font-size: 14px;
}

.is-divider {
	display: none;
}

#footer .widget-title {
	text-transform: inherit;
    display: block;
    margin-bottom: 20px;
}

#footer .social-icons .button.icon:not(.is-outline) {
    background-color: rgb(50 55 56) !important;
    border-color: rgb(50 55 56) !important;
}

#footer .social-icons a {
    margin-right: 10px;
    border-radius: 5px !important;
}

#footer .social-icons i {
    color: #b3bec1;
}

.footer-new-3 img {
	height: auto;
}

.list-image {
    display: flex;
    gap: 20px;
    align-items: center;
    text-align: right;
    justify-content: space-between;
	margin-bottom: 10px;
}

.footer-new-1 {
	background-color: #1e2121;
	padding-top: 30px;
}

.footer-new-1 .widget-title {
	font-weight: bold;
	font-size: 18px;
}

.footer-new-1 p {
	color: #b3bec1;
	font-size: 14px;
}

.footer-new-3 {
	border-top: 1px solid #e4eaf019;
	border-bottom: 1px solid #e4eaf019;
	padding: 15px 0 5px;
	background-color: #1e2121;
}

.footer-new-3 .textwidget {
    display: flex;
    flex-wrap: wrap;
}

.footer-new-3 .textwidget>.list-image:nth-child(1) {
    width: 65%;
    border-right: 1px solid #e4eaf019;
    padding-right: 20px;
}

.footer-new-3 .textwidget>.list-image:nth-child(2) {
	width: 35%;
	padding-left: 20px;
}

.footer-new-3 .widget {
    margin-bottom: 0;
}

.footer-new-3 .col {
	padding-bottom: 0;
}

.footer-new-2 .list-image img {
	width: 11.6%;
}

.footer-new-2 .list-image {
	gap: 12px;
}

.footer-new-2 {
	background-color: #1e2121;
	    border-top: 1px solid #e4eaf019;
	padding-top: 25px;
}

.footer-new-2 .col {
	padding-bottom: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	.footer-new-3 .textwidget>.list-image:nth-child(1) {
    width: 100%;
    border-right: none;
    padding-right: 0px;
}

.footer-new-3 .textwidget>.list-image:nth-child(2) {
	width: 100%;
	padding-left: 0px;
}
	
	.footer-new-2 .list-image {
    gap: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
	.footer-new-2 .list-image img {
    width: 100%;
	}
	
	.footer-new-3 {
    padding: 20px 0;
}
	
	.footer-new-3 img {
    max-width: 50px !important;
	}
	
.section-list-game .row-item .text-right {
    flex-direction: column;
	font-size: 20px;
}
	
	.section-list-game .row-small>.col {
    margin-bottom: 0;
    padding: 0 4px 8px;
}
	
	.section-list-game .row-small>.col .col-inner {
		border-radius: 8px;
	}
	
.section-list-game .row-item>.col:nth-child(n+3)>.col-inner {
    min-height: 80px;
	font-size: 12px;
	padding: 5px;
}

.section-list-game .row-item .icon-box-text {
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

    .section-list-game .row-item .icon-box-img {
        width: 105px !important;
        margin: 0 auto;
    }
	
	#footer .widget-title {
		font-size: 15px;
	}
	

	.post-item .post-title a {
		min-height: inherit;
	}

	.post-sidebar {
		padding-left: 15px !important;
	}

    .sidebar-menu-game {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        bottom: inherit;
        padding: 3px;
        position: relative;
        top: inherit;
        width: 100%;
    }

	.sidebar-menu-game::-webkit-scrollbar {
	  display: none;
	}

	.sidebar-menu-game > a {
        flex: 0 0 auto;
        margin-right: 3px;
        user-select: none;
        cursor: grab;
		padding: 0 5px;
	}

	.sidebar-menu-game > a:active {
	  cursor: grabbing;
	}

	.page-template-page-blank #content, .page-template-page-blank .footer-wrapper {
		width: 100%;
		margin-left: 0;
	}

.sidebar-menu-game .icon-box-left .icon-box-img+.icon-box-text {
    font-size: 12px;
}

.sidebar-menu-game  .icon-box-img {
    width: 20px !important;
}

.footer-trust .col.large-8, .footer-trust .col.large-4 {
    flex-basis: 100%;
    max-width: 100%;
}

.list-image {
    gap: 15px;
}

.footer-trust .col.large-8 {
	margin-bottom: 20px;
}

.footer-trust .col.large-8 img {
	max-height: 17px !important;
	width: auto !important;
}

.footer-trust .col.large-4 img {
	max-height: 40px !important;
	width: auto !important;
}


}

.sidebar-menu-game .icon-box {
	color: white;
}

.taxonomy-description {
	    text-align: justify;
}

.textcontent-scrollbox>.col-inner {
    max-height: 800px;
    overflow-y: auto;
    padding: 25px;
    background-color: transparent;
    border: 2px solid #24ee89;
    border-radius: 18px;
    box-shadow: 0 0 10px rgb(36 238 137 / 60%), 0 0 20px #24ee8952;
    color: #fff;
    margin-bottom: 40px;
}


.textcontent-scrollbox>.col-inner::-webkit-scrollbar {
    width: 8px; /* độ rộng thanh */
}

.textcontent-scrollbox>.col-inner::-webkit-scrollbar-thumb {
    background: #24ee89;
    border-radius: 4px;
}

.textcontent-scrollbox>.col-inner::-webkit-scrollbar-track {
    background: transparent;
}


table {
  width: 100%;
  border-collapse: collapse;
  background: #2d3131;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  margin: 20px 0;
}

table tbody tr {
  border-bottom: 1px solid #3a3f3f;
  transition: background-color 0.3s ease;
}

table tbody tr:last-child {
  border-bottom: none;
}

table tbody tr:hover {
  background: #353a3a;
}

table td {
  padding: 16px 20px !important;
  font-size: 15px;
  line-height: 1.6;
}

table td:first-child {
  font-weight: 700;
  width: 35%;
  background: rgba(74, 158, 255, 0.05);
}

table td:first-child b {
  font-weight: 700;
}

table td:last-child {
  color: #b8bebe;
}

.row-game-list>.col {
	margin-bottom: 20px;
	    color: white;
}

.row-game-list>.col>.col-inner  {
    border: 2px solid #24ee89;
    border-radius: 15px;
    padding: 15px 15px 0;
}

.row-game-list img {
	border-radius: 12px;
}

.game-title {
    font-weight: 600;
    font-size: 17px;
    color: #24ee89;
    margin-bottom: 10px;
}

.game-description {
	margin-bottom: 10px;
}

.game-bonus li::before {
  content: "✔";
  margin-right: 8px;
  color: #b7ffb7;
  font-weight: bold;
}

.game-bonus li {
    list-style: none;
    margin: 0 !important;
}

.rating-number {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.game-rating .stars {
    color: #f0ad4e;
    font-size: 25px;
	margin-bottom: 10px;
}

.game-rating {
	margin-bottom: 20px;
}

.row-game-list a.button {
        background-image: linear-gradient(90deg, #24ee89, #ffae00), linear-gradient(0deg, #ffc210, #ffcf54);
    border-radius: 5px 5px 5px 5px;
	color: black !important;
    width: 100%;
    padding: 5px 0;
}

.row-game-list a.button.button-2 {
	background-image: linear-gradient(180deg, #4CAF50 0%, #078175 100%);
}

.row-game-list .col {
	 padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.row-game-list .accordion-inner {
    padding: 10px 20px 5px;
    background: #0d582c;
}

.row-game-list .accordion-title {
	padding: 10px 10px;
	color: white;
	background: #0b2f19;
}

.row-game-list .accordion .toggle {
	left: inherit;
	right: 0;
}


/* Responsive */
@media (max-width: 768px) {
  table {
    font-size: 14px;
  }
  
  table td {
    padding: 12px 15px;
  }
  
  table td:first-child {
    border-bottom: 1px solid #3a3f3f;
  }
  
  table tbody tr {
    border: 1px solid #3a3f3f;
    border-radius: 6px;
  }
}

.game-cards-container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 20px 0;
        }
        .game-card {
            width: 24.3%;
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
            border: 2px solid #24ee89;
            border-radius: 12px;
            padding: 0;
            text-align: center;
            transition: transform 0.3s;
            position: relative;
        }
        .game-card-logo {
            width: 100%;
            height: auto;
            border-radius: 8px 8px 0 0;
        }
        .game-box-content {
            padding: 10px 10px 65px;
        }
        .game-card-title {
            font-size: 20px;
            font-weight: bold;
            color: #24ee89;
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .game-card-stars {
            font-size: 28px;
            color: #ffd700;
            margin: 0px 0;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        .game-card-bonus {
            text-align: left;
            margin: 10px 0;
            color: #fff;
        }
        .game-card-bonus ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .game-card-bonus li {
            padding: 0 0 0 20px;
            position: relative;
            font-size: 14px;
            line-height: 1.5;
            margin: 0 0 10px !important;
        }
        .game-card-bonus li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #00ff00;
            font-weight: bold;
            font-size: 18px;
        }
        .game-card-button {
            display: inline-block;
            width: 100%;
            padding: 8px 0px;
            background-image: linear-gradient(90deg, rgb(36, 238, 137), rgb(159, 232, 113));
            color: black !important;
            border-radius: 8px;
            font-weight: bold;
            font-size: 16px;
            letter-spacing: 1px;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgb(67 93 51 / 47%);
            position: absolute;
            bottom: 15px;
            width: 90%;
            left: 5%;
        }
        .game-card-button:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 25px rgba(255, 95, 0, 0.6);
        }
        @media (max-width: 768px) {
            .game-cards-container {
                flex-direction: row;
                flex-wrap: wrap;
                gap: 5px;
            }
            .game-card {
                width: calc(50% - 5px);
            }
            .game-card-bonus li {
                padding: 0 0 0 12px;
                position: relative;
                font-size: 11px;
                line-height: 1.2;
            }
            .game-card-bonus li:before {
                font-size: 11px;
            }
            .game-card-stars {
                font-size: 20px;
            }
            .game-card-title {
                font-size: 15px;
            }
            .game-card-button {
                font-size: 10px;
            }
            .game-box-content {
                padding: 10px 5px 50px;
            }
        }