
.errormsg{
  color: #f00;
}
.green_text{
    color: #28a745;
}
.red_text{
    color: #f00;
}
a.page-numbers {
    padding: 5px 10px;
    background-color: #167bff;
    color: #fff;
    margin-right: 3px;
    border-radius: 3px;
}
#notification-count{
	position: absolute;
	top: 0;
	background-color: #f00;
	color: #fff;
	border-radius: 50%;
	padding: 0px;
	    padding-bottom: 0px;
	height: 20px;
	width: 20px;
	text-align: center;
	display: block;
	left: 28px;
	padding-bottom: 5px;
}

#message_toast{
	display: none;
	position: fixed;
	z-index: 99;
	right: 15px;
	top: 65px;
	opacity: 0.9;
}
#notifyAudio{
	display: none;
}
.amount_css{
	float: right;
	margin-top: 10px;
	font-size: 18px;
}
#bonus_text{
	margin-bottom: -6px !important; 
}