.color-red{
    color:#f00;
}
.error-text{
    color:#f00;
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 0rem;
}
.error-dnone{
    display: none;
}
.ckbox span {
    color: #4d5875;
}
.btn-dflex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
/* The Select2 container */
 .select2-container {
  z-index: 99999 !important; /* keep it above other elements */
}
.ui-datepicker{
    z-index: 99999 !important;
}
.dataTables_length .select2-container {
  z-index: 999 !important; /* keep it above other elements */
}
.form-main-title{
    position: absolute;
    top: -18px;
    left: 25px;
    background: #fff;
    padding: 10px;
}

.swal2-container {
    z-index: 99999 !important;
  }
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1rem 1rem;
}
