.gray {
  $titleColor: rgba(0, 0, 0, 0.85);

  el-card box-card is-always-shadow .card-radius {
    border-radius: 12px
  }

  .form-card-header {
    width: 3px;
    height: 14px;
    left: 0;
    align-items: center;
    text-align: center;
  }

  .form-card-header-bgc {
    width: 3px;
    height: 14px;
    display: flex;
    background-color: #3D4CF2
  }

  .form-card-text {
    padding-left: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: $titleColor;
    display: table-cell;
    position: relative;
  }

  .superForm {
    .el-card {
      border-radius: 12px;
      box-shadow: 0 1px 4px 0 rgba(0, 13, 31, 0.10);
    }


  }
  .gray_card_box {
    border-radius: 6px;
    background: #FFFFFF;
    padding: 20px;
    box-shadow: 0px 1px 8px 0px #00000019;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .gray_buttomBtn_box{
    position: fixed;
    bottom: 0;
    right: 4%;
  }
}