@font-face {
  font-family: "Montserrat-Regular";
  src: url("../font/Montserrat-Regular.woff2") format("woff2"), url("../font/Montserrat-Regular.woff") format("woff"), url("../font/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../font/Montserrat-Medium.woff2") format("woff2"), url("../font/Montserrat-Medium.woff") format("woff"), url("../font/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../font/Montserrat-SemiBold.woff2") format("woff2"), url("../font/Montserrat-SemiBold.woff") format("woff"), url("../font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.woff2") format("woff2"), url("../font/Montserrat-Bold.woff") format("woff"), url("../font/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}
/* used for the primary Bold fonts */
/* used for the primary semibold fonts */
/* used for the primary Regular fonts */
/* used for the primary medium fonts */
/* used for the primary color texts Ex: bordered active tabs  */
/* used for the secondary color texts*/
/* used for the black texts */
/* used for the black texts */
/* used for the anchor tags */
/* used for the from label texts */
/* used for the table head text colors */
/* used for the table body text colors */
/* used for the mandatory text colors and validation texts */
/* used for the primary background color  Ex: primary btns  */
/* used for the secondary background color  Ex: secondary btns  */
/* used for the form border color Ex: text box border  */
/* used for the primary border btns color Ex: loadmore border btn  */
/* used for the secondary border btns color Ex: advanced filter border btn  */
/*used for table outer border */
@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Medium";
  src: url("Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat SemiBold";
  src: url("Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*1. Common styles - Starts here*/
body {
  font-size: 13px;
  color: #fff;
  font-family: "Montserrat Regular", sans-serif;
}

.ai-container {
  width: 400px;
  height: 650px;
  background-color: #226678;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  opacity: 1;
  position: fixed;
  bottom: 40px;
  right: 10px;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.ai-header-bg {
  background: url(../image/header-bg.svg);
  height: 51px;
}

.ai-header {
  padding: 16px 20px 16px 32px;
  color: #FFFFFF;
  font-size: 16px;
  background-color: #226678;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-left-radius: 32px;
  background: url(../image/header-bg.svg);
}

.heading {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.ai-body-bg {
  position: relative;
  height: 88%;
  background-color: #226678;
}

.ai-body {
  background-color: #FFFFFF;
  border-top-right-radius: 32px;
  height: 100%;
}

.close-btn {
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
}

.bot-content-container {
  height: 100%;
  overflow: auto;
  color: #8A94A4;
  padding: 24px 12px;
}

.ai-bot-avatar {
  width: 32px;
  height: 32px;
  background-color: #10CFC9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -40px;
  bottom: -21px;
}

.ai-bot-response-container {
  align-items: flex-start;
  max-width: 90%;
  display: flex;
}

.ai-bot-content, .ai-user-content {
  padding: 12px;
  margin-bottom: 8px;
}

.ai-bot-content {
  border-radius: 8px;
  background: #10CFC9;
  color: #FFFFFF;
  width: 100%;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

.ai-bot-content:after {
  content: "";
  background-image: url(../image/bot-chat-shape.svg);
  position: absolute;
  bottom: -5px;
  left: -4px;
  width: 15px;
  height: 20px;
  background-repeat: no-repeat;
}

.ai-user-content:after {
  content: "";
  background-image: url(../image/user-chat-shape.svg);
  position: absolute;
  bottom: -4px;
  right: -6px;
  width: 15px;
  height: 20px;
  background-repeat: no-repeat;
}

.bot-chat-time, .user-chat-time {
  margin-left: 6px;
  color: #8A94A4;
}

.user-chat-time {
  margin-right: 6px;
  color: #8A94A4;
}

.btn-container {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}

.primary-btn, .secondary-btn, .primary-btn:hover {
  background-color: #226678;
  border: 1px solid #226678;
  padding: 8px 20px;
  color: #FFFFFF;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
}

.primary-btn:hover {
  background-color: #2B839B;
  border: 1px solid #2B839B;
}

.secondary-btn:hover {
  background-color: #EEF3FD;
  border: 1px solid #B8C3DE;
}

.secondary-btn {
  background-color: #FFFFFF;
  border: 1px solid #B8C3DE;
  color: #226678;
}

.ai-user-response-container {
  display: flex;
  max-width: 75%;
  margin-left: auto;
  justify-content: flex-end;
}

.ai-user-response, .ai-bot-response {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 16px;
}

.ai-bot-response {
  align-items: flex-start;
  margin-left: 40px;
}

.ai-user-content {
  border-radius: 8px;
  color: #FFFFFF;
  background: #226688;
  position: relative;
  font-size: 12px;
  font-weight: 500;
}

.bot-text {
  margin: 0;
  line-height: 1.6;
}

.ai-footer {
  width: 100%;
  background-color: #F3FBF2;
  margin-top: auto;
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
}

.ai-selected-file-container {
  display: none;
  justify-content: space-between;
  position: absolute;
  bottom: 56px;
  width: 230px;
  right: 0;
  padding: 10px;
  background: #1c5257;
}

.ai-input-control::-moz-placeholder {
  color: #9D9D9D;
  font-size: 15px;
}

.ai-input-control::placeholder {
  color: #9D9D9D;
  font-size: 15px;
}

.ai-input-control {
  background: transparent;
  border: none;
  color: #000000;
  font-size: 15px;
  font-family: "Montserrat Regular", sans-serif;
  width: 100%;
}

.ai-input-control::-moz-placeholder {
  color: #bebebe;
  opacity: 1; /* Firefox */
}

.ai-input-control::placeholder {
  color: #bebebe;
  opacity: 1; /* Firefox */
}

.link {
  color: #226678;
  text-decoration: none;
}

.ai-input-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #bebebe;
}

.ai-input-control:focus-visible {
  outline: none;
}

.ai-audio-icon, .ai-attachment-icon img {
  width: 15px;
}

.ai-txt-input {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 20px 10px 20px;
  background-color: white;
  border-top: 2px solid #226678;
}

.send-btn, .send-btn:hover {
  width: 32px;
  height: 32px;
  background-color: #10CFC9;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 6px 10px 10px;
  cursor: pointer;
}

.send-btn:hover {
  background-color: #10CFC9;
}

.ai-downarrow {
  background-image: url(../image/arrow-left.svg);
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  width: 35px;
  background-color: #fff;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  bottom: 13px;
  right: 10px;
  box-shadow: -2px 0px 12px #d1d7db;
  cursor: pointer;
}

.ai-downarrow:hover {
  background-color: #e7e5e5;
}

/*Custom scrollbar styles starts*/
/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(127, 127, 127, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: transparent;
  -webkit-box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.5);
}

/*Custom scrollbar styles ends*/
/*slider styles starts*/
.product-slider {
  position: relative;
  overflow: hidden;
  width: 240px;
  padding-bottom: 30px;
}

.product-slider-next,
.product-slider-prev {
  position: absolute;
  bottom: 0;
  z-index: 999;
  background-image: url(../image/next-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  width: 25px;
  height: 25px;
  left: 42%;
  transform: rotate(180deg);
}
.product-slider-next:hover,
.product-slider-prev:hover {
  background-color: #0962a5;
}

.product-slider-next {
  right: 35%;
  left: auto;
  transform: none;
}

.prod-img-container {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  margin: 5px 0;
}
.prod-img-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-item-container {
  display: flex;
  transition: transform 0.5s ease;
}
.slider-item-container .slider-item {
  flex: 0 0 auto;
  width: 240px; /* Adjust slide width as needed */
  margin-right: 10px; /* Adjust slide margin as needed */
}

table.prod-details {
  text-align: left;
}
table.prod-details td {
  padding: 5px 10px;
}
table.prod-details .title {
  font-family: "outfitsemibold";
}
table.prod-details .content {
  white-space: normal;
}

.btn-primary {
  background-color: #005290;
  color: #fff;
  width: 100%;
  margin: 20px 0;
  border: none;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.btn-primary:hover {
  background-color: #0962a5;
}

.chatbot-icon-container {
  width: 64px;
  height: 64px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  right: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  transition: all 0.3s ease;
}

.ai-bot-content-link {
  word-break: break-word;
}

.react {
  display: flex;
  gap: 13px;
  padding: 6px 10px;
  border-radius: 16px;
  background-color: #FFFFFF;
  border: 1px solid #10CFC9;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 8px;
  bottom: -28px;
}

.emoji {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

/*slider styles ends*/
/*Media query starts*/
@media screen and (max-width: 767px) {
  .ai-container, .ai-footer {
    width: 100%;
    left: 0;
  }
}
/*Media query ends*//*# sourceMappingURL=chatbot.css.map */