@import "https://fonts.googleapis.com/css?family=Noto+Sans";
* {
  box-sizing: border-box;
}

body {
  font: 12px/16px "Noto Sans", sans-serif;
}

/* Your CSS styling rules go here */
.chatbot-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.chatbot-iframe {
  width: 400px;
  height: 700px;
}

.floating-chat {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 150;
  height: 50px;
  transform: translateY(70px);
  transition: all 250ms ease-out;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  /* background-image: linear-gradient(-225deg,#50cccc 35%,#45aeca); */
  background: #ffffff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border: black;
}
.title-price {
  display: flex;
  flex-direction: column;
  /* height: 2rem; */
  gap: 2px;
  margin-left: 5px;
}
.li-class {
  padding-left: 0px;
  width: 15rem;
}
.box-card a {
  display: flex;
  text-decoration: none;
  height: 3rem;
}
.box-card {
  display: flex;
  width: 21rem;
  padding-bottom: 26px;
}
.box-card img {
  height: 2.9rem;
  width: 2.9rem;
  border-radius: 5px;
}

.title-price h4 {
  font-size: 0.6rem;
  margin-block: 0px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.title-price p {
  font-size: 0.6rem;
  margin-block: 0px;
}
.floating-chat.enter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.floating-chat.enter {
  transform: translateY(0);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}
.floating-chat.expand {
  width: 23%;
  min-width: 300px;
  height: 70%;
  border-radius: 10px;
  cursor: auto;
  opacity: 1;
}
.floating-chat :focus {
  outline: 0;
  box-shadow: 0 0 3pt 2pt rgba(153, 81, 81, 0.3);
}
.floating-chat button {
  background: transparent;
  border: 0;
  /* color: white; */
  /* text-transform: uppercase; */
  border-radius: 3px;
  cursor: pointer;
}
.floating-chat .chat {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  /* border-radius: 50%; */
  transition: all 250ms ease-out;
  /* margin: auto; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.floating-chat .chat.enter {
  opacity: 1;
  border-radius: 0;
  /* margin: 10px; */
  width: auto;
  height: auto;
}
.floating-chat .chat .header {
  flex-shrink: 0;
  display: flex;
  /* background: transparent; */
  background: white;
  padding: 10;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
}
.floating-chat .chat .header .title {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 5px;
  text-align: left;
  padding-top: 3px;
  font-weight: bold;
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font: bolder;
  color: #e14343;
  padding-top: 0.1em;
}

.floating-chat .chat .header button {
  flex-shrink: 0;
}
.floating-chat .chat .messages {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: transparent;
}
.floating-chat .chat .messages::-webkit-scrollbar {
  width: 5px;
}
.floating-chat .chat .messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(134, 40, 0, 0.1);
}
.floating-chat .chat .messages::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(235, 168, 168, 0.2);
}
.floating-chat .chat .messages li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 14px;
  margin: 0 0 20px 0;
  font: 12px "Noto Sans", sans-serif;
  /* border-radius: 10px; */
  background-color: white;
  word-wrap: break-word;
  max-width: 81%;
  font-size: 12px;
  border-radius: 0.9em;
  border: 0.1em solid #e14343;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}
.floating-chat .chat .messages li:before {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  content: "";
  background-size: cover;
}
.floating-chat .chat .messages li:after {
  position: absolute;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid rgba(25, 147, 147, 0.2);
}
.floating-chat .chat .messages li.other {
  animation: show-chat-odd 0.15s 1 ease-in;
  -moz-animation: show-chat-odd 0.15s 1 ease-in;
  -webkit-animation: show-chat-odd 0.15s 1 ease-in;
  float: right;
  /* margin-right: 45px; */
  /* color: #0AD5C1; */
  background-color: #e14343;
  border-radius: 1.2em;
  color: white;
}
/* .floating-chat .chat .messages li.other:before {
  right: -45px;
  background-image: url(https://github.com/Thatkookooguy.png);
} */
.floating-chat .chat .messages li.other:before {
  content: "\2764"; /* Unicode for heart emoji */
  position: absolute;
  bottom: 50%;
  left: -22px;
  transform: translateY(50%);
  font-size: 12px;
  color: red;
}
.floating-chat .chat .messages li.self {
  animation: show-chat-even 0.15s 1 ease-in;
  -moz-animation: show-chat-even 0.15s 1 ease-in;
  -webkit-animation: show-chat-even 0.15s 1 ease-in;
  float: left;
  /* margin-left: 45px; */
  /* color: #0EC879; */
  border: 0.1em solid;
  border-radius: 0.9em;
  border-color: #e14343;
  background-color: white;
  box-shadow: 0.125em 0.125em 0.3125em rgba(0, 0, 0, 0.2);
  width: 20em;
}

.floating-chat .chat .messages li.self::after {
  content: "\2764"; /* Unicode for heart emoji */
  position: absolute;
  bottom: 50%;
  right: -15px;
  transform: translateY(50%);
  font-size: 16px;
  color: red;
}
/* .floating-chat .chat .messages li.self:before {
  left: -45px;
  background-image: url(https://github.com/ortichon.png);
} */
/* .floating-chat .chat .messages li.self:after {
  border-left: 10px solid transparent;
  left: -10px;
} */
.floating-chat .chat .footer {
  flex-shrink: 0;
  display: flex;
  padding: 10px;
  max-height: 90px;
  background: transparent;
}
.floating-chat .chat .footer .text-box {
  border-radius: 3px;
  background: white;
  min-height: 100%;
  width: 100%;
  margin-left: 8px;
  margin-right: 8px;
  /* color: #0EC879; */
  overflow-y: auto;
  /* padding: 2px 5px; */
  padding: 5px;
  border: 0.05em solid;
  border-color: #e14343;
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar {
  width: 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(235, 168, 168, 0.2);
}

@keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@-moz-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}

.fa-comments {
  content: url("/images/icons/Need-Help-G.png");
  border-radius: 25px;
  position: absolute;
}

.chat {
  width: 300px;
}

.virtuos-heart {
  border-radius: 25px;
  /* box-shadow: 0px 0px 5px 4px #c40000; */
  height: 2.5em;
}

.header {
  background-image: linear-gradient(-225deg, #c48683 35%, #c48683);
}

.fa-microphone {
  font-size: 24px;
  color: #d41515;
  margin: 3px;
}

.fa-paper-plane {
  font-size: 24px;
  color: #d41515;
  margin: 3px;
}

.fa-window-minimize {
  color: #e14343;
}

.row {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  margin-top: 5px;
  /* padding: 0 4px; */
}

.column {
  /* IE 10 */
  -ms-flex: 50%;
  flex: 50%;
  margin-top: 5px;
  /* padding: 0 4px 0 0; */
  /* font-weight: bold; */
}

.li-button {
  /* background: rgb(39, 0, 182); */
  text-decoration: none;
  background-color: #e14343;
  border-radius: 0.9em;
  /* border: 1px solid black; */
  color: white;
  padding: 3px;
  width: -webkit-fill-available;
  text-align: center;
  display: inline-block;
  /* font-size: 20px;  */
  margin: 8px 4px;
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#li-button {
  /* background: rgb(39, 0, 182); */
  text-decoration: none;
  background-color: #e14343;
  border-radius: 0.9em;
  /* border: 1px solid black; */
  color: white;
  padding: 3px;
  width: -webkit-fill-available;
  text-align: center;
  display: inline-block;
  /* font-size: 20px;  */
  margin: 8px 4px;
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.rounded-input {
  border-radius: 10px;
  padding: 8px; /* Adding some padding for better appearance */
  border: 1px solid #c40000; /* Adding a border for clarity */
}

/* Style for the required asterisk */
.required {
    color: red; /* Change the color of the asterisk to red */
    margin-left: 5px; /* Add a bit of space between the label text and the asterisk */
}

/* Position the asterisk */
label {
    position: relative;
}

.required::before {
    content: "*"; /* Display the asterisk */
}

.product-link {
  color: #c40000; /* Change the text color here */
  text-decoration: underline; /* Optional: Add underline to the link */
}

.see-more {
  color: #c40000; /* Change the text color here */
  text-decoration: underline; /* Optional: Add underline to the link */
}

.response-redirect {
  text-decoration: none;
}

.hidden {
  display: none;
}

/*--------------------
Custom Srollbar
--------------------*/
/* .mCSB_scrollTools {
  margin: 1px -3px 1px 0;
  opacity: 0;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0px;
  padding: 0 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.5) !important;
} */
/*# sourceMappingURL=style.css.map */

/* Star Ratings CSS */
.rating {
  position: relative;
  clear: both;
  padding: 14px;
  display: flex;
  /* margin: 0 0 20px 0; */
  /* width: 193px; */
  height: 26px;
  justify-content: center;
  flex-direction: row-reverse; /* Reverses the order of items */
}

.rating.hidden {
  display: none;
}

.rating label {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 1.5rem;
}

.rating label:not(:first-of-type) {
  padding-left: 2px;
}

.rating label:before {
  /* content: "1F611"; */
  font-size: 18;
  filter: grayscale();
  line-height: 1;
}

#star1 + label:before {
  content: "\1F611"; /* Sad emoji */
}

#star2 + label:before {
  content: "\1F641"; /* Slightly sad emoji */
}

#star3 + label:before {
  content: "\1F610"; /* Neutral emoji */
}

#star4 + label:before {
  content: "\1F642"; /* Slightly happy emoji */
}

#star5 + label:before {
  content: "\1F603"; /* Happy emoji */
}

.rating input {
  display: none;
}

.rating input {
  display: none;
}


.rating input:checked ~ label:before,
.rating:not(:checked) > label:hover:before,
.rating:not(:checked) > label:hover ~ label:before {
  filter: none;
}


/* CSS styles for the "thinking" indicator */
.thinking-indicator {
  font-size: 16px; /* Customize the font size */
  font-weight: bold; /* Make the text bold */
  opacity: 0.7; /* Set the opacity to 0.7 */
  display: none; /* Hide it by default */
}


/* pop up message on stars rating */
#thankYouMessage {
  display: none;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #333;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 10px;
  z-index: 1000;
  opacity: 1; /* Initially hidden */
  transition: opacity 0.5s ease-in-out; /* Smooth fade in/out */
  white-space: nowrap; /* Prevent text from wrapping */
}

/* .whatsapp-container
{
display: flex;
flex-direction: row;
}

.whatsapp_msg
{
  width: 77%;
    text-align: justify;
} */
/* 
.whatsapp-logo
{
  font-size: 14px;
  width: 14px;
  height: 14px;
  margin-top: auto;
} */

.whatsapp_msg img {
  font-size: 14px;
  width: 14px;
  height: 14px;
  margin-top: auto;
  vertical-align: bottom;
}