form .error:not(input){
	color: #FF5B5C !important;
	text-transform: none;
}
.loading_button{
	display: none;
}
.required_symbol{
	color: #FF5B5C;
}
.width-80{
	width: 80px;
}
.color-warning{
	color: #00CFDD!important;
}
.color-danger{
	color: #FF5B5C!important;
}
.no-drop {
	cursor: no-drop!important;
}
.rupee_icon{
	color: #39da8a !important;
}

.desc {
	white-space: pre;
}
.error_page_para{
	color: #58769a !important;
}

.select2-container--default .select2-selection--single{
	border-radius: 1.5rem;
	border: 1px solid #DFE3E7;
}
.pd-tb-10{
	padding-top: 10px;
	padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
	.xl-wd-20{
		max-width: 20%;
		width: 20%;
		flex: 0 0 20%;
	}
}
label{
	text-transform: none;
}