.detailed_information {
  background-color: var(--saas-crud-advanced-modle-body-color);

  .flow-title {
    background-color: #1890FF;
    color: white;
    padding: 6px 60px 6px 28px;
    width: fit-content;
    margin: 10px 0;
    border-radius: 0 6px 6px 0;
    position: relative;
    font-size: 14px;

    &::before {
      content: "";
      position: absolute;
      width: 2px;
      height: 18px;
      top: 50%;
      transform: translate(0, -50%);
      left: 14px;
      background-color: white;
    }

  }

  .renderform {
    overflow: hidden;
    margin-bottom: 5px;
    background-color: var(--saas-crud-advanced-modle-body-color);
    position: relative;

    .process_content_icon {
      position: absolute;
      top: 0px;
      right: 30px;
      z-index: 1;
      font-size: 81px;
    }

    .renderform_form {
      padding-top: 0px;

      .antd-Tabs {
        .antd-Tabs-content {
          padding: 0.75rem 0px 0 0
        }
      }
    }
  }


  .detailed_title {
    padding: 6px 0 0px 12px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;

    .detailed_title_left {
      display: flex;
      line-height: 42px;
      max-width: calc(100% - 48px);
      align-items: center;

      .detailed_title_img_text {
        display: flex;
        flex: 1;
        max-width: calc(100% - 32px);

        .detailed_title_img {
          display: inline-block;
          width: 32px;
          font-size: 32px;
          margin-right: 10px;
          height: 32px;
        }

        .detailed_title_text {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-weight: 600;
          font-size: 16px;
          flex: 1;
          margin-right: 10px;
          height: 42px;
        }
      }

      .process_content_icon {
        font-size: 12px;
        height: 18px;
        padding: 0px 4px;
        border-radius: 3px;
        color: #fff;
        line-height: 18px;

      }

      .process_content_pass {
        background-color: #13B478;
      }

      .process_content_revert {
        background-color: #FDA71E;
      }

      .process_content_doing {
        background-color: #287EF0;
      }

      .process_content_refuse {
        background-color: #FF3A3A;
      }

      .process_content_return {
        background-color: #FDA71E;
      }

    }

    .detailed_title_right {
      width: 48px;
      font-size: 13px;
      line-height: 22px;
      text-align: center;

      .right-icon {
        display: inline-block;
        width: 21.12px;
        height: 21.12px;
        border-radius: 50%;
        background-color: #cde1fd;
      }
    }
  }

  .characteristic {
    padding: 0px 12px 10px;
    color: rgba(#000000, 0.25);
    font-size: 12px;
    background-color: #fff;
    line-height: 17px;
    margin-bottom: 10px;

    .characteristic_but {
      vertical-align: middle;

      svg {
        font-size: 12px;
        top: 0;
      }
    }
  }

  .detailed_border {
    margin-bottom: 1px;
    padding: 0 5px;
  }

}
