.tabs-striped.background-white .tabs {
    background: var(--white, #ffffff);
}

.tabs-striped.background-gray .tabs {
    background: var(--gray, #333333);
}

.tabs-striped.background-black .tabs {
    background: var(--black, #000000);
}

.tabs-striped.background-blue .tabs {
    background: var(--blue, #0247FE);
}

.tabs-striped.background-light-blue .tabs {
    background: var(--light-blue, #85A5FF);
}

.tabs-striped.background-dark-blue .tabs {
    background: var(--dark-blue, #00217A);
}

.tabs-striped.background-purple .tabs {
    background: var(--purple, #3D01A4);
}

.tabs-striped.background-light-purple .tabs {
    background: var(--light-purple, #B285FF);
}

.tabs-striped.background-dark-purple .tabs {
    background: var(--dark-purple, #2D007A);
}

.tabs-striped.background-red .tabs {
    background: var(--red, #FE2712);
}

.tabs-striped.background-light-red .tabs {
    background: var(--light-red, #FE8F84);
}

.tabs-striped.background-dark-red .tabs {
    background: var(--dark-red, #7A0B00);
}

.tabs-striped.background-orange .tabs {
    background: var(--orange, #FB9B02);
}

.tabs-striped.background-light-orange .tabs {
    background: var(--light-orange, #FFD085);
}

.tabs-striped.background-dark-orange .tabs {
    background: var(--dark-orange, #7A4B00);
}

.tabs-striped.background-yellow .tabs {
    background: var(--yellow, #FFFF33);
}

.tabs-striped.background-light-yellow .tabs {
    background: var(--light-yellow, #FFFF85);
}

.tabs-striped.background-dark-yellow .tabs {
    background: var(--dark-yellow, #7A7A00);
}

.tabs-striped.background-green .tabs {
    background: var(--green, #66B032);
}

.tabs-striped.background-light-green .tabs {
    background: var(--light-green, #B7FF85);
}

.tabs-striped.background-dark-green .tabs {
    background: var(--dark-green, #337A00);
}

/* Cores primárias */

.tabs-striped.background-default .tabs {
    background: var(--colorDefault40, #3b448e);
}

.tabs-striped.background-assertive .tabs {
    background: var(--colorDanger40, #ce3a36);
}

.tabs-striped.background-balanced .tabs {
    background: var(--colorSuccess40, #257d25);
}

.tabs-striped.background-energized .tabs {
    background: var(--colorWarning40, #f0ad4e);
}

.tabs-striped.background-light .tabs {
    background: var(--colorLight40, #ffffff);
}

.tabs-striped.background-stable .tabs {
    background: var(--colorStable40, #f8f8f8);
}

.tabs-striped.background-calm .tabs {
    background: var(--colorCalm40, #11c1f3);
}

.tabs-striped.background-positive .tabs {
    background: var(--colorPrimary40, #5665be);
}

.tabs-striped.background-royal .tabs {
    background: var(--colorRoyal40, #886aea);
}

.tabs-striped.background-dark .tabs {
    background: var(--colorDark40, #444444);
}