body {
    font-family: Arial, sans-serif;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    transition: all 0.5s ease;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

th,
td {
    padding: 10px;
    border: 1px solid #555555;
}

th {
    background-color: #333333;
}

tr:nth-child(even) {
    background-color: #222222;
}

#search,
select {
    padding: 10px;
    margin: 10px;
}

#light-mode:checked~body {
    background-color: #ffffff;
    color: #000000;
}

#light-mode:checked~table th {
    background-color: #f2f2f2;
}

#light-mode:checked~table tr:nth-child(even) {
    background-color: #f9f9f9;
}

#light-mode:checked~body {
    background-color: #ffffff;
    color: #000000;
}

#light-mode:checked~table th {
    background-color: #f2f2f2;
}

#light-mode:checked~table tr:nth-child(even) {
    background-color: #f9f9f9;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #444444;
    border-radius: 4px;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.5;
}

table {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

th {
    background-color: #009490;
    color: #ffffff;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #2BB5B6;
    color: #000000;
}

.scrollable-container {
    overflow-x: auto;
}

::-webkit-scrollbar-thumb {
    background-color: #C64A9A;
}

tr:nth-child(even) {
    background-color: #2e2e2e;
    color: #ffffff;
    /* Setting the text color to white for readability */
}

#light-mode:checked~body {
    background-color: #ffffff;
    color: #000000;
}

#light-mode:checked~table tr:nth-child(even) {
    background-color: #f4f4f4;
    color: #000000;
    /* Ensuring the text color changes to black in light mode */
}

/* Scroll wheel design */
.scrollable-container::-webkit-scrollbar {
    width: 12px;
    background-color: #22272e;
    /* Default dark background for the scrollbar */
}

.scrollable-container::-webkit-scrollbar-thumb {
    background-color: #2BB5B6;
    border-radius: 6px;
}

.scrollable-container::-webkit-scrollbar-track {
    background-color: #22272e;
    /* Default dark background for the scrollbar track */
}

#light-mode:checked~.scrollable-container::-webkit-scrollbar {
    background-color: #f2f2f2;
    /* White background for the scrollbar in light mode */
}

#light-mode:checked~.scrollable-container::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    /* White background for the scrollbar track in light mode */
}

body {
    background-color: rgb(24, 28, 31);
    color: #ffffff;
}

#light-mode:checked~body {
    background-color: #ffffff;
    color: #000000;
}

table th {
    background-color: #009490;
    color: #ffffff;
}

#light-mode:checked~table th {
    background-color: #ffffff;
    color: #000000;
}

table tr:nth-child(even) {
    background-color: #2d2d2d;
}

#light-mode:checked~table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#search,
#integration-filter,
#value-filter {
    background-color: #22272e;
    color: #ffffff;
    border: 1px solid #2BB5B6;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    width: auto;
}

#light-mode:checked~#search,
#light-mode:checked~#integration-filter,
#light-mode:checked~#value-filter {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #009490;
}

#light-mode:checked~#controls-container,
#light-mode:checked~.scrollable-container {
    background-color: #ffffff;
    color: #000000;
}

#light-mode:checked~.scrollable-container table tr:nth-child(even) {
    background-color: #f2f2f2;
}

#light-mode:checked~.scrollable-container table th {
    background-color: #ffffff;
    color: #000000;
}

#light-mode:checked~.scrollable-container::-webkit-scrollbar-track {
    background-color: #ffffff;
}

#light-mode:checked~body {
    background-color: #ffffff;
    color: #000000;
}

#light-mode:checked~.scrollable-container table tr:nth-child(even) {
    color: #000000;
}

#light-mode:checked~#controls-container {
    background-color: #ffffff;
}

#light-mode:checked~#controls-container #search,
#light-mode:checked~#controls-container #integration-filter,
#light-mode:checked~#controls-container #value-filter {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #C64A9A;
    /* Rewst Fandango */
}

#light-mode:checked~#controls-container {
    background-color: #ffffff;
}

#light-mode:checked~#controls-container label,
#light-mode:checked~#controls-container input,
#light-mode:checked~#controls-container select {
    background-color: #ffffff;
    color: #000000;
    border-color: #C64A9A;
    /* Rewst Fandango */
}

#light-mode:checked~.scrollable-container table th {
    background-color: #009490;
    /* Rewst Primary Teal */
    color: #ffffff;
}

body {
    background-color: rgb(24, 28, 31);
    /* Default dark background */
}

#light-mode:checked~body {
    background-color: #ffffff;
    /* White background for light mode */
}

#integration-filter option[value=""],
#value-filter option[value=""] {
    color: #999999;
    /* Matching the default text color of the search input */
}

#integration-filter,
#value-filter {
    color: #999999;
    /* Matching the default text color of the search input */
}

#light-mode:checked~.scrollable-container::-webkit-scrollbar-track {
    background-color: #ffffff;
    /* White background for light mode */
}

#light-mode:checked~.scrollable-container::-webkit-scrollbar,
#light-mode:checked~.scrollable-container::-webkit-scrollbar-track {
    background-color: #ffffff;
    /* White background for the scrollbar and track in light mode */
}

.scrollable-container::-webkit-scrollbar-thumb {
    background-color: #2BB5B6 !important;
    /* Teal color for thumb in dark mode */
    border-radius: 6px !important;
}

#light-mode:checked~.scrollable-container::-webkit-scrollbar-thumb {
    background-color: #C64A9A !important;
    /* Fandango color for thumb in light mode */
    border-radius: 4px !important;
}

#light-mode:checked~.scrollable-container::-webkit-scrollbar-track {
    background-color: #ffffff !important;
    /* White background for track in light mode */
}

.scrollable-container::-webkit-scrollbar {
    width: 8px;
}

.scrollable-container::-webkit-scrollbar-thumb {
    background-color: #2BB5B6;
    /* Teal color for thumb in dark mode */
    border-radius: 6px;
}

.scrollable-container::-webkit-scrollbar-track {
    background-color: #333333;
    /* Dark color for track in dark mode */
}

#light-mode:checked~.scrollable-container::-webkit-scrollbar-thumb {
    background-color: #C64A9A;
    /* Fandango color for thumb in light mode */
}

#light-mode:checked~.scrollable-container::-webkit-scrollbar-track {
    background-color: #ffffff;
    /* White background for track in light mode */
}

#light-mode:checked~.scrollable-container table tr:nth-child(even) {
    background-color: #CFD8DC;
}

#light-mode:checked~.scrollable-container table tr:nth-child(odd) {
    background-color: #ECEFF1;
}

.highlighted {
    background-color: #e0e0e0;
}