input[type="text"] {
  -webkit-appearance: none;
}
input[type="checkbox"] {
  -webkit-appearance: normal;
}
.bowtie-hidden {
  display: none;
}
.short_container {
  height: 77% !important;
}
.tippy-popper.html-template {
  outline: none;
  z-index: 10000000000000000 !important;
}
.tippy-tooltip.light-theme {
  box-shadow: 0 4px 15px -4px rgba(0,0,0,0.17);
}
.tippy-tooltip.light-theme .tippy-backdrop {
  background-color: rgba(255,255,255,0.98) !important;
}
.tippy-tooltip.light-theme .tippy-content {
  background-color: rgba(255,255,255,0.98) !important;
}
.pika-single {
  z-index: 10000000000000000 !important;
}
.is-selected .pika-button,
.has-event .pika-button {
  box-shadow: none !important;
  font-family: 'Averta' !important;
}
.bowtie_text_link {
  color: #00f !important;
  text-decoration: underline !important;
}
.bowtie-form-loader {
  position: absolute;
  right: 10px;
  top: 10px;
}
.bowtie-pro {
  background-image: url("https://dreamscopeapp.com/static/images/spinner-large.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  color: #fff;
  transition: all 0.2s ease;
}
.bowtie-finish {
  transition: all 0.2s ease;
}
.input_tooltip_title {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  font-family: 'Averta-Semibold';
  font-size: 14px;
  color: rgba(0,0,0,0.8);
}
.input_tooltip_item {
  list-style-type: none !important;
  padding: 15px 30px !important;
  color: #8a949e !important;
  display: flex !important;
  justify-content: center !important;
  margin-right: -8px !important;
  margin-left: -8px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  font-family: 'Averta-Semibold' !important;
  align-items: center !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 13px !important;
}
.input_tooltip_item:hover {
  background-color: #eff2f4;
}
.emoji_list {
  display: inline-block;
  width: 294px;
  height: 210px;
  max-width: 294px;
  overflow-y: scroll;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.05);
}
.emoji_list .emoji_item {
  cursor: pointer;
  font-size: 29px;
  padding: 5px;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  float: left;
  transition: all 0.2s ease;
}
.emoji_list .emoji_item:hover {
  transform: scale(1.1);
  background-color: rgba(0,0,0,0.1);
}
#bowtie-demo-cover {
  z-index: 999999;
  width: 1500px;
  height: 1050px;
  background-image: radial-gradient(1500px 1050px ellipse at 70% 100%, rgba(255,255,255,0.85) 0, rgba(255,255,255,0) 72%);
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
}
#bowtie-demo-book {
  width: 450px;
  overflow: hidden;
  border-radius: 5px;
  height: 95%;
  box-shadow: 0 4px 15px -4px rgba(0,0,0,0.3);
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: none;
  animation-delay: 5s;
  z-index: 99999999;
}
#bowtie-demo-your-site {
  display: none;
  position: fixed;
  right: 345px;
  bottom: 155px;
  animation-delay: 0.3s;
  z-index: 99999999;
}
#bowtie-input-tools {
  display: flex;
  position: absolute;
  flex-direction: row;
  width: 59px;
  right: 8px;
  top: 13px;
  justify-content: center;
  align-items: center;
}
#bowtie-input-tools #bowtie-send-button {
  font-size: 13px;
  letter-spacing: 0.2px;
  height: 100%;
  border-radius: 7px;
  color: #fff;
  padding: 4px 10px 2.5px;
  margin-top: -1px;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 99999999;
  cursor: pointer;
}
#bowtie-input-tools #bowtie-start-over {
  font-size: 13px;
  letter-spacing: 0.2px;
  height: 100%;
  border-radius: 7px;
  color: #808080;
  padding: 4px 10px 2.5px;
  margin-top: -1px;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 99999999;
  cursor: pointer;
  margin-right: 25px;
  margin-left: 4px;
}
#bowtie-input-tools #bowtie-menu-picker {
  width: 89%;
  margin-top: -1px;
  color: rgba(0,0,0,0.3);
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
#bowtie-input-tools #bowtie-menu-picker:hover {
  transform: scale(1.05);
  color: #000;
}
#bowtie-input-tools #bowtie-emoji-picker {
  width: 100%;
  color: rgba(0,0,0,0.3);
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
#bowtie-input-tools #bowtie-emoji-picker:hover {
  transform: scale(1.05);
  color: #000;
}
#bowtie-input-tools #bowtie-startover-picker {
  width: 100%;
  color: rgba(0,0,0,0.3);
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
#bowtie-input-tools #bowtie-startover-picker:hover {
  transform: scale(1.05);
  color: #000;
}
#bowtie-made-by {
  position: absolute;
  margin: auto;
  right: 155px;
  bottom: 10px;
  font-size: 8px;
  color: #cacaca;
  background-color: #fff;
  padding: 3px 6px;
  border-radius: 18px;
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Averta-Semibold';
  transform: scale(1.05);
}
#bowtie-made-by:hover {
  transform: scale(1.12);
}
#bowtie-privacy {
  position: absolute;
  margin: auto;
  right: 7px;
  bottom: 7px;
  font-size: 12px;
  color: #4fbb9f;
  background-color: #fff;
  padding: 3px 6px;
  border-radius: 18px;
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Averta-Semibold';
  transform: scale(1.05);
}
#bowtie-privacy i {
  font-size: 12px;
}
#bowtie-privacy:hover {
  transform: scale(1.12);
}
#bowtie-cta-background {
  width: 500px;
  height: 250px;
  background-image: radial-gradient(450px 200px ellipse at 100% 100%, rgba(29,39,54,0.2) 0, rgba(29,39,54,0) 72%);
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}
@media screen and (max-width: 600px) {
  #bowtie-cta-background {
    display: none;
  }
}
#bowtie-cta {
  font-family: 'Averta', BlinkMacSystemFont, 'proxima_nova_semibold';
  position: fixed;
  justify-content: center;
  align-items: flex-end;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  display: none;
  z-index: 999999999;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box !important;
}
#bowtie-cta:hover {
  bottom: 28px;
}
#bowtie-cta #bowtie-message-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: -10px;
  background-image: url("https://s3.amazonaws.com/bowtie.ai/bowtie_assets/icons/message_icon.png");
  background-size: 30px;
  background-repeat: no-repeat;
}
#bowtie-cta #bowtie-cta-bubble {
  display: flex;
  width: 290px;
  flex-direction: column;
  margin-right: 10px;
  background-color: #fff;
  padding: 16px 20px 15px;
  box-shadow: 0 2px 11px 0 rgba(35,47,63,0.15);
  border-radius: 12px;
  box-sizing: border-box !important;
  transition: all 0.25s ease;
  animation-delay: 0.2s !important;
}
#bowtie-cta #bowtie-cta-bubble:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 600px) {
  #bowtie-cta #bowtie-cta-bubble {
    display: none;
    max-width: 200px;
  }
}
#bowtie-cta #bowtie-cta-bubble #bowtie-cta-close_button {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  line-height: 20px;
  background-color: rgba(0,0,0,0.05);
  margin-bottom: 8px;
  text-align: center;
  color: #98949e;
  vertical-align: text-bottom;
  font-size: 11px !important;
  position: absolute;
  top: 6px;
  right: 84px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  transition: all 0.2s ease;
}
#bowtie-cta #bowtie-cta-bubble #bowtie-cta-close_button:hover {
  background-color: rgba(0,0,0,0.1);
}
#bowtie-cta #bowtie-cta-bubble #bowtie-cta-header {
  width: 95%;
  font-size: 14px;
  margin-bottom: 6px;
  font-family: 'Averta-Semibold';
  font-weight: 500;
  line-height: 20px;
}
#bowtie-cta #bowtie-cta-bubble #bowtie-cta-title {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Averta';
  box-sizing: border-box;
  color: #82868e;
  font-weight: 400;
}
#bowtie-cta #bowtie-cta-bubble #bowtie-cta-quick-reply {
  display: none;
  width: 100%;
  font-size: 13px;
  line-height: 19px;
  background-color: #f6f5f9;
  padding: 5px 4px;
  box-sizing: border-box;
  border-top: 1px solid #e8e6ea;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 9999999999999;
}
#bowtie-cta #bowtie-cta-bubble #bowtie-cta-subtitle {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
  color: #232323;
}
#bowtie-cta #bowtie-cta-bubble #bowtie-cta-arrow {
  display: none;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 78px;
  right: 27px;
  background-color: #f6f5f9;
  transform: rotate(45deg);
  border: 1px solid rgba(0,0,0,0.08);
}
#bowtie-cta #bowtie-cta-media {
  display: none;
  height: 150px;
  background-size: cover;
  margin: 0 0 9px 0;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
  width: 290px;
  transition: all 0.25s ease;
  box-shadow: 0 3px 11px 0 rgba(35,47,63,0.3);
  animation-delay: 0.3s !important;
}
#bowtie-cta #bowtie-cta-input {
  width: 290px;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 8px;
  font-family: 'Averta-Semibold';
  box-sizing: border-box;
  z-index: 9999999999999;
  font-weight: 400;
  animation-delay: 0.4s !important;
}
#bowtie-cta #bowtie-cta-input #bowtie-cta-input-field {
  display: none;
}
#bowtie-cta #bowtie-cta-input #bowtie-cta-click {
  padding: 15px 7px 14px;
  font-size: 14px;
  font-family: 'Averta';
  outline: none;
  box-sizing: border-box;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  transition: all 0.25s ease;
  font-weight: 400;
  box-shadow: 0 3px 11px 0 rgba(35,47,63,0.3);
  border-radius: 12px;
}
#bowtie-cta #bowtie-cta-input #bowtie-cta-click:hover {
  transform: scale(1.02);
}
#bowtie-cta #bowtie-cta-input input {
  width: 97%;
  margin-left: 1.5%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 5px 10px 5px 10px;
  font-size: 13px;
  font-family: 'Averta';
  margin-right: 5%;
  outline: none;
  box-sizing: border-box;
  color: #64676a;
  vertical-align: middle;
  height: 35px;
  transition: all 0.15s ease-in-out;
}
#bowtie-cta #bowtie-cta-input input:focus {
  border: 1px solid rgba(0,0,0,0.2);
}
#bowtie-cta #bowtie-cta-input input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.3) !important;
}
#bowtie-cta #bowtie-message-badge {
  display: none;
  position: absolute;
  bottom: 53px;
  right: 5px;
  color: #fff;
  text-align: center;
  width: 22px;
  height: 19px;
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #ff0052;
  z-index: 9999999999;
  font-size: 11px;
  font-family: 'Averta-Semibold';
  line-height: 19px;
}
#bowtie-cta #book_now_button {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 65px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 2px 10px 0 rgba(35,47,63,0.25);
  transition: all 0.25s ease-in-out;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.96);
  background-size: cover;
  background-position: 50% 50%;
  vertical-align: -20px;
}
body {
  letter-spacing: 0px !important;
  -webkit-font-smoothing: antialiased;
}
#bowtie-widget-container {
  line-height: 19px !important;
  font-weight: 400 !important;
}
#bowtie-main_container {
  width: 380px;
  height: 95%;
  max-height: 750px;
  background-image: linear-gradient(-180deg, #eceff3 0%, #fefeff 100%);
  background-color: rgba(245,248,251,0.97);
  position: fixed;
  right: 15px;
  bottom: 23px;
  overflow: hidden;
  z-index: 999999999;
  display: none;
  flex-direction: column;
  font-family: 'Averta', BlinkMacSystemFont, 'proxima_nova_semibold';
  box-shadow: 0 20px 34px 0 rgba(0,0,0,0.3);
  border-radius: 15px;
  animation-duration: 0.4s !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
@media screen and (max-width: 600px) {
  #bowtie-main_container {
    width: 100%;
    height: 100%;
    max-height: 100%;
    right: 0;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow-y: initial;
    -webkit-overflow-scrolling: touch;
  }
}
#bowtie-main_container ::-webkit-scrollbar {
  display: none !important;
}
#bowtie-header {
  width: 380px;
  height: 85px;
  min-height: 85px;
  margin: auto;
  z-index: 999999999;
  cursor: pointer;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
#bowtie-header #bowtie-header_text {
  width: 100%;
  height: 100%;
  opacity: 0.85;
  text-align: center;
  line-height: 65px;
  color: #fff;
  font-weight: 400;
  position: relative;
}
#bowtie-header #bowtie-header_text #bowtie-header-close {
  position: absolute;
  left: 16px;
  top: 29%;
  height: 35px;
  width: 35px;
  background: rgba(0,0,0,0.07);
  line-height: 55px;
  border-radius: 8px;
  color: #fff;
  transition: all 0.25s ease-in-out;
  z-index: 99999999999;
}
#bowtie-header #bowtie-header_text #bowtie-header-close:hover {
  background: rgba(0,0,0,0.15);
  transform: scale(1.05);
}
#bowtie-header #bowtie-header_text #bowtie-switch-icon {
  position: absolute;
  right: 16px;
  top: 5%;
  color: #fff;
  display: none;
  z-index: 999999999999;
  transition: all 0.25s ease-in-out;
}
#bowtie-header #bowtie-header_text #bowtie-title-image {
  position: absolute;
  height: 103%;
  width: 100%;
  z-index: 9999999;
  background-position: 50% 51%;
  background-size: 22%;
  background-repeat: no-repeat;
}
#bowtie-header #bowtie-header_text #bowtie-background-image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.07;
}
@media screen and (max-width: 600px) {
  #bowtie-header {
    width: 100%;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}
#bowtie-persistent-switch {
  width: 340px;
  height: 60px;
  background-color: #fff;
  margin-top: 65px;
  position: fixed;
  z-index: 999998;
  padding: 10px 15px;
  box-sizing: border-box;
  display: none;
  box-shadow: 0 3px 24px 0 rgba(0,0,0,0.06);
}
@media screen and (max-width: 600px) {
  #bowtie-persistent-switch {
    width: 100%;
  }
}
#bowtie-persistent-switch input {
  width: 72%;
  height: 33px;
  margin-left: 2px;
  border-radius: 4px;
  outline: none;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0px !important;
  -webkit-appearance: none;
  border: 1px solid rgba(0,0,0,0.1);
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 600px) {
  #bowtie-persistent-switch input {
    width: 76%;
  }
}
#bowtie-switch-channel {
  display: flex;
  flex-direction: column;
  width: 101%;
  background-color: rgba(255,255,255,0.65);
  box-shadow: 0 4px 15px -4px rgba(0,0,0,0.04);
  border-radius: 11px;
  float: left;
  margin-left: -0.5%;
  margin-top: 14px;
  margin-bottom: 17px;
  padding: 23px 13px 17px;
  box-sizing: border-box;
  z-index: 999999;
  cursor: pointer;
  color: #898c8f;
  font-size: 13px;
  -webkit-backface-visibility: hidden;
  transition: all 0.25s ease-in-out;
}
#bowtie-switch-channel:active {
  transform: scale(0.96);
}
#bowtie-switch-channel #bowtie-switch-top {
  display: flex;
  flex-direction: row;
  padding: 0 2%;
}
#bowtie-switch-channel #bowtie-switch-bottom {
  margin-top: 13px;
  display: flex;
  justify-content: center;
}
#bowtie-switch-channel #bowtie-switch-bottom input {
  width: 80%;
  height: 40px;
  letter-spacing: 0px !important;
  margin-left: 2px;
  border-radius: 8px 0px 0px 8px;
  outline: none;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0px !important;
  -webkit-appearance: none;
  border: 1px solid rgba(0,0,0,0);
  background-color: rgba(0,0,0,0.02);
  transition: all 0.25s ease-in-out;
  font-family: 'Averta';
}
#bowtie-switch-channel #bowtie-switch-bottom input::-webkit-input-placeholder {
  letter-spacing: 0px !important;
  color: rgba(0,0,0,0.3) !important;
}
#bowtie-switch-channel #bowtie-switch-bottom .bowtie-switch-button {
  width: 15%;
  border-radius: 0px 8px 8px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-left: -1px;
}
#bowtie-switch-channel #bowtie-switch-bottom .bowtie-switch-button:hover {
  opacity: 0.75;
}
#bowtie-switch-channel #bowtie-switch-left {
  width: 15%;
}
#bowtie-switch-channel #bowtie-switch-right {
  width: 85%;
  padding-left: 10px;
}
#bowtie-switch-channel #bowtie-switch-right .bowtie-switch-title {
  font-family: 'Averta-Semibold';
}
#bowtie-switch-channel #bowtie-switch-right .bowtie-switch-subtitle {
  font-size: 12px;
}
#bowtie-switch-channel #bowtie-switch-second-line {
  font-family: 'Averta-Semibold';
}
#bowtie-switch-channel #bowtie-switch-text {
  text-align: center;
}
#bowtie-switch-channel #bowtie-switch-phone {
  display: none;
}
.bowtie-submit-switch {
  width: 40%;
  height: 33px;
  margin-left: 2.5%;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  display: inline;
  padding: 8px 11px;
  line-height: 41px;
  font-family: 'Averta-Semibold';
  transition: all 0.25s ease-in-out;
}
.bowtie-submit-switch:hover {
  opacity: 0.9;
  transform: scale(1.03);
  box-shadow: 0 7px 15px 0 rgba(0,0,0,0.1);
}
.bowtie-submit-switch:focus {
  opacity: 1;
  transform: scale(1);
}
.bowtie-submit-switch.pro {
  background-image: url("https://dreamscopeapp.com/static/images/spinner-large.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  color: #fff;
  padding: 8px 20px;
  transition: all 0.2s ease;
}
.bowtie-submit-switch.finish {
  padding: 8px 20px;
  transition: all 0.2s ease;
}
#bowtie-menu-shadow {
  width: 380px;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 999999999999;
  bottom: 123px;
  background-image: linear-gradient(-180deg, rgba(255,255,255,0) 0%, #fff 100%);
}
#bowtie-chat_messages {
  width: 380px;
  height: 100%;
  overflow-y: scroll;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 600px) {
  #bowtie-chat_messages {
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
#bowtie-text_container {
  position: relative;
  height: 100px;
  min-height: 100px;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0);
  border-top: 1px solid rgba(0,0,0,0);
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  overflow: hidden;
  z-index: 999999999;
  transition: all 0.25s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
@media screen and (max-width: 600px) {
  #bowtie-text_container {
    width: 100%;
    bottom: 0px;
    border-radius: 0;
    left: 0;
  }
}
#qr_container {
  display: none;
  width: 380px;
  bottom: 0;
  background-color: #fff;
  z-index: 9999990;
  padding: 9px 0 9px 0;
  box-sizing: border-box;
  box-shadow: 0 0 15px -4px rgba(0,0,0,0.13);
  transition: all 0.25s ease-in-out;
  border-radius: 10px 10px 0 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}
@media screen and (max-width: 600px) {
  #qr_container {
    width: 100%;
    bottom: 0px;
  }
}
#bowtie-text_entry {
  resize: none;
  width: 380px !important;
  height: 100%;
  letter-spacing: 0px !important;
  border: 0px !important;
  outline: none !important;
  padding: 15px 75px 15px 15px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 17px !important;
  font-family: 'Averta' !important;
  background-color: rgba(255,255,255,0.99) !important;
  color: rgba(0,0,0,0.85) !important;
  box-sizing: border-box !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
  box-shadow: none !important;
}
#bowtie-text_entry::-webkit-input-placeholder {
  color: rgba(0,0,0,0.3) !important;
  letter-spacing: 0px !important;
}
@media screen and (max-width: 600px) {
  #bowtie-text_entry {
    width: 100% !important;
  }
}
.bowtie-registration_field {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 10px;
  box-sizing: border-box;
  outline: none;
  border: 0px;
  margin-top: 5px;
  font-size: 13px;
  box-shadow: 0px 3px 14px rgba(0,0,0,0.05);
}
.bowtie-registration_field::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
  text-transform: capitalize !important;
  color: rgba(0,0,0,0.2) !important;
}
.bowtie-registration_field:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  text-transform: capitalize !important;
  color: rgba(0,0,0,0.2) !important;
  opacity: 1;
}
.bowtie-registration_field::-moz-placeholder {
/* Mozilla Firefox 19+ */
  text-transform: capitalize !important;
  color: rgba(0,0,0,0.2) !important;
  opacity: 1;
}
.bowtie-registration_field:-ms-input-placeholder {
/* Internet Explorer 10-11 */
  text-transform: capitalize !important;
  color: rgba(0,0,0,0.2) !important;
}
.bowtie-registration_field::-ms-input-placeholder {
/* Microsoft Edge */
  text-transform: capitalize !important;
  color: rgba(0,0,0,0.2) !important;
}
.bowtie-submit_container_form {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 14px;
}
.bubble {
  clear: both;
}
.bowtie-date_marker {
  display: block;
  padding: 10px 15px 10px 15px;
  color: #8b8b8b;
  text-align: center;
  box-sizing: border-box;
  float: right;
  width: 100%;
  border-radius: 15px;
  margin-left: 50px;
  margin-top: 7px;
  line-height: 19px;
  font-size: 12px;
  border-bottom-right-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bubble {
  clear: both;
  position: relative;
}
.webchat_user_bubble {
  padding: 15px 15px 13px 15px;
  color: #fff;
  max-width: 60%;
  text-align: left;
  word-wrap: break-word;
  float: right;
  border-radius: 15px;
  margin: 6px 0 8px;
  font-size: 14px;
  line-height: 19px;
  box-shadow: 0 3px 14px -3px rgba(0,0,0,0.2);
  font-family: 'Averta';
  transition: all 0.15s ease-in-out;
  -webkit-print-color-adjust: exact;
}
.webchat_user_bubble:hover {
  opacity: 0.87;
}
.webchat_user_bubble a {
  text-decoration: underline !important;
  color: #4b74ff !important;
}
.webchat_company_message {
  display: flex;
  flex-direction: row;
  float: left;
  clear: both;
  align-items: flex-end;
  max-width: 88%;
  padding: 6px 0 8px;
}
.webchat_company_message .webchat_company_avatar {
  position: relative;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 8px;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  box-shadow: 0 4px 15px -4px rgba(0,0,0,0.2);
}
.webchat_company_message .structured_bubble {
  display: block;
  padding: 2px;
  text-align: left;
  border-radius: 15px;
  margin-left: 10px;
  margin-top: 10px;
  color: rgba(0,0,0,0.8) !important;
  font-size: 14px;
  line-height: 19px;
  overflow: hidden;
  box-shadow: 0 4px 15px -4px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.02);
  background-color: rgba(218,217,225,0.9);
  border-bottom-left-radius: 3px;
  font-family: 'Averta';
  transition: all 0.15s ease-in-out;
  -webkit-print-color-adjust: exact;
}
.webchat_company_message .structured_bubble:hover {
  opacity: 0.75;
}
.webchat_company_bubble {
  display: block;
  padding: 15px 15px 12px 15px;
  text-align: left;
  word-wrap: break-word;
  border-radius: 15px;
  margin-left: 10px;
  color: #52535a !important;
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
  box-shadow: 0 3px 10px -3px rgba(0,0,0,0.04);
  background-color: #fff;
  font-family: 'Averta';
  transition: all 0.15s ease-in-out;
  -webkit-print-color-adjust: exact;
}
.webchat_company_bubble:hover {
  background-color: rgba(255,255,255,0.95);
}
.webchat_company_bubble a {
  text-decoration: underline !important;
  color: #4b74ff !important;
}
.webchat_company_bubble ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.webchat_company_bubble ul li {
  padding: 3px 0;
}
.survey-div {
  clear: both;
  font-size: 12px;
  margin: 5px 5px 6px 5px;
  padding: 5px 5px 8px 5px;
  color: #7c7e84;
}
.message_bubble_container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  border-radius: 15px;
  margin-left: 10px;
}
.message_bubble_container .webchat_company_bubble {
  margin-left: 0px;
}
.message_bubble_container.dark {
  background-color: #edeef3;
}
.answersContainer {
  margin-left: 5px;
}
.answersContainer > span {
  margin-left: 5px;
  padding: 6px;
  border-radius: 50%;
  background: #d8d8d8;
  font-size: 16px;
  cursor: pointer;
}
.answersContainer > span:hover {
  background-color: #c8c8c8;
}
.bowtie-structured-icon {
  border-radius: 40px;
  width: 35px;
  height: 35px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-top: -36px;
}
.time_divider {
  display: inline-block;
  clear: both;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 11px;
  font-family: 'Averta-Semibold';
  opacity: 0.3;
}
.time_divider:first-child {
  margin-top: 20px;
  margin-bottom: 0;
}
.time_divider span {
  background-color: #eff2f4;
  padding: 13px 10px;
  border-radius: 27px;
  position: relative;
  top: 0;
}
.bowtie-response {
  float: left;
  clear: both;
  display: inline-block;
  margin-top: 10px;
}
.bowtie-profile_pic {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 9px;
  background-color: #fff;
  vertical-align: 0px;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 600px) {
  .bowtie-profile_pic {
    vertical-align: -10px;
  }
}
.bowtie-qr-title {
  text-align: center;
  font-size: 11.5px;
  padding: 6px 8px 10px;
  color: #333;
  opacity: 0.7;
}
.bowtie-quick_reply {
  cursor: pointer;
  margin: auto;
  display: inline-flex;
  width: 39.8%;
  color: #fff;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  padding: 8px 10px;
  font-family: 'Averta';
  background-color: #fff;
  border-radius: 13px;
  border: 1px solid custom_color;
  font-size: 13px !important;
  margin-bottom: 5px;
  margin-left: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  transition: all 0.15s ease-in-out;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.bowtie-quick_reply:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 600px) {
  .bowtie-quick_reply {
    width: 39.5%;
  }
}
.bowtie-receipt {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 8px 27px 11px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  box-sizing: border-box;
}
.bowtie-receipt .bowtie-receipt-header {
  width: 100%;
  padding: 5px 10px 8px 10px;
  box-sizing: border-box;
}
.bowtie-receipt .bowtie-receipt-title {
  font-family: 'Averta-Semibold';
  opacity: 0.8;
  margin-bottom: 3px;
  font-size: 13px;
}
.bowtie-receipt .bowtie-receipt-title:first-child {
  margin-top: 5px;
}
.bowtie-receipt .bowtie-receipt-subtitle {
  font-size: 11px !important;
  line-height: 15px;
  margin-bottom: 15px;
  overflow-y: auto;
  height: 100px;
}
.bowtie-receipt .bowtie-receipt-price {
  font-size: 13px;
  width: 100%;
  padding-top: 10px;
  text-align: right;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.bowtie-receipt .bowtie-receipt-footer {
  font-size: 10px;
  width: 80%;
  padding-top: 4px;
  text-align: center;
  margin: auto;
  opacity: 0.6;
  line-height: 12px;
}
.bowtie-notification-form {
  display: block;
  width: 240px;
  margin-left: 10px;
  margin-top: 30px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 7px;
  box-shadow: 0 3px 10px -3px rgba(0,0,0,0.04);
  padding: 15px;
  box-sizing: border-box;
}
.bowtie-notification-form .bowtie-notification-header {
  width: 100%;
  padding: 5px 5px 10px 5px;
  box-sizing: border-box;
}
.bowtie-notification-form .bowtie-notification-title {
  font-family: 'Averta-Semibold';
  font-size: 13px;
  text-align: center;
}
.bowtie-notification-form .bowtie-notification-subtitle {
  font-size: 11px;
  margin-top: 8px;
  text-align: center;
}
.bowtie-notification-form .bowtie-notification-content {
  margin-top: 13px;
  display: flex;
}
.bowtie-notification-form .bowtie-notification-content input {
  width: 85%;
  height: 33px;
  margin-left: 2px;
  border-radius: 4px 0px 0px 4px;
  outline: none;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0px !important;
  -webkit-appearance: none;
  border: 1px solid rgba(0,0,0,0.1);
  background-color: rgba(0,0,0,0.02);
  transition: all 0.25s ease-in-out;
}
.bowtie-notification-form .bowtie-notification-content input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.3) !important;
}
.bowtie-notification-form .bowtie-notification-content .bowtie-notification-button {
  width: 15%;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.bowtie-notification-form .bowtie-notification-content .bowtie-notification-button:hover {
  opacity: 0.75;
}
.bowtie-feedback-form {
  display: block;
  width: 240px;
  margin-left: 10px;
  margin-top: 30px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 7px;
  box-shadow: 0 6px 12px -4px rgba(0,0,0,0.07);
  padding: 15px;
  box-sizing: border-box;
}
.bowtie-feedback-form .bowtie-feedback-header {
  width: 100%;
  padding: 5px 5px 10px 5px;
  box-sizing: border-box;
}
.bowtie-feedback-form .bowtie-feedback-title {
  font-family: 'Averta-Semibold';
  font-size: 13px;
  text-align: center;
}
.bowtie-feedback-form .bowtie-feedback-content {
  margin-top: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bowtie-feedback-form .bowtie-feedback-content .bowtie-feedback-selector {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
.bowtie-feedback-form .bowtie-feedback-content .bowtie-feedback-selector .bowtie-emoji-rating {
  font-size: 29px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.bowtie-feedback-form .bowtie-feedback-content .bowtie-feedback-selector .bowtie-emoji-rating:hover {
  transform: scale(1.08);
}
.bowtie-feedback-form .bowtie-feedback-content textarea {
  width: 100%;
  height: 65px;
  border-radius: 4px 0px 0px 4px;
  outline: none;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  font-size: 12px;
  margin-bottom: 0px !important;
  -webkit-appearance: none;
  border: 1px solid rgba(0,0,0,0.1);
  background-color: rgba(0,0,0,0.02);
  transition: all 0.25s ease-in-out;
}
.bowtie-feedback-form .bowtie-feedback-content textarea::-webkit-input-placeholder {
  color: rgba(0,0,0,0.3) !important;
}
.bowtie-feedback-form .bowtie-feedback-content .bowtie-feedback-button {
  width: 100%;
  margin-top: 8px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 10px;
  box-sizing: border-box;
}
.bowtie-feedback-form .bowtie-feedback-content .bowtie-feedback-button:hover {
  opacity: 0.75;
}
.bowtie-form {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 7px 15px 0 rgba(0,0,0,0.1);
  padding: 15px 10px 15px 10px;
  box-sizing: border-box;
}
.bowtie-form .bowtie-submit-form {
  width: 100%;
  height: 40px;
  margin-top: 15px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  box-shadow: 0 7px 15px 0 rgba(0,0,0,0.1);
  cursor: pointer;
  text-align: center;
  line-height: 41px;
  font-family: 'Averta-Semibold';
  transition: all 0.25s ease-in-out;
}
.bowtie-form .bowtie-submit-form:hover {
  transform: scale(1.01);
}
.bowtie-form .bowtie-submit-form:focus {
  box-shadow: 0 4px 10px -3px rgba(0,0,0,0.1);
}
.bowtie-form label {
  display: inline-block;
  width: 210px;
  text-align: left;
}
.bowtie-form input {
  width: 100%;
  height: 33px;
  border-radius: 4px;
  outline: none;
  border: 1px solid rgba(0,0,0,0.15);
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 13px;
  transition: all 0.25s ease-in-out;
}
.bowtie-form textarea {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  outline: none;
  border: 1px solid rgba(0,0,0,0.15);
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 13px;
  transition: all 0.25s ease-in-out;
}
.expandUp {
  animation-duration: 0.5s !important;
}
#bowtie-aux_container {
  font-family: 'Averta', BlinkMacSystemFont, 'proxima_nova_semibold';
  height: 95%;
  max-height: 750px;
  background-image: linear-gradient(-180deg, #eceff3 0%, #fefeff 100%);
  background-color: rgba(242,245,248,0.97);
  position: fixed;
  right: 379px;
  bottom: 23px;
  overflow-y: scroll;
  z-index: 99999999;
  box-shadow: 0 20px 34px 0 rgba(0,0,0,0.3);
  border-radius: 15px 7px 7px 15px;
  animation-duration: 0.4s !important;
  box-sizing: border-box;
  padding-right: 17px;
  -webkit-transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 600px) {
  #bowtie-aux_container {
    height: 92%;
    width: 92%;
    right: 4%;
    bottom: 23px;
    z-index: 99999999999999;
    border-radius: 15px;
    padding-right: 0px;
  }
}
#bowtie-aux_container #bowtie-aux_title {
  text-align: center !important;
  color: #6e777d !important;
  font-size: 15px !important;
  width: 100% !important;
  opacity: 0.95 !important;
  padding: 21px 35px 5px !important;
  box-sizing: border-box !important;
  font-family: 'Averta' !important;
}
#bowtie-aux_container #bowtie-aux_subtitle {
  text-align: center !important;
  color: #8d99a2 !important;
  margin: auto !important;
  font-size: 12px !important;
  width: 100% !important;
  max-width: 300px;
  opacity: 0.95 !important;
  padding: 1px 25px 15px !important;
  box-sizing: border-box !important;
  font-family: 'Averta' !important;
  border-bottom: 1px solid rgba(0,0,0,0.07) !important;
  line-height: 16px !important;
}
#bowtie-aux_container #bowtie-aux_content {
  margin-top: 15px;
  padding-bottom: 15px;
  transition: all 0.2s ease;
}
#bowtie-aux_container .bowtie-aux-close {
  width: 25px;
  position: absolute;
  height: 25px;
  left: 15px;
  top: 20px;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.2);
  color: rgba(0,0,0,0.45);
  line-height: 28px;
  text-align: center;
  box-shadow: 0 7px 4px 0 rgba(0,0,0,0.02);
  cursor: pointer;
  z-index: 99999999999999;
}
#bowtie-aux_container .bowtie-text-checkbox {
  margin-top: 17px;
  text-align: center;
  font-size: 12px;
  color: #6e777d !important;
}
#bowtie-aux_container .bowtie-aux-form-section {
  width: 95%;
  margin-left: 2.5%;
  margin-top: 10px;
  max-width: 300px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 7px;
  box-shadow: 0 6px 12px -4px rgba(0,0,0,0.07);
  padding: 15px;
  box-sizing: border-box;
}
#bowtie-aux_container .bowtie-aux-form-section .bowtie-form-title {
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  box-sizing: border-box;
  padding: 0px 0 12px;
  font-size: 13px;
  display: flex;
  margin-bottom: 5px;
  color: #6c6c6c;
  align-items: center;
}
#bowtie-aux_container .bowtie-aux-form-section .bowtie-form-title .bowtie-form-title-icon {
  font-size: 17px;
  color: #8161ff;
  margin-right: 10px;
}
#bowtie-aux_container .bowtie-aux-form-section .bowtie-form-input {
  width: 100%;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  font-size: 13px;
  font-family: 'Averta';
  margin-top: 10px;
  margin-right: 5%;
  margin-bottom: 0 !important;
  letter-spacing: 0 !important;
  outline: none;
  box-sizing: border-box;
  color: #64676a;
  vertical-align: middle;
  height: 36px;
  transition: all 0.15s ease-in-out;
}
#bowtie-aux_container .bowtie-aux-form-section .bowtie-form-input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.3) !important;
}
#bowtie-aux_container .bowtie-aux-form-section .sq-input {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 8px 10px 5px 10px;
  font-size: 13px;
  font-family: 'Averta';
  margin-top: 10px;
  margin-right: 5%;
  margin-bottom: 0 !important;
  letter-spacing: 0 !important;
  outline: none;
  box-sizing: border-box;
  color: #64676a;
  vertical-align: middle;
  height: 36px;
  transition: all 0.15s ease-in-out;
}
#bowtie-aux_container .bowtie-aux-form-section .bowtie-form-textarea {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  font-size: 10px;
  font-family: 'Averta';
  min-height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5%;
  outline: none;
  box-sizing: border-box;
  color: #64676a;
  vertical-align: middle;
  height: 36px;
  transition: all 0.15s ease-in-out;
  overflow-y: auto;
}
#bowtie-aux_container .bowtie-aux-form-section .bowtie-form-terms {
  width: 100%;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  font-size: 13px;
  font-family: 'Averta';
  margin-top: 10px;
  margin-right: 5%;
  min-height: 100px;
  outline: none;
  box-sizing: border-box;
  color: #64676a;
  vertical-align: middle;
  height: 36px;
  transition: all 0.15s ease-in-out;
}
#bowtie-aux_container .bowtie-aux-form-section .bowtie-form-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#bowtie-aux_container .bowtie-aux-form-section .bowtie-form-flex #bowtie-cvc {
  max-width: 121px;
}
#bowtie-aux_container .bowtie-aux-form-section .bowtie-form-flex #bowtie-exp {
  max-width: 122px;
}
#bowtie-aux_container .bowtie-aux-form-section .bowtie-form-checkbox-container {
  margin-top: 10px;
}
#bowtie-aux_container .bowtie-aux-form-section .bowtie-checkbox-label {
  font-size: 12px;
  width: 100%;
  color: rgba(0,0,0,0.6);
}
#bowtie-aux_container .bowtie-aux-form-section .bowtie-form-checkbox {
  width: 10%;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  margin-left: 0;
  font-size: 13px;
  font-family: 'Averta';
  outline: none;
  box-sizing: border-box;
  color: #64676a;
  vertical-align: middle;
  height: 17px;
  transition: all 0.15s ease-in-out;
}
#bowtie-aux_container .bowtie-aux-form-button {
  width: 94%;
  margin-left: 3%;
  margin-top: 14px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 10px 22px -4px rgba(0,0,0,0.25);
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0.07);
  transition: all 0.2s ease;
}
#bowtie-aux_container .bowtie-aux-form-button:hover {
  transform: scale(1.03);
}
#bowtie-aux_container .bowtie-aux-form-button:active {
  transform: scale(0.98);
}
#bowtie-aux_container .bowtie-aux-form-button:focus {
  transform: scale(0.98);
}
#bowtie-aux_container .bowtie-privacy {
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
  color: #777a7e;
  max-width: 300px;
  margin-left: 3%;
  margin-right: 3%;
}
#bowtie-aux_container .bowtie-option {
  max-width: 300px;
  background-color: #fff;
  margin: 7px 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 16px 15px 14px 15px;
  box-shadow: 0 7px 4px 0 rgba(0,0,0,0.02);
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #bowtie-aux_container .bowtie-option {
    max-width: 100%;
  }
}
#bowtie-aux_container .bowtie-option .bowtie-option-image {
  width: 55px;
  height: 55px;
  border-radius: 6px;
  overflow: hidden;
  font-size: 14px !important;
  box-shadow: 0px 7px 18px rgba(0,0,0,0.24);
  background-size: cover;
  background-position: 50% 50%;
}
#bowtie-aux_container .bowtie-option .bowtie-option-divider {
  width: 2px;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -15px;
}
#bowtie-aux_container .bowtie-option .bowtie-option-left-text {
  width: 75px;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  text-transform: capitalize;
  font-size: 11px !important;
  font-family: "Graphik-Medium";
}
#bowtie-aux_container .bowtie-option .bowtie-option-content {
  display: flex;
  flex-direction: row;
  margin-left: 15px;
  width: 70%;
  justify-content: center;
}
#bowtie-aux_container .bowtie-option .bowtie-option-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
#bowtie-aux_container .bowtie-option .bowtie-option-title {
  display: flex;
  width: 100%;
  font-size: 13px !important;
  line-height: 17px;
  vertical-align: top;
  z-index: 999999;
  color: rgba(0,0,0,0.8);
}
#bowtie-aux_container .bowtie-option .bowtie-option-subtitle {
  width: 100%;
  font-size: 11px !important;
  opacity: 0.6;
  line-height: 15px;
  margin-top: 2px;
}
#bowtie-aux_container .bowtie-option .bowtie-option-button {
  background-color: rgba(0,0,0,0.06);
  padding: 3px 10px;
  text-decoration: none;
  color: inherit;
  border-radius: 3px;
  font-size: 12px;
  box-shadow: 0 5px 12px -5px rgba(0,0,0,0.3);
}
#bowtie-aux_container .bowtie-option:hover {
  box-shadow: 0 5px 22px -3px rgba(0,0,0,0.1);
  transform: scale(1.03);
}
#bowtie-aux_container .bowtie-option:active {
  box-shadow: 0 3px 2px 0 rgba(0,0,0,0.02);
}
#loader {
  position: absolute;
  margin-top: 5px;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.8);
  border-radius: 5px;
  margin-left: -50px;
  display: none;
  z-index: 9999999999;
  -webkit-overflow-scrolling: touch;
}
.large_loader {
  position: absolute;
  margin-top: 5px;
  left: 50%;
  top: 45%;
  width: 100px;
  height: 100px;
  background-color: rgba(0,0,0,0.8);
  border-radius: 5px;
  margin-left: -50px;
  display: none;
  z-index: 9999999999;
  -webkit-overflow-scrolling: touch;
}
#bowtie-feedback-selector {
  width: 200px;
  text-align: center;
  margin-bottom: 17px;
  margin-top: 5px;
}
.animated {
  animation-duration: 0.6s !important;
  animation-iteration-count: 1 !important;
}
.floating {
  animation-duration: 1.5s !important;
}
.bowtie-loading {
  display: inline-block;
}
.bowtie-loading .bowtie-dot {
  width: 6px;
  height: 6px;
  display: inline;
  margin-right: 4px;
  background-color: #b1b8c1;
  border-radius: 50%;
  float: left;
  transition: all 0.25s ease-in-out;
}
.bowtie-loading .bowtie-dot:last-child {
  margin-right: 0px;
}
.bowtie-dot-one {
  -webkit-animation: cycleOne 0.5s ease-in-out infinite;
  -webkit-animation-direction: normal;
}
.bowtie-dot-two {
  -webkit-animation: cycleTwo 0.5s ease-in-out infinite;
  -webkit-animation-direction: normal;
}
.bowtie-dot-three {
  -webkit-animation: cycleThree 0.5s ease-in-out infinite;
  -webkit-animation-direction: normal;
}
#bowtie-minimize {
  font-size: 28px !important;
}
.bowtie-menu-icon {
  font-size: 20px !important;
}
.tippy-popper {
  z-index: 100000000000000000 !important;
  font-family: 'Averta' !important;
}
#bowtie-smartphone {
  font-size: 15px !important;
  vertical-align: text-top !important;
}
#bowtie-phone-icon {
  font-size: 19px !important;
  vertical-align: text-top !important;
}
@-webkit-keyframes cycleOne {
  0% {
    background: rgba(150,150,150,0.4);
  }
  33.333% {
    background: #969696;
    transform: translateY(-2px);
  }
  66.6667% {
    background: rgba(150,150,150,0.4);
  }
  100% {
    background: rgba(150,150,150,0.4);
  }
}
@-webkit-keyframes cycleTwo {
  0% {
    background: rgba(150,150,150,0.4);
  }
  33.333% {
    background: rgba(150,150,150,0.4);
  }
  66.6667% {
    background: #969696;
    transform: translateY(-2px);
  }
  100% {
    background: rgba(150,150,150,0.4);
  }
}
@-webkit-keyframes cycleThree {
  0% {
    background: rgba(150,150,150,0.4);
  }
  33.333% {
    background: rgba(150,150,150,0.4);
  }
  66.6667% {
    background: rgba(150,150,150,0.4);
  }
  100% {
    background: #969696;
    transform: translateY(-2px);
  }
}
.spinner {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12.5px 0 0 -12.5px;
  width: 25px;
  height: 25px;
}
.spinner .path {
  stroke: #fff;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@-o-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
