  .multisearch__input {
    background: linear-gradient(135deg, #071d48 0%, #0a2558 100%) !important;
}

.multisearch {
    background-color: #081d3d !important;
}

.header__dropdown-btn {
background: linear-gradient(135deg, #1a7fe8 0%, #2e9cf5 100%) !important;
}

.modal__content {
    background: #040e1e !important;
}

.xtable tbody tr:nth-child(2n+1) td {
    background-color: #031532 !important;
}

.sidebar__menu--collapse, .sidebar__nav--collapse {
    background: #0a2558 !important;
}

@media (min-width: 768px) {
    .sidebar__nav-small a, .sidebar__nav-small button {
        background: #0a2558 !important;
    }
}

#footer .footer__accepted {
    background: linear-gradient(180deg, #031532 0%, rgba(10, 6, 20, 0.65) 100%) !important;
}