﻿/* @define UserGroupCreateModal */
.UserGroupCreateModal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

.UserGroupCreateModal-footerLeft {
    margin: 0.25rem;
}

.UserGroupCreateModal-footerRight {
    padding: 0;
    border: none;
}

.UserGroupCreateModal-step2 {
    height: 100%;
}
