/*
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-info .col .col-inner {
	border-radius: 10px;
	padding: 10px;
}

.section-info .col:nth-child(1) .col-inner {
	background-color: #e63d69;
}

.section-info .col:nth-child(2) .col-inner {
	background-color: #4c6ceb;
}

.section-info .col:nth-child(3) .col-inner {
	background-color: #af8c65;
}

.section-info .col:nth-child(4) .col-inner {
	background-color: #d59a4c;
}

.section-info .text-2 {
	font-size: 14px;
}

.section-info .text-1 {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

.section-game .flickity-slider>.col {
    padding: 0 5px 10px !important;
}

.section-game img {
	border-radius: 10px;
}

 .license-list {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  .license-list img {
    height: 30px;
  }

 .license-list {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }
  .license-list img {
    height: 30px;
  }

.gallery-footer img {
    -webkit-user-drag: none;
    filter: grayscale(1);
    margin-right: 10px;
    transition: all .3s;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 100px;
}

.gallery-footer .col {
	        flex-basis: 8.3% !important;
        max-width: 8.3% !important;
}

.dark .widget a, .dark a {
    color: #ffd400;
}


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

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

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

.header-button-1 a {
    font-size: 15px;
    padding: 4px 20px 4px;
}

.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: #1e1e24;
    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: #1e1e24;
    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: #1e1e24;
    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-1 .row>.col {
	flex-basis: 20%;
    max-width: 20%;
}

.footer-1 .row>.col:nth-child(1) {
	flex-basis: 30%;
    max-width: 30%;
}

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

.footer-2 .col:nth-child(1) {
	        flex-basis: 80%;
        max-width: 80%;
}


.footer-2 .col:nth-child(2) {
	        flex-basis: 20%;
        max-width: 20%;
}

.is-divider {
	display: none;
}

#footer .widget-title {
    text-transform: inherit;
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 12.5px;
}

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

.footer-trust img {
	height: auto;
	max-height: 50px;
}

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


.footer-trust .col.large-8 {
    border-right: 1px solid #e4eaf019;
	flex-basis: 64%;
    max-width: 64%;
}

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

.footer-trust .col {
	padding-bottom: 0;
}

.footer-trust {
	border-top: 1px solid #e4eaf019;
	border-bottom: 1px solid #e4eaf019;
	padding: 20px 0;
	background-color: #1e2121;
}

.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: #1e1e24;
    border: 2px solid #c42126
    border-radius: 18px;
    color: #fff;
    margin-bottom: 40px;
}


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

.textcontent-scrollbox>.col-inner::-webkit-scrollbar-thumb {
    background: #c42126;
    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 #ffd400;
    border-radius: 15px;
    padding: 15px 15px 0;
}

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

.game-title {
    font-weight: 600;
    font-size: 17px;
    color: #ffd400;
    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, #ffd400, #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;
  }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.gallery-footer .col {
	        flex-basis: 16.66% !important;
        max-width: 16.66% !important;
}
	.footer-2 .col:nth-child(1), .footer-2 .col:nth-child(2) {
		    flex-basis: 1000%;
    max-width: 1000%;
	}
	
	#footer .widget-title {
		font-size: 15px;
	}

	.footer-1 .row>.col:nth-child(1) {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	
	.footer-1 .row>.col:nth-child(2), .footer-1 .row>.col:nth-child(3) {
		flex-basis: 50%;
		max-width: 50%;
		margin-bottom: 30px;
	}

	.footer-1 .row>.col:nth-child(4) {
		flex-basis: 100%;
		max-width: 100%;
	}

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


.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;
}


}