:root {
  --plainclr: #fff;
  --themeprimaryclr: #ff7000;
  --themehoverclr: #ff8426;
}

.fs-26 {
  font-size: 1.625rem !important;
}
@media (max-width: 767px) {
  .fs-26 {
    font-size: 1.4375rem !important;
  }
}

.fs-20 {
  font-size: 1.25rem !important;
}
@media (max-width: 767px) {
  .fs-20 {
    font-size: 1.0625rem !important;
  }
}

.err-d-7-sec .btn-theme-one {
  background-color: var(--themeprimaryclr);
  min-height: 36px;
  font-size: 1rem;
  border-radius: 30px;
  border: 1px solid transparent;
  width: auto;
  color: var(--plainclr) !important;
  font-family: var(--primaryfont);
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  line-height: 28px;
  padding: 2px 10px;
}
.err-d-7-sec .btn-theme-one:hover {
  background-color: var(--themehoverclr) !important;
  color: var(--plainclr) !important;
  border: 1px solid var(--themehoverclr);
}
.err-d-7-sec .error-boundary {
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  background-color: rgba(245, 245, 245, 0.5607843137);
}
.err-d-7-sec .error-boundary .error-message span {
  line-height: 20px;
  color: #6d6d6d;
}
.err-d-7-sec .error-boundary .error-button a span {
  margin-right: 5px;
}/*# sourceMappingURL=errorDesign6.css.map */