  .select2-container {
	width: 100% !important;
	padding: 0;
}

.select2-results {
	border-top: 0.01rem solid lightgrey !important;
}

.input-group>.select2-container--bootstrap {
	width: auto;
	flex: 1 1 auto;
}

.input-group>.select2-container--bootstrap .select2-selection--single {
	height: 100%;
	line-height: inherit;
	padding: 0.5rem 1rem;
}

.table> :not(thead)>*>* {
	padding: 0.45rem 0.35rem 0.1rem 0.35rem !important;
	line-height: inherit;
}

.table .button-items .btn {
	padding: 0.20rem .4rem;
}

.is-invalid-select2 {
	border-color: #f46a6a !important;
	   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f46a6a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f46a6a' stroke='none'/%3e%3c/svg%3e");
	  background-position: right 1.5rem center;
	  background-size: calc(0.75em + 0.47rem) calc(0.75em + 0.47rem); 
	  background-repeat: no-repeat;
  }

.is-valid-select2 {
	  border-color: #34c38f !important;
	  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2334c38f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	  background-position: right 1.5rem center;
		background-size: calc(0.75em + 0.47rem) calc(0.75em + 0.47rem); 
		background-repeat: no-repeat;
  }
  
  .btn-input-right {
	  border-top-right-radius: .25rem !important;
	  border-bottom-right-radius: .25rem !important;
  }
  
  .btn-input-left {
		border-top-left-radius: .25rem !important;
		border-bottom-left-radius: .25rem !important;
	}
	
  .button-items {
	  margin-bottom: -10px;
	  margin-top: -3px;
  }

td, th {
	text-align: center;
}

.metismenu li {
	height: 35px;
}

.select2-search__field {
	width: 100% !important;
}

.dropdown-icon-item:hover {
	border: none;
	transform: scale(0.9); 
}