.border-primary-ex {
	border-color: orange !important;
}

.btn-primary-ex {
	background-color: orange !important;
	--bs-btn-border-color: orange;
}

.text-bg-primary-ex {
	background-color: orange !important;
}

.select2-container .select2-selection--single {
	height: 38px !important;
}

.icon {
	width: 1.5em;
	height: 1.5em;
	vertical-align: -0.125em;
}

.icon-edit,
.icon-service,
.icon-trush {
	fill: blue;
}

.message {
	color: #FF0000;
}

.thumb {
	height: 30px;
	width: 30px;

}

h3 {
	border-bottom: 1px solid #CCC;
}

.fixed-width-150 {
	width: 150px;
}

.fixed-width-200 {
	width: 200px;
}