
/**** CSS Toplist ****/
section.section.item-bet {
    background-color: rgb(149 6 6) !important;
    color: white !important;
}
section.section.item-bet img{
    max-width: 100px;
}
.row-collapse>.flex-box-item {
    color: inherit !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, rgb(241 137 29) 0%, rgb(235 174 47) 35%) !important;
}
.bluebox .col-inner a{
	font-size: 22px;
}
.promotion_text strong{
	font-size: 25px !important;
    color: #f5d76b !important;
}

.homecontent{
	background: #fff9e9;
    max-height: 800px;
    overflow-y: scroll;
    padding: 15px;
    color: #272727;
}
.homecontent::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(131, 131, 131, 0.3);
    background-color: white;
}

.homecontent::-webkit-scrollbar
{
    width: 5px;
    background-color: white;
}
.homecontent::-webkit-scrollbar-thumb
{
    background-color: #c1c1c1;
}
.homecontent: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: #9e0c0c !important;
}
.row-collapse>.flex-box-item.group_action:before {
    background-color:  #9e0c0c !important;
}
.bluebox{
	background: #01004cba;
    padding: 25px;
}
.bluebox article{
	
}
.header-button-1 .button{
	background: #d26e4c;
    border-radius: 5px !important
}
.header-button-2 .button{
	background: #b20000;
    border-radius: 5px !important
}
.section-title {
    color: #890b0f !important;
    font-size: 25px !important;
}