#sendSms_Modal .smsStatValue{
	font-weight: 600;
	font-size: 1rem;
}

#sendSms_Modal .warning{
	color: #b54708;
	border-color: #f6c77e;
	background: #fff9eb;
}

#sendSms_Modal .danger{
	color: #b42318;
	border-color: #f4a7a3;
	background: #fff1f0;
}