iframe {
  width: 100%;
  height: 100dvh;
  border: 0;
}
.chatBoxImageClass {
  position: fixed;
  right: 15px;
  bottom: 0;
  z-index: 9999;
}
.chatBoxImageClass.active {
  width: 790px;
  height: 610px;
}
.chatBoxImageClass.dnone {
  display: none;
}
.chartbotcloseicons {
  position: absolute;
  right: 18px;
  top: 18px;
}
.chatboticoninweb img {
  width: 150px;
}
.iconsbackground {
  background: #ffffff52;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-left: 15px;
  justify-content: center;
}
.iconsbackground2 {
  cursor: pointer;
  background: #9dcb38;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 15px;
  display: none;
  color: #fff;
  margin-top: 4%;
}
@media (max-width: 768px) {
  .iconsbackground {
    display: none;
  }
  .iconsbackground2 {
    display: flex;
  }
  .chatBoxImageClass.active {
    width: 100%;
    height: 70vh;
  }
  .chatBoxImageClass {
    bottom: 0;
    right: 0;
  }
  .chatboticoninweb img {
    width: 150px;
    height: 150px;
  }
  .chartbotcloseicons {
    top: 22px;
    right: 5%;
  }
  iframe{
    height: 100%;
  }
}
.positionclassin {
  z-index: 999;
  background: #ededed;
  padding: 0;
  font-size: 8px;
  position: absolute;
  bottom: 130px;
  right: 130px;
  box-shadow: 1px 0 20px 0 #aaa;
  width: 167px;
  border-radius: 10px;
}
.positionclassin p {
  padding: 13px;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 20px;
}
.avatarimageHolder {
  width: 150px;
  height: 150px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 100%;
  max-height: 150px;
  position: absolute;
  bottom: 70px;
  right: 7px;
}
.closeicon {
  color: red;
  cursor: pointer;
  background-color: #ededed;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  width: 30px;
  height: 30px;
  right: -10px;
  text-align: center;
  line-height: 30px;
}
@media (max-height: 852px) {
  .chatBoxImageClass.active {
    height: 80vh !important;
  }
}
@media (max-width: 360px) {
  .closeiconsandexpnd {
    right: 5px;
  }
  .inmobileChatText {
    font-size: 12px;
  }
  .iconsbackground2 {
    width: 25px;
    height: 25px;
  }
  .iconsbackground2 svg {
    width: 12px;
    height: 12px;
  }
}
