#askcybex_chat_form_template_wrapper {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

#askcybex_chat_form_template_wrapper .askcybex_chat_template_wrapper_customizer_init {
  max-width: 573px;
  width: 100%;
  margin: 0px auto;
  border: none;
  box-shadow: 0px 0px 9px 0px #ddd;
  background: #fff;
  box-shadow: rgb(153, 153, 153) 0px 0px 18px 4px;
  display: inline-block;
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: left;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.chatbot-open-container {
  z-index: 9999;
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.chatbot-open-container {
  background: #6a5fdf;
  border: 1px solid lightgray;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  line-height: 56px;
  position: fixed;
  /* bottom: 8px; */
  /* top: 6px; */
  /* right: 10px; */
  right: 40px;
  bottom: 20px;
  /* box-shadow: 0 4px 8px 4px #d8d7d7; */
  z-index: 1001;
  /* display: none; */
}

span.material-icons.open-chat-button i {
  color: #ffffff;
  padding: 0;
  font-size: 22px;
}

.fa-rocketchat:before {
  content: "\f3e8";
}

:root {
  --askcybex_chat_chat-received-bg-color: #d2d1ce;
  --askcybex_chat_chat-sent-bg-color: #6a5fdf;
  --white-color: #fff;
}

.askcybex_chat_chat-contanier * {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

.askcybex_chat_chat-contanier p {
  font-family: system-ui;
}

.askcybex_chat_chat-contanier {
  width: 45%;
  top: 3vh;
  position: relative;
  border-radius: 0;
  border-right: 1px solid #d6d6da;
  z-index: 999999;
  color: #2c2325;
  position: fixed;
  right: 43px;
  background: #fff;
  bottom: -27px;
  height: 94vh;
  justify-content: center;
  align-items: center;
  transition: transform .5s cubic-bezier(.55, 0, .1, 1);
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, .1);
}


.askcybex_chat_chat-contanier .chatbot-interface {
  /*background: #edebeb4d;*/
  /*border-right: 1px solid #d6d6da;*/
  /*height: 100vh;*/
  bottom: 0%;
  position: relative;
  /* max-width: 460px; */
  width: 100%;
  border-radius: 0;
}

.askcybex_chat_chat-contanier .askcybex_chat_chat-message {
  background: #e8e6e2;
  border-radius: 0px 22px 22px 22px;
  width: fit-content;
  padding: 1rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-bottom: 10px;
}

.askcybex_chat_chat-contanier .askcybex_chat_chat-message p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #222;
  margin-bottom: 5px;
  font-family: system-ui;
}

.askcybex_chat_chat-contanier .askcybex_chat_chat-sent-messages {
  background: var(--askcybex_chat_chat-sent-bg-color);
  border-radius: 20px 0px 20px 20px;
  margin-left: auto;
  display: block;
  width: fit-content;
}

.askcybex_chat_chat-contanier .askcybex_chat_chat-sent-messages p {
  color: var(--white-color);
}

.askcybex_chat_chat-contanier .chatbot-footer {
  border-radius: 10px;
  width: 100%;
  max-width: 534px;
  margin: auto;
  border: 1px solid #6a5fdf;
}

.askcybex_chat_chat-contanier .chatbot-input {
  width: 84%;
  border: none;
  background: transparent;
  border-radius: 4px;
  color: #000;
  font-weight: 400;
  transition: .3s linear;
  font-size: 17px;
  margin-right: 0;
  padding: 12.5px; 
}
::placeholder{
  font-size: 0.85rem !important;
}

/* .askcybex_chat_chat-contanier .chatbot-input {width: 80%;border: 3px solid #d2d2d2;background: #ffffff;border-radius: 4px;color: #000;font-weight: 500;padding: 10px 18px;transition: .3s linear;font-size: 17px;     margin-right: 20px;} */

.askcybex_chat_chat-contanier .chatbot-input:focus-visible {
  outline: 0px;
}

.askcybex_chat_chat-contanier .chatbot-footer .icon {
  width: 15%;
  display: flex;
  margin-left: 0;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
  cursor: pointer;
  background: #6a5fdf;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}


.askcybex_chat_chat-contanier .askcybex_chat_chat-icon {
  position: fixed;
  right: 200px;
  z-index: 999999;
  bottom: 100px;
  display: none;
}

.askcybex_chat_chat-contanier .askcybex_chat_chat-icon .icon {
  font-size: 25px;
  background: #6a5fdf;
  border: 1px solid lightgray;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.askcybex_chat_chat-contanier .askcybex_chat_chat-messages {
  border-bottom-left-radius: 1rem;
  padding: 14px;
  overflow-y: auto;
  border-bottom-right-radius: 1rem;
  display: flex;
  flex-direction: column-reverse;
  height: calc(100% - 218px );
}

.askcybex_chat_chat-contanier .askcybex_chat_chat-contanier p {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: #222;
  margin-bottom: 3px;
}

.askcybex_chat_chat-contanier .chatbot-messages {
  padding: 1rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-radius: 1rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  width: fit-content;
}

.askcybex_chat_chat-contanier .chatbot-received-messages {
  background: #9f9fa1;
  filter: grayscale(0.3);
  border-top-left-radius: 0rem;
}

.askcybex_chat_chat-contanier .chatbot-received-messages.chat-loader-wrapper {
  background: #ebedf4;
}

.askcybex_chat_chat-contanier .dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 20px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}



.askcybex_chat_chat-contanier .dot-pulse::before,
.dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
}

.askcybex_chat_chat-contanier .dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

.askcybex_chat_chat-contanier .dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}

.askcybex_chat_chat-contanier .askcybex_chat_chat-message p {
  color: #ffffff;
  opacity: 1;
}

.askcybex_chat_chat-contanier .chatbot-sent-messages {
  color: white;
  background-color: #6a5fdf;
  /*  border-top-right-radius: 0rem; */
  margin-left: auto;
  margin-right: 0;
}

.faq_chatbox_fe_wrapper #askcybex_chat_form_template_wrapper .askcybex_chat_display_none_fe {
  display: none !important
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--askcybex_chat_chat-sent-bg-color);
  width: 10px;
  border-radius: 10px;
}



@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }

  30% {
    box-shadow: 9984px 0 0 2px;
  }

  60%,
  100% {
    box-shadow: 9984px 0 0 -5px;
  }
}

@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }

  30% {
    box-shadow: 9999px 0 0 2px;
  }

  60%,
  100% {
    box-shadow: 9999px 0 0 -5px;
  }
}

@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }

  30% {
    box-shadow: 10014px 0 0 2px;
  }

  60%,
  100% {
    box-shadow: 10014px 0 0 -5px;
  }
}

/* frontend style start*/
.askcybex_chat_frontend_outer_div .askcybex_chat_chat-contanier .chatbot-interface {
  /* height: 100vh; */
  height: 100%;
}

.askcybex_chat_frontend_outer_div #askcybex_chat_form_template_wrapper .askcybex_chat_chat-contanier {
  display: none;
}

/* frontend style close */


/* backend style start */
.template_html_wrapper_backend .askcybex_chat_chat-contanier {
  position: absolute;
  /* width: 600px; */
  /*pointer-events: none;*/
  bottom: auto;
  /*height:200px; */
  /* right: auto;*/
}

.template_html_wrapper_backend .askcybex_chat_chat-contanier .askcybex_chat_chat-contanier .chatbot-interface {
  bottom: auto;
  /*height:200px;*/
}

/* backend style end */

/* mobile Device start max width:528px */

@media (max-width: 528px) {

  .askcybex_chat_chat-contanier {
    width: 100% !important;
  }

  .askcybex_chat_chat-contanier .askcybex_chat_chat-messages {
    overflow-y: hidden;
  }

}

.chatbot-header {
  display: flex;
  align-items: center;  
  justify-content: space-between;
  padding: 10px;
  margin: 0px;
  border-bottom: 1px solid #222;
}

.chatbot-image  {    
  width: 90px;
  height: 90px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0px !important;
}
.chatbot-image img, .chatbot-image svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;  
}
.chatbot-heading h1, p {
  margin: 0;
  padding-left: 7px;
}
.chatbot-close svg {
  color: #000 !important;
}
.chatbot-close {
  cursor: pointer;
  margin-left: auto; 
  
}
.input-d-flex{
  display: flex;
  height: 43px;
}
.chatbot-header-logo-heading{
  display: flex;
}
.chatbot-footer-mini{
  color: #000 !important;
  width: 100%; 
  font-size: 9px;
  margin: auto;
  padding: 17px 0px 0px;
}