.navbar-override {
    background-color: rgba(30, 30, 30, 1);
}

.settings-icon {
    color: rgb(180, 190, 200) !important;
}

.global-search, .global-search:focus {
    background-color: rgb(30, 30, 40);
    border-color: rgb(80, 90, 100);
    color: rgb(180, 190, 200);
}

.global-search::placeholder, .global-search:focus::placeholder {
    color: rgb(180, 190, 200);
}

.sidebar {
    background-color: rgb(30, 30, 30);
    color: rgb(27, 199, 189);
    margin-bottom: -1px;
}

.sidebar-button {
    color: rgb(180, 190, 200);
}

.sidebar-button.active {
    border-right: 3px solid rgba(32, 238, 226, 1);
    background-color: rgb(80, 90, 100);
    color: rgb(27, 199, 189);
}

.expanded .sidebar-button.active {
    border-left: 3px solid rgba(32, 238, 226, 1);
    background-color: rgb(80, 90, 100);
}

.sidebar-button:hover {
    color: rgb(27, 199, 189);
}

.powered-by-text  {
    color: rgb(180, 190, 200);
}

.sidebar-child-menu {
    background-color: rgb(30, 30, 30);
    border: none;
}