body {
  font-family: "Poppins", sans-serif;
}
textarea, label, span, input, form {
  font-family: "Poppins", sans-serif;
}

[x-cloak] { display: none !important; }

::-webkit-scrollbar {
  width: 0;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #369bff40;
  border-radius: 1rem;
}
::-webkit-scrollbar-thumb:hover {
  background: #369bffac;
  cursor: pointer;
}

#model-embed-container > * {
  width: 100% !important;
  height: 100% !important;
}

/* LeadEngage Custom CSS */
#chat_img > div.new_way {
  display: none !important;
}

#red_btn {
  display: none !important;
}

.rank_modal-content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: initial;
  max-height: initial;
  height: 100%;
  width: 100%;
  max-height: initial !important;
  max-width: initial !important;
  border-radius: 0 !important;
}

#chat_img > div > button {
    display: none !important;
  }

.rank_modal-content input, #contact_form textarea{
  background-color: #edf1f5 !important;
  border: none !important;
}

#contact_form > div {
  background-color: white !important;
}

.rank_modal-body {
  padding: 20px 15px !important;
  overflow-x: hidden;
  border-radius: 0;
  height: calc(50% + 10.6rem);
  background-color: white !important;
}

.my_ranksform-control, #contact_form .sending_button, #contact_form input.my_ranksform-control {
  width: 100% !important;
}

#countryCode {
  width: 100% !important;
  display: flex;
}

#opt_in_box {
  min-width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  border: none !important;
  z-index: 99999999 !important;
  right: 0 !important;
}

.rank_modal-body #myclose {
  display: none !important;
}

#opt_in_box .rank_modal-body {
  height: 100% !important;
}

#opt_in_box {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
#opt_in_box::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}

.my_ranksform-control,    .sending_btn {
  width: 100% !important;
}
.rank_modal {
  position: absolute !important;
  z-index: 2147483 !important;
}

#countryCode {
  width: 33% !important;
}

.new_way,    .lead_btns,    #red_btn {
  display: none !important;
}

@media only screen and (max-width: 960px){
  .rank_modal-content {
      height: 100% !important;
      width: 100% !important;
      min-width: 100% !important;
      min-height: 100% !important;
  }
}
/* End of Leadengage custom styles */

#LEWIDGET div.LEWIDGET-activator-tooltip,
#LEWIDGET .LEWIDGET-activator.LEWIDGET-activator-right .LEWIDGET-activator-button {
  display: none !important;
}

#LEWIDGET .LEWIDGET-widget-inner-wrapper .LEWIDGET-message-box .LEWIDGET-message-box-inner {
  max-width: 100% !important;
}

  #LEWIDGET .LEWIDGET-widget-screen-inner {
  max-height: initial !important;
}

#LEWIDGET .LEWIDGET-popup .LEWIDGET-button-close, #LEWIDGET.LEWIDGET-mobile .LEWIDGET-widget-screen .LEWIDGET-widget-close, #LEWIDGET.LEWIDGET-mobile .LEWIDGET-widget-step-screen .LEWIDGET-widget-close {
    display: none !important;
}

#LEWIDGET .LEWIDGET-popup .LEWIDGET-page .LEWIDGET-header .LEWIDGET-boxTitle .LEWIDGET-title {
    margin-right:  auto !important;
}

#LEWIDGET .LEWIDGET-widget-inner-wrapper {
    overflow-y: auto !important;
}

.cb__contact_bubble, .cb__prompt {
  display: none !important;
}


.cb__modal {
  right: 0 !important;
  bottom: 0 !important;
  position: absolute !important;
  width: 100% !important;
  top: 0 !important;
  display: flex !important;
}

.cb__modal_body {
  height: initial !important;
  max-height: initial !important;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  pointer-events: none;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: white;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
      transform: scale(0);
  }
  100% {
      transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(24px, 0);
  }
}
.text-wrap {
  inline-size: 100%;
  overflow-wrap: break-word;
}

/* Sms channel styles */
#sms-qrcode img {
    width: 100%;
}
/* End os Sms channel styles */

  /* Customer Engine Styles Override  */
  .SMS-widget-container .SMS-widget-swing, .SMS-widget-container .SMS-widget-close, .SMS-widget-container .SMS-widget-thanks button {
    display: none !important;
  }
  .SMS-widget-wrapper, .SMS-widget-popup, .SMS-widget-container {
    position: initial !important;
    height: 100% !important;
    width: 100% !important;
  }

  /* End of Customer Engine Styles Override */
