.no_underline {text-decoration:none}

.hover_underline:hover {text-decoration:underline}

.nice_select.is-invalid {
    border: 1px solid #dc3545;
	border-color: #dc3545 !important;
    border-left: 4px solid;
}

.nice_select.is-valid {
    border: 1px solid #28a745;
    border-color: #2d844a !important;
    border-left: 4px solid;
}

.nice_select:focus,
.nice_select.open {
    outline: none !important;
    box-shadow: none !important;
}


.sd-error-message {
	margin-top:15px;
	padding:10px;
	text-align: center;
	background-color: #ff758817;
	color:red;	
}


.sd-success-message {
	margin-top:15px;
	padding:10px;
	text-align: center;
	background-color: #efe;
	color:green;	
}

.sd-error-message ul  {
	padding-left: 0;
}

.sd-error-message ul li {
    /*	text-align: left;*/
    list-style: none;
}

.sd-button-small {
	padding-top:4px;
	padding-bottom:4px
}


/* WIDGET CONTENT_F */
.sd-content-f h3 {font-weight: 600 !important;margin-bottom: 1rem !important;}
.sd-content-f p {margin-bottom: 1.5rem !important;}


.sd-content-g h4 {font-weight: 600 !important;}