/*Sizes*/
/*Colors*/
:root {
  --swiper-theme-color: #692117;
}

* {
  touch-action: manipulation;
}

html {
  font-family: "habibs_display_rgregular", sans-serif;
  font-weight: 400;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.d-flex {
  display: flex;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  font-weight: 400;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
  text-rendering: optimizeSpeed;
  background: #FFFFFF !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

main.container.loading-on {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.hero {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0 !important;
}
.hero img {
  height: 90px !important;
  padding: 0 !important;
}

.scan-code-video {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
  align-items: center;
}
.scan-code-video video {
  height: 100%;
  width: 100%;
}
.scan-code-video h1 {
  font-weight: 900;
  font-style: normal;
  font-size: 1.2rem;
}
.scan-code-video h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.1;
}
.scan-code-video img {
  max-width: 200px;
  margin: 0 auto;
  padding: 10px 0;
}
.scan-code-video .coupon-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.scan-code-video .coupon-input label {
  font-size: 11px;
  font-weight: 700;
}
.scan-code-video .coupon-input input {
  border-radius: 6px;
  border: 1px solid #7C7C7C;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 14px;
  font-size: 14px;
}

.survey {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 16px;
}
.survey h1 {
  font-weight: 900;
  font-style: normal;
  font-size: 1.2rem;
}
.survey h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.1;
}
.survey h3 {
  margin-top: 10px;
}
.survey .question ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.survey .question ul li {
  width: 16.66%;
  text-align: center;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.survey .question ul li div {
  text-align: center;
  background: #C3C3C3;
  color: #7C7C7C;
  font-weight: 700;
  padding: 16px 10px;
  border-radius: 15px;
}
.survey .question ul li div.active {
  color: #ffffff;
}
.survey .question ul li div.active#score0, .survey .question ul li div.active#score1 {
  background: #F0141E !important;
}
.survey .question ul li div.active#score2 {
  background: #FF646B !important;
}
.survey .question ul li div.active#score3 {
  background: #FEDA32 !important;
}
.survey .question ul li div.active#score4 {
  background: #76FCC0 !important;
}
.survey .question ul li div.active#score5 {
  background: #2DA771 !important;
}
.survey .question ul li label {
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  line-height: 14px;
}
.survey .question ul li :hover {
  transform: scale(1.1);
}
.survey .justify-question label {
  color: #3C3C3C;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.42px;
}
.survey .justify-question ul {
  margin-top: 20px;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
.survey .justify-question ul li {
  text-align: center;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.survey .justify-question ul li div {
  font-size: 12px;
  text-align: center;
  color: #3C3C3C;
  padding: 0 6px;
  border-radius: 4px;
  border: 1px solid #ECECEC;
  line-height: 20px;
}
.survey .justify-question ul li div.active {
  color: #ffffff;
}
.survey .justify-question ul li div.active.negative {
  background: #F0141E !important;
}
.survey .justify-question ul li div.active.positive {
  background: #28C600 !important;
}
.survey .justify-question ul li :hover {
  transform: scale(1.1);
}
.survey .description {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.survey .description label {
  color: #3C3C3C;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.42px;
}
.survey .description textarea {
  margin-top: 16px;
  padding: 6px;
  border-radius: 8px;
  border: 1px solid #A5A5A5;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.survey .description textarea::-webkit-resizer {
  background: transparent;
}
.survey .description .max-caracter {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  color: #A5A5A5;
}
.survey button.btn-habibs {
  margin-top: 20px;
}

.finish {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 16px;
}
.finish img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.finish h1 {
  font-weight: 900;
  font-style: normal;
  font-size: 1.2rem;
}
.finish h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.1;
}

button.btn-habibs {
  width: 100%;
  background: #F0141E;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  border-radius: 8px;
  border: none;
}
button.btn-habibs:disabled, button.btn-habibs[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

video#preview {
  display: none;
  height: 400px;
}

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