.theme-tab{
    width: fit-content !important;
    cursor: pointer !important;
    z-index: 1 !important;
}

.theme-tab *{
    transition: .2 ease !important;
}

.theme-tab.active *{
    transition: .2 ease !important;
}

.theme-tabs__body-container{
    display: none !important;
}

.theme-tabs__body-container.active{
    display: flex !important;
}

@media only screen and (max-width: 767px) and (min-width: 0px){
    
}