/* /Components/Bio/AthleteBody.razor.rz.scp.css */
ul[b-i4g2neqh80]{
    list-style: none;
    color: var(--color-white);
    padding: 0;
}

.top_pb[b-i4g2neqh80]{
    padding: 1rem;
}

.top_pb_name[b-i4g2neqh80]{
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
}

.doug_stadistics[b-i4g2neqh80] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
}

.chart-col[b-i4g2neqh80] {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 250px;
    max-width: 300px;
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .chart-col[b-i4g2neqh80] {
        flex: 1 1 calc(25% - 0.75rem);
    }
}


@media (max-width: 767.98px) {
    .top_pb_name h4[b-i4g2neqh80]{
        font-size: 1.2rem;
    }
}
/* /Components/Bio/AthleteHeader.razor.rz.scp.css */
.ath_header[b-b36om6cmu2] {
    border-top: 2px solid var(--color-accent-y);
    border-left: 1px solid var(--color-primary-mb);
    border-right: 1px solid var(--color-primary-mb);
    display: flex;
    color: var(--color-white);
    justify-content: space-between;
    min-height: 120px;
}

.info_desc[b-b36om6cmu2] {
    display: flex;
    gap: 0.5rem;
}

.info_desc.carousel[b-b36om6cmu2] {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    align-items: center;
}

.info_desc.carousel .info_desc_container[b-b36om6cmu2] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    min-height: 40px;
    align-items: center;
}

.info_desc span[b-b36om6cmu2] {
    border: 1px solid var(--color-accent-y);
    padding: .5rem;
    color: var(--color-primary-lb);
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 0.85rem;
    display: inline-block;
}

.carousel_controls[b-b36om6cmu2] {
    background: rgba(28, 54, 93, 0.8);
    border: 1px solid var(--color-accent-y);
    color: var(--color-accent-y);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.7rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.carousel_controls:hover:not(.disabled)[b-b36om6cmu2] {
    background: rgba(28, 54, 93, 1);
    color: #fff;
}

.carousel_controls.disabled[b-b36om6cmu2] {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.carousel_controls:disabled[b-b36om6cmu2] {
    opacity: 0.4;
    cursor: not-allowed;
}

.carousel_indicators[b-b36om6cmu2] {
    display: flex;
    gap: 0.3rem;
    margin-top: 0.5rem;
    justify-content: center;
}

.carousel_dot[b-b36om6cmu2] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(225, 255, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel_dot:hover[b-b36om6cmu2] {
    background: rgba(225, 255, 0, 0.6);
}

.carousel_dot.active[b-b36om6cmu2] {
    background: var(--color-accent-y);
}

.left_data[b-b36om6cmu2] {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.ath_image[b-b36om6cmu2] {
    background: url("/images/ana.png");
    border-right: 1px solid var(--color-accent-y);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 150px;
    height: 100%;
    flex-shrink: 0;
}

.ath_data[b-b36om6cmu2] {
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--color-accent-y);
    height: 100%;
    justify-content: center;
    padding: 1rem;
    flex: 1;
    min-width: 0;
}

.ath_data--name[b-b36om6cmu2] {
    font-size: 1.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1rem;
}

.ath_fav[b-b36om6cmu2] {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1rem;
    flex-direction: column;
}


/*.fav {
    display: flex;
    align-items: center;
    gap: 1rem;
}*/

.ath_data--surname[b-b36om6cmu2] {
    font-size: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ath_data .ath_info[b-b36om6cmu2] {
    display: flex;
    flex-direction: row;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid var(--color-primary-mb);
}

.ath_header > .ath_info[b-b36om6cmu2] {
    display: flex;
    padding: 1.2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cont-info[b-b36om6cmu2] {
    display: flex;
    gap: 10px;
}

.ath_info--left[b-b36om6cmu2] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ath_info--right[b-b36om6cmu2] {
    display: flex;
    flex-direction: column;
}

.ath_info--country[b-b36om6cmu2] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.ath_info--span[b-b36om6cmu2] {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

@media (max-width: 991px) {
    .ath_data[b-b36om6cmu2] {
        border-right: none;
        padding: 1rem 1.5rem;
        align-items: center;
    }

    .ath_fav[b-b36om6cmu2] {
        align-items: center;
    }

    .info_desc[b-b36om6cmu2] {
        justify-content: center;
    }

    .ath_data--name[b-b36om6cmu2] {
        font-size: 1.5rem;
    }

    .ath_data--surname[b-b36om6cmu2] {
        font-size: 1.4rem;
    }

    .ath_data .ath_info[b-b36om6cmu2] {
        align-self: center;
        flex-direction: column;
    }

    .ath_data .ath_info--left[b-b36om6cmu2] {
        align-items: flex-start;
    }
}


@media (max-width: 767px) {

    .ath_image[b-b36om6cmu2] {
        display: none !important;
    }

    .info_desc[b-b36om6cmu2] {
        display: none;
    }

    .carousel_indicators[b-b36om6cmu2] {
        display: none;
    }

    .ath_data[b-b36om6cmu2] {
        padding: 1rem;
        align-items: center;
    }

    .ath_data--name[b-b36om6cmu2] {
        font-size: 1.5rem;
    }

    .ath_data--surname[b-b36om6cmu2] {
        font-size: 1.3rem;
    }

    .ath_fav[b-b36om6cmu2] {
        gap: 0.6rem;
        margin-bottom: 0;
    }

    .ath_data .ath_info[b-b36om6cmu2] {
        margin-top: 0.6rem;
        padding-top: 0.6rem;
    }

    .ath_info--span[b-b36om6cmu2] {
        font-size: 0.75rem;
    }
}

@media (max-width: 575px) {
    .info_desc.carousel[b-b36om6cmu2] {
        display: none;
    }

    .ath_header[b-b36om6cmu2] {
        border-left: none;
        border-right: none;
        min-height: auto;
    }

    .info_desc[b-b36om6cmu2] {
        display: none;
    }

    .carousel_indicators[b-b36om6cmu2] {
        display: none;
    }

    .ath_image[b-b36om6cmu2] {
        display: none !important;
    }

    .ath_data[b-b36om6cmu2] {
        padding: 0.8rem;
    }

    .ath_data--name[b-b36om6cmu2] {
        font-size: 1.5rem;
    }

    .ath_data--surname[b-b36om6cmu2] {
        font-size: 1.2rem;
    }

    .ath_fav[b-b36om6cmu2] {
        gap: 0.5rem;
        margin-bottom: 0;
    }

    .ath_data .ath_info[b-b36om6cmu2] {
        flex-direction: column;
        margin-top: 0.5rem;
        padding-top: 0.5rem;
    }

    .ath_data .ath_info--left[b-b36om6cmu2] {
        align-items: flex-end;
    }

    .ath_data .ath_info--right[b-b36om6cmu2] {
        align-items: flex-start;
    }

    .ath_info--span[b-b36om6cmu2] {
        font-size: 0.7rem;
    }
}

@media (max-width: 399px) {
    .ath_image[b-b36om6cmu2] {
        display: none;
    }

    .ath_data[b-b36om6cmu2] {
        padding: 0.6rem;
    }

    .ath_data--name[b-b36om6cmu2] {
        font-size: 0.9rem;
    }

    .ath_data--surname[b-b36om6cmu2] {
        font-size: 1.1rem;
    }

    .ath_fav[b-b36om6cmu2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }

    .ath_fav i[b-b36om6cmu2] {
        font-size: 1.2rem !important;
        align-self: flex-end;
    }

    .ath_data .ath_info[b-b36om6cmu2] {
        margin-top: 0.4rem;
        padding-top: 0.4rem;
    }

    .ath_info--span[b-b36om6cmu2] {
        font-size: 0.65rem;
    }
}

@media (max-width: 1500px) {
    .info_desc.simple[b-b36om6cmu2] {
        flex-wrap: wrap;
        max-width: 280px;
    }

    .modal-content[b-b36om6cmu2] {
        width: 90% !important;
    }

    .ath_info[b-b36om6cmu2] {
        align-items: center !important;
    }
}

@media (min-width: 575px) and (max-width: 1500px) {
    .info_desc_container[b-b36om6cmu2] {
        flex-wrap: wrap;
    }
}

.historical-cont[b-b36om6cmu2] {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
}

.historical-cont button[b-b36om6cmu2] {
    background-color: var(--color-primary-lb);
    border: none;
    color: var(--color-primary-db);
    padding: 0.75rem 1rem;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    overflow: visible;
}

.historical-cont button:hover[b-b36om6cmu2] {
    color: white;
    background-color: var(--color-primary-mb);
}

.historical-cont button i[b-b36om6cmu2] {
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}

.historical-cont .underline[b-b36om6cmu2] {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: var(--color-accent-y);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
}

.historical-cont button:hover .underline[b-b36om6cmu2] {
    width: 80%;
}

.historical-cont button[b-b36om6cmu2]::after {
    content: 'Histórico de clubs';
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background-color: var(--color-primary-mb);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.historical-cont button[b-b36om6cmu2]::before {
    content: '';
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    border: 8px solid transparent;
    border-bottom-color: var(--color-primary-db);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1001;
}

.historical-cont button:hover[b-b36om6cmu2]::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.historical-cont button:hover[b-b36om6cmu2]::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/*ESTILOS MODAL HISTÓRICO CLUBS*/
.modal-overlay[b-b36om6cmu2] {
    position: fixed;
    inset: 0;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    animation: fadeIn-b-b36om6cmu2 0.2s ease-in-out;
}

.modal-content[b-b36om6cmu2] {
    width: 50%;
    background: var(--color-primary-db);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    overflow-y: auto;
    position: relative;
    animation: scaleIn-b-b36om6cmu2 0.25s ease-in-out;
}

.close-btn[b-b36om6cmu2] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
    color: var(--color-accent-y);
}

@keyframes fadeIn-b-b36om6cmu2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn-b-b36om6cmu2 {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}
/* /Components/Bio/AthleteTops.razor.rz.scp.css */
.ath_tops[b-cjis0kzb3u] {
    border: 1px solid var(--color-accent-y);
    display: flex;
}

.rank_act[b-cjis0kzb3u]{
    display: flex;
    padding: 0.5rem 1rem;
    align-items: center;
    gap: 2rem;
}

.rank_act_title[b-cjis0kzb3u]{
    font-size: 1rem; 
}

.rank_medal[b-cjis0kzb3u], .rank_world[b-cjis0kzb3u], .rank_eur[b-cjis0kzb3u], .rank_champ[b-cjis0kzb3u] {
    border-right: 1px solid var(--color-accent-y);
    padding: 0.4rem 0.9rem;
    display: flex;
    align-items: center;
    font-size: .8rem;
    gap: .8rem;
}

h4[b-cjis0kzb3u]{
    margin: 0;
    font-weight: bolder;
}

@media (max-width: 767.98px){
    .rank_act[b-cjis0kzb3u]{
        display: flex;
        justify-content: space-between;
    }

    .number[b-cjis0kzb3u]{
        font-size: 1.8rem;
    }
}

/* /Components/Bio/BioRanking.razor.rz.scp.css */
.position_cards[b-3dirt8s0el] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info_card[b-3dirt8s0el] {
    display: flex;
    text-align: center;
    border: 1px solid var(--color-primary-mb);
}

.card_size[b-3dirt8s0el] {
    width: 50%;
    border-right: 1px solid var(--color-primary-mb);
    padding: .8rem;
}

h3[b-3dirt8s0el] {
    margin: 0;
    font-weight: 600;
}

.text[b-3dirt8s0el] {
    font-size: .8rem;
    color: var(--color-primary-mb);
}

.puesto[b-3dirt8s0el] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.current span[b-3dirt8s0el], .highest span[b-3dirt8s0el] {
    font-size: 0.8rem;
}

.row[b-3dirt8s0el] {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 767.98px) {
    .chart[b-3dirt8s0el] {
        padding: 1rem;
        display: flex;
        justify-content: center;
    }

    .position_cards[b-3dirt8s0el] {
        padding: 1rem 3.5rem;
    }

}
/* /Components/Bio/PersonalBrands.razor.rz.scp.css */
.top_pb[b-xuihtk5t4z]{
    padding: 1rem;
}

.position_cards[b-xuihtk5t4z] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info_card[b-xuihtk5t4z] {
    display: flex;
    text-align: center;
    border: 1px solid var(--color-primary-mb);
}

.card_size:last-child[b-xuihtk5t4z]{
    border-right: none;

}

h3[b-xuihtk5t4z] {
    margin: 0;
    font-weight: 600;
}

.text[b-xuihtk5t4z] {
    font-size: .8rem;
    color: var(--color-primary-mb);
}

.puesto[b-xuihtk5t4z] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.current span[b-xuihtk5t4z], .highest span[b-xuihtk5t4z] {
    font-size: 0.8rem;
}

.row[b-xuihtk5t4z] {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 767.98px) {
    .chart[b-xuihtk5t4z] {
        padding: 1rem;
        display: flex;
        justify-content: center;
    }

    .position_cards[b-xuihtk5t4z] {
        padding: 1rem;
    }

}

/* /Components/Bio/Progression.razor.rz.scp.css */
.top_pb[b-i9mkbkpvar] {
    padding: 1rem;
}

.chart[b-i9mkbkpvar]{
    height: 300px;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.top_pb_name[b-i9mkbkpvar]{
    display: flex;
    flex-direction: column;
}

.cont-chart[b-i9mkbkpvar]{
    display: flex;
    flex-direction: column;
        align-items: center;
}

.cont-chart span[b-i9mkbkpvar]{
    align-self: baseline;
}

.doug_stadistics[b-i9mkbkpvar] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
    margin-top: 1rem;
}

.season-cards[b-i9mkbkpvar] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1rem;
        width: 100%;
    }

    .season-card[b-i9mkbkpvar] {
        position: relative;
        width: 100%;
        height: 300px;
        perspective: 1000px;
    }

    .card-inner[b-i9mkbkpvar] {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        cursor: pointer;
    }

    .card-inner.flipped[b-i9mkbkpvar] {
        transform: rotateY(180deg);
    }

    .card-front[b-i9mkbkpvar], .card-back[b-i9mkbkpvar] {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background: linear-gradient(135deg, var(--overlay-blue-20, rgba(59, 130, 246, 0.2)), var(--overlay-blue-30, rgba(59, 130, 246, 0.3)));
        border: 1px solid var(--overlay-blue-30, rgba(59, 130, 246, 0.3));
        border-radius: 12px;
        padding: 1.25rem;
        color: var(--color-primary-mb, #ffffff);
        display: flex;
        flex-direction: column;
        justify-content: flex-start; /* Cambiar de space-between a flex-start */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box; /* Importante para que el padding se incluya en la altura */
    }

    .card-front[b-i9mkbkpvar]::before, .card-back[b-i9mkbkpvar]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--color-primary-mb, #3b82f6), rgba(59, 130, 246, 0.5));
    }

    .card-back[b-i9mkbkpvar] {
        transform: rotateY(180deg);
        background: linear-gradient(135deg, var(--overlay-blue-30, rgba(59, 130, 246, 0.3)), var(--overlay-blue-20, rgba(59, 130, 246, 0.2)));
    }

    .season-header[b-i9mkbkpvar] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        flex-shrink: 0; /* Evita que el header se comprima */
    }

    .season-year[b-i9mkbkpvar] {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--color-primary-lb);
    }

    .events-badge[b-i9mkbkpvar] {
        padding: 0.25rem 0.75rem;
        border-radius: 20px;
        font-size: 0.8rem;
        color: white;
        font-weight: 500;
        background: rgba(255, 255, 255, 0.2);
    }

    .stats-grid[b-i9mkbkpvar] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
        margin-bottom: 1rem;
        flex-shrink: 0; /* Evita que se comprima */
    }

    .stats-grid:last-child[b-i9mkbkpvar] {
        margin-bottom: 0;
    }

    .stat-item[b-i9mkbkpvar] {
        text-align: center;
    }

    .stat-label[b-i9mkbkpvar] {
        font-size: 0.7rem;
        opacity: 0.8;
        margin-bottom: 0.25rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        line-height: 1.2;
    }

    .stat-value[b-i9mkbkpvar] {
        font-size: 1rem;
        font-weight: bold;
        color: var(--color-primary-lb, #ffffff);
    }

    .stat-value.highlight[b-i9mkbkpvar] {
        font-size: 1.1rem;
        color: var(--color-accent-y);
    }

    .info-header[b-i9mkbkpvar] {
        text-align: center;
        flex-shrink: 0;
        margin-bottom: 1rem;
    }

    .info-title[b-i9mkbkpvar] {
        font-size: 1.2rem;
        font-weight: bold;
        color: var(--color-accent-y);
    }

    .info-content[b-i9mkbkpvar] {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .info-item[b-i9mkbkpvar] {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 0.5rem;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        transition: background 0.3s ease;
    }

    .info-item:hover[b-i9mkbkpvar] {
        background: rgba(255, 255, 255, 0.15);
    }

    .info-icon[b-i9mkbkpvar] {
        color: var(--color-accent-y);
        font-size: 1rem;
        margin-top: 0.1rem;
        min-width: 1rem;
        flex-shrink: 0;
    }

    .info-text[b-i9mkbkpvar] {
        flex: 1;
    }

    .info-label[b-i9mkbkpvar] {
        font-weight: bold;
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
        color: var(--color-primary-lb);
    }

    .info-description[b-i9mkbkpvar] {
        font-size: 0.75rem;
        opacity: 0.9;
        line-height: 1.3;
        color: white;
    }

    @media (max-width: 768px) {
        .chart-container[b-i9mkbkpvar]

    {
        flex-direction: column;
        gap: 1rem;
    }

    .chart-canvas[b-i9mkbkpvar] {
        display: flex;
        justify-content: center;
    }

    .season-cards[b-i9mkbkpvar] {
        display: none;
    }

    .season-card[b-i9mkbkpvar] {
        height: 250px; /* Altura más pequeña en móviles */
    }

    }

    .no-data[b-i9mkbkpvar] {
        text-align: center;
        padding: 2rem;
        color: rgba(255, 255, 255, 0.6);
        font-style: italic;
    }

    /* Chrome, Edge, Safari */
    .card-front[b-i9mkbkpvar]::-webkit-scrollbar,
    .card-back[b-i9mkbkpvar]::-webkit-scrollbar {
        width: 8px;
    }

    .card-front[b-i9mkbkpvar]::-webkit-scrollbar-track,
    .card-back[b-i9mkbkpvar]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
    }

    .card-front[b-i9mkbkpvar]::-webkit-scrollbar-thumb,
    .card-back[b-i9mkbkpvar]::-webkit-scrollbar-thumb {
        background: var(--color-accent-y);
        border-radius: 10px;
        transition: background 0.3s ease;
    }

    .card-front[b-i9mkbkpvar]::-webkit-scrollbar-thumb:hover,
    .card-back[b-i9mkbkpvar]::-webkit-scrollbar-thumb:hover {
        background: #ffd84d;
    }

    /* Firefox */
    .card-front[b-i9mkbkpvar],
    .card-back[b-i9mkbkpvar] {
        scrollbar-width: thin;
        scrollbar-color: var(--color-accent-y) rgba(255, 255, 255, 0.05);
    }
/* /Components/Bio/Results.razor.rz.scp.css */
.top_pb[b-thitbk8foq] {
    padding: 1rem;
}


/* /Components/Bio/SeasonBests.razor.rz.scp.css */
.top_pb[b-9ocxw5397i]{
    padding: 1rem;
}

.chart[b-9ocxw5397i]{
    height: 300px;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.top_pb_name[b-9ocxw5397i]{
    display: flex;
    flex-direction: column;
}

.doug_stadistics[b-9ocxw5397i] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
    margin-top: 1rem;
}

@media(max-width: 760px){
    .chart[b-9ocxw5397i]{
        height: 170px;
    }
}
/* /Components/Footer.razor.rz.scp.css */
/* /Components/General/SmallBarMenu.razor.rz.scp.css */
/* /Components/General/TableCollapse.razor.rz.scp.css */
.custom-table[b-pzlxommlnz] {
    border-collapse: separate;
    border-spacing: 0 4px;
    text-align: center;
    width: 100%;
}

.custom-table-container[b-pzlxommlnz] {
    padding: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.custom-table th[b-pzlxommlnz] {
    padding: 0.6rem 1rem;
    font-weight: 100;
    font-size: 0.8rem;
    color: white;
}

.custom-table td[b-pzlxommlnz] {
    padding: 0.3rem 1rem;
    border-right: 1px solid var(--color-primary-mb);
}

.custom-table td:last-child[b-pzlxommlnz] {
    border-right: none;
}

.custom-table-body[b-pzlxommlnz] {
    font-size: 0.8rem;
}

.custom-expanded-content[b-pzlxommlnz] {
    background-color: var(--overlay-blue-10);
    color: var(--color-primary-lb);
    font-size: 0.75rem;
}

.custom-arrow-cell[b-pzlxommlnz] {
    width: 30px;
    text-align: center;
    user-select: none;
}

.custom-arrow[b-pzlxommlnz] {
    display: inline-block;
    transition: transform 0.3s ease;
}

.custom-arrow.expanded[b-pzlxommlnz] {
    transform: rotate(90deg);
}

.custom-expanded-content:hover[b-pzlxommlnz] {
    background-color: white;
}

.custom-table-nested .custom-table[b-pzlxommlnz] {
    background-color: var(--overlay-blue-10);
    font-size: 0.75rem;
}

.custom-table-nested td[b-pzlxommlnz],
.custom-table-nested th[b-pzlxommlnz] {
    padding: 0.4rem 0.6rem;
}

.custom-table-nested th[b-pzlxommlnz] {
    color: var(--color-primary-mb);
}

.custom-table-nested tr[b-pzlxommlnz] {
    background-color: var(--overlay-blue-10);
}

/* Collapse header style */
.custom-collapse-container[b-pzlxommlnz] {
    border: 1px solid var(--color-primary-mb);
    border-radius: 6px;
    margin-bottom: 1rem;
    background-color: var(--color-primary-db);
}

.custom-collapse-header[b-pzlxommlnz] {
    padding: 0.75rem 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: white;
}

@media (max-width: 767.98px) {
    .custom-table[b-pzlxommlnz] {
        min-width: 30px;
    }

    .custom-table td[b-pzlxommlnz] {
        padding:2px 8px;
        border-right: 1px solid var(--color-primary-mb);
    }

    .custom-table-body[b-pzlxommlnz] {
        font-size: 0.65rem;
    }
    .custom-table th[b-pzlxommlnz] {
        font-weight: 100;
        font-size: 0.8rem;
        color: white;
        padding: 0;
    }
    .custom-table-container[b-pzlxommlnz]{
        padding:0;
    }
}
/* /Components/Rankings.razor.rz.scp.css */
/* /Components/Ranking/FiltersRanking.razor.rz.scp.css */
.custom-date-btn.active[b-t6ikzhyas5] {
    background-color: #6c757d !important;
    color: white !important;
    border-color: #6c757d !important;
}
/* /Components/Results/ResultDetails.razor.rz.scp.css */
/* /Components/Statistics.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */

.app-layout[b-smgssz3kno] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

/* Header fijo */
.custom-navbar[b-smgssz3kno] {
    height: 56px;
    z-index: 1000;
}

/* Cuerpo bajo el header */
.layout-body[b-smgssz3kno] {
    display: flex;
    flex: 1;
    margin-top: 56px;
    height: calc(100vh - 56px);
    background: url(images/Fondo.png), #080e1d;
}

/* Contenido */
.content-area[b-smgssz3kno] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/*contenido + footer */
.content-wrapper[b-smgssz3kno] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.content[b-smgssz3kno] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.footer[b-smgssz3kno] {
    flex-shrink: 0;
}
.page[b-smgssz3kno] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-smgssz3kno] {
    flex: 1;
}

.sidebar[b-smgssz3kno] {
    width: 240px;
    overflow-y: hidden;
    overflow-x: hidden;
    position: sticky;
    transition: width 0.3s ease;
}

.sidebar.collapsed[b-smgssz3kno] {
    width: 80px !important;
}

.top-row[b-smgssz3kno] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-smgssz3kno]  a, .top-row[b-smgssz3kno]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-smgssz3kno]  a:hover, .top-row[b-smgssz3kno]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-smgssz3kno]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-smgssz3kno] {
        justify-content: space-between;
    }

    .top-row[b-smgssz3kno]  a, .top-row[b-smgssz3kno]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-smgssz3kno] {
        flex-direction: row;
    }

    .sidebar[b-smgssz3kno] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-smgssz3kno] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-smgssz3kno]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-smgssz3kno], article[b-smgssz3kno] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
