.ng-flow-approve {
  .ant-drawer-body {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow-y: hidden;
  }

  .step-before {
    filter: opacity(0.4);
    color: #4183ff;
  }

  .adm-steps-horizontal .adm-step .adm-step-indicator {
    height: 50px;
  }

  .adm-steps-horizontal .adm-step .adm-step-indicator::after {
    left: 90%;
    height: 2px;
    width: 25%;
  }

  .adm-steps-horizontal .adm-step-content .adm-step-title {
    font-weight: bold;
    font-size: 12px;
  }

  .adm-steps-horizontal {
    padding-top: 0px;
  }

  .adm-steps-horizontal .adm-step .adm-step-indicator .adm-step-icon-container {
    font-size: 36px;
    cursor: pointer;
  }

  .init-icon {
    width: 36px;
    height: 36px;
    background: #ebecf1;
    border-radius: 50%;
    font-size: 16px;
    color: rgba(#000, 0.4);
    text-align: center;
    line-height: 36px;
    font-weight: bold;
  }

  .current-outer-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #4183ff;
    padding-top: 1px;
    animation: ripplesone 1.5s 0s infinite;
    position: absolute;
    z-index: 0;
    top: 3px;
  }

  @keyframes ripplesone {
    0% {
      transform: scale(1);
      opacity: 0.4;
      border: 1px solid;
    }

    5% {
      transform: scale(1.1);
      opacity: 0.4;
      border: 1px solid;
    }

    100% {
      transform: scale(1.3);
      opacity: 0.4;
      border: 1px solid;
    }
  }

  .current-icon {
    width: 36px;
    height: 36px;
    transform: scale(1);
    background: #4183ff;
    border: 4px solid rgba(65, 131, 255, 0.14);
    border-radius: 50%;
    font-size: 16px;
    color: white;
    text-align: center;
    margin: 3px auto;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: 0px;
    line-height: 30px;
  }

  .outer-icon {
    position: absolute;
    top: -20px;
    left: -20px;
  }

  .btn-next {
    font-size: 14px;
    position: fixed;
    width: calc(100% - 14px);
    margin: 0 7px;
    bottom: 20px;
    border-radius: 8px;
    background: #4183ff;
    height: 42px;
  }

  .disable-btn {
    // opacity: 0.4;
    background: #a8c5fe;
    border-color: #a8c5fe;
  }

  .adm-radio-content {
    font-size: 14px;
  }

  .adm-radio-icon {
    height: 16px;
    width: 16px;
  }

  .adm-list-body {
    border-top: none;
  }

  .adm-list-default .adm-list-body {
    border-bottom: none;
  }

  .adm-list-item-content-main {
    padding: 14px 0;
  }

  .adm-list-item-content:first-child {
    border-top: none;
  }

  .adm-text-area {
    width: calc(100vw - 32px);
    font-size: 14px;
    background: #f6f7fb;
    margin: auto;
    border-radius: 8px;
  }

  .adm-text-area-element {
    font-size: 14px;
    padding: 10px;
    line-height: 22px;
  }

  .adm-list-item {
    border-bottom: 0.5px solid #eeeeee;
    padding-left: 0px;
  }

  .ant-breadcrumb ol {
    overflow: auto;
    display: -webkit-inline-box;
    flex-wrap: nowrap;
  }

  .remark {
    font-size: 14px;
    line-height: 22px;
    padding: 14px 16px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.86);
  }

  .user-row {
    height: 32px;
    width: 32px;
    color: white;
    text-align: center;
    line-height: 32px;
    position: relative;

    img {
      width: 32px;
      height: 32px;
      vertical-align: middle;
    }
  }

  .user-row-name {
    width: calc(100vw - 115px);
    font-size: 14px;
    margin-left: 4vw;
    line-height: 22px;
  }

  .user-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 16px;
  }

  .user-icon {
    line-height: 38px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
  }

  .choose-small-panel {
    width: calc(100vw - 14px);
    margin: 0 7px;
    height: 56px;
    position: fixed;
    bottom: 48px;
    background: #ecf1fe;
    border-radius: 8px;
    display: flex;
  }

  .choose-small-title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: rgba(0, 0, 0, 0.86);
    line-height: 24px;
    padding: 7px 14px;
    flex: 1;
  }

  .panel-content {
    overflow: scroll;
    min-height: 100px;
    padding: 15px;
    max-height: 70vh;
  }

  .row {
    text-align: center;
    width: 100%;
  }

  .node-container {
    display: inline-flex;
    width: 100%;
    font-size: 14px;

    .node-title {
      width: 130px;
      min-width: 130px;
    }

    .node-count {
      margin-left: 5px;
      color: #4183ff;
    }

    .node-btn {
      flex: 1;
      color: rgba(0, 0, 0, 0.4);

      img {
        vertical-align: top;
        margin-left: 5px;
      }
    }
  }

  .node-users {
    display: flex;
    width: 100%;
    font-size: 14px;
    margin: 10px 0;
  }
}

.ng-flow-approve-popup {
  .pop-panel-title {
    font-size: 12px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    line-height: 17px;
    padding: 14px;
  }

  .panel-user-row {
    height: 42px;
    width: 42px;
    color: white;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    margin: 0 7px;
  }

  .panel-user-title {
    font-size: 14px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    line-height: 22px;
    margin: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .panel-cancel-pad {
    padding: 4px 0px;
    width: 100%;
    background: #f6f7fb;
    position: fixed;
    bottom: 44px;
  }

  .panel-cancel-btn {
    position: fixed;
    bottom: 0;
    height: 44px;
  }
}
