body {
    background-color: #121212;
    color: #ffffff;
    font-family: Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #bb86fc;
}
a {
    color: #03dac6;
}
a:hover {
    color: #018786;
}
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner table {
    background-color: #1e1e1e;
    color: #ffffff;
}
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner table th {
    background-color: #2c2c2c;
    color: #ffffff;
}
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner table tr:nth-child(even) td {
    background-color: #1a1a1a !important;
}
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner table tr:nth-child(odd) td {
    background-color: #121212 !important;
}
.modebar-container {
    display: none !important;
}
.hidden {
    display: none;
}
