div:where(.swal2-container) {
  z-index: 1090 !important;
}
.error-block , .help-block-error {
  color: red;
}
.table thead tr th {
  font-weight: bold;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.422rem 0.875rem !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  width: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5 !important;
}

.first-uppercase {
  text-transform: capitalize !important;
}


.fallback .upload-control{
  display: none;
}
.fallback label{
  width: 100%;
  cursor: pointer;
  border: 2px dashed #dbdade;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #5d596c;
}
.dz-message:before {
  display: block;
  height: 48px;
  width: 48px;
  margin: 0px auto 20px;
}
.fallback .file-view{
  display: block;
  text-align: center;
  margin-top: 10px;
  /* color: #5d596c; */
}


.form-control[readonly] {
    background-color: rgba(75, 70, 92, 0.08);
    opacity: 1;
}
.form-select[readonly] {
    color: #a5a3ae;
    background-color: rgba(75, 70, 92, 0.08);
}

.sticky-td thead tr th:nth-child(1),
.sticky-td tbody tr td:nth-child(1) {
  position: sticky;
  left: 1px;
  background: #ffffff;
  z-index: 5;
  border-right: 1px solid #dbdade;
}
.sticky-td thead tr th:nth-child(1):before, .sticky-td tbody tr td:nth-child(1):before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dbdade;
}
.sticky-td thead tr th:nth-child(1):after, .sticky-td tbody tr td:nth-child(1):after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dbdade;
}
.sticky-td thead tr th:nth-child(2),
.sticky-td tbody tr td:nth-child(2) {
  position: sticky;
  left: 68px;
  background: #ffffff;
  z-index: 4;
  border-right: 1px solid #dbdade;
}
.sticky-td thead tr th:nth-child(2):after, .sticky-td tbody tr td:nth-child(2):after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dbdade;
}
.sticky-td tr th{
  white-space: normal !important;
}