#exitPopup{
	display: none !important;
}
table
{
	border: 1px solid hsla(0,0%,100%,.08);
}
.breadcrumb {
    background: #fdedb1;
    color: #0a0505;
    padding: 6px 0px;
    font-size: 14px;
}
.rank-math-breadcrumb p{
	margin-bottom: 0px;
}
.rank-math-breadcrumb a{
	color: #0a0505;
}
#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: #0b0b0b1a;
}
.header-button a {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .49);
    background-image: linear-gradient(180deg, #2f75ff, #0553d8 45%, #2f75ff);
    color: #0b0b0b;
    background: linear-gradient(90deg, #ffeab1, #f1ab26);
}
.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 {
    border: 1px solid #f5e081;
    border-radius: 30px;
    max-height: 900px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
    padding-right: 15px;
    box-shadow: 0 0 30px rgb(255 236 1 / 79%);
}
.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;
    padding: 15px 0px;
}
.homedes::-webkit-scrollbar-thumb
{
    background-color: #f5e081;
    cursor: pointer;
}
.homedes:hover::-webkit-scrollbar-thumb
{
    background-color: #fff;
}
.topimgcode{
	height: 55px;
    width: auto;
    max-width: 90%;
}
.homegame{
	border: 1px solid #ececec;
    border-radius: 10px;
    padding: 10px;
}
.homegame a{
	color: #b20000;
    border: 1px #b20000 solid;
    padding: 5px 30px;
    border-radius: 8px;
    text-transform: uppercase;
}
.homegame a:hover{
	background: #b20000;
    color: white;
}
.btnlink{
	color: #b20000 !important;
    border: 1px #b20000 solid !important;
    padding: 5px 30px;
    text-transform: uppercase;
}
.btnlink:hover{
	background: #b20000 !important;
    color: white !important;
}
.section-title-container{
    background: linear-gradient(to right, transparent 0%, #b27f3e 35%, #ff8c00 50%, #b27f3e 65%, transparent 100%);
    padding: 10px;
}


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