.SelectBar_barSel__rOjt6{
    display: flex;
    width: 100%;
    height: 36px;
    overflow: scroll;
    position: relative;
}

.SelectBar_barSel__rOjt6 > li{
    height: 100%;
}

.SelectBar_barSel__rOjt6 > li > button{
    display: flex;
    height: 100%;
    padding: 0 14px 0 14px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    white-space: nowrap;
    overflow: none;
    justify-content: center;
    align-items: center;
}

.SelectBar_underline__Waa6r{
    width: 100%;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.25s ease-in-out;
}
