.text-sm {
  font-size: 0.875rem;
}
.flex-1 {
  flex: 1;
}
.disable {
  background-color: #f0f0f0;
  color: #999999;
  pointer-events: none;
}
.disable:focus {
  background-color: #f0f0f0;
  color: #999999;
  box-shadow: none;
  border-color: #ced4da;
}
.dropdown-menu-left {
  right: 0;
  left: auto !important;
}
.img-object {
  object-fit: cover;
  object-position: center;
}
.cell {
  border: 1px solid #ced4da;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sortable {
  cursor: pointer;
  white-space: nowrap;
}
.sortable__icon {
  font-size: 14px;
  padding-left: 2px;
  color: #dc3545;
}
.cropper-container {
  width: auto !important;
  max-width: 100% !important;
  max-height: 70vh !important;
}
input[type="search"]::placeholder {
  opacity: 0.5 !important;
}
.datatable-custom {
  font-size: .875rem;
}
.datatable-custom .dataTables_filter label {
  display: flex;
  align-items: center;
}
.datatable-custom .dataTables_filter label input {
  width: 100% !important;
}
.datatable-custom .page-link {
  color: #dc3545;
}
.datatable-custom .page-item.active .page-link {
  background-color: #dc3545;
  border-color: #dc3545;
}
.datatable-custom .dataTables_length select {
  font-size: 1em;
}
.btn-export-excel {
  background-color: #107C41;
  border-color: #107C41;
  font-weight: 400;
  color: #fff;
}
.btn-export-excel:hover {
  background-color: #0e6b36;
  border-color: #0e6b36;
  color: #fff;
}