.bg-special-blue {
    color: white;
    background-color: #675BF1;
}

.bg-special-blue a {
    color: white;
}


.bg-special-green {
    color: black;
    background-color: #B6FF00;
}

.bg-special-green a {
    color: black;
}

.bg-special-red {
    color: black;
    background-color: #FD8805;
}

.bg-special-red a {
    color: black;
}

.bg-special-black {
    color: white;
    background-color: #000;
}

.bg-special-black a {
    color: white;
}

.tabs-menu ul li .active {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

ul.nav.panel-tabs li a.active {
    font-weight: bolder;
    color: black !important;
}

ul.nav.panel-tabs li.bg-special-black a.active,
ul.nav.panel-tabs li.bg-special-blue a.active {
    color: white !important;
}

ul.nav.panel-tabs li {
    transition: 0.3s;
}

ul.nav.panel-tabs li:has(a.mp-tab.active),
ul.nav.panel-tabs li:has(a.dist-tab.active) {
    box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    transform: scale(1.04);
    border: 2px solid rgba(0,0,0,0.4);
}

#distributors .tabs-menu ul li .active,
#marketplaces .tabs-menu ul li .active {
    background-color: #B6FF00 !important;
    color: black !important;
}

