#morUpdateTable_filter {
    display: none;
}
.custom-wpdatatables-filter input[type="text"] {
    color: #666 !important;
    background: #fafafa !important;
    border-color: #ddd;
}
.custom-wpdatatables-filter label {
    margin-bottom: 5px;
}
.custom-wpdatatables-filter .select2-selection.select2-selection--single {
    height: auto !important;
    padding: 5px !important;
}
.custom-wpdatatables-filter  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-close {
    background-color: #dc3545;
    color: white;
}

.badge-open {
    background-color: #28a745;
    color: white;
}

#startDateFilter,
#endDateFilter {
    padding: 0;
    height: 40.25px;
    padding-left: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #fafafa;
    font-size: 14px;
}

.entry-table .select2.select2-container {
    min-width: 140px;
    width: 100%;
  }

  .entry-table input[type="text"] {
    color: #666 !important;
    background: #fafafa !important;
    border-color: #ddd;
}
.entry-table label {
    margin-bottom: 5px;
}
.entry-table .select2-selection.select2-selection--single {
    height: auto !important;
    padding: 5px !important;
}
.entry-table .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.dataTables_length {
    margin-bottom: 10px;
}
.dataTables_length label {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* space between 'Show', the select box, and 'entries' */
  }

  .dataTables_length select {
    margin: 0 0.25rem;
  }