.error {
  color: #fc5a5a;
  font-size: 0.875rem;
}

.custom-switch label {
  line-height: 24px;
}

.background-image {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.3125rem;
  position: relative;
}

.background-image.contain {
  background-size: contain;
}

.background-image.cover {
  background-size: cover;
  background-position: top;
}

.background-image.with-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4117647059);
}

.background-image.with-overlay > * {
  position: relative;
  z-index: 2;
}

.permission-module {
  border-top: 1px solid rgba(151, 151, 151, 0.3);
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0;
}

.dataTables_wrapper > .row:first-child {
  align-items: center;
}

.select2-container .select2-selection--multiple {
  min-height: 46px;
  padding-left: 22px;
  padding-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 9px;
}
