* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    flex-direction: column;
    display: flex;
    align-items: center;
    font-family: 'Arial', sans-serif;
    background-color: #F5F5F5;
    margin-bottom: 5%;
}

header {
    padding: 20px;
    display: flex;
    align-items: center;
}

.logo {
    width: 150px;
    height: 50px;
    margin-bottom: -7px;
}

.logo-container {
    background-color: #F5F5F5;
    padding: 20px;
    width: 100%;
}

.login-container {
    border: 1px solid #d0d0d0;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    padding: 30px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.avatar {
    border: 1px solid #d0d0d0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 1%;
    padding-bottom: 0%;
    margin-bottom: 10px;
}

.avatar img {
    width: 150px;
    height: 150px;
}

h1 {
    color: #ff722c;
    margin-bottom: 20px;
}

h2 {
    color: #ff722c;
}

.input-group {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.campo {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}


input {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #007BFF;
    color: #007BFF;
    font-size: 16px;
}

input:focus, input:valid {
    border-bottom-color: #00f0ff;
    outline: none;
}

input:focus + label, input:valid + label, select:focus + label, select:valid + label {
    top: 0;
    font-size: 12px;
    color: #00f0ff;
}

option.btn-op {
    color: #000DFF;
}

label {
    position: absolute;
    top: 50%;
    left: 10px;
    color:#007BFF;
    transform: translateY(-50%);
    transition: 0.3s ease;
    pointer-events: none;
}

label.fech {
    top: 1px;
}

button {
    margin-bottom: -20px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: #007BFF;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

button:hover {
    background: #00d1cc;
}

p {
    color: #007BFF;
}

a.btn-2 {
    /*position: relative;*/
    /*top: 115px;*/
    color: #007BFF;
    margin-top: 3%;
}

button.btn-cs {
    padding: 6px 9px 6px 7px;
    margin-bottom: -30px;
    border-radius: 10px;
    background: #fff;
    color: #000DFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    justify-content: center;
    transition: transform 0.3s ease;
    position: relative;
    left: 126px;
}

img.btn-cs-icon {
    width: 28px;
    height: 26px;
    transition: transform 0.3s ease;
}

.btn-cs:hover .btn-cs-icon {
    transform: scale(1.1);
}

.btn-cs:hover {
    background: #f0f0f0;
    transform: scale(1.05);
}


.form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /*margin-bottom: -50px;*/
}

.form-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

div.login-container2 {
    /*margin-top: 50px;*/
    border-radius: 15px;
    backdrop-filter: blur(10px);
    padding: 30px;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #FFFFFF;
    padding-bottom: 0%;
}

.login-container3 {
    border: 1px solid #d0d0d0;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    padding: 30px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

label.btn-r {
    position: absolute;
    top: 0;
    font-size: 16px;
    color: #007BFF;
    left: 10px;
    transform: translateY(-50%);
    transition: 0.3s ease;
    pointer-events: none;
}

select {
    position: relative;
    left: 72px;
    top: -10px;
    font-size: 16px;
    color: #007BFF;
    width: 145px;
}


input.fto {
    border: none;
}

select.mndoc {
    position: relative;
    top: 0px;
}

.filtro {
    display: none;
    position: relative;
}

div.filtro {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
}

label.fil {
    position: relative;
}

select.fil { 
    position: relative;
    top: 0px;
    left: 20px;
}

button.fil {
    position: relative;
    top: 20px;
}

label.filt {
    position: absolute;
    top: 30px;
}

select.filt {
    position: relative;
    top: 20px;
    left: 85px;
}


h5 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin: 20px;
}

a.btn-3 {
    position: relative;
    top: 60px;
    color: #fff;
}

a.btn-4 {
    position: relative;
    margin: 20px;
    color: #007BFF;
}


a.btn-6 {
    position: relative;
    top: 20px;
    color: #007BFF;
}

/*.login-container3 {
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    align-items: center;
    padding: 10px;
    width: 250px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #6B73FF 10%, #000DFF 100%);
}*/

button.in {
    margin-top: 3%;
    margin-bottom: 3%;
}



#log {
    display: none;
}

a.mostrar {
    color: #ff722c;
    text-decoration: none;
    font-weight: bold;
    font-size: 120%;
}




.result-container {
    width: 100%;
    max-width: 100%;
    overflow-x: auto; /* Permite el desplazamiento horizontal en dispositivos móviles */
    margin: 20px auto; /* Añade margen para un poco de espacio alrededor del contenedor */
}

table.resul {
    width: 100%;
    border-collapse: collapse; /* Colapsa los bordes para eliminar espacios */
    margin-top: 20px;
}

table.resul th, table.resul td {
    border: 1px solid #ddd; /* Añade un borde a las celdas */
    padding: 10px;
    text-align: center;
    font-size: 16px; /* Tamaño de fuente adecuado para pantallas pequeñas */
}

table.resul th {
    background-color: #f4f4f4; /* Color de fondo para encabezados */
}

@media screen and (max-width: 600px) {
    table.resul th, table.resul td {
        font-size: 14px; /* Reduce el tamaño de fuente en pantallas pequeñas */
        padding: 8px; /* Reduce el relleno en pantallas pequeñas */
    }
}

label.condat {
    position: absolute;
    top: 30px;
    left: -60px;
}

select.condat {
    position: relative;
    top: 20px;
    left: 60px;
}


select:focus, select:valid {
    border-color: #00f0ff;
    outline: none;
}

label.btn-r{
    color: #007BFF;
}

input:focus + label.btn-r, input:valid + label.btn-r, select:focus + label.btn-r, select:valid + label.btn-r {
    font-size: 16px;
    color: #007BFF;
}

input:focus + label.fto, input:valid + label.fto{

    color: #007BFF;
}

p.se{
    color: #007BFF;
    position: relative;
    top: -9px;
    margin-bottom: 10px;
}

input.se {
    position: relative;
    top: -63px;
    left: 50px;
    margin-bottom: 10px;
}


.notificacion {
    display: none;
    position: fixed;
    bottom: 250px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1000;
    white-space: normal;
    max-width: 80%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.notificacion.mostrar {
    display: flex;
    visibility: visible;
}

.notificacion2 {
    display: none;
    position: absolute;
    bottom: 250px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1000;
    white-space: normal;
    max-width: 80%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.notificacion2.mostrar {
    display: flex;
    visibility: visible;
}

.mensaje-error {
    color: #ff0000;
    font-size: 12px;
}

.ts {
    position: relative;
    margin-bottom: 20px;
    top: 20px;
    width: 100%;
}

label.docente{
    top: 2.5rem;
    left: 4rem;

}
select.asidoc {
    top: 0rem;
    left: 2.5rem;
}

button.btn-registrar{
    margin-top: 5%;
    position: relative;
    left: 19.5%;
}

option.sinvalor{
    color: #000DFF;
}

a.btn-volver-asistencia {
    margin-bottom: 2%;
}


.select-display {
    position: relative;
    bottom: 8px;
    color: #007BFF;
}

.rolmostrado{
    position: relative;
    left: 72px;
    top: -10px;
    font-size: 16px;
    color: #007BFF;
    width: 145px;
}

select.rolopciones{
    position: relative;
    left: 145px;
    top: -10px;
    font-size: 16px;
    color: #007BFF;
    width: 145px;
}


.campo2 {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    margin-bottom: -5%;
}

i.fa-eye{
    cursor: pointer;
    margin-inline-start: 4%;
}

button.cambiar{
    margin-top: 5%;
}



button.Link-Cambiar:hover{
    background: #ffb52c;

}

div.login-container4 {
    /*margin-top: 50px;*/
    border-radius: 15px;
    backdrop-filter: blur(10px);
    padding: 30px;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #FFFFFF;
    /*padding-bottom: %;*/
}

.rutamostrada{
    position: relative;
    left: 0px;
    top: 15px;
    bottom: 15px;
    font-size: 16px;
    color: #007BFF;
    width: 145px;
    cursor: pointer;
}

h3 {
    color: #ff722c;
}


button.Link-Cambiar{
    /*position: relative;*/
    /*margin: 0%; */
    margin-top: 2rem;
    background: #ff722c;
}

a.btn-5 {
    position: relative;
    top: 3rem;
    color: #007BFF;
    margin-bottom: 5rem;
}

.login-containerbienvenida {
    border: 1px solid #d0d0d0;
    margin-top: 50px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    padding: 30px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}



label.labelmodif {
    position: absolute;
    top: 0;
    font-size: 16px;
    color: #00f0ff;
    left: 10px;
    transform: translateY(-50%);
    transition: 0.3s ease;
    pointer-events: none;
}

input:focus + label.labelmodif, input:valid + label.labelmodif, select:focus + label.labelmodif, select:valid + label.labelmodif {
    font-size: 16px;
}




.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 80%;
    max-width: 300px;
}

.modal-content button {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button.btn-camara {
    background-color: #007bff;
    color: white;
}
button.btn-camara:hover{
    background: #00d1cc;
    /*color: white;*/
}

button.btn-galeria {
    background-color: #007bff;
    color: white;
}

button.btn-galeria:hover {
    background-color: #00d1cc;
    color: white;
}

.btn-modal {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    background: #ff722c;

}
button.btn-modal:hover {
    background: #ffb52c;
}

.campoboton {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}

.icon-eye, .icon-eye-off, .icon-eye2, .icon-eye-off2 {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.campo3 {
    position: relative;
    top: -4rem;
    /*margin-bottom: 20px;*/
    width: 100%;
    margin-bottom: -2rem;
}

p.se2{
    color: #007BFF;
    position: relative;
    margin-bottom: 10px;
}

input.se2 {
    position: relative;
    top: -54px;
    left: 50px;
    margin-bottom: 12px;
}

label.btn-se {
    position: absolute;
    top: 1.5rem;
    font-size: 16px;
    color: #007BFF;
    left: 10px;
    transform: translateY(-50%);
    transition: 0.3s ease;
    pointer-events: none;
}

input:focus + label.btn-se, input:valid + label.btn-se {
    top: 1rem;
    font-size: 12px;
    color: #00f0ff;
}

/*input.contacto::placeholder {
    color: #00f0ff;
    font-style: italic;
    font-size: 12px;
}*/

input.contacto:valid + label.contacto{
    position: absolute;
    top: 50%;
    font-size: 16px;
    color: #007BFF;
    left: 10px;
    transform: translateY(-50%);
    transition: 0.3s ease;
    pointer-events: none;
}

input.contacto:valid{
    border-bottom-color: #007BFF;
    outline: none;
}

input.contacto:focus + label.contacto {
    top: 0;
    font-size: 12px;
    color: #00f0ff;
}

input.contacto:focus {
    border-bottom-color: #00f0ff;
    outline: none;
}

button.cerrar-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 50%;
}

.mensajeFoto {
    position: relative;
    color: green;
    font-size: 1em;
    top:1rem;
    margin-bottom: -1rem;
    display: none; /* Inicialmente oculto */
}


label.labelmodif2 {
    position: absolute;
    top: 0;
    font-size: 16px;
    color: #007BFF;
    left: 10px;
}

select.sangre:focus + label.labelmodif2, select.sangre:valid + label.labelmodif2 {
    font-size: 16px;
}

/*input:focus + label.labelmodif2, input:valid + label.labelmodif2, select:focus + label.labelmodif2, select:valid + label.labelmodif2 {
    font-size: 16px;
}*/

.campo4 {
    position: relative;
    top: -4rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

.campoboton2 {
    display: flex;
    justify-content: center;
    position: relative;
    top: -4rem;
    width: 100%;
    margin-bottom: -3rem;
}

input:valid + label.fto2{
    font-size: 16px;
    color: #007BFF;
}

.ts2 {
    position: relative;
    margin-bottom: 3rem;
    top: 20px;
    width: 100%;
}

label.labelmodif3 {
    position: absolute;
    top: 0;
    font-size: 16px;
    color: #007BFF;
    left: 10px;
}

select.sangre2:focus + label.labelmodif3, select.sangre2:valid + label.labelmodif3 {
    font-size: 16px;
    color: #007BFF;
}

input.rolOtro {
    margin-bottom: 1rem;
}

input.search {
    width: 100%;
    background: transparent;
    border-bottom: 2px solid #007BFF;
    font-size: 16px;

}

button.exportar {
    display: none;
    background-color: #ff0000;
}

button.exportar:hover {
    background-color: #ff6f00;
}

select.nuevoestu {
    position: relative;
    top: 0px;
    left: 71px;
}

.tsmodif {
    position: relative;
    margin-bottom: 20px;
    top: 10px;
    width: 100%;
}

.tsnu {
    position: relative;
    margin-top: -3rem;
    width: 100%;
    margin-bottom: 1.5rem;
}


label.labelnuevo {
    position: relative;
    left: -140px;
    top: 0px;
    font-size: 16px;
    color: #007BFF;
    pointer-events: none;
}

input:focus + label.labelnuevo, input:valid + label.labelnuevo, select:focus + label.labelnuevo, select:valid + label.labelnuevo {
    font-size: 16px;
    color: #007BFF;
}

select.sangrenuevoest {
    position: relative;
    left: 130px;
    top: 0px;

}