.page-container {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  .content-spin{
    height: 100%;
    .ant-spin-container{
      height: 100%;
    }
  }
}

.page-head {
  display: flex;
  height: 58px;
  min-height: 58px;
  line-height: 57px;
  border-bottom: 1px solid #ccd3d9;
  background-color: #fff;
  align-items: center;
  padding-left: 25px;

  .back-btn {
    color: #2196f3;
    margin: 0 3px 0 -12px;
    vertical-align: middle;
  }

  &-title {
    color: #04173F;
    font-size: 18px;
    line-height: 58px;
    min-width: 141px;
  }

  &-icon {
    font-size: 18px;
    vertical-align: text-bottom;
  }

  .ant-btn:not(.back-btn) {
    font-weight: 500 !important;
    padding: 0 10px;
    line-height: 28px;
    height: 28px;
    color: #2196f3;
    align-items: center;
    &[disabled] {
      color: rgba(0, 0, 0, .26);
    }
    & + .ant-btn {
      margin-left: 8px;
    }
    .icon {
      margin-right: 2px;
      + span {
        margin-left: 0;
      }
    }
  }
}

.page-head + div,
.page-content {
  flex-grow: 1;
  overflow: auto;
  position: relative;
}

.page-content {
  height: 100%;
  padding: 20px 24px;
}

.sidebar-content {
  overflow: visible;
  padding: 0;
}

.page-content-header {
  display: block;
  max-width: 512px;
  .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .description {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 24px;
    span,
    a {
      color: #2196f3;
      cursor: pointer;
    }
    a {
      text-decoration: underline;
    }
    .icon {
      font-size: inherit;
    }
  }
}
