/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/estimate-calculator/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form {
  border-radius: 20px;
  overflow: hidden;
  background: var(--Thryv-Fresh-Cornflower-Tint, #F4F6FB);
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
  position: relative;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form.generating-pdf .form-header,
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form.generating-pdf .form-body > [data-section]:not([data-section=totals]),
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form.generating-pdf .form-body > [data-section=totals] .row:not(.create-estimate-row) {
  filter: blur(4px);
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-header {
  padding: 20px 32px;
  background: linear-gradient(90deg, #29355D 50%, #6474A9 100%), linear-gradient(270deg, rgba(206, 215, 235, 0) 1.08%, rgba(41, 53, 92, 0.5) 101.94%), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-header .add-logo {
  display: inline-flex;
  padding: 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
  text-align: center;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-header .add-logo label {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-header .add-logo label span.label {
  color: #29355D;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-header .add-logo label span.label span.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-image: url("https://thryv.local/media/paperclip.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-header .add-logo label.is-invalid {
  color: #dc143c;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-header .add-logo span.allowed-types {
  color: #657884;
  font-size: 12px;
  font-weight: 400;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-header .add-logo input#logo {
  position: absolute;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-header .logo-preview {
  display: inline-flex;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-header .logo-preview img#logoPreview {
  max-width: 200px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-header .logo-preview button.change-logo {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: #ffffff;
  margin-left: 10px;
  font-weight: 600;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section] {
  padding: 32px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section] .section-label {
  color: #29355D;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section] .fields .field {
  vertical-align: text-bottom;
  position: relative;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section] .fields .field[data-label] {
  position: relative;
  line-height: 4.75 !important;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section] .fields .field[data-label]:before {
  content: attr(data-label);
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  top: 10px;
  left: 20px;
  color: #787878;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section] .fields .field[data-label] .input {
  padding-top: 14px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section] .fields .field label {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0px;
  color: #29355D;
  margin-right: 20px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section] .fields .field label.is-invalid {
  color: #dc143c;
  font-size: 11px;
  line-height: 1.1;
  margin: 0;
  position: absolute;
  top: 5px;
  left: 10px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section] .fields .field .input {
  width: 110px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #E1E1E1;
  background-color: #ffffff;
  color: #29355D;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section] .fields .field .input.is-invalid {
  border-color: #dc143c;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section] .fields .field .input::-moz-placeholder {
  color: #787878;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section] .fields .field .input::placeholder {
  color: #787878;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section] .fields .field .input:focus-visible {
  outline-color: #ff5000;
}
@media (max-width: 767px) {
  .wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=details] .fields .field {
    display: flex;
    align-items: center;
  }
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=details] .fields .field .input {
  width: 150px;
}
@media (max-width: 767px) {
  .wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=details] .fields .field .input {
    width: auto;
    flex-grow: 1;
    margin-bottom: 0.5rem;
  }
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=details] .fields .field label.is-invalid {
  position: static;
  display: block;
  margin-top: 5px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=information] {
  padding-top: 0 !important;
}
@media (max-width: 991px) {
  .wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=information] .client-information {
    padding-top: 1rem;
  }
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=information] .fields .field {
  width: 100%;
  display: inline-block;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=information] .fields .field:not(.half) + .half {
  padding-right: 5px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=information] .fields .field.half + .half {
  padding-left: 5px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=information] .fields .field.half {
  width: 50%;
}
@media (max-width: 575px) {
  .wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=information] .fields .field.half {
    width: 100%;
    padding: 0 !important;
  }
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=information] .fields .field:nth-last-of-type(2) {
  padding-left: 0 !important;
  padding-right: 5px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=information] .fields .field .input {
  display: block;
  width: 100%;
  height: 56px;
  margin-bottom: 1rem;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] {
  background-color: #ffffff;
  padding-bottom: 0;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.heading-row {
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.heading-row {
    display: none;
  }
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.heading-row .col-12 {
  display: grid;
  grid-template-columns: 40% 16% 16% auto;
  grid-auto-rows: 1fr;
  align-items: start;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.heading-row .col-12 .line-item-label {
  border-bottom: 4px solid #29355D;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.heading-row .col-12 .line-item-label.total {
  text-align: right;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.heading-row .col-12 .line-item-label .section-label {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.line-items-row .col-12 .line-item-repeater:before {
    content: "Line Items";
    font-size: 20px;
    font-weight: 800;
    color: #29355D;
    padding-bottom: 10px;
    display: block;
  }
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.line-items-row .col-12 .line-item-repeater .line-item {
  display: grid;
  grid-template-columns: 40% 16% 16% auto;
  grid-auto-rows: 1fr;
  align-items: start;
}
@media (max-width: 991px) {
  .wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.line-items-row .col-12 .line-item-repeater .line-item {
    grid-template-columns: 40% 18% 18% auto;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.line-items-row .col-12 .line-item-repeater .line-item:not(:first-of-type) {
  border-top: 1px solid #E1E1E1;
  margin-top: 14px;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.line-items-row .col-12 .line-item-repeater .line-item .field-group:not(.total) {
    padding-right: 16px;
  }
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.line-items-row .col-12 .line-item-repeater .line-item .field-group.total .field {
  text-align: right;
  font-size: 20px;
  font-weight: 800;
  color: #29355D;
  line-height: 2.5;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.line-items-row .col-12 .line-item-repeater .line-item .field-group.total .field span.fa-close {
  font-size: 30px;
  cursor: pointer;
  margin-left: 10px;
  display: none;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.line-items-row .col-12 .line-item-repeater .line-item .field-group .field[data-label]:before {
  left: 10px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.line-items-row .col-12 .line-item-repeater .line-item .field-group .field .input {
  height: 56px;
  width: 100%;
  min-width: unset;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.line-items-row .col-12 .line-item-repeater .line-item .field-group .field .input[name^=lineItemDescription] {
  height: 96px;
  margin-top: 8px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.line-items-row .col-12 .line-item-repeater .line-item .field-group .field .input[name^=lineItemDescription] {
    width: calc(175% + 32px);
  }
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.line-items-row .col-12 .line-item-repeater.multiple span.fa-close {
  display: inline !important;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.add-line-item-row {
  padding-top: 14px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.add-line-item-row .col-12 .button-container {
  border-bottom: 4px solid #29355D;
  padding-top: 20px;
  padding-bottom: 32px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=services] .row.add-line-item-row .col-12 .button-container button#add-line-item {
  border: 1px solid #29355D;
  border-radius: 8px;
  background-color: #29355D;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.25;
  padding: 10px 20px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] {
  background-color: #ffffff;
  padding-top: 16px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row:not(.create-estimate-row) {
  position: relative;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row:not(.create-estimate-row) {
    padding-bottom: 16px;
  }
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row .col-12 .fields .field label {
  margin-bottom: 0;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row .col-12 .fields .field textarea {
  padding-top: 10px;
  width: 100%;
  height: 100%;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row .col-12 .fields .field.total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #29355D;
  padding: 16px 0;
  border-bottom: 1px solid #e1e1e1;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row .col-12 .fields .field.total-row.discount .add-discount {
  text-decoration: underline;
  cursor: pointer;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row .col-12 .fields .field.total-row.discount .discount-fields #invoiceDiscount {
  width: 110px;
  min-width: unset;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row .col-12 .fields .field.total-row.discount .discount-fields #invoiceDiscountType {
  width: 70px;
  min-width: unset;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row .col-12 .fields .field.total-row.tax .input {
  min-width: unset;
  width: 110px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row .col-12 .fields .field.total-row.total {
  padding-bottom: 8px;
  border-bottom: 0;
  font-size: 18px;
  font-weight: 800;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row .col-12 .fields .field.total-row.total label {
  font-size: 18px;
  font-weight: 800;
}
@media (min-width: 992px) {
  .wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row .col-12:first-of-type .fields {
    height: 100%;
  }
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row .col-12:first-of-type .fields .field {
  height: 110px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row .col-12:first-of-type .fields .field:first-of-type {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row .col-12:first-of-type .fields .field {
    height: calc(50% - 5px);
  }
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row.create-estimate-row {
  padding-top: 10px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row.create-estimate-row .button-container {
  text-align: right;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row.create-estimate-row .button-container button#create-invoice {
  margin-left: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ff5000;
  color: #ffffff;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 14px;
  border-radius: 8px;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row.create-estimate-row .button-container button#create-invoice:disabled {
  cursor: not-allowed;
}
.wp-block-thryv-block-estimate-calculator .estimate-calculator-form .form-body [data-section][data-section=totals] .row.create-estimate-row .button-container button#create-invoice .formSubmittedText .spinner-border {
  width: 20px;
  height: 20px;
  border-width: 3px;
  margin-top: -3px;
  margin-right: 6px;
  vertical-align: middle;
}
.wp-block-thryv-block-estimate-calculator .pdf-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.wp-block-thryv-block-estimate-calculator .pdf-success .message {
  font-weight: 600;
  color: #121212;
  text-align: center;
  font-size: 24px;
}

/*# sourceMappingURL=style-index.css.map*/