/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/frontend.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
.gpnf-no-entries td span {
  text-transform: unset !important;
}

.tingle-modal-box .gpnf-modal-header {
  background-color: #707070 !important;
}
.tingle-modal-box .gpnf-btn-submit {
  background-color: #f9dc5f !important;
  color: #000 !important;
}
.tingle-modal-box .gpnf-btn-submit:hover {
  background-color: #fcf572 !important;
}
.tingle-modal-box .gpnf-btn-cancel,
.tingle-modal-box .gpnf-btn-cancel-mobile {
  background-color: #707070 !important;
}
.tingle-modal-box .gpnf-btn-cancel:hover,
.tingle-modal-box .gpnf-btn-cancel-mobile:hover {
  background-color: #a0a0a0 !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-template-columns: repeat(3, 1fr) !important;
}

@media screen and (max-width: 767px) {
  .gform_wrapper.gravity-theme .gform_fields {
    display: flex !important;
    flex-direction: column !important;
  }
}

/*# sourceMappingURL=frontend.css.map*/