body{
	background: #1c1a41 url(screen.jpg) fixed no-repeat;
    color: #fff;
    background-position: top center;
    background-size: cover;
}
#main.dark {
    background-color: #ffffff00 !important;
}
#main, #wrapper {
    background-color: #ffffff00 !important;
    position: relative;
}
.header-nav .button, .header-bottom-nav .button{
	border-radius: 5px !important;
    background: #d67c28;
}
/**** CSS Toplist ****/
section.section.item-bet {
    background-color: rgb(0 0 0) !important;
    
}
.stt_bet {
    background: #d67c28 !important;
}
.is-border{
	border-color: #d67c28 !important;
}
.item-bet .primary{
	background: rgb(179,31,36) !important;
	background: linear-gradient(0deg, rgba(179,31,36,1) 0%, rgba(233,78,36,1) 35%) !important;
}
.bluebox .col-inner a{
	font-size: 22px;
}
.promotion_text strong{
	font-size: 25px !important;
    color: #f86b0b !important;
}
.homecontent{
	padding: 0px !important;
}
.homecontent .section-content{
	background: #01004c91;
    max-height: 800px;
    overflow-y: scroll;
    padding: 15px;
}
.homecontent .section-content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(131, 131, 131, 0.3);
    background-color: white;
}

.homecontent .section-content::-webkit-scrollbar
{
    width: 5px;
    background-color: white;
}
.homecontent .section-content::-webkit-scrollbar-thumb
{
    background-color: #c1c1c1;
}
.homecontent .section-content:hover::-webkit-scrollbar-thumb
{
    background-color: #ec1b21;
}
.row-collapse>.flex-box-item.promotion_text:before, .row-collapse>.flex-box-item.promotion_text:after {
    background-color: #161616 !important;
}
.row-collapse>.flex-box-item.group_action:before {
    background-color:  #161616 !important;
}
.bluebox{
	background: #01004cba;
    padding: 25px;
}
.bluebox article{
	
}
@media screen and (max-width: 768px) {
    .header-bottom{
        background: #b80007 !important;
        padding: 8px 0px !important;
	}
}