@import url("https://cdn.plyr.io/3.7.8/plyr.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Raleway:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700&display=swap");

/* @import url("https://unpkg.com/tippy.js@6/dist/tippy.css"); */

@import url("css/plyr.css");
@import url("css/inputArea.css");
@import url("css/voice.css");
@import url("css/video.css");
@import url("css/carousel.css");
@import url("css/form.css");
@import url("css/optionsBtns.css");
@import url("css/marked-bot.css");
/* @import url("css/header-bot.css"); */
:root {
  --BotChatColor: #ff6800; /* Default */
  --BotTextColor: #fff;
  --ResponseDir: "ltr";
  --ThemeFontStyle: "Tahoma";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.br {
  min-height: 20px;
  max-height: 20px;
  background-color: transparent;
}
ol {
  padding: 1em !important;
}
ul {
  padding: 1em !important;
}

body div {
  z-index: 998;
}

div.disabled,
img.disabled {
  pointer-events: none;
  opacity: 0.9;
}

#chatbot-container {
  z-index: 999;
}

.hideE {
  display: none !important;
}
/* Chatbot container styling */
.chatbot-icon {
  /* background-color: #3a2a64; */
  border-radius: 100px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* font-family: Arial, sans-serif; */
  /* border: 3px solid #fff; */
  position: fixed;
  right: 2.5%;
  bottom: 10%;
  z-index: 1900;
  height: 85px;
  width: 85px;
  cursor: pointer;
  padding: 22px 19px 23px 21px;
  /* border: 2px solid red; */
}

.chatbot-full-main-icon {
  border-radius: 100px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* font-family: Arial, sans-serif; */
  /* border: 2px solid rgb(253, 18, 18); */
  position: fixed;
  right: 2.5%;
  bottom: 10%;
  z-index: 1900;
  height: 100px;
  width: 100px;
  cursor: pointer;
  /* padding: 25px 0px 5px 0px; */
  /* padding: 30px 15px !important; */
}
.chatbot-full-main-icon img {
  /* height: 80px;
  width: 80px;
  height: 70%;
  width: 100%;
  border-radius: 100px; */
  /* object-fit: none;   */
  /* border: 2px solid red; */

  position: absolute;
  /* left: 8px !important;
    top: 12% !important; */
  width: 85px !important;
  /* Base width */
  height: 85px !important;
  /* Keep it a perfect circle */
  /* max-width: 80% !important; */
  /* Prevent oversized scaling */
  /* max-height: 80% !important; */
  border-radius: 50% !important;
  /* Makes it fully circular */
}

.chatbot-full-main-icon.position-top {
  right: 7.5%;
}
.chatbot-full-main-icon.position-right {
  right: 18.5%;
}

label.Ask-Question {
  position: absolute;
  left: -265px;
  top: 8px;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  /* border: 1px solid blue; */
  text-align: right;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-width: 250px;
  max-width: 250px;
  text-align: center;
}

label.Ask-Question.position-left {
  position: absolute;
  left: -260px !important;
  top: 10px !important;
}
label.Ask-Question.position-right {
  position: absolute;
  left: 90px !important;
  top: 10px !important;
  /* border: 1px solid blue; */
}
label.Ask-Question.position-top {
  position: absolute;
  left: -85px !important;
  top: -70px !important;
}

.chatbot {
  position: relative;
  background-color: #3a2a64;
  border: 1px solid #ccc;
  border: transparent;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* display: none; */
  flex-direction: column;
  justify-content: space-between;
  /* font-family: Arial, sans-serif; */
  /* border: 2px solid red; */
  position: fixed;
  right: 20px;
  bottom: 1%;
  top: 1%;
  z-index: 5000 !important;
  height: 98.6vh;
  width: 613px;
  padding: 0px;
  transition: width 0.6s ease;
}
.chatbot.expanded {
  width: 99.4%;
}
.chatbot.theme2 {
  padding: 2px 11px 25px 11px; /* border: 2px solid red !important; */
}
@media (max-width: 1580px) {
  .chatbot {
    width: 613px;
  }
}
@media (max-width: 1200px) {
  .chatbot {
    width: 613px;
  }
}
@media (max-width: 600px) {
  .chatbot {
    width: 100%;
    right: 0.1%;
    top: 0%;
    bottom: 0%;
    border-radius: 1px;
  }
}

/* --------------------------chatbot-phone--------------------------- */
.chatbot-phone-container {
  position: absolute;
  right: 9%;
  top: 25%;
  height: 35vh;
  width: 80%;
  /* border: 2px solid rgb(9, 196, 87); */
}

.closePhone {
  cursor: pointer;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .chatbot-phone-container {
    right: 0%;
    top: 25%;
    width: 100%;
    padding: 10%;
  }
}
@media (max-width: 600px) {
  .chatbot-phone-container {
    right: 0%;
    top: 25%;
    width: 100%;
    padding: 2%;
  }
}
.chatbot-phone-container.expanded {
  padding-left: 1%;
  /* border: 2px solid rgb(9, 196, 87); */
}
@media (max-width: 1200px) {
  .chatbot-phone-container.expanded {
    right: 14%;
    width: 60%;
    padding: 9%;
    padding-left: 0%;
    /* border: 2px solid red; */
  }
}

.chatbot-phone-icon {
  /* border: 2px solid rgb(246, 248, 246); */
  border-radius: 100px;
  padding: 0px !important;
  margin-left: 41%;
  margin-bottom: 15px;
  width: 63px;
  height: 58px;
  flex-shrink: 0;
}
.chatbot-phone-icon.expanded {
  margin-left: 46%;
}
@media (max-width: 1200px) {
  .chatbot-phone-icon.expanded {
    margin-left: 45%;
  }
}
.chatbot-phone-panel {
  width: 479px;
  height: 266px;
  flex-shrink: 0;
  border-radius: 27px;
  background: #fff;
  padding-top: 2px;
  position: relative;
}
@media (max-width: 1200px) {
  .chatbot-phone-panel {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .chatbot-phone-panel {
    width: 100%;
  }
}

.chatbot-phone-panel.expanded {
  margin-left: 33%;
  /* border: 3px solid rgb(12, 173, 12); */
}
@media (max-width: 1200px) {
  .chatbot-phone-panel.expanded {
    margin-left: 33%;
  }
}

.chatbot-phone-panel .chatbot-phone-container {
  height: 61px;
  padding: 14px 20px;
  display: flex;
  gap: 2%;
  position: relative;
  top: 13%;
  left: 7.5%;
}

.chatbot-phone-panel .chatbot-phone-container label {
  /* color: #000; */
  /* text-align: center; */
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-left: 4%;
  /* width: 90%;
    border: 2px solid red; */
}
.chatbot-phone-panel .chatbot-phone-container img {
  width: 8%;
  height: 25px;
  flex-shrink: 0;
  /* border: 2px solid rgb(44, 12, 119); */
}

.chatbot-phone-panel .chatbot-mobile-container {
  height: 61px;
  padding: 14px 20px;
  display: flex;
  gap: 2%;
  position: relative;
  top: 17%;
  left: 7%;
}

.chatbot-phone-panel .chatbot-mobile-container label {
  /* color: #000;
    text-align: center; */
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  /* width: 90%;
    border: 2px solid red;  */
}
.chatbot-phone-panel .chatbot-mobile-container img {
  width: 8%;
  height: 25px;
  flex-shrink: 0;
  /* border: 2px solid rgb(44, 12, 119); */
}

.chatbot-phone-panel .chatbot-email-container {
  height: 61px;
  padding: 14px 20px;
  display: flex;
  gap: 2%;
  position: relative;
  top: 9%;
  left: 7%;
}

.chatbot-phone-panel .chatbot-email-container label {
  /* color: #000;
    text-align: center; */
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  /* width: 90%;
    border: 2px solid red;  */
}
.chatbot-phone-panel .chatbot-email-container img {
  width: 8%;
  height: 25px;
  flex-shrink: 0;
  /* border: 2px solid rgb(44, 12, 119); */
}

.chatbot-phone-panel button {
  width: 380px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 68px;
  background: #ff6800;
  margin-top: 40px;
  margin-left: 50px;
  color: #fff;
  border: none;
  bottom: 15px;
  position: absolute;
}
@media (max-width: 1200px) {
  .chatbot-phone-panel button {
    width: 81%;
  }
}
@media (max-width: 1200px) {
  .chatbot-phone-container.expanded .chatbot-phone-panel button {
    width: 81%;
  }
}
@media (max-width: 600px) {
  .chatbot-phone-panel button {
    width: 78%;
  }
}

/* --------------------------chatbot-phone--------------------------- */

/* --------------------------chatbot-auth--------------------------- */
.chatbot-auth-container {
  position: absolute;
  right: 9%;
  top: 25%;
  height: 35vh;
  width: 80%;
  /* border: 2px solid rgb(9, 196, 87); */
  border-radius: 27px;
}

@media (max-width: 1200px) {
  .chatbot-auth-container {
    right: 0%;
    top: 25%;
    width: 100%;
    padding: 10%;
  }
}
@media (max-width: 600px) {
  .chatbot-auth-container {
    right: 0%;
    top: 25%;
    width: 100%;
    padding: 2%;
  }
}
.chatbot-auth-container.expanded {
  padding-left: 25%;
}
@media (max-width: 1200px) {
  .chatbot-auth-container.expanded {
    right: 14%;
    width: 60%;
    padding: 9%;
    padding-left: 0%;
    /* border: 2px solid red; */
  }
}

.chatbot-auth-icon {
  /* border: 2px solid rgb(246, 248, 246); */
  border-radius: 100px;
  padding: 0px;
  margin-left: 41%;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 63px;
  height: 58px;
  flex-shrink: 0;
}
.chatbot-auth-icon.expanded {
  margin-left: 19%;
}
@media (max-width: 1200px) {
  .chatbot-auth-icon.expanded {
    margin-left: 45%;
  }
}
.chatbot-auth-panel {
  width: 479px;
  height: 200px;
  flex-shrink: 0;
  border-radius: 27px;
  background: #fff;
  padding-top: 2px;
  /* border: 2px solid rgb(9, 196, 87); */
}
@media (max-width: 1200px) {
  .chatbot-auth-panel {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .chatbot-auth-panel {
    width: 100%;
  }
}

.errorMsg {
  position: absolute;
  /* border: 2px solid red; */
  bottom: -50px;
  left: 22%;
  color: #fff;
}
.chatbot-auth-input-container {
  height: 65px;
  padding: 0px 50px;
  /* border: 2px solid red; */
  margin-top: 20px;
}

.chatbot-auth-input-container label {
  color: #000;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}
.chatbot-auth-input-container input {
  border-radius: 38px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 45px;
  padding: 10px;
  border: none;
}

.chatbot-auth-panel button {
  width: 380px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 68px;
  background: #ff6800;
  margin-top: 20px;
  margin-left: 50px;
  color: #fff;
  border: none;
}
@media (max-width: 1200px) {
  .chatbot-auth-panel button {
    width: 81%;
  }
}
@media (max-width: 1200px) {
  .chatbot-auth-container.expanded .chatbot-auth-panel button {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .chatbot-auth-panel button {
    width: 78%;
  }
}

/* --------------------------chatbot-auth--------------------------- */

/* --------------------------chatbot- History--------------------------- */
button.newChat,
button.terms-button-icon,
button.signout-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.chatbot-history-container {
  position: absolute;
  right: 9%;
  top: 8%;
  width: 80%;
  /* border: 2px solid red; */
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
}
@media (max-width: 1200px) {
  .chatbot-history-container {
    width: 96%;
    right: 2%;
  }
}
@media (max-width: 600px) {
  .chatbot-history-container {
    width: 96%;
    right: 2%;
  }
}

.chatbot-history-container.expanded {
  padding-left: 0%;
  /* border: 2px solid green; */
}

@media (max-width: 1200px) {
  .chatbot-history-container.expanded {
    /* padding-left: 15%; */
    width: 100%;
    /* right: 15%; */
    /* border: 2px solid green; */
  }
}

.chatbot-history-container .container {
  /* border: 2px solid rgb(12, 167, 71); */
  width: 100%;

  display: flex;
  flex-direction: column; /* Stack children vertically */
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  position: relative;
}
.chatbot-history-container.expanded .container {
  /* border: 2px solid rgb(12, 167, 71); */
  width: 50%;
}

@media (max-width: 1200px) {
  .chatbot-history-container.expanded .container {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .chatbot-history-container.expanded .container {
    width: 100%;
  }
}

.chatbot-history-container .container .headerElements {
  /* border: 2px solid rgb(43, 5, 216); */
  display: flex;
  flex-direction: column; /* Stack children vertically */
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  position: relative;
}

.chatbot-history-icon {
  border-radius: 100px;
  padding: 0px;
  margin-bottom: 15px;
  width: 63px;
  width: 63px;
  height: 58px;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .chatbot-history-icon {
    margin-left: 44%;
  }
}
@media (max-width: 600px) {
  .chatbot-history-icon {
    margin-left: 41%;
  }
}

.chatbot-history-icon.expanded {
  /* margin-left: 50%; */
}
@media (max-width: 1200px) {
  .chatbot-history-icon.expanded {
    /* margin-left: 45%; */
  }
}

.chatbot-history-BotName {
  color: #fff;
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
  /* border: 2px solid rgb(197, 13, 13); */
}
.chatbot-history-BotName.expanded {
  width: 100% !important;
}
@media (max-width: 1200px) {
  .chatbot-history-BotName.expanded {
  }
}

.chatbot-history-container button {
  width: 482px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 68px;
  background: #ff6800;
  background: #d696a9;
  margin-top: 20px;
  color: #fff;
  border: none;
  margin-bottom: 30px;
  /* border: 2px solid rgb(247, 198, 39); */
}

@media (max-width: 1200px) {
  .chatbot-history-container button {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .chatbot-history-container button {
    width: 100%;
  }
}

.chatbot-history-panel {
  width: 479px;
  height: 55vh;
  flex-shrink: 0;
  border-radius: 27px;
  background: transparent;
  padding-top: 5px;
  border-radius: 20px;
  border: 1px solid #6f59a4;
  position: relative;
  max-height: 55vh;
  overflow-y: auto;
  padding: 35px 30px !important;
  /* border: 2px solid rgb(235, 11, 141); */
}

/* Custom scrollbar styling */
.chatbot-history-panel::-webkit-scrollbar {
  width: 12px;
}

.chatbot-history-panel::-webkit-scrollbar-track {
  background: #3a2a64 !important;
  border-radius: 20px !important;
}
.chatbot-history-panel::-webkit-scrollbar-thumb {
  background-color: #6f59a4;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .chatbot-history-panel {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .chatbot-history-panel {
    width: 100%;
    padding: 35px 5px !important;
    max-height: 60vh;
  }
}
.chatbot-history-panel h5 {
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  left: 35px;
  top: 15px;
  width: auto;
  cursor: pointer;
}
.chatbot-history-panel h6 {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 35px;
  top: 15px;
  /* border: 2px solid red; */
  width: auto;
  cursor: pointer;
}

#bot_Loading {
  width: 100px;
  height: 100px;
  top: 38%;
  left: 38%;
  position: absolute;
}

.chatbot-history-panel button {
  width: 442px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 29px;
  background: #33245d;
  background: #a34661;

  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  width: 100%;
  margin-bottom: -10px;
  padding: 5px 55px;
  /* border: 2px solid red; */
  position: relative;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .chatbot-history-panel button {
    width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .chatbot-history-panel button {
    width: 100%;
    font-size: 12px;
  }
}
.chatbot-history-panel button img {
  margin-right: 10px;
  position: absolute;
  left: 20px;
  top: 25%;
}

.chatbot-history-footer {
  width: 479px;
  height: 60px;
  flex-shrink: 0;
  background: transparent;
  padding-top: 5px;
  position: relative;
  max-height: 60px;
  /* border: 2px solid red; */
  display: flex;
  gap: 2%;
}

@media (max-width: 1200px) {
  .chatbot-history-footer {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .chatbot-history-footer {
    width: 100%;
  }
}

.chatbot-history-footer button {
  width: 49%;
  height: 56px;
  flex-shrink: 0;
  border-radius: 68px;
  background: #6f59a4;
  background: #d696a9;

  margin-top: 20px;
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  border: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .chatbot-history-footer button {
    margin-top: 3px;
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .chatbot-history-footer button {
    margin-top: 2px;
    font-size: 12px;
  }
}

/* --------------------------chatbot- History--------------------------- */

/* --------------------------chatbot- terms-conditions--------------------------- */
.terms {
  cursor: pointer;
}
.terms-text {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  text-align: justify;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  max-width: 600px;
  margin: 20px auto;
  min-height: 91%;
  max-height: 91%;
  overflow-y: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
  margin-top: 10px;
}

.terms-text.expanded {
  max-width: 97%;
  min-height: 88%;
  max-height: 88%;
}

@media (max-width: 1580px) {
  .terms-text {
    max-width: 98%;
    min-height: 88%;
    max-height: 88%;
  }
}
@media (max-width: 1200px) {
  .terms-text {
    max-width: 100%;
    min-height: 92%;
    max-height: 92%;
  }
}
@media (max-width: 600px) {
  .terms-text {
    max-width: 100%;
    min-height: 92%;
    max-height: 92%;
  }
}

.terms-text::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}

/* .terms-text h2,
.terms-text strong {
  font-weight: bold;
  color: #444;
}

.terms-text p {
  margin-bottom: 10px;
}

.terms-text ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.terms-text li {
  margin-bottom: 15px;
}

.terms-text a {
  color: #007bff;
  text-decoration: none;
}

.terms-text a:hover {
  text-decoration: underline;
} */

/* --------------------------chatbot- terms-conditions--------------------------- */

.chatbot label.terms {
  position: absolute;
  left: 18px;
  color: #fff;
  font-family: "Poppins";
  font-size: 12px;
  padding-left: 18px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  text-decoration-line: underline;
  padding-top: 1px;
  /* border: 2px solid red; */
  bottom: -25px;
}

.chatbot-input-area .terms {
  width: 100%;
  margin-left: -2%;
}

.chatbot.expanded .chatbot-input-area .terms {
  width: 100%;
  margin-left: 0%;
}

/* Chat header */
.chatbot-header {
  background-color: transparent !important;
  color: white;
  padding: 10px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  position: relative;
  min-height: 7.6%;
  max-height: 7.6%;
  /* border: 5px solid rgb(45, 10, 201); */
  display: flex;
  margin-left: 0px;
  margin-right: 0px;
  align-items: center !important;
}

/* //-----------Big Desktop */
@media (min-width: 1921px) {
  .chatbot-header {
    min-height: 7% !important;
    max-height: 7% !important;
  }
}
@media (max-width: 1920px) {
  .chatbot-header {
    min-height: 7% !important;
    max-height: 7% !important;
  }
}
@media (min-width: 1579px) {
  .chatbot-header {
    min-height: 7% !important;
    max-height: 7% !important;
  }
}
@media (max-width: 1580px) {
  .chatbot-header {
    min-height: 8% !important;
    max-height: 8% !important;
  }
}
@media (max-width: 1200px) {
  .chatbot-header {
    min-height: 7% !important;
    max-height: 7% !important;
  }
}
@media (max-width: 600px) {
  .chatbot-header {
    min-height: 7% !important;
    max-height: 7% !important;
  }
}

.chatbot-header img.close-chatbot-icon {
  top: 40% !important;
}
.chatbot-header img.expand-chatbot-icon {
  top: 40% !important;
}
.chatbot-header img.email-chatbot-icon {
  top: 42% !important;
}
.chatbot-header img.call-chatbot-icon {
  top: 45% !important;
}

/* @media (max-width: 1920px) {
  .chatbot-header img.close-chatbot-icon {
    top: 22% !important;
  }
  .chatbot-header img.expand-chatbot-icon {
    top: 22% !important;
  }
  .chatbot-header img.email-chatbot-icon {
    top: 22% !important;
  }
  .chatbot-header img.call-chatbot-icon {
    top: 25% !important;
  }
} */

.chatbot-header .chatbot-icon {
  position: absolute;
  left: 20px !important;
  top: 35% !important;
  width: 55px !important; /* Base width */
  height: 55px !important; /* Keep it a perfect circle */
  max-width: 80% !important; /* Prevent oversized scaling */
  max-height: 80% !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50% !important; /* Makes it fully circular */
}

@media (min-width: 1921px) {
  .chatbot-header .chatbot-icon {
    width: 56px !important;
    height: 55px !important;
  }
}

@media (max-width: 1920px) {
  .chatbot-header .chatbot-icon {
    width: 53px !important;
    height: 55px !important;
  }
}
@media (max-width: 1740px) {
  .chatbot-header .chatbot-icon {
    width: 50px !important;
    height: 55px !important;
  }
}
@media (max-width: 1580px) {
  .chatbot-header .chatbot-icon {
    width: 53px !important;
    height: 50px !important;
  }
}
@media (max-width: 1300px) {
  .chatbot-header .chatbot-icon {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (max-width: 1200px) {
  .chatbot-header .chatbot-icon {
    width: 45px !important;
    height: 45px !important;
  }
}
@media (max-width: 600px) {
  .chatbot-header .chatbot-icon {
    width: 40px !important;
    height: 40px !important;
  }
}

.chatbot-header .chatbot-icon.topBanner {
  width: 40px !important;
  height: 40px !important;
  border-radius: 1% !important;
  top: 40% !important;
  left: 22px !important;
}

.chatbot-header .chatbot-icon.authenticated {
  /* border: 2px solid rgb(41, 17, 175); */
  left: 25px;
  top: 18% !important;
}

.chatbot-header h4 {
  border-radius: 100px;
  cursor: pointer;
  position: absolute;
  left: 80px;
  top: 39% !important;
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.chatbot-header h3 {
  border-radius: 100px;
  cursor: pointer;
  position: absolute;
  left: 81px;
  top: 72%;
  color: #fff;
  font-family: "Poppins";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

/* @media (min-width: 1921px) {
  .chatbot-header h4 {
    top: 19% !important;
  }

  .chatbot-header h3 {
    top: 53%;
  }
} */

/* @media (max-width: 1920px) {
  .chatbot-header h4 {
    top: 17% !important;
  }

  .chatbot-header h3 {
    top: 53%;
  }
} */

/* @media (max-width: 1580px) {
  .chatbot-header h4 {
    top: 11% !important;
  }

  .chatbot-header h3 {
    top: 48%;
  }
} */
.chatbot-header h3.authenticated,
.chatbot-header h4.authenticated {
  /* border: 2px solid red; */
  left: 14% !important;
}

.chatbot-header h3.authenticated,
.chatbot-header h4.authenticated {
  display: inline-block;
  /* Ensures the text respects the width */
  max-width: 40ch;
  /* Limit to 25 characters */
  overflow: hidden;
  /* Hides the overflow */
  white-space: nowrap;
  /* Prevents text wrapping */
  text-overflow: ellipsis;
  /* Adds the "..." */
}

.chatbot-header.theme2 {
  /* margin-left: -10px;
  margin-right: -10px; */
}

.chatbot-header h3.topBanner {
  left: 80px !important;
  top: 55% !important;
}
@media (max-width: 1200px) {
  .chatbot-header h3.topBanner {
    left: 73px !important;
    display: inline-block; /* Ensures the text respects the width */
    max-width: 40ch; /* Limit to 25 characters */
    overflow: hidden; /* Hides the overflow */
    white-space: nowrap; /* Prevents text wrapping */
    text-overflow: ellipsis; /* Adds the "..." */
  }
}
@media (max-width: 600px) {
  .chatbot-header h3.topBanner {
    left: 72px !important;
    display: inline-block; /* Ensures the text respects the width */
    max-width: 20ch; /* Limit to 25 characters */
    overflow: hidden; /* Hides the overflow */
    white-space: nowrap; /* Prevents text wrapping */
    text-overflow: ellipsis; /* Adds the "..." */
  }
}
.chatbot-header h4.topBanner {
  position: absolute !important;
  left: 0% !important;
  /* border: 2px solid red; */
  width: 100% !important;
  text-align: center;
  min-width: 40%;
  top: 50% !important;

  /* border: 2px solid rgb(23, 190, 65); */
}

/* @media (min-width: 1921px) {
  .chatbot-header h4.topBanner {
    top: 38% !important;
  }
}

@media (max-width: 1920px) {
  .chatbot-header h4.topBanner {
    top: 35% !important;
  }
}

@media (max-width: 1300px) {
  .chatbot-header h4.topBanner {
    top: 28% !important;
  }
} */
@media (max-width: 1200px) {
  .chatbot-header h4.topBanner {
    /* left: 73px !important; */
    /* width: 100% !important; */
    max-width: 80ch; /* Limit to 25 characters */
    overflow: hidden; /* Hides the overflow */
    white-space: nowrap; /* Prevents text wrapping */
    text-overflow: ellipsis; /* Adds the "..." */
  }
}
@media (max-width: 600px) {
  .chatbot-header h4.topBanner {
    /* left: 72px !important; */
    display: inline-block; /* Ensures the text respects the width */
    max-width: 80ch; /* Limit to 25 characters */
    overflow: hidden; /* Hides the overflow */
    white-space: nowrap; /* Prevents text wrapping */
    text-overflow: ellipsis; /* Adds the "..." */
    /* border: 2px solid red; */
  }
}

@media (max-width: 1200px) {
  .chatbot.expanded .chatbot-header h4.topBanner {
    /* left: 73px !important; */
    /* border: 2px solid red; */
    /* width: 100% !important; */
    max-width: 120ch;
    /* Limit to 25 characters */
    overflow: hidden;
    /* Hides the overflow */
    white-space: nowrap;
    /* Prevents text wrapping */
    text-overflow: ellipsis;
    /* Adds the "..." */
  }
}

@media (max-width: 600px) {
  .chatbot.expanded .chatbot-header h4.topBanner {
    /* left: 72px !important; */
    display: inline-block;
    /* Ensures the text respects the width */
    max-width: 48ch;
    /* Limit to 25 characters */
    overflow: hidden;
    /* Hides the overflow */
    white-space: nowrap;
    /* Prevents text wrapping */
    text-overflow: ellipsis;
    /* Adds the "..." */
  }
}

h4.topBanner.authenticated {
  position: absolute;
  top: 23% !important;
  left: 90px !important;
  /* transform: translate(-50%, -50%) !important; */
  /* Center the specific child */
}

h3.topBanner.authenticated {
  position: absolute;
  top: 53% !important;
  left: 90px !important;
  /* transform: translate(-50%, -50%) !important; */
  /* Center the specific child */
}

.chatbot-header img {
  float: right;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  padding: 3px;
  margin-right: 2px;
  cursor: pointer;
  position: absolute;
}

.chatbot-header .close-chatbot-icon,
.chatbot-header .close-phone-chatbot-icon,
.chatbot-header .close-auth-chatbot-icon,
.chatbot-header .close-terms-chatbot-icon,
.chatbot-header .close-history-chatbot-icon {
  right: 15px;
  top: 17%;
}
.chatbot-header .expand-chatbot-icon,
.chatbot-header .expand-phone-chatbot-icon,
.chatbot-header .expand-auth-chatbot-icon,
.chatbot-header .expand-terms-chatbot-icon,
.chatbot-header .expand-history-chatbot-icon {
  right: 45px;
  top: 17%;
}
.chatbot-header .email-chatbot-icon {
  right: 80px;
  width: 30px;
  height: 33px;
  top: 23%;
}
.chatbot-header .call-chatbot-icon {
  right: 114px;
  width: 28px;
  height: 28px;
  top: 16%;
}
.chatbot-header .call-chatbot-icon.noEmail {
  right: 78px;
  width: 31px;
  height: 31px;
  top: 27%;
}

.chatbot-header-back-icon {
  left: 5px;
  width: 17px !important;
  height: 30px !important;
  top: 35%;
  /* border: 2px solid red; */
  padding: 0%;
}

.chatbot-header-back-icon.termsPage {
  left: 15px;
  width: 15px !important;
  height: 20px !important;
  top: 40%;
  /* border: 2px solid red; */
  padding: 0%;
}

.phoneBackIcon {
  left: -8px;
  width: 17px !important;
  height: 30px !important;
  top: 35%;
  /* border: 2px solid red; */
  padding: 0%;
}
.chatbot-header h2.termsTitle {
  border-radius: 100px;
  cursor: pointer;
  position: absolute;
  left: 35px;
  top: 38%;
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.chatbot-header .chatbot-icon {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 20%;
  padding: 0px !important;
}

/* Chat messages area */
.chatbot-messages {
  flex-grow: 1;
  padding: 10px;
  overflow-y: auto;
  background-color: #fff;
  /* border: 1px solid rgb(40, 6, 119); */
  height: auto;

  position: absolute;
  bottom: 15% !important;

  min-height: 75.5%;
  max-height: 75.5%;
  padding-bottom: 20%;
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.chatbot-messages.theme2 {
  border-radius: 20px 20px 0px 0px;

  position: absolute !important;
  bottom: 15% !important;
  min-height: 75.5%;
  max-height: 75.5%;
  width: 100%;
  max-width: 96.3%;
}

.chatbot.expanded .chatbot-messages.theme2 {
  width: 100%;
  max-width: 98.8%;
}
/* //-----------Big Desktop */
/* @media (min-width: 1921px) {
  .chatbot-messages {
    min-height: 79% !important;
    max-height: 79% !important;
  }
}
@media (max-width: 1920px) {
  .chatbot-messages {
    min-height: 77% !important;
    max-height: 77% !important;
  }
}
@media (max-width: 1850px) {
  .chatbot-messages {
    min-height: 77% !important;
    max-height: 77% !important;
  }
}
@media (min-width: 1579px) {
  .chatbot-messages {
    min-height: 76.5% !important;
    max-height: 76.5% !important;
  }
}
@media (max-width: 1580px) {
  .chatbot-messages {
    min-height: 72.5% !important;
    max-height: 72.5% !important;
  }
}
@media (max-width: 1380px) {
  .chatbot-messages {
    min-height: 71% !important;
    max-height: 71% !important;
  }
}

@media (max-width: 1200px) {
  .chatbot-messages {
    min-height: 78.5% !important;
    max-height: 78.5% !important;
  }
}
@media (max-width: 600px) {
  .chatbot-messages {
    min-height: 78.5% !important;
    max-height: 78.5% !important;
  }
} */

.chatbot-messages .notification-area {
  position: absolute;
  bottom: 17%;
  left: 0;
  width: 100%;
  /* border: 2px solid red; */
  min-height: 50px;
  z-index: 1006;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  display: none;
}

.chatbot-messages .notification-area .notification-text {
  /* border: 2px solid rgb(52, 16, 151); */
  display: flex;
  height: 50px;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #ffeaea;

  border-radius: 10px;
  background: #ffeaea;
}

/* @media (max-width: 1200px) {
  .chatbot-messages {
    min-height: 80vh;
    max-height: 80vh;
  }
}
@media (max-width: 600px) {
  .chatbot-messages {
    min-height: 80vh;
    max-height: 80vh;
  }
} */

.chatbot-messages::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}

/* Individual message */
/* .message {
  margin: 3px 0;
} */

.user-message-container {
  position: relative;
  /* left: 40px; */
  background-color: transparent;
  align-items: center;
  gap: 0px;

  margin-left: 10px;
  font-family: "Poppins";
  padding: 0% !important;
  /* border: 1px solid #ee7474; */
  width: 91%;
  left: 7%;

  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  direction: rtl;
  flex-direction: column;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .user-message-container {
    width: 91%;
  }
}
@media (max-width: 600px) {
  .user-message-container {
    width: 88%;
  }
}
.user-message-container.expanded {
  width: 96.7%;
  left: 2.5%;

  /* border: 1px solid #ee7474; */
}
@media (max-width: 1200px) {
  .user-message-container.expanded {
    width: 93%;
  }
}

.user-message {
  font-size: 14px !important;
  text-align: left;
  color: #fff;
  padding: 10px 15px !important;
  border-radius: 10px;
  background: #ff6800;
  width: auto !important;
  max-width: fit-content;
  float: right;
  font-family: "Poppins";
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.205);
  margin-bottom: 10px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  margin: 0% !important;
}

.bot-message-container {
  background: transparent;
  display: flex;
  width: 100%;
  position: relative;
  /* border: 3px solid rgb(99, 18, 204); */
}

.bot-message-icon {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  padding: 0px;
  cursor: pointer;
  /* border: 3px solid rgb(99, 18, 204); */
  position: absolute;
  top: 0px !important;
  left: 3px !important;
}
.bot-message {
  text-align: left;
  border-radius: 10px;
  background: #f5f5f5;
  align-items: center;
  gap: 10px;
  width: auto;
  margin-left: 10px;
  font-family: "Poppins";
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 0.5em 0.7em;
}

.typing-container {
  position: relative;
  left: -10px;
  background-color: transparent;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-left: 10px;
  font-family: "Poppins";
  padding: 0% !important;
  padding-left: 3px !important;
  /* border: 1px solid #000; */
  border-radius: 10px;
  margin-top: 15px;
  direction: ltr !important;
}
.typing-container * {
  margin: 0% !important;
}
.typing-container .typing_Now {
  margin-left: 30px !important;
  /* width: 60%; */
  height: 50px;
  padding: 0px !important;
  /* border: 0.3px solid rgb(155, 209, 28); */
}
.typing-container .empty {
  /* width: 10%; */
  height: 50px;
}
.typing-container .bot-typing-message-icon {
  /* background-color: #3a2a64; */
  /* width: 30%; */
  /* height: 40px;
  border-radius: 100px;
  padding: 0px;
  cursor: pointer; */
  width: 40px;
  height: 40px;
  border-radius: 100px;
  padding: 0px;
  cursor: pointer;
  /* border: 3px solid rgb(99, 18, 204); */
  position: absolute;
  top: 1px !important;
  left: 3px !important;
}

.bot-suggested-message-container {
  background: transparent;
  width: 100%;
  position: relative;
  /* border: 5px solid rgb(155, 209, 28); */
  position: relative;
  padding: 0px 0px 0px 50px;
  top: -15px;
}
.bot-suggested-message {
  border: 1px solid;
  border-color: #fff;
  font-family: "Poppins";
  /* border: 5px solid rgb(155, 209, 28); */
  /* max-height: 40px !important; */
  text-align: left;
  border-radius: 5px 10px 10px 5px;
  background: #ffecde;
  display: flex;
  padding: 10px 10px;
  align-items: center;
  gap: 10px;
  width: 85% !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -11px; /* border: 5px solid rgb(204, 7, 7); */
}
.bot-suggested-message.expanded {
  width: 51% !important;
}

.bot-suggested-message-icon {
  position: absolute;
  right: 15px;
  top: 5px;
}

.bot-message-reaction {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  /* width: 22px;
  height: 22px;
  min-height: 22px;
  max-height: 22px; */
  position: relative;
  left: 26px;
  top: 10;
}
.bot-message-reaction img {
  padding-top: 5px;
  max-width: 22px;
  min-height: 22px;
}

.bot-message-reaction .reaction-confirmation {
  width: 65px;
  height: 20px;
  position: absolute;
  left: -35px;
  top: -14px;
  border-radius: 10px;
  background: #d696a9;
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 3px;
  display: none;
}
.react-chatbot-icon {
  cursor: pointer;
}

.bot-space-message {
  position: relative;
  left: -10px;
  background-color: transparent;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-left: 10px;
  font-family: "Poppins";
  padding: 0% !important;
  padding-left: 50px !important;
  border-radius: 10px;
  /* border: 1px solid red; */
  /* min-height: 70px !important; */
}
.voice {
  display: none;
}
.bot-message-1 {
  position: absolute;
  left: -10px;
  background-color: transparent;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-left: 10px;
  font-family: "Poppins";
  padding: 0% !important;
  padding-left: 50px !important;
  border-radius: 10px;
  bottom: 14.3% !important;
}
/* //-----------Big Desktop */
@media (min-width: 1920px) {
  .bot-message-1 {
    /* border: 1px solid rgb(15, 156, 62); */
    margin-bottom: -5%;
    /* bottom: 181.7% !important; */
  }
}
@media (min-width: 1579px) {
  .bot-message-1 {
    bottom: 18.7% !important;
    /* border: 1px solid red; */
  }
}
@media (max-width: 1580px) {
  .bot-message-1 {
    bottom: 22% !important;
    /* border: 1px solid red; */
  }
}
@media (max-width: 1200px) {
  .bot-message-1 {
    bottom: 16.2% !important;
    width: 96%;
  }
}
@media (max-width: 600px) {
  .bot-message-1 {
    bottom: 16.2% !important;
    width: 98%;
  }
}

.bot-message-2 {
  display: flex;
  flex-direction: column;
  position: relative;
  left: -10px;
  background-color: transparent;
  gap: 15px;
  width: 100%;
  margin-left: 10px;
  font-family: "Poppins";
  padding: 0% !important;
  padding-left: 50px !important;
  border-radius: 10px;
  margin-top: 15px;
}

/* .bot-message-2 > div.message {
  margin: 3px 1px !important;
} */
.bot-message-2 .bot-image-container {
  padding: 10px 10px 5px 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.205);
  background-color: grey;
  border-radius: 10px;
  width: 325px;
  height: auto;
  max-height: 350px !important;
  flex-shrink: 0;
  position: relative;
}

.bot-image-container img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  max-height: 330px !important;
  height: 330px !important;
}

.video-bot-wrapper {
  position: relative;
  display: inline-block;
}

.bot-message-2 .bot-video-container {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.205);
  padding: 10px 10px 10px 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  width: 70% !important;
  height: 220px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; /* Center the video */
  /* box-shadow: 0px 0px 3px var(--BotChatColor) !important; */
}
@media (max-width: 1200px) {
  .bot-message-2 .bot-video-container {
    width: 66.5% !important;
  }
}
@media (max-width: 600px) {
  .bot-message-2 .bot-video-container {
    width: 97% !important;
  }
}

.bot-video-container .video-bot-wrapper {
  /* border: 3px solid rgb(99, 18, 204); */
  position: relative !important;
}
@media (max-width: 1580px) {
  .bot-video-container .video-bot-wrapper {
    width: 100% !important;
    height: 100% !important;
    /* border: 3px solid rgb(99, 18, 204) !important; */
  }
}
@media (max-width: 1200px) {
  .bot-video-container .video-bot-wrapper {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }
}
@media (max-width: 600px) {
  .bot-video-container .video-bot-wrapper {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }
}

.bot-video-container .video-bot-wrapper video {
  width: 100% !important;
  height: 100% !important;
  border-radius: 5px;
  object-fit: cover !important;
}

.bot-message-2 .bot-video-container.expanded {
  /* border: 1px solid red; */
  padding: 10px 10px 10px 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  width: 43% !important;
  height: 400px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; /* Center the video */
}
@media (max-width: 1200px) {
  .bot-message-2 .bot-video-container.expanded {
    width: 71% !important;
  }
}
.bot-video-container.expanded .video-bot-wrapper {
  /* border: 3px solid rgb(99, 18, 204); */
  position: relative !important;
  height: 100%;
  width: 100% !important;
}

.bot-video-container.expanded .video-bot-wrapper video {
  width: 100% !important;
  height: 100% !important;
  border-radius: 5px;
  object-fit: cover !important;
}

.bot-file-icon {
  width: 30px;
  height: 30px;
}

.bot-message-2 .bot-file-container a {
  text-decoration: none;
  padding-left: 5px;
  color: #000;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block; /* Ensures the text respects the width */
  max-width: 50ch; /* Limit to 25 characters */
  overflow: hidden; /* Hides the overflow */
  white-space: nowrap; /* Prevents text wrapping */
  text-overflow: ellipsis; /* Adds the "..." */
}

.bot-message-2 .bot-file-container svg {
  margin-top: -3px;
}

.bot-message-2 .bot-file-container {
  width: fit-content;
  height: 55px;
  flex-shrink: 0;
  position: relative;
  justify-items: center;
  align-items: center;
  display: flex;
  background: #ececec;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.205);
  /* border: 3px solid rgb(99, 18, 204); */
}

.bot-message-2 .bot-file-container.expanded {
  width: 42.9%;
}

@media (max-width: 1200px) {
  .bot-message-2 .bot-file-container.expanded {
    width: 71%;
  }
}
@media (max-width: 600px) {
  .bot-message-2 .bot-file-container.expanded {
    width: 97%;
  }
}

/* body * {
  font-family: var(--ThemeFontStyle) !important ;
} */
