.table-container {
    margin-top: 20px;
}
.action-buttons {
    margin-bottom: 15px;
}
.modal-content {
    border-radius: 5px;
}
.form-group {
    margin-bottom: 15px;
}
.required:after {
    content: " *";
    color: red;
}