@import '../../../../assets/variable.less';
.module-user-detail-sessions {
  flex: 1;
  min-height: 0;
  margin-top: @margin-lg;
  &-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 0 15px;
    background-color: @Gray7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  &-wrap {
    height: 100%;
    min-height: 0;
  }
}
