#popup_moduli {
    height: auto;
}

#popup_moduli {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#popup_moduli .row {
    margin-bottom: 10px;
}

#popup_moduli label {
    font-weight: bold;
}

#popup_moduli .form-group {
    margin-bottom: 0;
}

#popup_moduli #aggiorna-modulo {
    margin-top: 10px;
}

#popup_attributi {
    height: auto;
}

#popup_attributi {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#popup_attributi .row {
    margin-bottom: 10px;
}

#popup_attributi label {
    font-weight: bold;
}

#popup_attributi .form-group {
    margin-bottom: 0;
}

#popup_attributi #aggiorna-modulo {
    margin-top: 10px;
}

#chiudi_finestra {
    margin-left: .05rem;
    font-size: 1.2rem;
    margin-right: .2rem;
    text-align: center;
    width: 1.6rem;
}