body, html {
  overflow: unset;
  font-family: "Nunito Sans", sans-serif;
}

body {
  word-wrap: break-word;
}
body .feedback-app {
  max-width: 720px;
  padding: 0;
  max-height: 100vh;
  overflow: unset !important;
}
body .feedback-app .header-container {
  background: #F8FAFB;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: block;
  position: relative;
  z-index: -1;
}
body .feedback-app .header-container h1, body .feedback-app .header-container h2, body .feedback-app .header-container h3, body .feedback-app .header-container h4, body .feedback-app .header-container h5 {
  color: black;
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  display: block;
  padding-top: 18px;
  padding-bottom: 32px;
}
body .feedback-app .bs-component {
  margin-top: -17px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-radius: 20px 20px 20px 20px;
  background: white;
  border: none;
}
body .feedback-app .bs-component .tab-content {
  max-width: 440px;
  margin: 0 auto;
}
body .feedback-app .bs-component .tab-content #thankyou p {
  font-size: 19px;
  font-weight: 600;
}
body .feedback-app .bs-component .tab-content #select .review-sites {
  margin-top: 30px;
  margin-bottom: 50px;
}
body .feedback-app .bs-component .tab-content #select p:first-of-type strong {
  font-size: 21px;
  color: #303030;
  display: block;
}
body .feedback-app .bs-component .tab-content #select .direct-contact-bottom p:first-of-type strong {
  font-size: 18px;
  color: #303030;
}
body .feedback-app .bs-component .tab-content #select .redirect-link {
  margin-top: 5px;
  display: block;
  border-radius: 30px;
  width: 100%;
  background-image: none;
  font-weight: bold;
  font-size: 18px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: rgb(159, 197, 232) !important;
  color: white !important;
}
body .feedback-app .bs-component .tab-content #select .redirect-link.internalfeedback {
  color: #207fa2 !important;
  background-color: #FFFFFF !important;
  border: 1px solid #207fa2;
  border-radius: 5px;
}
body .feedback-app .bs-component .tab-content #select .redirect-link img {
  display: none !important;
  max-height: 30px;
  width: 30px;
  position: relative;
  margin-right: 5px;
}
body .feedback-app .bs-component .tab-content #select .redirect-link[data-btn-action=internal-feedback] {
  max-width: 290px;
  font-size: 14px;
  margin-top: 20px;
}
body .feedback-app .bs-component .tab-content #feedback #form-feedback textarea, body .feedback-app .bs-component .tab-content #feedback #form-feedback input[type=text], body .feedback-app .bs-component .tab-content #feedback #form-feedback input[type=email] {
  box-shadow: none;
}
body .feedback-app .bs-component .tab-content #feedback #form-feedback label {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #6f6f6f;
}
body .feedback-app .bs-component .tab-content #feedback #form-feedback .text-center button[type=submit] {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: 50%;
  background-color: #207fa2;
  color: white;
  border-radius: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-image: none;
  border: none;
  max-width: 80%;
  width: 300px;
}
body .feedback-app .bs-component .tab-content #feedback #form-feedback .required label::before {
  content: "*";
  display: inline;
  color: #207fa2;
  font-size: 18px;
}
body .feedback-app .bs-component .tab-content .tab-pane #rate-provider .group-link, body .feedback-app .bs-component .tab-content .tab-pane #rate-office .group-link {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #dadcdf;
  border-radius: 6px;
}
body .feedback-app .bs-component .tab-content .tab-pane #rate-provider .group-link .addr, body .feedback-app .bs-component .tab-content .tab-pane #rate-office .group-link .addr {
  color: #555555;
  display: block;
}
body .feedback-app .bs-component .tab-content .tab-pane #rate-provider .group-link.active, body .feedback-app .bs-component .tab-content .tab-pane #rate-office .group-link.active {
  background-color: #207fa2;
}
body .feedback-app .bs-component .tab-content .tab-pane #rate-provider .group-link.active a, body .feedback-app .bs-component .tab-content .tab-pane #rate-office .group-link.active a {
  font-weight: bold;
  color: white;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
body .feedback-app .bs-component .tab-content .tab-pane #rate-provider .group-link.active a:active, body .feedback-app .bs-component .tab-content .tab-pane #rate-provider .group-link.active a:focus, body .feedback-app .bs-component .tab-content .tab-pane #rate-provider .group-link.active a:hover, body .feedback-app .bs-component .tab-content .tab-pane #rate-office .group-link.active a:active, body .feedback-app .bs-component .tab-content .tab-pane #rate-office .group-link.active a:focus, body .feedback-app .bs-component .tab-content .tab-pane #rate-office .group-link.active a:hover {
  background-color: #207fa2;
}
body .feedback-app .bs-component .tab-content .tab-pane #rate-provider .group-link a, body .feedback-app .bs-component .tab-content .tab-pane #rate-office .group-link a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #828282;
}
body .feedback-app .bs-component .tab-content .tab-pane #rate-provider .group-link .addr, body .feedback-app .bs-component .tab-content .tab-pane #rate-office .group-link .addr {
  padding-left: 10px;
}
body .feedback-app .bs-component .tab-content .tab-pane > p {
  font-size: 26px;
  color: #303030;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
}
body .feedback-app .bs-component .tab-content .tab-pane .loader-sm {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .feedback-app .bs-component .tab-content .tab-pane .form-inline p.info {
  font-size: 26px;
  color: #303030;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
}
body .feedback-app .bs-component .tab-content .tab-pane .form-inline .form-group {
  display: block !important;
}
body .feedback-app .bs-component .tab-content .tab-pane .form-inline .form-group input {
  width: 100%;
  box-shadow: none;
  color: #828282;
}
body .feedback-app .bs-component .tab-content .tab-pane .form-inline .form-group input:focus {
  border-color: #66afe9;
}
body .feedback-app .bs-component .tab-content .tab-pane .form-inline .text-danger {
  font-size: 16px;
  color: #207fa2;
  padding-top: 15px;
  padding-bottom: 20px;
}
body .feedback-app .bs-component .tab-content .tab-pane .form-inline .desc {
  color: #828282;
  font-size: 18px;
  word-wrap: break-word;
}
body .feedback-app .bs-component .tab-content .tab-pane .form-inline .desc a {
  color: #207fa2;
}
body .feedback-app .bs-component .tab-content .tab-pane .form-inline .btn-info {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: 50%;
  max-width: 300px;
  background-color: #207fa2;
  color: white;
  border-radius: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: none;
  border: none;
  min-width: 80%;
}
body .feedback-app .bs-component .tab-content .tab-pane ul.nav-group {
  margin-bottom: 30px !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .feedback-app .bs-component .tab-content .tab-pane ul.nav-group li {
  border: 1px solid #dadcdf;
}
body .feedback-app .bs-component .tab-content .tab-pane ul.nav-group li:nth-of-type(1) {
  border-bottom: 0px;
  border-radius: 6px 6px 0px 0px;
}
body .feedback-app .bs-component .tab-content .tab-pane ul.nav-group li:last-of-type {
  border-radius: 0px 0px 6px 6px;
}
body .feedback-app .bs-component .tab-content .tab-pane ul.nav-group li.active {
  background-color: #207fa2;
}
body .feedback-app .bs-component .tab-content .tab-pane ul.nav-group li.active a {
  font-weight: bold;
  color: white;
}
body .feedback-app .bs-component .tab-content .tab-pane ul.nav-group li.active a:active, body .feedback-app .bs-component .tab-content .tab-pane ul.nav-group li.active a:focus, body .feedback-app .bs-component .tab-content .tab-pane ul.nav-group li.active a:hover {
  background-color: #207fa2;
}
body .feedback-app .bs-component .tab-content .tab-pane ul.nav-group li a {
  color: #828282;
}
body .feedback-app .privacy {
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}
body .feedback-app .privacy a {
  color: #9a9a9a;
}

@media (max-width: 500px) {
  .nicescroll-rails {
    display: none !important;
  }
}
@media (min-width: 500px) and (orientation: landscape) {
  body .feedback-app {
    top: calc(50% + 25px) !important;
  }
}
@media (min-width: 500px) {
  body, html {
    overflow: hidden;
  }
  body .feedback-app {
    overflow: hidden !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  body .feedback-app .header-container {
    border: 1px solid #dadcdf;
    border-radius: 20px 20px 0px 0px;
  }
  body .feedback-app .bs-component {
    border: 1px solid #dadcdf;
    padding: 38px;
  }
}
@media (min-width: 300px) {
  body .feedback-app .bs-component .tab-content #thankyou p {
    font-size: 19px;
    font-weight: 600;
  }
  body .feedback-app .bs-component .tab-content #select .redirect-link {
    font-size: 14px;
    line-height: 22px;
    padding: 12px 8px;
  }
  body .feedback-app .bs-component .tab-content #feedback #form-feedback .text-center button[type=submit] {
    font-size: 16px;
    border: 1px solid #207fa2;
    color: #207fa2 !important;
    background-color: #fff !important;
  }
}
@media (max-width: 500px) {
  body .feedback-app .bs-component .tab-content #select .direct-contact-bottom.sticky {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 38px);
  }
  body .feedback-app .privacy.sticky {
    margin-top: -40px !important;
  }
}

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