html, body, .modal-content {
    background-color: rgb(38, 43, 47);
}

html, body, label, input, p, .btn, .select-dropdown, .breadcrumb:last-child {
    color: rgb(200, 200, 200) !important;
}

.dropdown-content li:hover {
    background-color: rgb(40, 45, 50) !important;
}


/*.blue.darken-1 {*/
/*    background-color: rgb(10, 60, 120) !important;*/
/*}*/

nav, .account-dropdown-button, .blue.darken-1, .blue.darken-1 {
    background-color: rgb(10, 50, 130) !important;
}

.red.darken-1 {
    background-color: rgb(140, 30, 30) !important;
}

.green.accent-4 {
    background-color: rgb(60, 140, 60) !important;
}

.grey.darken-1 {
    background-color: rgb(60, 60, 60) !important;
}

a {
    color: rgb(50, 120, 230);
}

.chip {
    background-color: rgb(50, 100, 200) !important;
}

.card, .dropdown-content li {
    background-color: rgb(50, 55, 60) !important;
    display: block !important; /*Weird hack for set status dropdown idk why this is needed*/
}

/*.blue {*/
/*    color: red !important;*/
/*}*/


.form-input {
    background-color: rgb(60, 65, 70) !important;
    box-shadow: 3px 3px 10px rgb(50, 50, 50) !important;
    color: gray !important;
}

.footer {
    background-color: rgb(43, 48, 53) !important;
}