.ap-modal .ap-modal-footer-customize {
    border-top: 1px solid #d7d7d7;
    background: #fff;
    padding: 10px;
    justify-content: flex-end;
}

#mnguser-cancel-button {
    width: 100px;
    height: 40px;
    text-align: center;
    float: left;
}

#mnguser-save-button {
    width: 100px;
    height: 40px;
    text-align: center;
    float: right;
}

.ap-modal-footer-customize {
    width: 100%;
}

.ap-modal-footer-customize .row {
    width: 100%;
}

#mnguser-buttons {
    float: right;
    width: 200px;
    text-align: right;
    padding-right: 0px;
    margin-right: 0px;
}

#mnguser-required-label {
    float: left;
    width: 156px;
}

.ap-modal-header {
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.modal-title {
    font-weight: 500;
    padding-top: 28px;
    padding-bottom: 16px;
    width: 100%;
}

.ap-grid {
    row-gap: 16px;
    column-gap: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}