.loading {
  background: rgba(0, 0, 0, 0.2);
  z-index: 999999;
}

.loading img {
  height: auto !important;
  max-width: 100px !important;
}

.swal2-container
{
  font-family: inherit !important;
}

.swal2-confirm {
  background-color: #4caf50 !important;
  color: white !important;
  border-radius: 5px !important;
  padding: 10px 20px !important;
}

.swal2-cancel {
  background-color: #f44336 !important;
  color: white !important;
  border-radius: 5px !important;
  padding: 10px 20px !important;
}

.select_2_height_width > .select2-container .select2-selection--single {
  height: 40px; /* Adjust height as needed */
  display: flex;
  align-items: center;
}

.select_2_height_width
  > .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
}

.text-wrap {
  text-wrap: unset;
  line-height: 1.8;
}

.display-none {
  display: none !important;
}

.mbi-0 {
  margin-bottom: 0px !important;
}

.swal2-textarea {
  font-size: inherit;
}

#swal2-validation-message {
  font-size: 0.875rem;
  line-height: 1.25rem;
}


