#fondo-cabezal-citacion{
    display: none; 
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semi-transparente */  
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#cabezal-citacion{
    position: absolute;
    top:10%;
    font-family: poppins;
    color: white;
    overflow: hidden;
    font-size: 40px;
    background-color: rgb(92, 6, 6);
    border-radius: 40px;
    box-shadow: 0px 0px 40px white;
    width: 90%;
    left: 5%;
    height: 60%;
    padding: 0px;
    margin: 0px;
    border: 0px;            
}

#div-barra-cabezal-citacion{
    display: flex;
    height: 6%;
    align-items: center;
    background-color: rgb(0, 0, 0);
    justify-content: space-between;
}

#nombre-barra-cabezal-citacion{
    display: flex;
    height: 100%;
    font-family: poppins;
    font-size: 40px;
    color: white;
    align-items: center;
    margin-left: 20px;
    justify-content: center;
}

#div-cruz-cabezal-citacion{
    display: flex;
    align-items: center;
    width: 6%;
    height: 100%;
    padding-right: 10px;
}

#cruz-cabezal-citacion{
    width: 100%;
    height: 80%;
}

#datos-cabezal-citacion{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    top: 10%;
    height: 70%;
    left: 5%;
}

#boton-cabezal-citacion{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    top: 86%;
    height: 9%;
    left: 5%;
    background-color: rgba(255, 255, 255, 0.2); 
    border-radius: 20px;
    border: 3px, solid white;
    /*box-shadow: 0px 0px 40px white;   */
}

#boton-cabezal-citacion:hover{
    box-shadow: 0px 0px 40px white;  
}

/*---------------------------------------------------------*/

#categoria-cabezal-citacion{
    display: flex;
    position: relative; 
    height: 10%; 
}

#etiqueta-categoria-cabezal-citacion{
    display: flex;
    position: absolute;
    width: 40%;
    left: 0%;    
    height: 100%;
    align-items: center;
    justify-content: right;
    padding-left: 20px; /* Espacio interno para alejar el texto */
    box-sizing: border-box; /* Asegura que el padding no afecte el tamaño total */    
    background-color: rgba(255, 255, 255, 0.2);
}

#combo-categoria-cabezal-citacion{
    position: absolute;
    left: 42%;
    height: 100%;
    width: 30%;
    font-size: 40px;
    font-weight: bold;
    border: 1px solid white;
    outline: none;
    border-radius: 8px 8px 8px 8px;
}

/*---------------------------------------------------------*/

#rival-cabezal-citacion{
    display: flex;
    position: relative;
    height: 10%; 
    align-items: center;
}

#etiqueta-rival-cabezal-citacion{
    display: flex;
    width: 40%;
    height: 100%;
    align-items: center;
    padding-left: 20px; /* Espacio interno para alejar el texto */
    box-sizing: border-box; /* Asegura que el padding no afecte el tamaño total */    
    justify-content: right;
    background-color: rgba(255, 255, 255, 0.2);
}

#combo-rival-cabezal-citacion{
    position: absolute;
    left: 42%;
    height: 100%;   
    width: 55%;
    overflow: hidden;
    text-overflow: ellipsis; /* Agrega "..." si el texto es muy largo */     
    font-weight: bold;
    font-size: 40px;
    border: 1px solid white;
    outline: none;
    border-radius: 8px 8px 8px 8px;    
}

/*---------------------------------------------------------*/

#cancha-cabezal-citacion{
    display: flex;
    position: relative;
    height: 10%; 
    align-items: center;
}

#etiqueta-cancha-cabezal-citacion{
    display: flex;
    width: 40%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    padding-left: 20px; /* Espacio interno para alejar el texto */
    box-sizing: border-box; /* Asegura que el padding no afecte el tamaño total */    
    justify-content: right;
    align-items: center;
}

#combo-cancha-cabezal-citacion{
    position: absolute;
    left: 42%;
    height: 100%;
    width: 55%;
    overflow: hidden;
    text-overflow: ellipsis; /* Agrega "..." si el texto es muy largo */
    font-weight: bold;
    font-size: 40px;
    border: 1px solid white;
    outline: none;
    border-radius: 8px 8px 8px 8px;    
}

/*---------------------------------------------------------*/

#fecha-cabezal-citacion{
    display: flex;
    position: relative;
    height: 10%; 
    align-items: center;
}

#etiqueta-fecha-cabezal-citacion{
    display: flex;
    width: 40%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    justify-content: right;
    padding-left: 20px; /* Espacio interno para alejar el texto */
    box-sizing: border-box; /* Asegura que el padding no afecte el tamaño total */    
    align-items: center;
}

#picker-fecha-cabezal-citacion{
    position: absolute;
    left: 42%;
    height: 100%;
    font-size: 40px;
    font-weight: bold;
    border: 1px solid white;
    outline: none;
    border-radius: 8px 8px 8px 8px;    
}

/*---------------------------------------------------------*/

#hora-citacion-cabezal-citacion{
    display: flex;
    position: relative;
    height: 10%; 
    align-items: center;
}

#etiqueta-hora-citacion-cabezal-citacion{
    display: flex;
    width: 40%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    justify-content: right;
    padding-left: 20px; /* Espacio interno para alejar el texto */
    box-sizing: border-box; /* Asegura que el padding no afecte el tamaño total */    
    align-items: center;
}

#picker-hora-citacion-cabezal-citacion{
    position: absolute;
    left: 42%;
    height: 100%;
    font-size: 40px;
    font-weight: bold;
    border: 1px solid white;
    outline: none;
    border-radius: 8px 8px 8px 8px;    
}

/*---------------------------------------------------------*/

#hora-partido-cabezal-citacion{
    display: flex;
    position: relative;
    height: 10%; 
    align-items: center;
}

#etiqueta-hora-partido-cabezal-citacion{
    display: flex;
    width: 40%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    justify-content: right;
    padding-left: 20px; /* Espacio interno para alejar el texto */
    box-sizing: border-box; /* Asegura que el padding no afecte el tamaño total */    
    align-items: center;
}

#picker-hora-partido-cabezal-citacion{
    position: absolute;
    left: 42%;
    height: 100%;
    font-size: 40px;
    font-weight: bold;
    border: 1px solid white;
    outline: none;
    border-radius: 8px 8px 8px 8px;    
}



