.text-bg-red-orange{
    color:#fff;
    background-color: #E07A5F;
}

.btn-light-blue{
    color:#fff !important;
    background-color: #3a57b0 !important;
}

.sidebar-wrapper {
    background-color: #3a57b0 !important;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

.preview_image:hover{
    opacity:0.7;
    transition: .5s ease;
    background-color: #008CBA
}

.required::after {
	content: ' *';
	color: #ff0000;
}
