
.cluster-subheader.navbar-tabs {
    height: 52px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cluster-subheader.navbar-tabs.matches-page-subheader {
    position: sticky;
    top: 0;
    z-index: 8;
}
.cluster-subheader#navigation .tab-list-item {
    height: 100%;
    display: inline-flex;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    font-family: 'Open Sans';
    line-height: 44px;
    margin-right: unset;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    align-items: center;
    text-transform: capitalize !important;
    letter-spacing: unset;
    margin-bottom: 0;
}
.cluster-subheader#navigation .tab-list-item:not(:last-child) {
    margin-right: 35px;
}
.cluster-subheader#navigation .tab-list-item:hover {
    color: #3174ee;
    text-decoration: none;
}
.cluster-subheader#navigation .tab-list-active {
    height: 46px;
    border-bottom: 3px solid #3174ee;
    box-shadow: none;
    color: #333;
    font-weight: 600;
    cursor: default;
}
.cluster-subheader#navigation .tab-list-active:hover {
    color: #333;
}
.cluster-subheader .subheaders-links-container::-webkit-scrollbar { /* WebKit */
    width: 0;
    display: none
}
.cluster-subheader .subheaders-links-container {
    height: 100%;
    text-align: left;
    overflow: initial;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
    display: flex;
    align-items: flex-end;
}
.cluster-subheader .tabs-container {
    position: relative;
    height: 100%;
}

.cluster-subheader#navigation .tabs-container.centered .goBack {
    flex: 1;
}

.cluster-subheader#navigation .tabs-container.centered .subheaders-links-container {
    flex: 2;
}

@media only screen and (max-width: 768px) {
    .cluster-subheader#navigation .tab-list-item:not(:last-child) {
        margin-right: 20px;
    }
    .cluster-subheader#navigation .tab-list-item:last-child {
        margin-right: 20px;
    }

    .cluster-subheader#navigation .tab-list-item {
        order: 2;
    }
    .cluster-subheader#navigation .tab-list-item.tab-list-active{
        margin-top: 3px;
    }
    .cluster-subheader#navigation .tab-list-item:nth-child(n+3).tab-list-active{
        order:1;

    }

}

@media (max-width: 1200px) {
    .cluster-subheader .subheaders-links-container{
        overflow-x: auto;
        overflow-y: hidden;
    }
    .cluster-subheader .subheaders-links-container {
        display: flex;
        flex-direction: row;
    }
}
