.toast-success-red {
  background-color: #f44336 !important; /* Red background */
  color: white !important; /* White text */
}

.select2-container--default .select2-selection--single{
  height: calc(2.25rem + 2px);
}

 /* Align the "items per page" dropdown to the right */
/* .dataTables_length {
 float: right; 
}  */
/* Align the search bar to the left */
/* .dataTables_filter {
 float: left; 
}  */
div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
}
.col-md-6.dt-align {
  text-align: end;
}

.scrollable-permissions {
  height: 210px;
  overflow-y: auto;  /* Enables vertical scroll when content overflows */
  overflow-x: hidden; /* Hides horizontal scroll */
}

/* Stepper CSS */

.bs-stepper-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.bs-stepper .line, .bs-stepper-line {
  -ms-flex: 1 0 32px;
  flex: 1 0 32px;
  min-width: 1px;
  min-height: 1px;
  margin: auto;
  background-color: rgba(0, 0, 0, .12);
}
.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.bs-stepper .step-trigger {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #6c757d;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  border-radius: .25rem;
  transition: background-color .15s ease-out, color .15s ease-out;
}

.active .bs-stepper-circle {
  background-color: #007bff;
}
.bs-stepper-circle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: .5em 0;
  margin: .25rem;
  line-height: 1em;
  color: #fff;
  background-color: #6c757d;
  border-radius: 1em;
}
.bs-stepper-content {
  padding: 0 20px 20px;
}

.dataTables_wrapper .dataTables_scroll {
  transition: background-color 0.3s ease;
}
.dataTables_processing {
  background-color: rgba(0, 0, 0, 0.8) !important; 
  color: white !important;                       
  z-index: 1050;                                
  border: none;  
  z-index: 999 !important;                              
}

.data-loader:after {
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  background: #00000038;
  height: 100%;
  z-index: 99;
  left: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #007bff;
  border: 1px solid #001f3f;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}