#exitPopup{
	display: none !important;
}
table
{
	border: 1px solid hsla(0,0%,100%,.08);
}
.breadcrumb {
    background: #2d4f97;
    color: #ffffff;
    padding: 6px 0px;
    font-size: 14px;
}
.rank-math-breadcrumb p{
	margin-bottom: 0px;
}
.rank-math-breadcrumb a{
	color: #b6b6b6;
}
#wrapper, #main, #main.dark {
    
}
.header-bottom-nav.nav > li > a {
   padding: 10px 10px;
   line-height: inherit;
   font-weight: 700;
}
.header-bottom-nav.nav > li > a {
   padding: 10px 10px;
   line-height: inherit;
   font-weight: 700;
}
.header-bottom-nav.nav > li > a:hover, .header-bottom-nav.nav > li.active > a, .header-bottom-nav.nav > li.current > a, .header-bottom-nav.nav > li > a.active, .header-bottom-nav.nav > li > a.current {
    color: #323232;
    background: #e6b757;
}
.header-button-1 .header-button a {
    border: none;
    background: #323232;
    color: #f4d483;
    border-radius: 15px !important;
    padding: 5px 20px;
}
.header-button-2 .header-button a {
    border: none;
    background: #f4d483;
    color: #000;
    border-radius: 15px !important;
    padding: 5px 20px;
}
.header-search a{
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .49);
    border: 1px solid #ffeb00;
    background-image: linear-gradient(180deg, #ffeb00, #ff9300 45%, #ffa700);
    color: #fff !important;
    border-radius: 5px !important;
    padding: 5px 5px !important;
}
.homedes {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
}
.homedes::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(131, 131, 131, 0.3);
    background-color: #12151c;
}

.homedes::-webkit-scrollbar
{
    width: 8px;
    background-color: #12151c;
}
.homedes::-webkit-scrollbar-thumb
{
    background-color: #eecf80;
    cursor: pointer;
}
.homedes:hover::-webkit-scrollbar-thumb
{
    background-color:#f6c956;
}
.gameicon{
	background: black url('game-card-bg.avif') no-repeat;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.gameicon .box-text{
	position: absolute;
    left: 0;
    bottom: 0;
}
.gameicon .box-text .box-text-inner{
	color: #eecf80;
    font-size: small;
}
.gameicon .box-text-inner p{
	color: #eecf80;
    font-size: small;
}
.gameicon .box-text-inner h3{
	font-size: 24px;
    font-weight: 700;
}
.gamerow .col{
	padding: 0 7px 30px;
}
.gamerow{
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.dark .widget a, .dark a {
    
}
.dark .widget a:hover, .dark a:hover {
    color: rgb(239 56 56);
}
@media (max-width: 768px) {
	
}