.form {
    top: 25vh;
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin: 0 25vw 0 25vw;
    padding: 20px;
    box-shadow: 0px 1px 5px 11px rgba(0, 0, 0, 0.13);

}


body {
    /*background-color: #efeff4;*/
    background: url("../elements/Logo_oficial.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;

}

.inicio {
    position: fixed;
    bottom: 75%;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    color: rgb(69, 69, 69);
}

table>thead>tr>th {
    color: white;
}

.pdf {
    width: 25px;
    cursor: pointer;
}

.pdf:active {
    opacity: 30%;
}

table {
    text-align: center;
    font-size: smaller;
}

th {
    color: rgb(97, 97, 97);


}

td {
    padding: 10px;
}

.resaltar:hover {
    cursor: pointer;
    background-color: rgba(62, 121, 172, 0.718) !important;
    color: white;
}

* {
    font-family: 'Courier New', Courier, monospace;
}

.escondeExtra {
    visibility: hidden;
    position: absolute;
}

.active {
    font-weight: bold !important;
}

h4 {
    font-weight: bold;
}

#cliente {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.cliente {
    font-size: 15px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

li {
    font-size: smaller;
}

.titulo {
    background-color: white;
    color: rgb(73, 73, 73);
    padding: 10px;
    border-radius: 20px 0 20px 0;
    font-weight: bold;
}

.nav-link {
    color: white !important;
    font-size: medium;
}

.fecha:hover {
    cursor: pointer;
}

.card:hover {
    animation: avall 2s infinite;
    cursor: pointer;
}

@keyframes avall {
    0% {
        top: 0px;
        transform: scale(1);
    }

    50% {
        top: 90%;
        transform: scale(1.05);
    }

    /*0% {top: 100%; transform:scale(1);}*/
}



/*nuevo*/


.group-select {
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

.label-grupos {
    margin-right: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.select-wrap {
    position: relative;
    display: inline-block;
}

.select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 6px 30px 6px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f8f9fa;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.select-wrap select:hover {
    border-color: #007bff;
    background-color: #eef6ff;
}

.select-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #007bff;
}

.nav-buttons {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.nav-buttons button {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 6px 12px;
    margin: 0 3px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}

.nav-buttons button:hover {
    background-color: #0056b3;
}