.modal-table{
    border-spacing: 20px;
    min-width: 700px;
    border-collapse: separate;
    border-spacing: 0 6px;
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

.modal-table-header{
    height: 50px;
    background: radial-gradient(circle, rgba(121,24,164,1) 0%, rgba(154,32,209,1) 0%, rgba(121,24,164,1) 100%);
    color: white;
    width: 100%;
}
.modal-table-header > th{
    padding-right: 80px;
}
.modal-table-header > th:first-child{
    padding-left: 10px;
}
.modal-table-row{
    width:100%;
    height: 40px;
    background-color:white;
}
.modal-table-row > td{
    padding-right: 80px;
}
.modal-table-row > td:first-child{
    padding-left: 10px;
}
.modal-title_table{
}

.modal-actions_table{
}

.modal-body{
    background-color: #f3f0f5;
}
