#dash_card_box {
	font-size: 6px;
}

#dash_card_box h4 {
	font-size: 11px;
	font-weight: 2000;
	color: #a61e4d;
}

#dash_card_box .nominal {
	font-size: 16px;
}

.stats-link {
	font-size: 15px;
}

#total_outstanding {
	text-align: left;
	padding-right: 9%;
	width: 20%;
	color: red;
	font-size: 10px;
	/*background-color: red;*/
}

#total_doc_total {
	color: green;
	text-align: left;
	font-size: 10px;
}

#data_num {
	color: #429AE0;
	font-weight: bold;
	text-align: left;
}

.toast {
	padding-top: 50px;
}

#login_toast {
	padding: 20px; 
  	width: 400px;
  	height: 150px; 
  	border-radius: 25px;
  	background: #f55d43;
  	font-size: 13px;
  	color: #FFFFFF;
}

#login_toast_ch {
	padding: 20px; 
  	width: 400px;
  	height: 150px; 
  	border-radius: 5px;
  	background: #343a40;
  	font-size: 13px;
  	color: yellow;
  	display: flex;
	justify-content: center;
	border: 1px solid #FFFF00;
	margin-left:  50px;
	text-align: center;
  	
}

/*.pull-right {
	font-size: 0px;
	background-color: red;
}*/


#change_pass_null {
	width: 60%;
}