.uidt-form {
    display: none;
    margin-top: 20px;
    padding: 15px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
}
.uidt-buttons button {
    margin-right: 10px;
    margin-bottom: 10px;
}
.uidt-success {
    color: green;
    margin-top: 10px;
}
.uidt-error {
    color: red;
    margin-top: 10px;
}
