create-permission {
  .user {
    display: flex;
    justify-content: space-between;
  }

  .users-list {
    flex: 0 0 49.5%;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 376px;
    padding: 10px;
  }

  .head {
    margin-top: 10px;
  }

  hr {
    margin: 0;
    height: 0;
  }

  .select-user {
    height: 135px;
    margin: 4px 0;
  }

  .select-list {
    height: 227px;
    margin-bottom: 4px;
    overflow: auto;
  }

  .permission-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;

    .permission-select {
      width: 88%;
      display: inline-block;
    }

    .question-i {
      color: var(--global-theme-color-light, #03bdb4);
      font-size: 18px;
    }
  }
}
