* {
	scroll-behavior: smooth;
}

.mb-2 {
	margin-bottom: 2rem;
}

.table-responsive {
	padding: 1rem;
}

.img-circle {
	object-fit: contain;
}

div.dt-buttons {
	margin-bottom: 1rem;
}

div.dt-buttons button {
	margin-right: 2px;
}

.dt-container .col-sm-6.text-left {
	display: flex;
}

.dt-container .col-sm-6.text-left .dt-length {
	margin-left: 1.2rem;
}

.profile-user-img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.user-panel>.image>img {
	height: 45px;
}

.label-color {
	display: flex;
	align-items: center;
}

.circle-color {
	width: 20px;
	margin: 5px;
	height: 20px;
	border-radius: 100%;
}

.user-image {
	object-fit: contain;
}

.select2 {
	display: block;
}

.btn-download {
	color: #fff;
	border-color: #78909c;
	background-color: #78909c;
}

.btn-download:hover {
	color: #fff;
	border-color: #607d8b;
	background-color: #607d8b;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 25rem;
	display: block;
}

table.dataTable thead {
	background-color: #ffffff;
}

#back-to-top {
	right: 2rem;
	bottom: 3.5em;
	position: fixed;
}

.select2-search__field {
	width: 100% !important;
}