#exitPopup{
	display: none !important;
}
table
{
	border: 1px solid hsla(0,0%,100%,.08);
}
.breadcrumb {
    background: #000000;
    color: #df9225;
    padding: 6px 0px;
    font-size: 14px;
}
.rank-math-breadcrumb p{
	margin-bottom: 0px;
}
.rank-math-breadcrumb a{
	color: #b6b6b6;
}
#wrapper, #main, #main.dark {
    background-color: #1c0042;
}
.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: #ffffff;
    background: #cc0000;
}
.header-main {
    background-color: #141414;
    border-top: 1px solid #2b2b2b;
}
.header-button-1 .header-button a {
    background: #df830b;
    background-image: -webkit-linear-gradient(top, #885d00 0%, #fe960f 100%);
    border-top: 1px solid #df9225;
}
.header-button-2 .header-button a {
    background: #505050;
    background-image: linear-gradient(to bottom, #373737, #8b8b8b);
    border-top: 1px solid #7e7e7e;
}
.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: #df9225;
    cursor: pointer;
}
.homedes:hover::-webkit-scrollbar-thumb
{
    background-color: #df9225;
}
.blackbg{
	border-radius: 15px;
}
.gamebox{
	background: #ff9500;
    padding: 2px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
}
.gamebox:hover{
	background: #ea4f05;
}
.gamebox .box-image{
	border-radius: 10px;
}



@media (max-width: 768px) {
	
}