
spam, select, input,textarea {

    background-color: rgba(219, 209, 208, 0.4); 
    border-radius: 8px !important; 
    border: 1px solid black !important; 
    margin-bottom:10px;

}
.ts-wrapper, .form-select{
        background-color: rgba(219, 209, 208, 0.4); 
            border: 1px solid black !important; 
                border-radius: 8px !important; 




}
#myTable {
    table-layout: auto;
}

#myTable th, #myTable td {
    text-align: center !important;
    font-size: 15px;
}

/* Modal Container */
#uploadModal {
    display: none; /* Oculto por defecto */
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
    align-items: center;
    justify-content: center;
}

/* Mostrar el modal */
#uploadModal.show {
    display: flex; /* Mostrar el modal */
}

/* Modal Content */
#uploadModal .modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
}

/* Modal Header */
#uploadModal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

#uploadModal .modal-header h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

#uploadModal .modal-header .close-modal {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Modal Body */
#uploadModal .modal-body {
    margin-bottom: 15px;
}

/* Example button style inside the modal */
#uploadModal .btn-back-indexl {
    background-color: #4CAF50; /* Customize as needed */
    color: white;
}

/* Ensure buttons are styled consistently */
#uploadModal button {
    background-color: #4CAF50; /* Customize as needed */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

#uploadModal button:hover {
    background-color: #45a049; /* Hover color */
}


.bg-green {
    background-color: #10B981; /* verde */
    color: white;
}
.bg-gray {
    background-color: #94a3b8; /* azul */
    color: white;
}
.bg-red {
    background-color: #EF4444; /* rojo */
    color: white;
}
