@media (prefers-color-scheme: dark) {
    body {
        background-color: #202123;
        color: #fff;
    }
    .modal, .modal-content {
        background-color: #202123;
        color: #fff;
    }
    .modal .modal-footer {
        background-color: #2a2b2c;
        color: #fff;
    }
    nav {
        background-color: #66122b;
    }
    .card {
        background-color: rgba(255,255,255,0.2);
    }
    .btn {
        background-color: #219185;
    }
    .divider {
        opacity: 0.2;
    }
    .sidenav {
        background-color: #2D2D31;
    }
    .sidenav li > a {
        color: white;
    }
    li a:hover {
        background-color: #3B4043;
    }
    li a.subheader {
        color:#9AA0A6; 
    }
    .pagination li a {
        color: #aaa;
    }
    .pagination li.disabled a {
        color: #444;
    }
    .pagination li.disabled a:hover {
        background-color: transparent !important;
    }
    .pagination li:not(.disabled) a:hover {
        color: white;
    }
    /* .material-icons {
        color: #9AA0A6;
    } */
    .collection {
        border: 1px solid rgba(255,255,255,0.2);
    }
    .collection .collection-item {
        background-color: rgba(255,255,255,0.2);
        border-bottom: 1px solid rgba(255,255,255,0.2);;
    }
    input {
        color: white !important;
    }
    input::placeholder {
        color: white !important;
    }
    div.hoverable.active {
        background-color: #7d7d7d36 !important;
    }
    label > span {
        color: white;
    }
    .dropdown-content.select-dropdown label > span {
        color: unset;
    }
    .breadcrumbs a.breadcrumb{
        color: white;
    }
    .breadcrumbs .breadcrumb::before {
        color: white;
    }
}