[data-bs-theme="dark"] {

    body {
        background-color: #121212;
    }

    .navbar-brand img{
        filter: brightness(1) invert(1);
    }

    .bg-body-tertiary{
        background: #1E1E1E;
        box-shadow: 0px 4px 24px 0px #3A3A3A14;
    }

    .sub-header{
        background-color:#1F82D4;
    }

    .card-header{
        color: white;
    }

    .search-wrapper{
        background: #1E1E1E;
    }

    .card-header{
        border-color: #3D3D3D !important;
    }

    th{
        color: #FEFEFE !important;
    }

    .profile-dropdown {
        color: rgba(255, 255, 255, 8);
    }
}