/*!***************************************************************************************************************************************************************************************!*\
  !*** css ../../cache/node_modules/css-loader/dist/cjs.js!../../cache/node_modules/sass-loader/lib/loader.js!../src/App/Rm/Resources/assets-v2/get_reviews/kiosk_web_page/styles.scss ***!
  \***************************************************************************************************************************************************************************************/
/* TODO: disabled because of issue with performance in dev tools. should be rechecked in scope of https://brightlocal.atlassian.net/browse/TEC-1164 */
/* @import "color-variables"; */

* {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }

html {
  height: 100%; }

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%; }

h1,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000000; }

label {
  font-size: 14px;
  color: #000000;
  margin-bottom: 3px;
  display: inline-block; }

input[type='text'],
input[type='email'],
textarea {
  border: 1px solid #c2c2c2;
  padding: 5px; }

input,
button,
textarea {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  border-radius: 5px; }

fieldset {
  border: none;
  padding: 0; }

a, a:hover, a:visited {
  color: #363987;
  text-decoration: none; }

.button {
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer; }
  .button.is-success {
    background-color: #0b9229;
    border-color: #0b9229;
    color: #ffffff; }
  .button.is-secondary {
    background-color: #ffffff;
    border-color: #363987;
    color: #363987; }
  .button[disabled], .button.is-disabled {
    background-color: #838383;
    border-color: #838383;
    color: #ffffff; }

.error {
  font-size: 13px;
  margin-top: -5px;
  margin-bottom: 11px;
  color: #c70509; }

/* TODO: disabled because of issue with performance in dev tools. should be rechecked in scope of https://brightlocal.atlassian.net/browse/TEC-1164 */
/* @import "color-variables"; */

.KioskLayout-body {
  position: relative;
  overflow: hidden; }
  .KioskLayout-body.is-preview {
    height: auto; }

.KioskLayout-content {
  height: 100%;
  display: flex;
  overflow: hidden; }
  .KioskLayout-content > div {
    flex: 1; }

/* TODO: disabled because of issue with performance in dev tools. should be rechecked in scope of https://brightlocal.atlassian.net/browse/TEC-1164 */
/* @import "color-variables"; */

.KioskView-sections {
  position: relative;
  display: flex;
  width: 100%;
  transition: 0.3s;
  transition-property: left; }
  .KioskView-sections[data-active="0"] {
    left: 0; }
  .KioskView-sections[data-active="1"] {
    left: -100%; }
  .KioskView-sections[data-active="2"] {
    left: -200%; }
  .KioskView-sections[data-active="3"] {
    left: -300%; }

.KioskView-section {
  min-width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }
  .KioskView-section > * {
    flex: 1;
    min-height: 100%; }
  .KioskView-section.is-preview {
    overflow: hidden; }

/* TODO: disabled because of issue with performance in dev tools. should be rechecked in scope of https://brightlocal.atlassian.net/browse/TEC-1164 */
/* @import "color-variables"; */

/* TODO: disabled because of issue with performance in dev tools. should be rechecked in scope of https://brightlocal.atlassian.net/browse/TEC-1164 */
/* @import "color-variables"; */

.ReviewSites-previewContainer {
  margin: 36px 0 0; }

.ReviewSites-previewLead {
  margin-bottom: 42px; }
  @media (max-width: 550px) {
    .ReviewSites-previewLead {
      margin-bottom: 26px;
      text-align: left; } }

.ReviewSites-siteContainer {
  display: flex;
  justify-content: center;
  padding-top: 16px;
  text-decoration: none;
  max-width: 370px;
  margin: 0 auto; }

.ReviewSites-logo, .ReviewSites-logoPlaceholder {
  width: 48px;
  height: 48px; }

.ReviewSites-logoPlaceholder {
  text-align: center;
  padding: 13px 0;
  background-color: #c3c3c3;
  border-radius: 5px;
  color: #000000; }
  @media (max-width: 550px) {
    .ReviewSites-logoPlaceholder {
      padding-top: 14px;
      font-size: 14px; } }

.ReviewSites-siteName {
  display: block;
  width: 100%;
  max-height: 96px;
  max-width: 315px;
  margin-left: 8px;
  padding: 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center; }
  @media (max-width: 550px) {
    .ReviewSites-siteName {
      font-weight: 400;
      padding-top: 14px;
      font-size: 17px;
      line-height: 22px; } }

.KioskContent-arrowIcon {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
  margin-top: 1px;
  content: ''; }
  .KioskContent-arrowIcon.is-right {
    transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .KioskContent-arrowIcon.is-left {
    transform: rotate(135deg);
    transform: rotate(135deg); }
  .KioskContent-arrowIcon.is-grey {
    border-color: #838383; }
  .KioskContent-arrowIcon.is-white {
    border-color: #ffffff; }

.KioskContent-container {
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.KioskContent-topBar {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  flex: 0;
  margin-bottom: 22px; }

.KioskContent-nav {
  color: #838383;
  font-size: 16px; }
  .KioskContent-nav > .button {
    vertical-align: middle;
    display: inline-block;
    border-color: #838383;
    color: #838383; }
  .KioskContent-nav > .button i {
    position: relative;
    top: -2px;
    right: -2px; }

.KioskContent-navText {
  vertical-align: middle;
  display: inline-block;
  margin-left: 11px; }

.KioskContent-header {
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px; }
  .KioskContent-header h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px; }

.KioskContent-logo {
  max-width: 270px;
  max-height: 100px; }
  @media (max-width: 250px) {
    .KioskContent-logo {
      max-width: 100%; } }

.KioskContent-content {
  position: relative;
  display: flex;
  justify-content: space-around; }

.KioskContent-intro {
  word-break: break-word;
  text-align: center;
  font-family: "Poppins", sans-serif;
  padding: 10px 24px;
  font-size: 20px;
  line-height: 32px; }
  .KioskContent-intro.is-preview {
    font-size: 16px;
    line-height: 18px; }

.KioskContent-fieldLabel {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 11px; }

.KioskContent-contentInside {
  width: 940px;
  position: relative;
  max-width: 100%;
  font-weight: normal;
  line-height: 24px; }

.KioskContent-action {
  width: 100%;
  max-width: 940px;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 18px;
  padding: 0 24px; }
  @media (max-width: 490px) {
    .KioskContent-action {
      margin-top: 22px;
      margin-bottom: 22px; } }

.KioskContent-nextButton {
  font-size: 20px;
  padding: 16px 20px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer; }
  .KioskContent-nextButton > i {
    position: relative;
    top: -2px; }
  @media (max-width: 490px) {
    .KioskContent-nextButton {
      display: block;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .KioskContent-nextButton[readonly] {
    cursor: default;
    outline: none; }

.KioskContent-feedback {
  padding: 0 24px;
  margin-bottom: 16px; }

.KioskContent-feedbackField {
  max-width: 100%;
  min-width: 100%; }

.KioskContent-contactFields {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 24px 16px 24px; }
  @media (min-width: 780px) {
    .KioskContent-contactFields {
      flex-direction: row;
      justify-content: center;
      gap: 30px;
      padding: 50px 24px 24px 24px; } }

.KioskContent-contactField {
  flex: 1; }

.KioskContent-fieldInput {
  width: 100%;
  font-size: 18px;
  padding: 11px !important; }
  .KioskContent-fieldInput.is-error {
    border-color: #c70509; }
  .KioskContent-fieldInput[readonly] {
    cursor: default;
    outline: none; }

.KioskContent-radioLabel {
  font-size: 18px; }

.KioskContent-fieldError {
  display: none;
  color: #c70509; }
  .KioskContent-fieldError.is-active {
    display: block; }

.KioskContent-countdown {
  color: #838383;
  text-align: center; }

.KioskContent-generalError {
  display: none;
  color: #c70509;
  margin-bottom: 22px; }
  .KioskContent-generalError.is-active {
    display: block; }

.KioskContent-allowUseReviewField {
  margin-bottom: 26px;
  text-align: left; }

.KioskContent-allowAsReviewBox {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 24px;
  background-color: #f2f2f7; }
  .KioskContent-allowAsReviewBox.is-yellow {
    background-color: #fcf2e6; }
  .KioskContent-allowAsReviewBoxText {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  .KioskContent-allowAsReviewBoxInput {
    margin: 0;
    min-width: 15px;
    min-height: 15px; }

.KioskContent-privacyPolicy {
  display: flex;
  flex-grow: 1;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 40px 0; }
  .KioskContent-privacyPolicy a {
    text-decoration: underline; }

.KioskContent-reviewSites {
  padding: 20px 22px; }

.KioskContent-introductoryText, .KioskContent-bodyText {
  font-family: "Poppins", sans-serif;
  text-align: center; }

/* TODO: disabled because of issue with performance in dev tools. should be rechecked in scope of https://brightlocal.atlassian.net/browse/TEC-1164 */
/* @import "color-variables"; */

/* TODO: disabled because of issue with performance in dev tools. should be rechecked in scope of https://brightlocal.atlassian.net/browse/TEC-1164 */
/* @import "color-variables"; */

.KioskRateButtons-container {
  margin-bottom: 22px; }
  @media (max-width: 490px) {
    .KioskRateButtons-container {
      display: flex;
      flex-direction: column-reverse; } }

.KioskRateButtons-items {
  display: flex;
  justify-content: space-between;
  padding: 0 24px; }
  @media (max-width: 490px) {
    .KioskRateButtons-items {
      flex-direction: column-reverse; } }

.KioskRateButtons-item {
  display: block;
  margin-left: 11px;
  margin-bottom: 0; }
  @media (max-width: 700px) {
    .KioskRateButtons-item {
      margin-left: 5px; } }
  @media (max-width: 490px) {
    .KioskRateButtons-item {
      width: auto;
      margin-left: 0;
      margin-bottom: 5px; } }
  @media (max-width: 490px) {
    .KioskRateButtons-item {
      width: 100%; } }
  .KioskRateButtons-item > input {
    display: none; }
  .KioskRateButtons-item:first-child {
    margin-left: 0; }

.KioskRateButtons-itemButton {
  width: 4.3125rem;
  height: 4.3125rem;
  align-items: center;
  display: flex;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(195, 195, 195, 0.5);
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  border-radius: 10px;
  background-color: rgba(195, 195, 195, 0.25); }
  .KioskRateButtons-itemButton.is-0 {
    color: #e4373b;
    border-color: #e4373b;
    background-color: #fce6e7; }
  .KioskRateButtons-itemButton.is-active {
    background-color: #e4373b;
    border-color: #e4373b;
    color: #ffffff; }
  .KioskRateButtons-itemButton.is-1 {
    color: #e4373b;
    border-color: #e4373b;
    background-color: #fce6e7; }
  .KioskRateButtons-itemButton.is-active {
    background-color: #e4373b;
    border-color: #e4373b;
    color: #ffffff; }
  .KioskRateButtons-itemButton.is-2 {
    color: #e57801;
    border-color: #e57801;
    background-color: #fcf2e6; }
  .KioskRateButtons-itemButton.is-active {
    background-color: #e57801;
    border-color: #e57801;
    color: #ffffff; }
  .KioskRateButtons-itemButton.is-3 {
    color: #e57801;
    border-color: #e57801;
    background-color: #fcf2e6; }
  .KioskRateButtons-itemButton.is-active {
    background-color: #e57801;
    border-color: #e57801;
    color: #ffffff; }
  .KioskRateButtons-itemButton.is-4 {
    color: #e57801;
    border-color: #e57801;
    background-color: #fcf2e6; }
  .KioskRateButtons-itemButton.is-active {
    background-color: #e57801;
    border-color: #e57801;
    color: #ffffff; }
  .KioskRateButtons-itemButton.is-5 {
    color: #a49505;
    border-color: #a49505;
    background-color: #fdfbe6; }
  .KioskRateButtons-itemButton.is-active {
    background-color: #a49505;
    border-color: #a49505;
    color: #ffffff; }
  .KioskRateButtons-itemButton.is-6 {
    color: #a49505;
    border-color: #a49505;
    background-color: #fdfbe6; }
  .KioskRateButtons-itemButton.is-active {
    background-color: #a49505;
    border-color: #a49505;
    color: #ffffff; }
  .KioskRateButtons-itemButton.is-7 {
    color: #a49505;
    border-color: #a49505;
    background-color: #fdfbe6; }
  .KioskRateButtons-itemButton.is-active {
    background-color: #a49505;
    border-color: #a49505;
    color: #ffffff; }
  .KioskRateButtons-itemButton.is-8 {
    color: #0b9229;
    border-color: #0b9229;
    background-color: #e7faeb; }
  .KioskRateButtons-itemButton.is-active {
    background-color: #0b9229;
    border-color: #0b9229;
    color: #ffffff; }
  .KioskRateButtons-itemButton.is-9 {
    color: #0b9229;
    border-color: #0b9229;
    background-color: #e7faeb; }
  .KioskRateButtons-itemButton.is-active {
    background-color: #0b9229;
    border-color: #0b9229;
    color: #ffffff; }
  .KioskRateButtons-itemButton.is-10 {
    color: #0b9229;
    border-color: #0b9229;
    background-color: #e7faeb; }
  .KioskRateButtons-itemButton.is-active {
    background-color: #0b9229;
    border-color: #0b9229;
    color: #ffffff; }
  .KioskRateButtons-itemButton.is-preview {
    width: 2rem;
    height: 2rem;
    font-size: 14px;
    border-radius: 5px;
    border-width: 1px;
    cursor: default; }
    .KioskRateButtons-itemButton.is-preview:focus {
      outline: none; }
  @media (max-width: 850px) {
    .KioskRateButtons-itemButton {
      width: 2.75rem;
      height: 2.75rem;
      font-size: 20px; } }
  @media (max-width: 610px) {
    .KioskRateButtons-itemButton {
      width: 2.5rem;
      height: 2.5rem;
      font-size: 18px; } }
  @media (max-width: 570px) {
    .KioskRateButtons-itemButton {
      width: 2.1875rem;
      height: 2.1875rem;
      font-size: 18px; } }
  @media (max-width: 490px) {
    .KioskRateButtons-itemButton {
      margin: 8px 0; }
      .KioskRateButtons-itemButton.KioskRateButtons-itemButton {
        width: auto; } }

.KioskRateButtons-item > input:checked + .KioskRateButtons-itemButton.is-0 {
  background-color: #f7b8bb; }

.KioskRateButtons-item > input:checked + .KioskRateButtons-itemButton.is-1 {
  background-color: #f7b8bb; }

.KioskRateButtons-item > input:checked + .KioskRateButtons-itemButton.is-2 {
  background-color: #f7dab8; }

.KioskRateButtons-item > input:checked + .KioskRateButtons-itemButton.is-3 {
  background-color: #f7dab8; }

.KioskRateButtons-item > input:checked + .KioskRateButtons-itemButton.is-4 {
  background-color: #f7dab8; }

.KioskRateButtons-item > input:checked + .KioskRateButtons-itemButton.is-5 {
  background-color: #f9f3b7; }

.KioskRateButtons-item > input:checked + .KioskRateButtons-itemButton.is-6 {
  background-color: #f9f3b7; }

.KioskRateButtons-item > input:checked + .KioskRateButtons-itemButton.is-7 {
  background-color: #f9f3b7; }

.KioskRateButtons-item > input:checked + .KioskRateButtons-itemButton.is-8 {
  background-color: #bdf1c8; }

.KioskRateButtons-item > input:checked + .KioskRateButtons-itemButton.is-9 {
  background-color: #bdf1c8; }

.KioskRateButtons-item > input:checked + .KioskRateButtons-itemButton.is-10 {
  background-color: #bdf1c8; }

.KioskRateButtons-signature {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  color: #000000;
  padding: 15px 24px; }
  .KioskRateButtons-signature.is-preview {
    font-size: 14px;
    line-height: 16px; }

.KioskRateButtons-error {
  text-align: center;
  padding-left: 24px;
  position: absolute;
  bottom: 0;
  width: 100%; }

/* TODO: disabled because of issue with performance in dev tools. should be rechecked in scope of https://brightlocal.atlassian.net/browse/TEC-1164 */
/* @import "color-variables"; */

.KioskRateThumbs-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 26px; }

.KioskRateThumbs-item input {
  display: none; }

.KioskRateThumbs-itemButton {
  cursor: pointer;
  max-width: 100%;
  border-radius: 50%;
  transform: scale(1.05);
  transition: color 250ms linear;
  margin: 0 48px; }
  @media (max-width: 490px) {
    .KioskRateThumbs-itemButton {
      width: 120px;
      margin: 0 24px; } }
  .KioskRateThumbs-itemButton.is-up {
    color: transparent;
    border: 5px solid currentColor; }
  .KioskRateThumbs-itemButton.is-down {
    color: transparent;
    border: 5px solid currentColor; }
  .KioskRateThumbs-itemButton.is-preview {
    width: 88px;
    margin: 0 24px; }
    .KioskRateThumbs-itemButton.is-preview:focus {
      outline: none; }

.KioskRateThumbs-item > input:checked + .KioskRateThumbs-itemButton.is-up {
  color: #5fa734;
  transform: scale(1); }

.KioskRateThumbs-item > input:checked + .KioskRateThumbs-itemButton.is-down {
  color: #e57a33;
  transform: scale(1); }

/* TODO: disabled because of issue with performance in dev tools. should be rechecked in scope of https://brightlocal.atlassian.net/browse/TEC-1164 */
/* @import "color-variables"; */

.KioskRateStars-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 10px 25px 25px 25px; }
  @media (max-width: 550px) {
    .KioskRateStars-container {
      padding: 5px 25px 10px 25px; } }

.KioskRateStars-items {
  display: flex;
  justify-content: space-between;
  gap: 30px; }
  .KioskRateStars-items input {
    display: none; }
  @media (max-width: 550px) {
    .KioskRateStars-items {
      gap: 15px; } }

.KioskRateStars-item {
  display: flex;
  text-decoration: none;
  cursor: pointer;
  width: 88px; }
  .KioskRateStars-item.is-preview {
    width: 64px; }
  @media (max-width: 550px) {
    .KioskRateStars-item {
      width: 40px; } }

.KioskRateStars-itemButton {
  max-width: 100%; }

.KioskRateStars-signature {
  display: flex;
  justify-content: space-between;
  padding-left: 17px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #000000; }
  .KioskRateStars-signature.is-preview {
    padding: 0; }

/* TODO: disabled because of issue with performance in dev tools. should be rechecked in scope of https://brightlocal.atlassian.net/browse/TEC-1164 */
/* @import "color-variables"; */

.ReviewSites-previewContainer {
  margin: 36px 0 0; }

.ReviewSites-previewLead {
  margin-bottom: 42px; }
  @media (max-width: 550px) {
    .ReviewSites-previewLead {
      margin-bottom: 26px;
      text-align: left; } }

.ReviewSites-siteContainer {
  display: flex;
  justify-content: center;
  padding-top: 16px;
  text-decoration: none;
  max-width: 370px;
  margin: 0 auto; }

.ReviewSites-logo, .ReviewSites-logoPlaceholder {
  width: 48px;
  height: 48px; }

.ReviewSites-logoPlaceholder {
  text-align: center;
  padding: 13px 0;
  background-color: #c3c3c3;
  border-radius: 5px;
  color: #000000; }
  @media (max-width: 550px) {
    .ReviewSites-logoPlaceholder {
      padding-top: 14px;
      font-size: 14px; } }

.ReviewSites-siteName {
  display: block;
  width: 100%;
  max-height: 96px;
  max-width: 315px;
  margin-left: 8px;
  padding: 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center; }
  @media (max-width: 550px) {
    .ReviewSites-siteName {
      font-weight: 400;
      padding-top: 14px;
      font-size: 17px;
      line-height: 22px; } }

/* TODO: disabled because of issue with performance in dev tools. should be rechecked in scope of https://brightlocal.atlassian.net/browse/TEC-1164 */
/* @import "color-variables"; */

.NegativeFeedback-voucher {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2f2f7;
  padding: 14px 24px; }
  @media (max-width: 550px) {
    .NegativeFeedback-voucher {
      gap: 16px;
      flex-direction: column; } }

.NegativeFeedback-voucherLabel {
  font-weight: 400;
  line-height: 24px; }

.NegativeFeedback-voucherCode {
  font-weight: 600;
  padding: 0;
  line-height: 24px;
  color: #363987;
  text-transform: uppercase;
  word-wrap: break-word;
  max-width: 300px; }

.NegativeFeedback-voucherButton {
  position: relative; }

.NegativeFeedback-voucherMessage {
  position: absolute;
  color: #838383;
  font-weight: normal;
  width: 160px;
  left: -170px;
  top: 6px; }

.NegativeFeedback-introductoryText, .NegativeFeedback-bodyText {
  text-align: center;
  padding: 0 24px;
  font-family: "Poppins", sans-serif;
  font-size: 20px; }
  .NegativeFeedback-introductoryText.is-preview, .NegativeFeedback-bodyText.is-preview {
    font-size: 16px; }
  @media (max-width: 550px) {
    .NegativeFeedback-introductoryText, .NegativeFeedback-bodyText {
      text-align: initial; } }

