.tab {
    background: transparent !important;
    color: white !important;
    border-radius: 6px !important;
}

.tab_selected {
    border-radius: 6px;
    background-color: white !important;
    color: black !important;
    border-top: 2px solid #F04F23 !important;
    /* border-bottom: none; */
}