.mandatory {
    color: red;
}
.list-inline-item:not(:last-child) {
    margin-right: auto;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
    margin-left: 618px;
    }
.yajra-datatable {
    border: 1px solid #e7e7e7  !important;
}

table.yajra-datatable thead th, table.dataTable thead td {
    border-bottom: 1px solid #e7e7e7 !important;
    font-weight: bold;
    color: #000;
}
table.yajra-datatable.no-footer {
    border-bottom: 1px solid #e7e7e7 !important;
}
a.edit.btn.btn-success {
    margin-right: 5px; !important
}
a.edit.btn {
    margin-right: 5px; !important
    }
table.yajra-datatable tbody th, table.yajra-datatable tbody td {
    padding: 5px !important;
    font-size: 14px !important;
    color: #404040 !important;
    border-bottom: 1px solid #e7e7e7 !important;
    vertical-align: middle !important;
}
.errorTxt:nth-child(even) {
    /* Add your CSS properties and values here */
    border: 1px solid red !important;

    /* Add more CSS properties as needed */
  }
  .errorTxtPhp {
    /* Add your CSS properties and values here */
    /* border: 1px solid red !important; */
    color:red !important;
    /* Add more CSS properties as needed */
  }
