/**
 * Wiskero Tabs — overlap (perfil/héroe) e inline (secciones claras)
 * Acento: #01d099 · Fondo pestaña: #18191B
 */

.wiskero-tabs {
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
}

.wiskero-tabs .nav-tabs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    list-style: none;
}

.body_tabs_especiales .wiskero-tabs .nav-tabs{
     background: black;
     border-radius: 3px;
     border: 1px solid silver;
     padding: 3px;
     box-shadow: 2px 3px 0px silver;
}
@media (max-width: 575.98px) {
    .wiskero-tabs .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        padding-bottom: 4px;
    }
}

.wiskero-tabs .nav-tabs > li {
    margin: 0 !important;
    border: 0;
    float: none;
    flex-shrink: 0;
}

.wiskero-tabs .nav-tabs > li > a {
    display: block;
    border: 0 !important;
    border-radius: 8px 8px 0 0;
    padding: 12px 22px;
    background: #18191b !important;
    background-color: #18191b !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
    transition: color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
    text-decoration: none;
}

.wiskero-tabs .nav-tabs > li > a:hover,
.wiskero-tabs .nav-tabs > li > a:focus {
    color: #fff !important;
    text-decoration: none;
    background: #222326 !important;
    background-color: #222326 !important;
}

.wiskero-tabs .nav-tabs > li > a:after {
    display: none !important;
    border: none !important;
    content: none !important;
}

.wiskero-tabs .nav-tabs > li.active > a,
.wiskero-tabs .nav-tabs > li.active > a:hover,
.wiskero-tabs .nav-tabs > li.active > a:focus,
.wiskero-tabs .nav-tabs > li > a.active,
.wiskero-tabs .nav-tabs > li > a.active:hover,
.wiskero-tabs .nav-tabs > li > a.active:focus {
    color: #fff !important;
    background: #18191b !important;
    background-color: #18191b !important;
    border: 0 !important;
    box-shadow: inset 0 -3px 0 #01d099;
}

.wiskero-tabs .nav-tabs li.perfil_admintab > a {
    background: #18191b !important;
    background-color: #18191b !important;
}

.wiskero-tabs .nav-tabs li.perfil_admintab > a:hover {
    background: #222326 !important;
    background-color: #222326 !important;
}

.wiskero-tabs__bar {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.wiskero-tabs__list--cuenta {
    margin-bottom: 4px;
}

.wiskero-tabs__divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0 10px;
    padding: 0 4px;
}

.wiskero-tabs__divider::before,
.wiskero-tabs__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(1, 208, 153, 0.35), transparent);
}

.wiskero-tabs__divider-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(1, 208, 153, 0.85);
    white-space: nowrap;
}

.wiskero-tabs__select {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    padding: 14px 44px 14px 16px;
    font-family: 'Open Sans', 'Raleway', Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #18191b;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2318191B' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    border: 2px solid #e4e6ea;
    border-radius: 10px;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.wiskero-tabs__select:hover {
    border-color: rgba(1, 208, 153, 0.45);
}

.wiskero-tabs__select:focus {
    outline: none;
    border-color: #01d099;
    box-shadow: 0 0 0 3px rgba(1, 208, 153, 0.2);
}

.wiskero-tabs--inline .nav-tabs > li > a,
.wiskero-tabs--inline .nav-tabs > li > a:focus {
    border-radius: 999px;
    padding: 10px 18px;
    background: #e8eaee !important;
    background-color: #e8eaee !important;
    color: #5c6370 !important;
    box-shadow: none;
}

.wiskero-tabs--inline .nav-tabs > li > a:hover {
    background: #dde1e7 !important;
    background-color: #dde1e7 !important;
    color: #222 !important;
}

.wiskero-tabs--inline .nav-tabs > li.active > a,
.wiskero-tabs--inline .nav-tabs > li.active > a:hover,
.wiskero-tabs--inline .nav-tabs > li.active > a:focus,
.wiskero-tabs--inline .nav-tabs > li > a.active,
.wiskero-tabs--inline .nav-tabs > li > a.active:hover,
.wiskero-tabs--inline .nav-tabs > li > a.active:focus {
    background: #18191b !important;
    background-color: #18191b !important;
    color: #fff !important;
    box-shadow: none;
}

.single-player-tabs .wiskero-tabs--overlap,
.single-team-tabs .wiskero-tabs--overlap {
    margin-top: -43px;
    margin-bottom: 48px;
}

@media (max-width: 991.98px) {
    .single-player-tabs .wiskero-tabs--overlap,
    .single-team-tabs .wiskero-tabs--overlap {
        margin-top: 16px;
        margin-bottom: 28px;
    }
}

.single-player-tabs .wiskero-tabs--overlap .wiskero-tabs__select,
.single-team-tabs .wiskero-tabs--overlap .wiskero-tabs__select {
    margin-top: 0;
}
