* {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  width: 100%;
  height: var(--appHeight);
  font-family: "Montserrat", sans-serif;
  color: #7888A1;
  font-size: 0.9rem;
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
  /* Variable for global height with notch */
  --appHeight: calc(100vh - var(--sat));
}
body[no-faq=true] #dw_faqs {
  display: none;
}

#widget_backdrop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  animation: fadeIn 200ms forwards;
}
#widget_backdrop.show_backdrop {
  display: block;
}
#widget_backdrop.hide_backdrop {
  display: none;
}

#help_btn {
  cursor: pointer;
  border-radius: 100%;
}
#help_btn:hover {
  filter: brightness(1.1);
}
#help_btn.topRight {
  position: absolute;
  top: 20px;
  right: 20px;
}
#help_btn.bottomRight, #help_btn.default {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#widget {
  height: 100vh;
  width: 450px;
  background: white;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transition-duration: 400ms;
  overflow: scroll;
}
#widget::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 600px) {
  #widget {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
#widget.show_widget {
  transform: translateX(0%);
}
#widget.show_widget .step_img {
  opacity: 0;
  animation: slideUp 700ms forwards;
  animation-delay: 100ms;
}
#widget.show_widget .desc_btn_wrap {
  opacity: 0;
  animation: slideUp 500ms normal forwards;
}
#widget.show_widget .desc_btn_wrap:nth-of-type(1) {
  animation-delay: 100ms;
}
#widget.show_widget .desc_btn_wrap:nth-of-type(2) {
  animation-delay: 300ms;
}
#widget.hide_widget {
  transform: translateX(100%);
}
#widget .step {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
#widget .step.step_hidden {
  visibility: hidden;
}
#widget .step .back_btn {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  transition-duration: 200ms;
}
#widget .step .back_btn.lower_back_btn {
  top: 290px;
}
#widget .step .back_btn:hover {
  border-radius: 20px;
}
#widget .step#step_home .step_header {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 350px;
  flex-direction: column;
  background: #9DCDFF;
}
#widget .step#step_home .step_header .step_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}
#widget .step#step_home .step_header .step_title {
  margin-top: 30px;
  text-align: center;
  z-index: 1;
}
#widget .step#step_home .step_header .step_title p {
  color: #354D71;
  font-weight: bold;
}
body[data-project=satoris] #widget .step#step_home .step_header .step_title p {
  color: #e0e0e0;
}
#widget .step#step_home .step_header .step_title h1 {
  margin-top: 20px;
}
body[data-project=satoris] #widget .step#step_home .step_header .step_title h1 {
  color: #e0e0e0;
}
#widget .step#step_faq .step_header {
  position: relative;
  height: 23%;
  width: 100%;
  background: #F3EBD2;
}
#widget .step#step_faq .step_header p {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
body[data-project=satoris] #widget .step#step_faq .step_header p {
  color: #e0e0e0;
}
#widget .step#step_faq .step_header .step_header_flex {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  gap: 20px;
}
#widget .step#step_faq .step_header .step_header_flex .step_img {
  width: 100px;
  object-fit: contain;
}
#widget .step#step_faq .step_header .step_header_flex .step_title {
  width: 100%;
  padding-right: 20px;
}
#widget .step#step_faq .step_header .step_header_flex .step_title p {
  color: #354D71;
  font-weight: bold;
}
#widget .step#step_faq .step_header .step_header_flex .step_title h1 {
  margin-top: 20px;
}
body[data-project=satoris] #widget .step#step_faq .step_header .step_header_flex .step_title h1 {
  color: #e0e0e0;
}
#widget .step#step_faq .step_header .step_header_flex .step_title h2 {
  color: #354D71;
}
body[data-project=satoris] #widget .step#step_faq .step_header .step_header_flex .step_title h2 {
  color: #e0e0e0;
}
#widget .step#step_faq_item .step_header {
  position: relative;
  width: 100%;
  background: #F3DAD2;
}
#widget .step#step_faq_item .step_header p {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
#widget .step#step_faq_item .step_header .step_header_flex {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  gap: 20px;
}
#widget .step#step_faq_item .step_header .step_header_flex .step_img {
  width: 80px;
  object-fit: contain;
}
#widget .step#step_faq_item .step_header .step_header_flex .step_title {
  width: 100%;
  padding-right: 20px;
}
#widget .step#step_faq_item .step_header .step_header_flex .step_title p {
  color: #354D71;
  font-weight: bold;
}
#widget .step#step_faq_item .step_header .step_header_flex .step_title h1 {
  margin-top: 20px;
}
#widget .step#step_form .step_header {
  position: relative;
  height: 23%;
  width: 100%;
  background: #B4BEF3;
}
#widget .step#step_form .step_header p {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
body[data-project=satoris] #widget .step#step_form .step_header p {
  color: #e0e0e0;
}
#widget .step#step_form .step_header h2 {
  color: #354D71;
}
body[data-project=satoris] #widget .step#step_form .step_header h2 {
  color: #e0e0e0;
}
#widget .step#step_form .step_header .step_header_flex {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
}
#widget .step#step_form .step_header .step_header_flex .step_img {
  width: 110px;
  object-fit: contain;
}
#widget .step#step_form .step_header .step_header_flex .step_title {
  width: 100%;
  padding-right: 20px;
}
#widget .step#step_form .step_header .step_header_flex .step_title p {
  color: #354D71;
  font-weight: bold;
}
#widget .step#step_form .step_header .step_header_flex .step_title h1 {
  margin-top: 20px;
}
#widget .step#step_faq_item .step_content {
  padding: 0 20px;
}
#widget .step#step_faq .step_content {
  padding: 0;
}
#widget .step#step_faq .step_content .step_filter {
  padding: 20px 20px 0 20px;
}
#widget .step#step_form .step_content {
  overflow: scroll;
  height: 100%;
}
#widget .step#step_form .step_content form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#widget .step#step_form .step_content form input[type=file] + input {
  background-color: #B4BEF3;
  color: white;
  font-weight: 600;
}
#widget .step#step_form .step_content form input[type=file].hasValue + input {
  background-color: #F0F0F0;
  color: black;
}
#widget .step#step_form_done .step_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}
#widget .step#step_form_done .step_content img {
  margin-top: 50%;
  max-width: 160px;
}
#widget .step .step_content {
  padding: 20px;
  width: 100%;
  flex-grow: 1;
  overflow: hidden;
}
#widget .step .step_content::-webkit-scrollbar {
  display: none;
}
#widget .step .step_content #faq_list {
  overflow: scroll;
  height: 100%;
  padding: 20px 20px 100px 20px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#widget .step .step_content #faq_list::-webkit-scrollbar {
  display: none;
}
#widget .step .step_content #faq_list #faq_list_wrapper {
  height: 100%;
  width: 100%;
}
#widget .step .step_content #faq_list .faq_item {
  border-radius: 12px;
  background: #F5F7F9;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  transition: transform 150ms;
}
#widget .step .step_content #faq_list .faq_item:hover {
  transform: scale(1.02);
}
#widget .step .step_content #faq_list .faq_item p {
  margin: 0;
  line-height: 1.6;
  flex-grow: 1;
  font-weight: 500;
  padding-right: 20px;
}
#widget .step .step_content .form_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  background: white;
  color: #354D71;
  border-radius: 14px;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 150ms;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
}
#widget .step .step_content .form_btn#send_by_wa {
  margin-top: 10px;
  background-color: #25D366;
  background-image: url(assets/whatsapp.svg);
  background-size: 25px, 25px;
  background-position: 93% 50%;
  background-repeat: no-repeat;
  color: white;
  padding-right: 30px;
}
#widget .step .step_content .form_btn#send_by_teams {
  margin-top: 10px;
  background-color: #7B83EB;
  background-image: url(assets/teams_white.svg);
  background-size: 50px, 50px;
  background-position: 93% 50%;
  background-repeat: no-repeat;
  color: white;
  padding-right: 30px;
}
#widget .step .step_content .form_btn:hover {
  transform: scale(1.02);
}
#widget .step .step_content #faq_item_content {
  padding: 20px 0 50px 0;
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
#widget .step .step_content #faq_item_content::-webkit-scrollbar {
  display: none;
}
#widget .step .step_content #faq_item_content img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}
#widget .step .step_content .step_desc {
  text-align: center;
  margin: 40px 0;
}
#widget .step .step_content .desc_btn {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  background: white;
  border-radius: 14px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 150ms;
}
#widget .step .step_content .desc_btn:hover {
  transform: scale(1.02);
}
#widget .step .step_content .desc_btn_l .desc_btn_img {
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
#widget .step .step_content .desc_btn_l .desc_btn_img img {
  width: 43px;
}
#widget .step .step_content .desc_btn_r h3 {
  margin: 0;
}
#widget .step .step_content .desc_btn_r p {
  margin: 4px 0 0 0;
}

h1, h3 {
  color: #354D71;
}

h1 {
  margin-block-end: 0;
  font-size: 2.5rem;
}

.input-container {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.input-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
}
.input-container input, .input-container select {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  border: solid 2px #EBEEF3;
  padding: 14px 40px 14px 20px;
  font-size: 1.1rem;
  color: #72829C;
  font-family: "Montserrat", sans-serif;
}
.input-container input#filter, .input-container select#filter {
  padding: 14px 40px 14px 60px;
}
.input-container textarea {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  border: solid 2px #EBEEF3;
  padding: 20px;
  font-size: 1.1rem;
  color: #72829C;
  font-family: "Montserrat", sans-serif;
  resize: none;
}
.input-container #result_count {
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.grecaptcha-badge {
  display: none;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #6e80f3;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

.flex_grow {
  flex-grow: 1;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@font-face {
  font-family: Montserrat;
  src: url(assets/fonts/Montserrat.ttf);
}
.form_btn_submit {
  overflow: hidden;
}
.form_btn_submit.sending {
  pointer-events: none;
  position: relative;
  outline: none;
}
.form_btn_submit.sending::after {
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  content: "";
  background: rgba(0, 0, 0, 0.2) !important;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  animation-name: disable;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-duration: 3s;
}

@keyframes disable {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.loader-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transition-duration: 400ms;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-container .loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #7888A1;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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