/* src/styles.css */
:root {
  --primary-color: #77B336;
  --secondary-color: #5a8e29;
  --accent-color: #4c6c26;
  --light-gray: #f8f9fa;
  --dark-gray: #343a40;
  --text-color: #212529;
  --border-color: #dee2e6;
}
body {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  padding: 0;
}
.formio-component-textarea textarea {
  min-height: 40px !important;
}
.builder-component__title {
  margin-right: 10px;
}
.edit-form-action-buttons {
  margin-top: 10px;
}
[ref=editFormWrapper].col-sm-6 .edit-form-action-buttons {
  display: none;
}
.d-none {
  display: none;
}
.formio-sketchpad-toolbar-input {
  height: 24px;
  margin-top: -5px;
  margin-bottom: -5px;
  width: 40px;
  margin-left: 5px;
}
.btn.formio-sketchpad-toolbar-button {
  overflow: visible;
}
.btn.formio-sketchpad-toolbar-button:hover {
  background: #e6e6e6;
}
.btn.formio-sketchpad-toolbar-button.active,
.btn.formio-sketchpad-toolbar-button:active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.formio-sketchpad-toolbar-group {
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 3px;
}
.formio-sketchpad-toolbar {
  margin: 0 auto 3px auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.formio-sketchpad-svg,
.formio-sketchpad-background svg {
  border: 1px dashed #999;
}
.formio-sketchpad-background svg {
  background: #ffffff;
}
.formio-sketchpad-body {
  text-align: left;
  max-width: 100%;
}
.formio-sketchpad-meta-info {
  text-align: right;
}
.formio-sketchpad-container,
.formio-sketchpad-modal-preview-container {
  position: relative;
  z-index: 1;
  overflow: auto;
}
.formio-sketchpad-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.formio-sketchpad-background,
.formio-sketchpad-modal-preview-background {
  text-align: center;
  width: 100%;
}
.formio-sketchpad-canvas,
.formio-sketchpad-modal-preview-drawing {
  width: 100%;
  height: 100%;
}
.formio-sketchpad-canvas,
.formio-sketchpad-modal-preview-drawing {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 0;
  left: 0;
}
.small-signature {
  max-width: 50% !important;
}
.formio-sketchpad-modal-preview-drawing {
  page-break-inside: avoid;
}
.formio-component-modal-wrapper .component-rendering-hidden .formio-sketchpad-body,
.formio-component-modal-wrapper .component-rendering-hidden .formio-tagpad-container {
  opacity: 0;
  z-index: -1000;
  visibility: hidden;
  pointer-events: none;
}
.formio-sketchpad-modal-preview-container {
  cursor: pointer;
}
.formio-sketchpad-footer {
  display: none !important;
}
.formio-tagpad-image-container {
  float: left;
  width: 50%;
  z-index: 1;
  position: relative;
  border: 1px dashed #999;
  border-radius: 3px;
}
.formio-tagpad-form-container {
  width: 50%;
  float: left;
}
.formio-tagpad-canvas {
  cursor: crosshair;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
}
.formio-disabled-input .formio-tagpad-canvas {
  cursor: not-allowed;
}
.formio-disabled-input .formio-tagpad-image-container {
  background-color: #eee;
}
.formio-tagpad-background svg {
  width: 100%;
}
.formio-tagpad-form {
  padding-left: 5px;
  padding-right: 5px;
}
.formio-tagpad-all-data {
  margin-left: 15px;
  overflow-y: auto;
}
.formio-tagpad-all-data ::-webkit-scrollbar-track {
  background: none;
}
.formio-tagpad-all-data ::-webkit-scrollbar {
  width: 0.5em;
}
.formio-tagpad-all-data ::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 5px;
}
.formio-tagpad-all-data .dot-preview-label {
  font-weight: 600;
  font-size: 1.2rem;
}
.formio-tagpad-all-data .dot-preview-value {
  max-width: 100%;
  overflow-wrap: anywhere;
  max-height: 8.5rem;
  overflow-x: auto;
  overflow-y: auto;
  display: inline;
}
.formio-tagpad-all-data .dot-preview-field-label {
  font-weight: 600;
}
.formio-tagpad-dot,
.formio-tagpad-dot-index {
  cursor: pointer;
}
.formio-tagpad-save-button,
.formio-tagpad-remove-button {
  margin-right: 5px;
  margin-bottom: 5px;
}
.formio-tagpad-form-title {
  font-size: 1.7em;
}
.formio-codereader-video-container {
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 3000;
  background: #000;
}
.formio-codereader-video-container .formio-codereader-video-close {
  position: absolute;
  left: 30px;
  top: 15px;
  color: #fff;
  cursor: pointer;
}
.formio-codereader-video-container .formio-codereader-video-switch {
  position: absolute;
  right: 30px;
  top: 15px;
  color: #fff;
  cursor: pointer;
}
.formio-codereader-video-container .formio-codereader-video-source {
  height: 100vh;
  width: 100vw;
}
.formio-codereader-video-container .formio-codereader-unsupport {
  color: #fff;
  position: absolute;
  top: 150px;
  font-size: 2rem;
  width: 100%;
  text-align: center;
}
.component-rendering-hidden .formio-component-datatable div.data-grid table.formio-grid th span.sort-btn.sorted.sort-btn.sorted {
  visibility: hidden;
}
.formio-component-datatable .table th .form-group {
  margin: 0;
}
.formio-component-datatable .table td .formio-component-checkbox .form-check-input {
  position: relative;
}
.formio-component-datatable .table td .formio-select-autocomplete-input {
  display: none;
}
.formio-component-datatable .btn-outline-secondary.disabled {
  background-color: #e9ecef;
  border-color: #bfbfbf;
}
.formio-component-datatable .field-wrapper .field-content {
  overflow: auto;
}
.formio-review-page li {
  list-style-type: none;
}
.formio-component-esignature {
  border: 2px dashed #ddd;
  text-align: center;
  color: #aaa;
  padding-top: 0.5em;
  min-height: 3em;
  margin-bottom: 15px;
}
.formio-builder-datatable-component-key input {
  min-width: 5rem;
}
.builder-component .formio-builder-datatable-components {
  padding: 10px;
  border: dotted 2px #e8e8e8;
  min-height: 3em;
  text-align: center;
  color: #aaa;
}
.ct-label label {
  color: rgb(81, 200, 245) !important;
}
.text-checkbox {
  display: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
