:root {
    --eld-dark: #1B0000;
    --eld-light: #fbf4f4;
    --eld-primary: #aa3c3c;
    --eld-primary2: #6a2727;
    --eld-primary3: #562020;
    --eld-primary4: #4d1b1b;
}

.navbar-brand {
    position: relative;
    width: 200px;
    height: 70px;
}

.navbar-brand img {
    max-width: 100%;
}

.navbar-nav a,
.navbar-nav .active a,
.navbar-toggle {
    background-color: var(--eld-primary) !important;
    color: var(--eld-light) !important;
}

.navbar-toggle .icon-bar {
    background-color: var(--eld-light) !important;
}

.navbar-nav a:hover,
.navbar-toggle:hover,
.navbar-nav a:active,
.navbar-toggle:active {
    background-color: var(--eld-primary4) !important;
}

.profile-client {
    color: var(--eld-light);
}

.profile-client svg path:nth-child(1) {
    stroke: var(--eld-light);
}

.profile-client svg path:nth-child(2) {
    fill: var(--eld-light);
}

#menu-header-label {
    color: #ddddd5;
}

.app-fleet-sidebar, .app-fleet-sidebar .app-fleet-sidebar-item {
    color: #c1c1c0;
}

.app-fleet-sidebar-item .app-fleet-sidebar-item-icon {
    fill: #c1c1c0;
}