.header {
    background-color: var(--main-content-color);
    height: 50px;
    padding: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin: 6px;
    border-radius: 100px;

    &>a {
        font-size: 17px;
        font-weight: 600;
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        
        &>div {
            height: 31px;
            width: 31px;
            display: flex;
            justify-content: center;
            align-items: center;
            
            &>img {
                object-fit: contain;
                max-height: 31px;
                max-width: 31px;
            }
        }
        
    }
}

.div_primera_fila_competicion {
    background-color: var(--main-content-color);
    height: 50px;
    max-height: 52px;
    margin: 6px;
    display: flex;
    border-radius: 100px;
    padding: 3px;

    &>.div_casa_competicion {
        background: var(--componet-primary-color);
        border-radius: 50px;
        width: 44px;
        height: 44px;
        display: flex;
        align-content: center;
        justify-content: center;

        &>a {
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;

            &>svg {
                filter: var(--house-color);
            }
        }
    }

    &>.div_select_territorial {
        border-radius: 50px;
        margin-left: 8px;

        &>.select2-container>.selection>.select2-selection--single {
            border-radius: 100px;
        }
    }

    &>.div_select_provincial {
        border-radius: 50px;
        margin-left: 8px;

        &>.select2-container>.selection>.select2-selection--single {
            border-radius: 100px;
        }

    }

    &>.div_select_temporada {
        border-radius: 50px;
        margin-left: 8px;

        &>.select2-container>.selection>.select2-selection--single {
            border-radius: 100px;
        }
    }

    &>.div_select_competicion {
        border-radius: 50px;
        margin-left: 8px;

        &>.select2-container>.selection>.select2-selection--single {
            border-radius: 100px;
        }
    }
    &>.div_select_categoria {
        border-radius: 50px;
        margin-left: 8px;

        &>.select2-container>.selection>.select2-selection--single {
            border-radius: 100px;
        }
    }
    &>.div_select_fase_grupo {
        border-radius: 50px;
        margin-left: 8px;

        &>.select2-container>.selection>.select2-selection--single {
            border-radius: 100px;
        }
    }
    &>.div_select_fase {
        border-radius: 50px;
        margin-left: 8px;

        &>.select2-container>.selection>.select2-selection--single {
            border-radius: 100px;
        }
    }

    &>.div_select_grupo {
        border-radius: 50px;
        margin-left: 8px;

        &>.select2-container>.selection>.select2-selection--single {
            border-radius: 100px;
        }
    }
    &>.div_select_superficie{
        margin-left: auto;
        width: auto!important;
        &>button{
            height: 45px;
            max-width: 100%;
            background-color: var(--componet-primary-color);
            border-radius: 100px;
        }
    }

}

.div_segunda_fila_competicion {
    background-color: var(--main-content-color);
    height: 82px;
    border-radius: 16px;
    margin: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;

    &>.div_escudos_cabecera {
        background-color: var(--main-bg-color);
        margin-right: 12px!important;
        width: 62px;
        height: 62px;
        display: flex;
        align-items: center;
        justify-items: center;
        justify-content: center;
        border-radius: 16px;

        &>a {
            height: 38px;
            width: 38px;
            border-radius: 100px;
            background-color: white;
            display: flex;
            align-items: center;
            justify-items: center;
            justify-content: center;

            &>img {
                max-width: 31px;
                min-height: 31px;
                border-radius: 16px;
            }
        }
    }
}

.div_tercera_fila_competicion {
    display: flex;
    justify-content: space-around;
    margin-top: 32px;

    &>.div_enlace_tercera_fila {
        height: 55px;
        display: flex;

        &>a {
            color: #666666;
            font-weight: 600;
        }
        
        & .elemento_menu_no_clickeable {
            color: #666666;
            font-weight: 600;
            display: flex;
            align-items: start;
            justify-content: center;
        }

        & .subelementos_menu {
            display: flex;
            justify-content: space-around;
            gap: 7px;
            height: 100%;
            margin-top: 15px;
            font-size: 12px;
            
            & .div_enlace_tercera_fila {
                &>a {
                    color: #666666;
                    font-weight: 600;
                }
            }
            
            & .activo {
                &>a {
                    color: black;
                    font-weight: 600;
                    border-bottom: 4px solid var(--componet-primary-color);
                }
            }
        }
    }

    & .activo {
        &>a {
            color: black;
            font-weight: 600;
            border-bottom: 4px solid var(--componet-primary-color);
        }
    }

}

.select2-selection__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.div_tercera_fila_externa {
    display: flex;
    margin: 6px;

    &>.atras-button {
        display: flex;
        padding: 9px;
        gap: 10px;
        border-radius: 50px;
        background: var(--componet-primary-color);
        width: 36px;
        height: 36px;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        text-decoration: none;
        border: none;
    }

    &>.menu-externo {
        display: flex;
        height: 33px;
        padding: 4px 32px;
        flex-direction: row;
        align-items: flex-start;
        align-items: center;
        gap: 10px;
        flex: 1 0 0;
        border-radius: 100px;
        background: #F9F9F9;
        backdrop-filter: blur(3.049999952316284px);

        &>.inicio {
            color: #666;
            font-family: Syne;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 20px;
            /* 142.857% */
            letter-spacing: -0.028px;
            text-transform: uppercase;
        }

        &>.nombre-club {
            color: #050505;
            font-family: Syne;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 20px;
            letter-spacing: -0.028px;
            text-transform: uppercase;
        }
    }
    .fixedHeader-floating{
        display: none!important;
    }
}