/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/src/main.scss ***!
  \********************************************************************************************************************/
#gf_toolbar_buttons_container .button {
  margin: 0 0.75em;
}

.cutsheet-actions,
.job-actions {
  border-bottom: 1px solid #ecedf8;
  margin: 0;
  max-width: 100%;
  position: fixed;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  color: #1c1f3f;
  display: flex;
  font-size: 0.8125rem;
  justify-content: start;
  margin: 0;
  max-height: 4rem;
  min-height: 4rem;
  padding: 0 0.5rem;
  width: calc(100% - 160px);
  z-index: 99;
  margin-left: -20px;
  display: flex;
  gap: 1em;
}

.cutsheet-wrap,
.job-wrap {
  margin-top: 4rem;
}

.gform_wrapper form input[type=submit] {
  visibility: hidden;
}

.cutsheet-print {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  font-size: 12px;
  line-height: 13px;
}
@media print {
  .cutsheet-print {
    font-size: 12px;
    line-height: 13px;
  }
}
.cutsheet-print .cutsheet-section {
  width: 100%;
}
.cutsheet-print .cutsheet-section h2 {
  font-size: 15px;
  border-bottom: 1px solid #ecedf8;
  margin-bottom: 0;
}
.cutsheet-print .cutsheet-section .items .cutsheet-row {
  margin-left: 0em;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  align-items: start;
  gap: 5px;
}
.cutsheet-print .cutsheet-section .items .cutsheet-row .cutsheet-item label {
  clear: none;
  font-weight: bold;
}
.cutsheet-print .cutsheet-section .items .cutsheet-row .cutsheet-item label::after {
  content: ": ";
}
.cutsheet-print .cutsheet-section .items .cutsheet-row .cutsheet-item div,
.cutsheet-print .cutsheet-section .items .cutsheet-row .cutsheet-item span {
  display: block;
  margin-left: 1em;
}
.cutsheet-print .cutsheet-section.general .items .cutsheet-row {
  grid-template-columns: repeat(2, 50%);
}
.cutsheet-print .cutsheet-section.general .items .cutsheet-row .grade_notes {
  grid-column: 1/span 2;
}
.cutsheet-print .cutsheet-section.notes .cutsheet-row {
  grid-template-columns: 1fr;
}
.cutsheet-print .cutsheet-section.notes .cutsheet-row label {
  display: none;
}

@media print {
  #adminmenumain,
  .cutsheet-actions,
  .rc-anchor {
    display: none;
  }
  #wpcontent {
    margin-left: 0;
  }
  #wpcontent input,
  #wpcontent textarea,
  #wpcontent select {
    border: none;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    margin: 0;
    resize: vertical; /* Only for textareas - allows resizing vertically */
    width: 100%;
    background-color: transparent;
  }
}
