.syrinx-members-modal-bg {
display: none;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 100000;
}
.syrinx-members-modal {
margin: auto;
width: 400px;
height: 400px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: white;
z-index: 100001;
overflow-y: auto;
}
.syrinx-members-modal.user-profile {
width: 80%;
height: 80%;
}
.syrinx-members-table-edit input.table-input-element {
min-width: 200px;
width: 100%;
}
.syrinx-members-table-edit textarea.table-inputbox-element {
width: 100%;
}
#input_email:invalid {
border-color: red;
}
#input_name:invalid {
border-color: red;
}