tr.group,
tr.group:hover,
:root.dark tr.group,
:root.dark tr.group:hover{
    background-color: #e7e7e7 !important;
    font-weight: bold;
    font-size: 14px;
}

:root.dark tr.group,
:root.dark tr.group:hover {
    /*background-color: rgba(0, 0, 0, 0.75) !important;*/
}

#medical-forecast-listing tbody tr.past-row{ color: #721c24;background-color: #f8d7da;border-color: #f5c6cb; }
#medical-forecast-listing tbody tr.future-near-row{ color: #155724;background-color: #d4edda;border-color: #c3e6cb; }
#medical-forecast-listing tbody tr.future-rowc{ color: #155724;background-color: #d4edda;border-color: #c3e6cb; }
#medical-forecast-listing tbody tr.due-today-row{ color: #0c5460;background-color: #d1ecf1;border-color: #bee5eb; }
#medical-forecast-listing tbody tr.issued-row{ color: #818182;background-color: #fefefe;border-color: #fdfdfe; }

a.page-title-action.fil-selected {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#medical-forecast-listing tr.group td{padding: 18px 10px;/* border: 1px solid; */}
#medical-forecast-listing_filter input{ margin:0 !important; }
#medical-forecast-listing .button.del-forecast {
    background: red;
    color: #fff;
    border-color: red;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

#TB_overlay{z-index: 50 !important;}

form#update-daily-record-form table tr.row-option{ display: none;}
form#update-daily-record-form table tr.visible{ display: block; }
/*form#update-daily-record-form select.feeding option{ display: none; }
form#update-daily-record-form select.feeding option.feed-visible{display: block;}*/

#ui-datepicker-div, .ui-widget.ui-datepicker{ z-index: 200000 !important; }

/* DF - Pagination Area */
.dataTables_paginate { text-align: center; margin-top: 10px; font-family: Arial, sans-serif; } /* General pagination styling */
.pagination { display: inline-flex; list-style: none; padding: 0; margin: 0; gap: 5px; } /* Pagination container */
.page-item { margin: 0; } /* Pagination items */
.page-link { display: block; padding: 6px 10px; color: #6c757d; background-color: #f8f9fa; border: 1px solid #6c757d; border-radius: 4px; text-decoration: none; transition: background-color 0.3s, color 0.3s; } /* Links styling */
.page-link:hover { background-color: #6c757d; color: #ffffff; } /* Hover effect for links */
.page-item.disabled .page-link { color: #b0b0b0; background-color: #e9ecef; border-color: #dee2e6; cursor: not-allowed; } /* Disabled links */
.page-item.active .page-link { color: #ffffff; background-color: #6c757d; border-color: #6c757d; } /* Active link */
.page-link:focus { outline: 2px solid #6c757d; outline-offset: 2px; } /* Focus outline */
.paginate_button.previous .page-link::before { content: '\2190'; margin: 0; } /* Previous button arrow */
.paginate_button.next .page-link::before { content: '\2192'; margin: 0; } /* Next button arrow */
.paginate_button.previous .page-link, .paginate_button.next .page-link { padding: 6px 10px; } /* Previous/Next button padding */
.pagination .page-item:not(.disabled) .page-link { cursor: pointer; } /* Cursor for clickable links */

/* DataTables Adjustments */
.dataTables_wrapper .dataTables_filter { float: none !important; text-align: left; } /* Filter styling */
.dataTables_wrapper .dataTables_paginate { float: none !important; text-align: center; padding-top: 0; } /* Pagination alignment */
.dataTables_wrapper .dataTables_paginate .paginate_button { padding: 0 !important; } /* Button padding */

/* Custom Components */
.ukm-checkbox-btn { height: 35px !important; width: 35px !important; } /* Checkbox button size */
.ukm-delete-btn { height: 35px !important; width: 35px !important; } /* Delete button size */
.table-responsive-ukm { overflow-x: auto !important; } /* Table responsiveness */
.custom-control.ukm-control { display: inline-flex !important; align-items: center !important; margin-right: 10px !important; vertical-align: middle !important; padding-left: 0 !important; } /* Checkbox container styling */
.custom-control-input.dforecast-toggle { transform: scale(1.5) !important; } /* Enlarged toggle checkbox */
table#medical-forecast-listing th, table#medical-forecast-listing td { vertical-align: middle !important; } /* Table cell vertical alignment */

/* MF - Pagination Area */
.dataTables_paginate { text-align: center; margin-top: 10px; font-family: Arial, sans-serif; } /* General pagination styling */
.pagination { display: inline-flex; list-style: none; padding: 0; margin: 0; gap: 5px; } /* Pagination container */
.page-item { margin: 0; } /* Pagination items */
.page-link { display: block; padding: 6px 10px; color: #6c757d; background-color: #f8f9fa; border: 1px solid #6c757d; border-radius: 4px; text-decoration: none; transition: background-color 0.3s, color 0.3s; } /* Pagination links */
.page-link:hover { background-color: #6c757d; color: #ffffff; } /* Hover effect for links */
.page-item.disabled .page-link { color: #b0b0b0; background-color: #e9ecef; border-color: #dee2e6; cursor: not-allowed; } /* Disabled link style */
.page-item.active .page-link { color: #ffffff; background-color: #6c757d; border-color: #6c757d; } /* Active link style */
.page-link:focus { outline: 2px solid #6c757d; outline-offset: 2px; } /* Focus style */
.paginate_button.previous .page-link::before { content: '\2190'; margin: 0; } /* Previous button arrow */
.paginate_button.next .page-link::before { content: '\2192'; margin: 0; } /* Next button arrow */
.paginate_button.previous .page-link, .paginate_button.next .page-link { padding: 6px 10px; } /* Padding for previous/next buttons */
.pagination .page-item:not(.disabled) .page-link { cursor: pointer; } /* Clickable links */

/* DataTables Adjustments */
.dataTables_wrapper .dataTables_filter { float: none !important; text-align: left; } /* Filter alignment */
.dataTables_wrapper .dataTables_paginate { float: none !important; text-align: center; padding-top: 0; } /* Pagination alignment */
.dataTables_wrapper .dataTables_paginate .paginate_button { padding: 0 !important; } /* Pagination button padding */

/* Custom Components */
.ukm-checkbox-btn { height: 35px !important; width: 35px !important; } /* Checkbox button dimensions */
.ukm-delete-btn { height: 35px !important; width: 35px !important; } /* Delete button dimensions */
.table-responsive-ukm { overflow-x: auto !important; } /* Table responsiveness */
.custom-control.ukm-control { display: inline-flex !important; align-items: center !important; margin-right: 10px !important; vertical-align: middle !important; padding-left: 0 !important; } /* Custom checkbox control */
.custom-control-input.dforecast-toggle { transform: scale(1.5) !important; } /* Enlarged toggle checkbox */
table#medical-forecast-listing th, table#medical-forecast-listing td { vertical-align: middle !important; } /* Table cell vertical alignment */

div#reportrange{ background: #fff; cursor: pointer; padding: 5px 10px; border: 1px solid #ccc; width: 100% }