#spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#overlay-loading {
  display: none; /* Hide overlay initially */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Black background with 50% opacity */
  z-index: 9998; /* Just below the spinner */
  text-align: center;
}
.select2-selection { /*select2-selection--single */
  height: 38px !important;
}
.select2-selection__rendered, .select2-selection__arrow{
  margin-top: 4px;
}
.is-invalid-border{
  border-color: #fa6767 !important;
}
.is-valid-border{
  border-color: #42d29d !important;
}
.select2-container--default .select2-selection--single{
  background-color: transparent !important;
  border: 1px solid #dee2e6;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #6c757d !important;
}
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.no-spinner {
    -moz-appearance: textfield;
}
.datepicker {
    z-index: 9999 !important;
}
/*.rounded-circle {
    border-radius: 50% !important;
}*/