.action-btn {
  float: right;
  margin-top: 10px;
}
label {
  color: #5c4816;
  padding: 5px 0px 5px 0px;
}

/* .select2-container--open {
  z-index: 9999999 !important;
} */
/* input {
  padding: 5px !important;
}
select {
  padding: 5px !important;
}
 */
@keyframes blink {
  50% {
    opacity: 0.5;
  }
}
.dataTables_processing {
  background-color: #ba994f !important;
  color: #ffffff !important;
  animation: blink 2s steps(10, start) infinite;
  -webkit-animation: blink 1s steps(10, start) infinite;
}


.alert-solid-warning {
  background-color: #ff9f43 !important;
  color: #fff !important;
}

.alert[class*=alert-solid-] .alert-icon {
  background-color: #fff;
  box-shadow: 0 .0625rem .375rem 0 rgba(47, 43, 61, .1);
}

.alert .alert-icon {
  color: #fff;
  height: 1.875rem;
  width: 1.875rem;
  padding: .75rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-solid-warning .alert-icon {
  color: var(--bg-warning) !important;
}