@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css");
/* line 3, app/assets/stylesheets/star.scss */
:root {
  --star-colour: #00C2FF;
  --star-colour-hover: #00C2FF;
}

/* Star Control */
/* line 9, app/assets/stylesheets/star.scss */
.star-rating {
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  backface-visibility: hidden !important;
  font-weight: 400;
  /* Fix version 5.0.9 */
  margin: 0 auto;
  font-display: fallback;
}

/* line 19, app/assets/stylesheets/star.scss */
.star-rating > fieldset {
  border: none;
  display: inline-block;
  margin: 0 auto;
}

/* line 25, app/assets/stylesheets/star.scss */
.star-rating > fieldset:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

/* line 31, app/assets/stylesheets/star.scss */
.star-rating > fieldset:not(:checked) > label {
  float: right;
  width: 1.3em;
  padding: 0 0.05em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  color: var(--star-colour);
}

/* line 42, app/assets/stylesheets/star.scss */
.star-rating > fieldset:not(:checked) > label:before {
  content: '\f005  ';
  font-weight: 300;
}

/* line 47, app/assets/stylesheets/star.scss */
.star-rating > fieldset:not(:checked) > label:hover,
.star-rating > fieldset:not(:checked) > label:hover ~ label {
  color: var(--star-colour-hover);
}

/* line 52, app/assets/stylesheets/star.scss */
.star-rating > fieldset:not(:checked) > label:hover:before,
.star-rating > fieldset:not(:checked) > label:hover ~ label:before {
  content: '\f005  ';
  font-weight: 900;
}

/* line 58, app/assets/stylesheets/star.scss */
.star-rating > fieldset > input:checked ~ label:before {
  content: '\f005  ';
  font-weight: 900;
}

/* line 63, app/assets/stylesheets/star.scss */
.star-rating > fieldset > label:active {
  position: relative;
  top: 2px;
}

/* line 68, app/assets/stylesheets/star.scss */
.static-star-rating {
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  backface-visibility: hidden !important;
  font-weight: 400;
  /* Fix version 5.0.9 */
  margin: 0 auto 30px auto;
}

/* line 77, app/assets/stylesheets/star.scss */
.static-star {
  width: 1.3em;
  padding: 0 0.05em;
  font-size: 200%;
  color: var(--star-colour);
}

/* line 1, app/assets/stylesheets/combobox.css */
.hw-combobox {
  text-align: left;
  width: 100%;
}

/* line 5, app/assets/stylesheets/combobox.css */
.hw-combobox__main__wrapper {
  margin-top: 1.5rem;
  /* == mt-6 */
  width: 100%;
  background: white;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 12, app/assets/stylesheets/combobox.css */
.hw-combobox__input {
  width: 100%;
  /* for extended layout display */
  font-size: .875rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

/* line 18, app/assets/stylesheets/combobox.css */
.hw-combobox__input::placeholder {
  color: black;
}

/* line 21, app/assets/stylesheets/combobox.css */
.hw-combobox__announcer {
  display: none;
  /* this adds "selected" suffix */
}

/* @apply text-gray-900 hover:text-white hover:bg-blue-400; */
/* line 25, app/assets/stylesheets/combobox.css */
.hw-combobox__option {
  color: #111827;
  /* text-gray-900 */
}

/* line 28, app/assets/stylesheets/combobox.css */
.hw-combobox__option:hover {
  color: white;
  background-color: #60a5fa;
  /* blue-400*/
}

/* line 32, app/assets/stylesheets/combobox.css */
.hw-combobox__dialog__listbox, .hw-combobox__listbox {
  list-style: none;
  /* otherwise shows bullets on mobile */
}

/* mobile phone dropdown text sizing */
@media (max-width: 481px) {
  /* line 38, app/assets/stylesheets/combobox.css */
  .hw-combobox__dialog__listbox, .hw-combobox__listbox, .hw-combobox__input {
    font-size: 12px;
  }
}

/* line 4, app/assets/stylesheets/survey.scss */
[v-cloak] {
  display: none;
}

/* line 8, app/assets/stylesheets/survey.scss */
.hw-combobox__announcer {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 19, app/assets/stylesheets/survey.scss */
.has-popover {
  position: relative;
  display: block;
}

/* line 24, app/assets/stylesheets/survey.scss */
.popover {
  display: none;
}

/* line 28, app/assets/stylesheets/survey.scss */
.has-popover .popover {
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -85px;
  width: 170px;
  height: 42px;
  border-radius: 3px;
  background: #444;
  color: white;
  padding: 10px;
  text-align: center;
}

/* line 44, app/assets/stylesheets/survey.scss */
.has-popover .popover .carat {
  background: #444;
  transform: rotate(45deg);
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -7px;
  height: 15px;
  width: 15px;
  display: inline-block;
}

/* line 56, app/assets/stylesheets/survey.scss */
.hover-rating {
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  padding: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 3px;
  border: 1px solid #222;
}

/* line 68, app/assets/stylesheets/survey.scss */
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity .3s ease;
}

/* line 80, app/assets/stylesheets/survey.scss */
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

/* line 85, app/assets/stylesheets/survey.scss */
.market-selector {
  display: inline-block;
}

/* line 89, app/assets/stylesheets/survey.scss */
.market-selector input {
  position: relative;
  top: -19px;
  left: 30px;
  z-index: 999;
}

/* line 96, app/assets/stylesheets/survey.scss */
.market-selector label {
  margin-left: 4px;
  margin-right: 4px;
}

/* line 101, app/assets/stylesheets/survey.scss */
.market-selector input:active + .market {
  opacity: .9;
}

/* line 105, app/assets/stylesheets/survey.scss */
.market-selector input:checked + .market {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  border-color: greenyellow;
  background-color: #f1ffe8;
}

/* line 113, app/assets/stylesheets/survey.scss */
.market {
  border: 1px solid grey;
  border-radius: 6px;
  cursor: pointer;
  background-position: 85% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 150px;
  height: 50px;
  -webkit-filter: grayscale(0.8) opacity(0.4);
  -moz-filter: grayscale(0.8) opacity(0.4);
  filter: grayscale(0.8) opacity(0.4);
}

/* line 128, app/assets/stylesheets/survey.scss */
.market:hover {
  -webkit-filter: grayscale(0.5) opacity(0.9);
  -moz-filter: grayscale(0.5) opacity(0.9);
  filter: grayscale(0.5) opacity(0.9);
}

/* line 134, app/assets/stylesheets/survey.scss */
.yesno-selector {
  display: inline-block;
  margin-top: 20px;
}

/* line 139, app/assets/stylesheets/survey.scss */
.yesno-selector input {
  position: relative;
  top: 2px;
  left: 30px;
  z-index: 999;
}

/* line 146, app/assets/stylesheets/survey.scss */
.yesno-selector label {
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 6px;
  cursor: pointer;
  width: 150px;
  height: 50px;
  background-color: white;
  padding-top: 10px;
}

/* line 157, app/assets/stylesheets/survey.scss */
.yesno-selector input:active + .yesno {
  opacity: .9;
}

/* line 161, app/assets/stylesheets/survey.scss */
.yesno-selector input:checked + .yesno {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  border-color: greenyellow;
  background-color: #f1ffe8;
}

/* line 169, app/assets/stylesheets/survey.scss */
.yesno:hover {
  -webkit-filter: grayscale(0.5) opacity(0.9);
  -moz-filter: grayscale(0.5) opacity(0.9);
  filter: grayscale(0.5) opacity(0.9);
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 189, app/assets/stylesheets/survey.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/* line 201, app/assets/stylesheets/survey.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

/* line 207, app/assets/stylesheets/survey.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 219, app/assets/stylesheets/survey.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.5rem;
  pointer-events: none;
}

/* line 226, app/assets/stylesheets/survey.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 231, app/assets/stylesheets/survey.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}

/* line 243, app/assets/stylesheets/survey.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 252, app/assets/stylesheets/survey.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #ffffff;
}

/* line 259, app/assets/stylesheets/survey.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 576px) {
  /* line 269, app/assets/stylesheets/survey.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@media (max-height: 850px) {
  /* line 277, app/assets/stylesheets/survey.scss */
  .firstRun1 {
    display: none;
  }
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 296, app/assets/stylesheets/survey.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/* line 308, app/assets/stylesheets/survey.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

/* line 314, app/assets/stylesheets/survey.scss */
#product_with_image li {
  list-style: none;
}

/* line 318, app/assets/stylesheets/survey.scss */
#order_number_step {
  overflow: visible !important;
}

/* line 323, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default {
  margin: 18px 0;
}

/* line 325, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #cfcece;
  border-radius: 5px;
  height: 55px !important;
  text-align: left;
}

/* line 333, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 50px;
  padding-left: 16px;
}

/* line 339, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 50px;
  margin-right: 20px;
  padding-right: 0px;
  color: #444444;
  font-size: 1.5em;
}

/* line 350, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 355, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-selection--single.select2-selection--clearable .select2-selection__arrow {
  display: none;
}

/* line 360, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 12px;
  width: 36px;
}

/* line 367, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  border: none;
}

@media (max-width: 350px) {
  /* line 377, app/assets/stylesheets/survey.scss */
  #product-select-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
  }
}

/* line 385, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 389, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 397, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 401, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 410, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 419, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, #product-select-container .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 426, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, #product-select-container .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 433, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 439, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 448, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 454, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 457, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 461, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 465, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 469, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 473, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 477, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 488, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-results__option--group {
  padding: 0;
}

/* line 492, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-results__option--disabled {
  color: #999;
}

/* line 496, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

/* line 500, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

/* line 505, app/assets/stylesheets/survey.scss */
#product-select-container .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 512, app/assets/stylesheets/survey.scss */
.select2-container.select2-container--default.select2-container--open .select2-dropdown {
  background-color: #fff;
  border: 1px solid #cfcece;
  border-radius: 0 0 5px 5px;
  color: #111827;
  text-align: left;
}
