#chat-chatbox {
  /* display: none;

    z-index: 1000;

    position: fixed;
    bottom: 0;
    right: 20px;
    width: 360px;
    height: 620px;
    background-color: #ffffff;
    border-radius: 17px;

    font-family: 'Lato', sans-serif;
    transform: translateY(100%);
    transition: transform 0.8s ease-in-out;

    box-shadow: rgba(0, 0, 0, 0.16) 0 0 100px;
    border-radius: 16px;
    overflow: hidden;
    opacity: 1;
    transform-origin: right bottom;

    pointer-events: all; */
}

/* #chat-chatbox-repppppp { */
#cuoral {
  /* position: fixed;
    bottom: 0;
    right: 20px;
    width: 320px;
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transform: translateY(100%); */
  display: none;
  /* display: none; */
  /* transition: transform 0.3s ease; */
  z-index: 1000;

  position: fixed;
  bottom: 0;
  right: 20px;
  width: 360px;
  height: 620px;
  background-color: #ffffff;
  border-radius: 17px;
  /* box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1); */
  /* font-family: Arial, sans-serif; */
  font-family: "Lato", sans-serif;
  transform: translateY(100%);
  transition: transform 0.8s ease-in-out;
  /* box-shadow: 0px 0px 40px rgba(192, 198, 198, .5); */

  box-shadow: rgba(0, 0, 0, 0.16) 0 0 100px;
  border-radius: 16px;
  overflow: hidden;
  opacity: 1;
  transform-origin: right bottom;
  /* transition: width 200ms ease 0s, height 200ms ease 0s, max-height 200ms ease 0s, transform 300ms cubic-bezier(0, 1.2, 1, 1) 0s, opacity 83ms ease-out 0s; */
  pointer-events: all;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*  */

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bounce {
  30% {
    transform: translateY(-2px);
  }
  60% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0px);
    opacity: 0.5;
  }
}

@keyframes popout {
  from {
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes popout {
  from {
    -webkit-transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
  }
}

svg {
  height: fit-content;
}

div svg path {
  /* stroke: #000000; */
  /* stroke-width: 3px; */
}

.popout-cicon {
  animation: popout 1s ease;
  -webkit-animation: popout 1s ease;
}

#chat-chatbox.active {
  display: block;
  transform: translateY(-16%);
  /* transform: translateY(0); */
}

#chat-chatbox .header {
  /* background-color: #4e73df; */
  /* color: #ffffff; */
  height: 70px;
  width: -webkit-fill-available;
  width: -moz-available;

  display: flex;
  color: #000;
  position: relative;
  top: 0;
  font-size: 15px;
  padding: 0 9px;
  text-align: center;
  text-decoration: solid;
  font-family: "Lato", sans-serif;
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
  /* border-top-left-radius: 25px; */
  /* border-top-right-radius: 25px; */
  /* cursor: pointer; */
}

#box-e-not-active {
  display: none !important;
}

#chat-chatbox .header div.sub {
  /* text-align: center; */
  display: inline-flex;
  justify-content: center;
  height: auto;
  width: -webkit-fill-available;
  width: -moz-available;

  height: -webkit-fill-available;
  height: -moz-available;

  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 0;
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
  font-family: "Lato", sans-serif;
  /* position: relative; */
  /* color: #4e73df!important; */
}

#chat-chatbox .header div.sub span {
  position: relative;
  /* top: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* -ms-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
}

#chat-chatbox .header div.back_space {
  /* height: 40px; */
  /* margin-right: 10px; */
}

#chat-chatbox .header div.back_space button {
  /* width: 37px; */
  /* width: 40px; */
  /* height: auto; */
  /* margin-left: 7px; */
  position: relative;
  float: top;
  z-index: 9999;
  padding: 5px;
  border-radius: 10px;
  display: inline-flex;
  top: 50%;
  cursor: pointer;
  /* position: absolute; */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  justify-content: center;
  height: 35px;
  width: 35px;
  border: none;
  /* background-color: #333; */
  background-color: #fff;
  font-weight: 900;
  color: #fff;
  outline: none;
  align-items: center;
}

#chat-chatbox .messages {
  padding: 15px;
  max-height: 520px;
  /* max-height: 550px; */
  /* overflow-y: auto; */
  /* overflow-wrap: break-word; */
  white-space: normal;
  box-sizing: border-box;
  overflow-y: auto;
}

#chat-chatbox .message {
  box-sizing: border-box;
  /* margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
    background-color: #f0f0f0;
    display: inline-block;
    max-width: 70%; */

  margin-bottom: 15px;
  padding: 10px;
  border-radius: 8px;
  background-color: #f0f0f0;
  /* display: inline-block; */
  /* max-width: 75%; */
  font-size: 14px;
}

/* #chat-chatbox .messages div {
    color: #000;
} */

#chat-chatbox .user-message {
  float: right;
  background-color: #4e73df;
  color: #ffffff;
  text-align: right;
}

#chat-chatbox .bot-message {
  float: left;
  text-align: left;
}

.chat-container {
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) ease-in-out;
  /* animation: fadeIn 2.2s; */
  animation: fadeIn 2.2s ease-in-out forwards;
}

.chat-container div.bottom_area {
  box-sizing: border-box;
  display: flex;
  height: 50px;
  width: -webkit-fill-available;
  width: -moz-available;

  padding: 4px 9px;
  background-color: #ffffff;
  /* background-color: #333; */
  border-radius: 16px;
  margin: 10px 7px;
  bottom: 0;
  position: absolute;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}

.bottom_area_unactive {
  opacity: 0.3 !important;
}

.bottom_area_blocked {
  cursor: not-allowed !important;
}

#cuoraldn .cpn-select {
  user-select: none;
}

.bottom_area_lead {
  box-sizing: border-box;
  display: flex;
  height: 325px;
  width: -webkit-fill-available;
  width: -moz-available;

  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
  bottom: 0;
  border-radius: 26px;
  position: absolute;
  transition: ease-in-out 0.6s;
}

div.bottom_area div.b_smile {
  width: 37px;
  height: auto;
  display: inline-flex;
  justify-content: center;
  margin-right: 4px;
  /* background-color: #f0f0f0; */
}

div.bottom_area div.b_smile button {
  padding: 0 !important;
  height: 20px !important;
  width: 20px !important;
  /* margin-right: 4px; */
  /* background-color: #333 !important; */
}

div.bottom_area div.b_send {
  /* background-color: #4e73df; */
  width: 40px;
  height: auto;
  display: inline-flex;
  justify-content: center;
  margin-left: 4px;
}

div.bottom_area div.b_send button {
  background-color: #8147fc;
  padding-right: 7px !important;
  padding-top: 7px !important;
}

div.bottom_area div.b_send button,
div.bottom_area div.b_smile button {
  padding: 5px;
  border-radius: 50%;
  display: inline-flex;
  top: 50%;
  cursor: pointer;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  justify-content: center;
  height: 30px;
  width: 30px;
  border: none;
  color: #fff;
  background-color: #22ba93;
  /* color: #000; */
  outline: none;
  align-items: center;
}
div.bottom_area.bottom_area_blocked div.b_send button,
div.bottom_area.bottom_area_blocked div.b_smile button {
  cursor: not-allowed;
  pointer-events: none;
}

#chat-chatbox input[type="text"],
div.bottom_area_lead .enroll-lead-support input {
  width: -webkit-fill-available;
  width: -moz-available;

  padding: 10px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #ffffff;
  /* background-color: #333; */
  border: none;
  /* background-color: #333; */
  /* border-bottom-left-radius: 25px; */
  /* border-bottom-right-radius: 25px; */
  font-family: "Lato", sans-serif;
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
  /* border-top: 1px solid #e6e6e6; */
  font-size: 13px;
  color: #757985;
  outline: none;
  box-sizing: border-box;
  /* display: none; */
  resize: none;
}

#chat-chatbox .bottom_area_blocked input {
  pointer-events: none;
}

#chat-chatbox input[type="text"]::placeholder,
div.bottom_area_lead .enroll-lead-support input::placeholder {
  color: #9297a6;
}

#chat-chatbox.active input[type="text"] {
  display: block;
}

#chat-icon {
  width: 50px;
  height: 50px;
  background-color: #22ba93;
  align-items: center;
  justify-content: center;
}

#chat-icon:hover + .chat-hover {
  /* display: flex!important; */
  /* TODO:: release this guy for hover */
  /* z-index: 999999!important; */
  /* animation: fadeOut 1s; */
}

.chat-hover {
  display: none !important;
  /* transition: ease-in-out 2s; */
  /* transition: cubic-bezier(0.095, 0.81, 0.165, 1) ease-out 2s; */
  /* TODO:: Release this guy */
  /* z-index: 0!important; */

  /* transition: cubic-bezier(0.075, 0.82, 0.165, 1) ease-in-out;
    animation: fadeOut 2.2s; */
}

.chat-hover.show-active {
  display: flex !important;
}

.fade-flat-out {
  animation: fadeOut 1s;
  transition: cubic-bezier(0.095, 0.81, 0.165, 1) ease-out;
}

#chat-icon,
.chat-hover {
  position: fixed;
  bottom: 20px;
  right: 30px;
  border-radius: 50%;
  display: flex;
  color: #ffffff;
  /* font-size: 24px; */
  cursor: pointer;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  /* transition: ease-in-out 1s; */
  z-index: 1000;
}

#chat-icon img {
  display: none;
  transition: ease-in-out 2s;
  animation: popout 3s ease;
  -webkit-animation: popout 3s ease;
}

#chat-icon svg {
  height: 28px;
  width: 28px;
  fill: #fff;
}

div.sender_messagei3,
div.agent_messagei6 {
  width: -webkit-fill-available;
  width: -moz-available;

  display: block;
  clear: both;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  /* background-color: #333; */
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) ease-in-out;
  animation: fadeIn 1s;
  overflow-wrap: break-word;
  white-space: normal;
}

div.sender_messagei3 > div,
div.agent_messagei6 > div {
  background-color: #333;
  width: auto;
  /* border-radius: 9px; */
  padding: 13px 15px;
  margin: 4px 0;
  text-align: left;
  color: #d1d5f4 !important;
  max-width: 65%;
}

div.sender_messagei3 > div a,
div.agent_messagei6 > div a {
  display: block !important;
}

div.sender_messagei3 {
  text-align: right;
  margin: 2px 0;
  float: right;
}

div.agent_messagei6 {
  text-align: left;
  margin: 2px 0;
  float: left;
}

div.sender_messagei3 > div {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  float: right;
}

div.agent_messagei6 > div {
  float: left;
  /* border-top-left-radius: 19px; */
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  background-color: #f1f3ff !important;
  color: #3a476c !important;
}

.typing {
  /* position: absolute; */
  /* top: 67%; */
  left: 20px;
}

.typing.bubble {
  /* background-color: red; */
  padding: 8px 13px 9px 13px;
}

.ellipsis {
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  animation: bounce 1.3s linear infinite;
}

.one {
  animation-delay: 0.6s;
}
.two {
  animation-delay: 0.5s;
}
.three {
  animation-delay: 0.8s;
}

/* .typing .bubble .spring {
    
  } */

.chat-hover .chat-holder {
  /* width: 410px; */
  width: -webkit-fill-available;
  width: -moz-available;
}
.chat-flat {
  /* position: fixed; */
  /* bottom: 90px; */
  right: 30px;
  user-select: none;
  display: block;
  /* width: 420px; */
  width: -webkit-fill-available;
  width: -moz-available;

  /* width: 450px; */
  height: 180px;
  padding: 25px 22px;
  padding-top: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /* border-radius: 20px!important; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: linear-gradient(
    95deg,
    rgba(29, 205, 168, 0.8),
    rgb(30, 170, 139) 60%
  );
  /* background: linear-gradient(35deg, cyan, orange 60%); */
}

.chat-flat span {
  font-size: 17px;
  /* color: #000; */
}

.chat-flat div.sub_chatflat {
  margin-top: 6px;
  font-size: 12px;
  /* color: #000; */
  margin-top: 8px;
}

/* button.chat-flat-start {
    margin-top: 16px;
    padding: 8px 10px;
    border-radius: 18px;
    height: 30px;
    border: none;
    font-size: 10px;
  } */

.chat-flat.header-company-ares {
  width: -webkit-fill-available;
  width: -moz-available;
}

.chat-flat .header-company-ares img {
  /* width: 40px; */
  height: 40px;
  margin-bottom: 19px;
  -webkit-user-drag: none;
}

.chat-hover {
  position: fixed;
  bottom: 80px;

  height: 650px;
  /* height: 680px; */
  background-color: #fff;
  width: 380px;
  border-radius: 20px !important;
  cursor: default;
  right: 20px;
  /* transition: ease-in-out 2s; */
  /* transform: 3.8s ease-in-out */
}

.chat-flat .holder-sb1,
.chat-flat .holder-sb2 {
  display: none;
  display: inline-flex;
}

.chat-flat .holder-sb2 .chat-flat-hover-bs1,
.chat-flat .holder-sb2 .chat-flat-hover-bs2 {
  display: inline-flex;
  -webkit-user-drag: none;
  box-sizing: border-box;
  width: 100%;
  /* background-color: #fff; */
  /* display: inline-flex; */
}

.chat-flat .chat-flat-hover-bs1 {
  margin-top: 2px;
}

.chat-flat .holder-sb1 .chat-flat-hover-bs2 {
  display: inline-flex;
  justify-content: right;
  right: 55px;
  /* top: 43px; */
  top: 110px;
  position: absolute;
  /* position: relative; */
}

.chat-flat .holder-sb1 .chat-flat-hover-bs2 img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-user-drag: none;
  /* border: 3px solid red; */
  border: 3px solid #ffffff;
  /* background-color: #fff; */
  object-fit: contain;
}

.chat-flat .holder-sb1 .chat-flat-hover-bs2 .nbs1 img {
  left: 20px;
  top: -15px;
  position: absolute;
  /* background-color: #F4CE9B; */
  background-color: #b8dff2;
  /* border: 3px solid blue!important; */
}

.chat-flat .holder-sb1 .chat-flat-hover-bs2 .nbs2 img {
  /* right: 27px; */
  /* opacity: .7; */
  right: 38px;
  position: relative;
  background-color: #f4ce9b;
}

.chat-flat .holder-sb1 .chat-flat-hover-bs2 .nbs3 img {
  right: -38px;
  position: absolute;
  background-color: #ccc1f0;
}

/* .bubble {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    color: $white;
    font-size: 0.7em;
    padding: 10px 10px 10px 12px;
    border-radius: 20px;
  } */

.chat-hover .chat-holder .footer-fa {
  display: block;
  box-sizing: border-box;
  height: 85px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  width: 100%;

  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  background-color: white !important;
  position: absolute;
  bottom: 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  user-select: none;
}

.chat-hover .chat-holder .footer-fa button {
  box-sizing: border-box;
  height: -webkit-fill-available;
  /* width: -webkit-fill-available; */
  width: 123px;
  position: relative;
  float: top;
  z-index: 9999;
  padding: 5px;
  margin: 0;
  border-radius: 10px;
  /* display: block; */
  border: none;
  background-color: #ffffff;
  /* top: 50%; */
  cursor: pointer;
  user-select: none;
}

.chat-hover .chat-holder .footer-fa button svg path,
.chat-hover .chat-holder .footer-fa button svg circle,
.chat-hover .chat-holder .footer-fa button svg {
  /* stroke: #000000; */
  stroke: #000;
  stroke-width: 2.5;
}

.chat-hover .chat-holder .footer-fa button.active svg path,
.chat-hover .chat-holder .footer-fa button.active svg circle,
.chat-hover .chat-holder .footer-fa button.active svg {
  stroke: #22ba93;
}

.chat-hover .chat-holder .footer-fa button.active div {
  color: #22ba93;
}

.chat-hover .chat-holder .footer-fa button:nth-child(2) svg path {
  stroke-width: 1;
}

.chat-hover .chat-holder .footer-fa button div {
  margin-top: 5px;
  display: block;
  color: #000;
  font-size: 12px;
  /* color: #22BA93; */
  font-weight: 900;
}

.chat-hover .chat-holder .footer-powered {
  display: block;
  box-sizing: border-box;
  height: 25px;
  width: -webkit-fill-available;
  width: -moz-available;

  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  /* background-color: black; */
  position: absolute;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  color: #000;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@font-face {
  font-family: UnivaNova;
  src: url("https://js.cuoral.com/js-assets/fonts/UnivaNova-Bold.ttf") format("embedded-opentype"),
    url("https://js.cuoral.com/js-assets/fonts/UnivaNova-Bold.ttf") format("woff2"),
    url("https://js.cuoral.com/js-assets/fonts/UnivaNova-Bold.ttf") format("woff"),
    url("https://js.cuoral.com/js-assets/fonts/UnivaNova-Bold.ttf") format("truetype"),
    url("https://js.cuoral.com/js-assets/fonts/UnivaNova-Bold.ttf") format("svg");
  /* src: url('./js-assets/fonts/UnivaNova-Medium.ttf'); */
}

.chat-hover .chat-holder .footer-powered span {
  font-weight: 700;
  font-size: 1.1793em;
  /* text-transform: uppercase; */
  color: #3d5538;
  font-family: UnivaNova;
}

.chat-holder .conversation-la {
  /* height: 200px; */
  width: -webkit-fill-available;

  margin: 0 24px;
  top: -30px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  /* border: 1px solid rgb(0, 0, 0, .4); */
  border-radius: 12px;
  padding: 28px 17px;
}

.chat-holder .message-area-g12 span {
  font-size: 17px;
  display: block;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 800;
}

.chat-holder .message-area-g12 span:nth-child(1) {
  color: rgba(0, 0, 0, 0.3);
}

.chat-holder .message-area-g12 span:nth-child(2) {
  color: rgba(0, 0, 0, 1);
  margin-top: 13px;
  font-size: 19px;
}

.chat-holder .conversation-la span {
  /* color: #000; */
  /* font-size: 13px; */
}

.conversation-la .message-center-line button {
  background-color: #000;
  color: #ffffff;
  border-radius: 8px;
  height: 40px;
  margin-top: 30px;
  font-size: 12px;
  align-content: center;
  text-align: center;
  width: -webkit-fill-available;
  width: -moz-available;
  /* margin: 10px 0; */
  outline: none;
  border: none;
  cursor: pointer;
}

/* .conversation-la .message-center-linee:active + .message-area-g12 {
    background-color: #000!important;
  } */

/* .chat-hover .chat-holder .footer-fa button svg path {
    height: 20px;
    width: 20px;
  } */

div.bottom_area_lead .enroll-lead-support {
  padding-top: 23px;
  position: relative;
}

div.bottom_area_lead .enroll-lead-support span {
  display: block;
  color: #000;
  /* font-size: 13px; */
  font-weight: 500;
  padding: 5px 18px;
}

div.bottom_area_lead .enroll-lead-support span:nth-child(1) {
  font-size: 19px;
  display: block;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 800;
}

div.bottom_area_lead .enroll-lead-support span:nth-child(2) {
  font-size: 10px;
  color: #6e727d;
  margin-top: -4px;
}

div.bottom_area_lead .enroll-lead-support hr {
  border-width: 0.7px;
  color: #c8d6ea;
  bottom: -20px;
  position: relative;
}

div.bottom_area_lead .enroll-lead-support input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09) !important;
  margin: 6px 18px;
  padding-left: 2px !important;
}

div.bottom_area_lead .enroll-lead-support button {
  background-color: #000;
  color: #ffffff;
  border-radius: 50px;
  height: 36px;
  margin: 0 86px;
  margin-top: 13px;
  font-size: 11px;
  align-content: center;
  text-align: center;
  width: -webkit-fill-available;
  width: -moz-avalable;
  /* margin: 10px 0; */
  outline: none;
  border: none;
  cursor: pointer;
}

div.bottom_area_lead .enroll-lead-support input::placeholder {
  /* color: red!important; */
  font-size: 11px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

div.bottom_area_lead .enroll-lead-support .input-invalid {
  border-bottom: 1px solid rgb(230, 13, 13) !important;
}

.no-boxheight {
  height: 0 !important;
}

div.dc-loader-sc {
  height: fit-content;
  display: inline-flex;
  transition: ease-in-out 0.9s;
}

div.dc-loader-sc img {
  height: 191px;
  width: -webkit-fill-available;
  width: -moz-available;
  justify-content: center;
  position: relative;
  display: flex;
  object-fit: contain;
  background: transparent;

  border-radius: 50%;
  display: inline-flex;
  top: 50%;
  /* cursor: progress; */
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  justify-content: center;
}

.box-center-area .chat-faq-ts {
  display: block;
  /* overflow-y: auto; */
  max-height: 538px;
}

.chat-hover::-webkit-scrollbar {
  width: 5px;
}

.chat-hover::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.chat-hover::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.box-center-area .chat-faq-ts input {
  height: 23px;
  width: -webkit-fill-available;
  width: -moz-available;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  margin: 4px 13px;
  font-size: 13px;
  padding: 7px 14px;
}

.box-center-area .chat-faq-ts .search-area {
  margin-bottom: 4px;
}

.box-center-area .chat-faq-ts input::placeholder {
  color: #9297a6;
}

.box-center-area .chat-faq-ts {
  color: #333 !important;
}
.box-center-area .chat-faq-ts span,
.box-center-area .chat-conversation-ts {
  display: block;
  margin: 19px 0;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  font-weight: 600;
  color: #333;
  width: -webkit-fill-available;
  width: -moz-available;
}

.box-center-area .chat-faq-ts div.faq-data {
  display: block;
  overflow-y: auto;
  max-height: 436px;
}

.box-center-area .chat-faq-ts div.faq-data a {
  text-decoration: none;
  color: #333;
}

/* .box-center-area .chat-faq-ts div.faq-data::after {
    content: '<';
    font-size: 20px;
  } */

.box-center-area .chat-faq-ts div.ffqcontain {
  margin: 3px 8px;
  /* height: 50px; */
  width: -webkit-fill-available;
  width: -moz-available;

  cursor: pointer;
  padding: 15px 13px;
}

.box-center-area .chat-faq-ts div.ffqcontain:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.box-center-area .chat-faq-ts div.ffqcontain::after {
  /* content: '>';
    font-size: 20px; */
}

.box-center-area .chat-faq-ts div.fheader-sd3 {
  display: block !important;
  font-size: 14px;
  margin-bottom: 4px;
}

.box-center-area .chat-faq-ts div.fsub-sd3 {
  text-overflow: ellipsis;
  color: #939393;
  display: -webkit-box;
  font-size: 12px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .box-center-area .chat-conversation-ts .all-qchats {
    
  } */

.box-center-area .chat-conversation-ts .all-qchats .chat-plogs {
  height: 70px;
  width: auto;
  /* border-top: 1px solid rgba(0, 0, 0, .04); */
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  margin: 0 8px;
  margin-top: 18px;
  display: flex;
  padding: 15px 7px;
  border-radius: 8px;
  user-select: none;
  cursor: pointer;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.box-center-area .chat-conversation-ts .all-qchats .chat-plogs:hover {
  background-color: rgba(0, 0, 0, 0.07);
  border-bottom: none;
}

.box-center-area .chat-conversation-ts .all-qchats .chat-plogs .chatp-ins6 {
  display: inline-flex;
  top: 50%;
  text-align: center;
  position: relative;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  justify-content: center;
  /* margin: auto; */
  height: 37px;
  /* width: 55px; */
  min-width: 37px;
  border-radius: 100%;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.box-center-area
  .chat-conversation-ts
  .all-qchats
  .chat-plogs
  .chatp-ins6
  span {
  margin: auto;
  font-size: 13px;
  color: #22ba93;
}

.chat-conversation-ts .all-qchats .chat-plogs .chat-plogs-body {
  margin-left: 8px;
  float: left;
  text-align: left;
  padding: 10px 12px;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: auto 8px;
}

.chat-conversation-ts
  .all-qchats
  .chat-plogs
  .chat-plogs-body
  div:nth-child(1) {
  /* color: #22BA93; */
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 14px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-conversation-ts
  .all-qchats
  .chat-plogs
  .chat-plogs-body
  div:nth-child(2) {
  /* color: #22BA93; */
  -webkit-line-clamp: 2;
  margin-top: 4px;
  font-size: 12px !important;
  color: #9699a3;
  font-weight: 400;
  display: -webkit-box;
  font-size: 12px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.28;
}

.chat-conversation-ts .all-qchats .chat-plogs .arrow-sdi3 {
  margin: auto;
}

.chat-conversation-ts .no-conversation {
  width: -webkit-fill-available;
  width: -moz-available;

  justify-content: center;
  /* position: relative; */
  /* display: flex; */
  object-fit: contain;
  background: transparent;
  border-radius: 50%;
  /* display: inline-flex; */
  top: 50%;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  justify-content: center;
  font-size: 13px;
  /* margin: auto; */
  /* display: none; */
}

.chat-conversation-ts .no-conversation svg {
  height: 146px;
  margin-bottom: 8px;
}

.cuoral_xi_file img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This is key for fitting without overflow */
  border-radius: 0.375rem;
  /* Equivalent to rounded-md */
  display: block;
  /* Remove extra space below image */
}

.responsive-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This is key for fitting without overflow */
  border-radius: 0.375rem;
  /* Equivalent to rounded-md */
  display: block;
  /* Remove extra space below image */
}
