
/* 20260324_RPA를 위한*/
.label-rpa {
    font-size: 13px;
  }

  .report-container-rpa {
    font-size: 14px;
    line-height: 1.5;
    color: #222 !important;
    font-family: "Malgun Gothic", dotum, sans-serif
  }

  .field-group-rpa {
    margin-bottom: 12px
  }

  .label-rpa {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 4px;
    color: #222 !important
  }

  .required-rpa {
    color: #d93025 !important
  }

  .underline-wrapper-rpa {
    border-bottom: 1px solid #ccc;
    min-height: 20px;
    padding: 4px 2px
  }

  .input-box-wrapper-rpa {
    border: 1px solid #ccc;
    border-radius: 6px;
    min-height: 80px;
    padding: 8px;
    background-color: #fff
  }

  .underline-wrapper-rpa:focus-within {
    border-color: #1a73e8
  }

  .input-box-wrapper-rpa:focus-within {
    border-color: #1a73e8
  }

  .editable-rpa {
    outline: 0;
    width: 100%;
    color: #222 !important;
    font-size: 14px;
    line-height: 1.7
  }

  .editable-rpa div,
  .editable-rpa p {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important
  }

  .editable-rpa:empty::before {
    content: attr(data-placeholder);
    color: #999 !important
  }