
.tab-wrapper
{
    z-index: 10;
    position: absolute;
    top: -21px;
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: center;
}

    .tab-wrapper > div.tab
    {
        width: 70px;
        height: 21px;
        background-color: #FFFFFF;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        display: flex;
        justify-content: center;
    }

    .tab-wrapper > div.tab > i
    {
        font-size: 21px;
        color: #000000;
    }
