.ant-input-affix-wrapper {
  display: inline-flex;
  position: relative;
}

.ant-input-prefix, .ant-input-suffix {
  flex: none;
  align-items: center;
  display: flex;
}

@media print {
  div, p, h1, h2, h3, h4, h5, h6, table {
    clear: both !important;
  }

  #procedure-scroll {
    overflow-y: unset;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    width: 100%;
    margin: 0;
    line-height: normal;
    position: relative;
  }

  #execution-info {
    page-break-after: always;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    orphans: 5;
    height: auto;
    margin-left: 1cm;
    font-family: Segoe UI;
    font-style: normal;
  }
}

@media screen {
  #procedure-scroll {
    width: 100%;
    margin: 0;
    line-height: normal;
    position: relative;
    overflow-y: auto;
  }

  #procedure-data {
    text-align: initial;
    display: inline-block !important;
  }
}

#procedure-data .wrapper-revised {
  border-left: 2px solid red;
  padding-left: 5px;
}

#procedure-data .revised:not(tr):before {
  content: "";
  padding-right: 2px;
  border-left: 2px solid red !important;
}

#procedure-data .revised:is(tr) > :first-child {
  border-left: 2px solid red !important;
}

#execution-info > div.MainTitle {
  margin-top: 60px;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
}

#execution-info > div.Title {
  margin-bottom: 8px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  display: flex;
}

#execution-info > div.Info {
  margin-left: 30px;
  font-size: 16px;
  display: flex;
}

#execution-info > pre.Comments {
  white-space: pre-wrap;
  word-break: keep-all;
  margin-left: 30px;
  font-family: inherit;
  overflow-y: hidden;
}

#execution-info > div.SectionSeparator {
  margin-bottom: 20px;
}

#execution-info > span.Info {
  margin-right: 5px;
  font-weight: bold;
}

#commentsSection {
  page-break-before: always;
  margin-left: 1cm;
}

.annexedComments {
  text-transform: uppercase;
  text-align: center;
  page-break-before: always;
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Segoe UI;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
}

.containerComment {
  color: #000;
  break-inside: avoid;
}

.containerComment .comment-content {
  margin-top: 10px;
  padding-left: 50px;
  font-size: 14px;
}

.containerComment .attachment-container {
  border: 1px solid gray;
  margin: 8px 8px 0 0;
  padding: 8px 16px 8px 6px;
  display: inline-block;
}

.containerComment hr.comment-divider {
  border: 0;
  border-top: 1px solid #e1e1db;
  height: 1px;
  margin: 30px 0;
  padding: 0;
  display: block;
}

.step-comment-title {
  margin-bottom: 10px;
  font-size: 16px;
}

div.titleComments {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

.linkToComment, .linkBack {
  vertical-align: middle;
  color: #4b98c6;
}

a.linkBack div {
  color: #000;
}

.step-comment-tag {
  border-radius: 2px;
  margin: 0 5px;
  padding: 1px 8px;
}

.step-comment-tag.nonCompliance {
  color: #fa8c16;
  background: #fff7e6;
  border: 1px solid #ffd591;
}

.step-comment-tag.important {
  color: #f5222d;
  background: #fff1f0;
  border: 1px solid #ffa39e;
}

.step-comment-tag.review {
  color: #8cc63f;
  background: #f6ffed;
  border: 1px solid #b7eb8f;
}

.video-attachment {
  border: 1px solid gray;
  margin: 10px;
  padding: 8px 16px 8px 6px;
  display: inline-block;
}

.stepParagraphs {
  border-radius: 8px;
  margin-bottom: 5px;
  padding: 5px;
}

.stepParagraphs .step-circle {
  text-indent: initial;
  text-align: center;
  border-radius: 99999px;
  min-width: 40px;
  display: inline-block;
  position: relative;
}

.stepParagraphs .is-done .step-line {
  border-top: 1px solid #007ec3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  margin-top: 8px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0%;
  transform: rotate(45deg);
}

.stepParagraphs .is-read .step-circle {
  border: 1px solid #007ec3;
}

#procedure-data .contentcontrol {
  text-indent: initial !important;
}

.ant-select {
  background-color: #f5f5f5;
}

.optionlist > .ant-select-selection-item {
  color: #3d3d3d !important;
}

.recorder > .ant-btn {
  border-radius: 2px;
  height: 22px;
}

.recorder > .ant-btn .ant-input {
  border: none;
  height: 22px;
}

.numerical {
  width: 22px;
}

.numerical span {
  border: none;
  height: 18px;
}

.numerical .ant-input {
  width: 80px;
  height: 18px;
}

.numerical .ant-input-suffix svg {
  width: 12px;
  height: 12px;
}

.formula {
  width: 22px;
}

.formula span {
  height: 18px;
  padding-top: 0;
  padding-bottom: 0;
}

.formula span svg {
  width: 16px;
  height: 16px;
}

.msoIns {
  color: inherit !important;
  text-decoration: none !important;
}

@media print {
  .ant-picker-dropdown, .ant-select-dropdown, .ant-picker-clear {
    display: none;
  }
}

/*# sourceMappingURL=stylesReport.67cd5d8f.css.map */
