@import '../../../assets/variable.less';
@import '~@zgfe/business-lib/es/assets/styles/inner.less';

.module-user-drill-down {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fafafb;
  &-back {
    display: flex;
    align-items: center;
    height: 44px;
    padding-left: 24px;
    color: @text-color-secondary;
    background-color: #fff;
    &-btn {
      cursor: pointer;
    }
  }

  &-content {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    // margin: 16px;
    // padding: @padding-lg;
    background-color: #ffffff;
    border-radius: @border-radius-normal;

    &-tabbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 25px;
      background: #ffffff;
      border-radius: @border-radius-normal;
      &-left {
        &-numbers {
          display: flex;
          align-items: center;
          color: @text-color-secondary;
          font-weight: 500;
          font-size: 18px;
          line-height: 25px;
        }
      }
      &-extra-handle {
        flex: 1;
        min-width: 0;
      }
      &-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        .icon-liebiao,
        .icon-huaxiang {
          margin-right: @margin-xs;
        }
      }
    }
    &-module {
      flex: 1;
      height: 100%;
      min-height: 0;
      .module-user-group-user-list-content {
        padding: 0;
      }
    }
  }

  &-tabbar-left-numers {
    color: @text-color;
    font-size: 18px;
  }
  &-modal {
    position: absolute;
    top: 45px;
    right: 280px;
    z-index: 1000;
    width: 390px;
    .__select-panel();
  }
  &-footer {
    margin-top: @margin-xs;
    text-align: right;
  }

  &-mr8 {
    margin-right: @margin-xs;
  }

  &-radio-group {
    .ant-radio-button-wrapper {
      width: 80px;
      padding: 0;
      text-align: center;
    }
    .ant-radio-button-wrapper:first-child {
      border-radius: @border-radius-small 0 0 @border-radius-small;
    }
    .ant-radio-button-wrapper:last-child {
      border-radius: 0 @border-radius-small @border-radius-small 0;
    }
    .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
      background: @primary-color-hover;
      &:focus-within {
        box-shadow: none;
      }
    }
  }
  &-savetodo {
    position: relative;
    .modal {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 100;
      padding: 8px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    }
  }
  &-analysis {
    &-content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
    }
    .ant-modal-header {
      padding-bottom: 0;
    }
    .ant-modal-footer {
      display: none;
    }
    .goto-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 24px;
      padding: 24px;
      background: #fafafb;
      border-radius: 10px;
      &:last-of-type {
        margin-bottom: 0px;
      }
      img {
        display: inline-block;
        flex: none;
        width: 64px;
        height: 64px;
      }
      .ant-btn {
        flex: none;
      }
      .head {
        flex: 1;
        margin: 0 24px;
      }
      .title {
        margin-bottom: 12px;
        color: #021429;
        font-weight: 500;
        font-size: 16px;
      }
      .desc {
        color: #67727f;
        font-weight: 400;
        font-size: 14px;
      }
    }
    .goto-item-column {
      flex-direction: column;
      align-items: flex-start;
      width: 328px;
      margin-bottom: 16px;
      padding: 16px 24px;
      &:nth-last-of-type(1) {
        margin-bottom: 0;
      }
      &:nth-last-of-type(2) {
        margin-bottom: 0;
      }
      .head {
        flex: 1;
        margin: 8px 0 16px;
      }
      .title {
        margin-bottom: 8px;
        font-size: 14px;
      }
      .desc {
        font-size: 12px;
      }
    }
  }
}
