/* tabs que separam as etapas do campeonato  */

.nav-tabs-horizontal .nav-link {
    white-space: nowrap;
    border: none;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.85rem;
    background: #f3f3f3;
    color: #444;
}

.nav-tabs-horizontal .nav-link.active {
    background: #dc3545;
    color: #fff !important;
    font-weight: 600;
}

/* navtabs-mobile */

@media (max-width: 768px) {
    .tabs-horizontal-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-tabs-horizontal {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        border: none;
        min-width: max-content;
        justify-content: center;
    }

    .nav-tabs-horizontal .nav-item {
        flex-shrink: 0;
    }

    .nav-tabs-horizontal .nav-link.active::after {
        display: none;
    }

    .tabs-horizontal-scroll::-webkit-scrollbar {
        display: none;
    }
}

/* DESKTOP */
@media (min-width: 769px) {
    .tabs-horizontal-scroll {
        width: 100%;
    }

    .nav-tabs-horizontal {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

.rounds-wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
}

.rounds-slider-wrapper {
    position: relative;
    overflow: hidden;
    height: auto;
    /* min-height: 200px; */
}

.rounds-slider {
    display: flex;
    align-items: stretch;
    height: auto;
}

.round {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
}

.ul.nav.nav-tabs.nav-tabs-horizontal.px-0.px-0.pb-md-1 {
    border: none !important;
}

/* Desktop por padrĆ£o */
.team-name.short {
    display: none;
}

.team-name.full {
    display: inline;
}

/* Mobile */
@media (max-width: 768px) {
    .team-name.full {
        display: none;
    }

    .team-name.short {
        display: inline;
        font-weight: 600;
    }
}

ul.nav.nav-tabs.nav-tabs-horizontal.px-0.pb-md-2 {
    border-bottom: 3px solid #d82128;
    padding-bottom: 12px;
}


/* tabs que separam as etapas do campeonato  */
