.jtabbar
{
    
}

.jtabbar-menu
{
    /*margin: 0;
    padding: 0;*/
    
    list-style-type: none;
    display: flex;
    background-color: #f6f6f7;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    border-bottom: 1px solid #485e9029;
    margin-bottom: -1px;
    padding-inline-start: 0px !important;
}

.jtabbar-menu-key.selected
{
    color: #4c75f2;
    background-color: #ffffff;
}

.jtabbar-menu-key
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    cursor: pointer;
    
    padding-top: 10px;
    width: 33%;
    padding-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #485e9029;
    border-radius: 10px 10px 0px 0px;
}