.tabs
{
    /* background-color: var(--secondary-darker); */
    border-top-left-radius: 0.375em;
    border-top-right-radius: 0.375em;

}


.tabs:not(:last-child) 
{
    margin-bottom: 0rem;
}

.tabs a 
{
    border: 1px solid red;
    color: var(--secondary-lighter);
}

.tabs li.is-active a 
{
    background-color: transparent;
    border-color: transparent;
    color: var(--primary);
}

.tabs a:hover 
{
    background-color: transparent;
    border-color: transparent;
    color: var(--primary-light);
}

.tabs.is-boxed li.is-active a 
{
    background-color: transparent;
    border-color: var(--secondary-dark);
    border-bottom-color: transparent !important;
}

.tabs ul
{
    border-bottom-color: var(--secondary-dark);
}

.tabs.is-boxed a:hover 
{
    background-color: transparent;
    border-color: transparent;
}