body {
    background-image:none!important;
    background-color:#121212!important;
}
body.sticky-header header .header__wrapper {
    background-color: rgba(40, 40, 40, .55);
}
.highlight {
    color: #a50000!important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #a50000!important;
}

card__img_badge.primary {
    background: #f60c0c8c!important;

}

body.sticky-header header .search {
    background-color: rgb(60 60 60)!important;
}

.btn-tertiary {
    --bs-btn-bg: #1e1e1e!important;
}

.btn:hover {
    background-color:#a50000!important;
    border-color: #a50000!important;
}

.navbar-collapse {
    background: #282828!important;
}

.dropdown-menu {
    --bs-dropdown-bg: #282828!important;
}
.btn-secondary {
    --bs-btn-bg: #282828!important;
}


.btn--dropdown {
    background-color: #a50000!important;
}

.badge-tag {
    background-color: #610202!important;
}

.search {
    border: 1px solid #28282800!important;
}
.form-control {
    background-color: #282828!important;
}


.cat-btn:hover {
    background: #a50000!important;
}