@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("./custom.css");
@import url("./compareModule.css");
@import url("./imgViewer.css");
@import url("./Modechange.css");


/* bank details feature header in nepali */
@font-face {
  font-family: kan;
  src: url("./custom_font/ka_____00.TTF");
}

:root {
  --primary: #7bb42d;
  --primary-gradient: linear-gradient(90deg, #7bb42d, #a0da50);
  --secondary-gradient: linear-gradient(90deg, #0c4da2, #3f82d9);
  --secondary: #0c4da2;

  --foreground: #212529;
  --background: #f8faf9;
  --message: #7bb42d;
  --border: #dbdbdb;

  --accent-foreground: #495057;
  --accent-background: #d8f3dc;
  --radius: 8px;
  --font-family: "Poppins", "Helvetica Neue", "Arial";
}

.darkMode {
  --primary: #2a35c1;
  --foreground: #171717;
  --background: #f5f5f5;
  --accent-foreground: #b8b8b8;
  --message: #2e3231;
  --accent-background: #d4d4d4;
  --radius: 12px;
  --background: #262626;
  --border: #d4d4d4;
}

a,
i,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
b,
div,
ul,
li,
pre,
code,
input {
  font-family: var(--font-family) !important;
  font-weight: 300;
  letter-spacing: normal !important;
  color: var(--foreground) !important;
}

code {
  color: var(--foreground) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  letter-spacing: normal;
  color: var(--foreground);
}

*,
body {
  color: var(--foreground);
  font-family: var(--font-family) !important;
  letter-spacing: normal !important;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1rem;
  margin: 0;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.82rem;
}

h6 {
  font-size: 0.82rem;
}

p,
li,
ol,
ul {
  margin: 0;
  letter-spacing: 50%;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  /* Adjust font sizes for even smaller screens */
  h1 {
    font-size: 1.25rem;
  }

  h2 {
    font-size: 1rem;
  }

  h3 {
    font-size: 0.8rem;
  }

  h4 {
    font-size: 0.8rem;
  }

  h5 {
    font-size: 0.75rem;
  }

  h6 {
    font-size: 0.75rem;
  }

  a,
  i,
  p,
  span,
  b,
  div,
  ul,
  li {
    font-size: 0.82rem;
  }

  #message-footer {
    margin-left: 0.5rem;
  }
}

a {
  color: var(--secondary) !important;
}

#botinitialised {
  display: block;
  overflow: hidden;
}

#errorinputtext {
  position: absolute;
  color: #063684;
  left: 52px;
  top: 0;
  font-size: 10px;
  display: none;
}

select {
  font-size: 12px !important;
}

#outerDiv #context {
  border: none;
  display: none;
  padding: 0 12px 2px !important;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  color: var(--background);
  float: none !important;
  height: 46px !important;
  /* border-radius: 50%; */
  width: 46px;
  z-index: 1000 !important;
  position: absolute;
  /* right: 42%; */
  bottom: -1px;
}

#outerDiv #context12 {
  border: none;
  display: none;
  padding: 0 12px 2px !important;
  cursor: pointer;
  outline: none;
  background: #e0e1e8;
  box-shadow: none;
  color: #fff;
  float: none !important;
  height: 46px !important;
  /* border-radius: 50%; */
  width: 46px;
  z-index: 1000 !important;
  position: absolute;
  /* right: 42%; */
  bottom: -1px;
}

#context12 img {
  width: 16px;
}

#outerDiv {
  position: absolute;
  bottom: 0;
  background: var(--footer);
  width: 100%;
  display: block;
  height: 52px;
  border-bottom-left-radius: 10px;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  font-size: 1rem;
  letter-spacing: 0.1px;
  color: var(--background);
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  background: transparent;
}

#outer-wrapper {
  display: block;
  /* width: 400px; */
  width: 100%;
  height: 100%;
  /* top: 1px; */
  /* box-shadow:2px 3px 12px #3a3838; */
  bottom: 0px;
  position: fixed;
  right: 0px;
  z-index: 99999;
  /* box-shadow:-25px -20px 100px -80px #1C3D78; */
}

#frame {
  height: 100%;
  width: 100%;
  position: relative;
}

#frame .InsideMessageLoading {
  position: absolute;
  height: 100vh;
  width: 100%;
  color: var(--background);
  background-color: var(--background);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  z-index: 1000;
}

#frame .content {
  width: 100%;
  height: 90%;
  overflow: hidden;
  position: relative;
  background-color: var(--background);
  display: grid;
  grid-template-rows: auto 8rem;
  place-items: center;
}

@media screen and (max-width: 767px) {
  #frame .content {
    grid-template-rows: auto 9rem;
  }
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  height: 10%;
}
#Intent_selctor select, #Intent_selctor_top select {
    width: fit-content !important;
    background: var(--secondary-gradient);
    outline: 1px solid #f3ecec;
    width: 114px;
    /* white-space: normal; */
    /* word-wrap: break-word; */
    font-size: 0.25rem;
    padding: 0.15rem 0.3rem;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    text-align: center;
}
#Intent_selctor select option, #Intent_selctor_top select option {
  background: var(--secondary);
  color: var(--background);
  padding: 5px;
}




.logout {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  color: white;
  margin: 0 1rem;
  border-radius: var(--radius);
  background: var(--secondary-gradient);
  border: none;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .logout span {
    display: none;
  }
}

.logout svg {
  width: 1rem;
  stroke: white;
}

.logout span {
  color: white;
}

.topbar .organization-logo {
  padding: 0 1rem;
  height: 100%;
  cursor: pointer;
  /* max-height: 2rem; */
}

#frame .content .messages {
  height: 100%;
  width: 100%;
  margin-left: 2px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 2.5rem;
}

#frame .content .message-section {
  width: 80%;
  /* height: 100%; */
  margin: 1rem auto;
  margin-top: 2rem;
  overflow-x: hidden;
}

#frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

#frame .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

#frame .content .messages ul li {
  /* clear: both;
  margin: 14px 10px 10px 14px;
  width: calc(100% - 25px);
  font-size: 0.9em; */
  clear: both;
  margin: 10px 0;
}

li div li a.Litem {
  color: #f8f8f8 !important;
}

#frame .content .messages .message-section ul li.link {
  color: #0069d9 !important;
  text-decoration: underline;
  cursor: pointer;
}

#frame .content .messages .message-section ul li.link:hover {
  color: #76a0ff !important;
}

#frame .content .messages ul li.sent #sentImage,
#utterImage {
  margin: 3px 8px 0 0;
}

.slider-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border: none;
  background: var(--primary-gradient);
  color: var(--background) !important;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
  color: var(--background);
}

.slider-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--secondary-gradient);
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
}

.slider-btn:hover::before {
  transform: translateX(0);
}

.toastMsg {
  background: var(--secondary-gradient);
  color: var(--background) !important;
  padding: 0.5rem 1rem;
  position: relative;
  bottom: 10px;
  border-radius: var(--radius);
  animation: fadeIn 0.5s ease-in-out;
}

.toastMsgDiv {
  display: flex;
  justify-content: center;
}

#reload_history {
  cursor: pointer;
}

#btn_reload:focus,
#btn_reload:active {
  outline: none;
}

#frame .content .messages ul li.sent .quickReplyPara,
#utterPara {
  display: grid;
  width: 100%;
  color: var(--foreground) !important;
  position: relative;
  margin: 16px 0 !important;
  animation: opactyblinkleft;
  animation-duration: 1s;
  font-size: 1rem;
  gap: 0.1rem;
  font-weight: 400;
}

/* #frame .content .messages ul li.sent .quickReplyPara,
#utterPara span {
  color: var(--accent-background) !important;
} */

@media screen and (max-width: 768px) {
  #utterPara {
    font-size: 0.8rem;
  }

  #frame .content .messages ul li.replies p {
    font-size: 0.8rem !important;
  }
}

#messageTimeStamp {
  font-size: 10px;
  text-align: right;
  text-decoration: none;
  color: var(--accent-background) !important;
  justify-content: right;
  pointer-events: none;
}

#active_agent_container {
  position: absolute;
  top: 21px;
  left: 10px;
  width: calc(100% - 20px) !important;
  z-index: 1;
  background: #fff;
  border-radius: 0 22px 22px;
  padding: 10px;
  border: 2px solid #005aab;
}

#agent_online {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgb(46 167 69);
  margin: 0 3px 0 0;
  border: 1px solid #005aab;
}

#salesDetails {
  height: auto;
  max-height: 20vh;
  overflow: auto;
  overflow-x: hidden;
}

#active_agents {
  animation: info 0.8s ease-in-out infinite;
}

@keyframes info {
  0% {
    transform: scale(0.9);
  }

  25% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1.3);
  }
}

#frame .content #initial-section {
  /* position: absolute;
  top: 0; */
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(10vw);
  background: var(--background);
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 80vw;
  margin: 0.5rem auto !important;
  gap: 1.5rem;
  color: var(--background);
  overflow: auto;
}

@media screen and (max-width: 768px) {
  #frame .content #initial-section {
    height: 80%;
  }
}

#frame .content #initial-section::-webkit-scrollbar {
  display: none;
}

#frame .content .message-footer {
  color: var(--background);
  margin-top: 1rem;
  text-align: center;
}

#frame .content #initial-section .initial-inner {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background-color: var(--background);
}

#frame .content #initial-section img {
  width: 10rem;
}

#frame .content #initial-section .initial-inner-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#frame .content #initial-section .conversation-starter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#frame .content #initial-section .initial-inner-row .initial-text {
  font-weight: bold;
}

#frame .content #initial-section .initial-text {
  text-align: center;
  margin: 0.25rem 0;
  max-width: 42rem;
  font-weight: 300;
}

#frame .content #initial-section .menu-inner {
  color: var(--background);
  display: flex;
  flex-direction: column;
}

#frame .content #initial-section .inner-desc {
  color: var(--accent-foreground) !important;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background: none;
}

#frame .content #initial-section .menu-option-section {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0.5rem;
  margin: 0rem auto 4rem auto;
  justify-items: center;
}

#frame .content #initial-section .menu-option {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  gap: 0.5rem;
  padding: 0.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  max-width: 34rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#frame .content #initial-section {
  height: 85%;
}

#frame .content #initial-section .menu-option-icon {
  background: var(--primary-gradient);
  padding: 1rem;
  border-radius: var(--radius);
}

#frame .content #initial-section .menu-option-icon svg {
  /* fill: white; */
  stroke: var(--foreground);
}

#frame .content #initial-section .inner-title {
  font-size: 0.82rem;
  font-weight: 400;
}

.menu-option:hover .menu-option-icon > svg {
  transition: all 0.2s ease-in-out;
  transform: scale(1.2) rotate(-5deg);
}

@media screen and (min-width: 768px) {
  #frame .content #initial-section .menu-option:nth-child(even) {
    justify-self: start;
  }

  #frame .content #initial-section .menu-option:nth-child(odd) {
    justify-self: end;
  }
}

#frame .content #initial-section .menu-option:hover {
  border: 1px solid var(--background);
  background-color: var(--accent-background);
}

/* @media screen and (max-width: 720px) {
  #frame .content #initial-section .menu-option-icon {
    padding: 0.75rem;
  }
  #frame .content #initial-section .menu-option-icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  #frame .content #initial-section .menu-option-section {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
} */

@media screen and (max-width: 768px) {
  #frame .content #initial-section {
    height: 80%;
  }
  #frame .content #initial-section .menu-option-icon {
    padding: 0.75rem;
  }
  #frame .content #initial-section .menu-option-icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  #frame .content #initial-section .menu-option-section {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 500px) {
  #frame .content #initial-section .initial-inner {
    justify-content: center;
  }

  #frame .content #initial-section {
    width: 80%;
  }

  #frame .content #initial-section img {
    width: 8rem;
  }

  #frame .content #initial-section .menu-option-section {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }

  #frame .content #initial-section .menu-option {
    padding: 0.5rem;
    letter-spacing: normal;
  }

  #frame .content #initial-section .initial-text {
    font-size: 0.82rem;
    letter-spacing: normal;
  }

  #frame .content #initial-section .inner-title {
    font-size: 0.82rem;
    letter-spacing: normal;
  }

  #frame .content #initial-section .initial-inner-row img {
    width: 2.5rem;
  }

  #frame .content #initial-section .initial-inner-row .initial-text {
    font-weight: bold;
    font-size: 0.75rem;
  }

  #frame .content #initial-section .inner-desc {
    font-size: 0.7rem;
  }
}

#frame .content .messages ul li.replies img {
  float: left;
}

#frame .content .messages ul li.replies .attachment {
  float: right !important;
  /* margin: 3px 0px 20px 8px !important; */
  border-radius: 20px !important;
  color: #fff;
  text-decoration: underline;
}

#frame .content .messages ul li.replies p {
  background: var(--message);
  color: var(--background) !important;
  padding: 0.6rem 1.2rem;
  float: right;
  border-radius: 22px;
  position: relative;
  /* border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; */
  overflow-wrap: normal;
  /* box-shadow: rgb(206, 206, 206) 1px 1px; */
  /* margin-top: 14px; */
  margin-top: 0px;
  animation: opacityblink;
  animation-duration: 0.5s;
  font-size: 1rem;
  word-break: normal;
  letter-spacing: 0.04rem;
  line-height: 150%;
}

#frame .content .messages ul li #sentImage,
#repliesImg,
#utterImage {
  width: 22px;
  border-radius: 0;
  float: left;
  padding: 2px;
  margin: 0 2px;
}

.bot-icon {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: fit-content;
}
.bot-name {
  font-size: 0.8rem;
  color: var(--foreground);
}

/* .replies img,
.sent img {
  background: var(--white);
} */

#frame .content .messages ul li .quickReplyPara,
#utterPara {
  /* display: inline-block; */
  /* padding: 10px; */
  /* border-radius: 16px; */
  /* max-width: 72vw; */
  width: fit-content;
  /* width: 100%; */
  max-width: 90%;
  line-height: 130%;
}
#utterPara p table,#utterPara table  {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

#utterPara p table th, #utterPara table th,
#utterPara p table td, #utterPara table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

#utterPara p table th , #utterPara table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

#frame .content .messages ul li #repliesPara {
  width: auto;
}

@media screen and (max-width: 768px) {
  #frame .content .messages ul li .quickReplyPara,
  #utterPara,
  #repliesPara {
    width: auto;
  }
}

#frame .content .message-input {
  position: relative;
  width: 80%;
  z-index: 101;
}

#frame .content .message-input .wrap {
  background-color: white;
  position: relative;
  width: 100%;
  border-radius: var(--radius);
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  overflow: hidden;
  /* background: var(--secondary-gradient); */
}
@media screen and (max-width: 768px) {
  #frame .content .message-input .wrap {
    background: var(--secondary-gradient);
    gap: 0;
  }
  #frame .content .message-input .wrap .submit {
    background: var(--background) !important;}
  #frame .content .message-input .homeIcon {
    flex-direction: row;
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    height: 2rem;
    min-width: 2rem;
    margin: 0;
    padding: 8px 10px;
    background: white;
  }

  #frame .content .message-input .homeIcon svg, #frame .content .message-input .wrap .submit svg {
    stroke: var(--foreground);
    stroke-width: 1.5px;
  }

  #frame .content .message-input .homeIcon div {
    color: var(--foreground);
    display: none;
  }
}

#frame .content .message-input textarea {
  background-color: #c8c8c8 !important;
  color: var(--background) !important;
}

#frame .content .message-input textarea::placeholder {
  color: var(--border) !important;
}

#frame .content textarea::-webkit-input-placeholder {
  color: var(--background) !important;
}

#frame .content textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--background) !important;
}

#frame .content textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--background) !important;
}

#frame .content textarea:-ms-input-placeholder {
  color: #000 !important;
}

#frame .content .message-textarea {
  background-color: var(--accent-background) !important;
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  color: var(--foreground);
}

@media screen and (max-width: 768px) {
  #frame .content .message-textarea {
    border-radius: 0;
  }
}

#frame .content .content-footer {
  color: var(--background);
  position: absolute;
  bottom: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

#frame .content .content-footer p {
  margin: 0;
}

#frame .content .content-footer .separator {
  width: 1px;
  /* Adjust width as needed */
  height: 20px;
  /* Adjust height as needed */
  background-color: var(--accent-background);
  /* Adjust color as needed */
  margin: 0 12px;
  /* Adjust margin as needed */
}

#frame .content .message-menu {
    display: flex
;
    /* flex-direction: column; */
    align-items: center;
    justify-content: end;
    gap: 0.5rem;
    border-radius: var(--radius);
    background: var(--background);
    padding: 0.25rem;
}

#sendMessage {
  min-width: 4rem;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #frame .content .message-menu {
    flex-direction: row;
    justify-content: center;
    margin: auto 0.5rem 0.5rem 0;
    background: none;
    gap: 0.5rem;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #frame .content .message-input {
    width: 90%;
  }

  #frame .content .message-input .wrap {
    flex-direction: column;
    align-items: end;
    height: auto;
  }

  #frame .content .content-footer {
    display: none;
  }
}

#frame .content .message-input .wrap textarea {
  float: left;
  border: none;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: 14px;
  /* border: 1px solid #e0dfdf; */
  border-right: none;
  margin: 0;
  resize: none;
  background: var(--secondary-gradient);
}

/* Browser-specific prefixes */
#frame .content .message-input .wrap textarea::-webkit-input-placeholder {
  color: var(--accent-background);
}

#frame .content .message-input .wrap textarea:-moz-placeholder {
  color: var(--accent-background) !important;
  opacity: 1;
}

#frame .content .message-input .wrap textarea::-moz-placeholder {
  color: var(--accent-background) !important;
}

#frame .content .message-input .wrap textarea:-ms-input-placeholder {
  color: var(--accent-background) !important;
}

#frame .content .message-input .wrap textarea::placeholder {
  color: var(--background);
}

#frame .content .message-input .wrap textarea:focus {
  outline: none;
}

#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: 0.5;
  cursor: pointer;
}

#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}

#frame .content .message-input .wrap .submit {
    background: var(--background);
    border-radius: var(--radius);
    min-width: 2rem;
    width: 100%;
    height: 2rem;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    background: var(--secondary-gradient);
}
#frame .content .message-input .wrap .submit:focus{
  outline: none;
}
.submit svg{
  color: var(--background) !important
}
/* #frame .content .message-input .wrap .submit:hover {
  background: var(--border);
} */

#frame .content .message-input .wrap .submit:disabled {
  opacity: 0.5;
}

.content select {
  font-size: 0.25rem;
  padding: 0.15rem 0.4rem;
  background-color: var(--accent-foreground);
  border-radius: 4px;
  color: white;
}

.content #stream {
  margin: 0.25rem 0;
  position: absolute;
  top: 10px;
  left: 10px;
}

#frame .content .message-input .wrap button {
  border: none;
  width: 2rem;
  height: 2rem;
  padding: 0px;
  cursor: pointer;
  margin: 0;
}

#frame .content .message-input .wrap button#context {
  border: none;
  width: 35px;
  height: 35px;
  padding: 0px;
  cursor: pointer;
  /* background: var(--top-banner-background); */
  background: #013163;
  color: #f5f5f5;
  border-top-right-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#frame .content .message-input .wrap button#context p {
  display: none;
}

#frame .content .message-input .wrap button#context:hover {
  width: 145px;
}

#frame .content .message-input .wrap button#context:hover p#newChatHover {
  display: flex;
  margin: 0;
  padding: 5px;
}

#quick_reply {
  margin-top: -11px;
  width: 100%;
  text-align: center;
  animation: opactyeaseoute;
  font-size: 1rem;
  color: var(--background);
  animation-duration: 2s;
}

.header {
  padding: 0px 5px 0 0;
  /* height: 15px; */
  margin-top: 12px;
  /* background-color: #DE1374; */
  /* color: #971d52; */
  font-size: 20px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  margin: 0px 0px 20px 20px;
  justify-content: space-between;
}

#quick_reply ul {
  list-style-type: none;
  margin: 1rem auto 2rem auto;
  padding: 0 20px;
  width: 100%;
  display: inline-block;
}

#quick_reply ul li {
  display: inline-block;
  margin: 0.3rem !important;
  margin-left: 0;
  width: auto !important;
  clear: none !important;
}

#quick_reply a {
  text-decoration: none;
  display: block;
  border-radius: var(--radius);
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  cursor: pointer;
  border: none;
  color: var(--background) !important;
  background: var(--secondary);
  transition: all 0.2s ease;
  font-weight: 600;
  border: 1px solid var(--secondary);
}

#quick_reply a:hover {
  background: var(--background);
  color: var(--secondary) !important;
  border: 1px solid var(--secondary);
}

#quick_reply .title {
  margin-left: 0.5rem;
  padding: 6px 15px;
  background: var(--contents);
  border-radius: 20px;
  color: var(--white);
  float: left;
}

#quick_reply img {
  /* width: 22px; */
  width: 28px;
  border-radius: 50%;
  background: none;
  float: left;
  padding: 3px;
  /* margin-top: -5px; */
  margin-top: -7px;
}

.fas {
  font-weight: 1000;
  font-size: 25px;
  float: left;
  margin-right: 8px;
  margin-left: 3px;
  margin-top: 2px;
}

#quick_reply p {
  text-decoration: none;
  color: #013163;
  display: block;
  border-radius: 16px;
  padding: 0.25rem 1rem;
  font-size: 14px;
  cursor: pointer;
  margin: auto;
  height: 35px;
  border: 1px solid #013163;
}

#quick_reply p:hover {
  background: #013163;
  color: var(--white);
}

#message-module > .message-section > ul {
  display: inline-block;
  margin: 0 auto;
  height: auto;
  padding: 1rem !important;
}

#loading {
  position: absolute;
  bottom: 5.5rem;
  left: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #loading {
    bottom: 7.5rem;
  }
}

#loading .saving {
  padding: 2px 4px;
  border-radius: var(--radius);
  display: flex;
}

#loading .saving span {
  color: var(--background);
  padding: 2px;
  font-size: 0.8rem;
  animation-name: blink;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

#loading .saving span:nth-child(2) {
  animation-delay: 0.2s;
}

#loading .saving span:nth-child(3) {
  animation-delay: 0.4s;
}

label {
  vertical-align: middle;
  position: relative;
}

label + label {
  margin-left: 1em;
}

.mine {
  border-radius: 10px;
}

.range-slider .input-range {
  -webkit-appearance: none;
  appearance: none;
  width: 215px;
  height: 6px;
  border-radius: 5px;
  background: #ff7600;
  outline: none;
}

.range-slider .input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #364876;
  cursor: pointer;
}

.range-slider .input-range::-webkit-slider-thumb:hover {
  background: #e06161;
}

.range-slider .input-range:active::-webkit-slider-thumb {
  background: #e06161;
}

.range-slider .input-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #e06161;
  cursor: pointer;
}

.range-slider .input-range::-moz-range-thumb:hover {
  background: #e06161;
}

.range-slider .input-range:active::-moz-range-thumb {
  background: #e06161;
}

.range-slider .range-value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: var(--white);
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #364876;
  padding: 5px 10px;
  margin-left: 7px;
}

.range-slider .range-value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #364876;
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: #ccc;
  border: 0;
}

input::-moz-focus-inner {
  border: 0;
}

.btn-primary {
  color: var(--white);
  /* margin: 20px;
  width: 100px; */
  font-size: 12px;
  border-radius: 10px;
  border-radius: 10px !important;
  background-color: #364876;
  border-color: #364876;
}

button,
input {
  overflow: visible;
  margin: auto;
  font-size: 12px;
  padding-left: 60px;
}

label {
  vertical-align: middle;
  position: relative;
  margin: auto;
}

.input-group {
  margin-bottom: 30px;
}

#date5 {
  border-radius: 5px;
  border: var(--white);
}

#dw_val {
  margin-right: 40px;
  font-weight: bold;
  font-size: 27px;
}

.dw.ios .dwb-s .dwb {
  font-weight: normal;
}

.dw.ios {
  position: absolute !important;
}

.val {
  margin-left: 130px;
  background: var(--white);
  float: right;
  /* display: inline-block; */
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 72vw;
  line-height: 130%;
  margin-bottom: 20px;
}

.checkbox {
  border: 1px solid #dad3d3;
  height: 165px;
  width: 80%;
  padding: 6px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #dadadc;
  box-shadow: 0 2px 2px;
  margin-left: 25px;
}

#check {
  box-shadow: 0px 1px 1px #a29b9b;
  margin-bottom: 20px;
  float: left;
  padding: 3px;
  width: 291px;
  margin-left: 24px;
  margin-top: -25px;
  border: 1px solid #cac7c7;
  background: #b6babd;
}

#lb {
  float: left;
  padding-left: 3px;
}

/* for welcome Module */

#ftt,
#rv {
  display: inline;
  border-radius: 10px;
  margin-right: 7px;
  font-size: 15px;
  background: #a0431b;
  border: 1px solid #a0431b;
  color: var(--white);
}

.jumbotron {
  padding: 1rem 1rem !important;
  border-radius: 0px;
}

.jumbotron .welcome {
  display: inline-block;
}

.jumbotron .welcome h2 {
  color: #ed9622;
}

.jumbotron p {
  font-size: 14px;
  color: #020202;
  font-weight: 300;
}

.jumbotron #subtitle {
  color: #52a028;
  margin: 10px;
  font-weight: 300;
}

.jumbotron .lead {
  color: #020202;
}

.welcome .jumbotron .card {
  position: absolute;
  margin: auto;
  padding: 5px;
  background: #aadfdd;
  top: 55%;
  min-height: 195px;
  border: none;
  margin-top: 21px;
  border-radius: 0px;
  left: 4%;
  width: 92%;
}

.welcome .jumbotron .card .card-img img {
  width: 17%;
  margin-left: 40%;
  position: absolute;
  top: -39px;
  background: #ebeeee;
  border-radius: 50%;
  padding: 5px;
  height: 35%;
}

.welcome .jumbotron .card .t1 {
  margin-top: -20px;
  margin-bottom: 15px;
}

.welcome .jumbotron .card .fa {
  font-size: 9px;
}

.welcome .jumbotron .card .cardbtn {
  padding: 10px;
}

.welcome .jumbotron .card .cardbtn button {
  width: 78%;
  margin-left: 10%;
  font-size: 12px !important;
  background: #020202;
  border: 1px solid #020202;
  border-radius: 0px;
  color: var(--white);
  word-spacing: 2px;
  margin-top: 3%;
}

#flag {
  width: 6%;
  margin-bottom: 15px;
  margin-left: 6px;
  background: transparent;
}

.hr1 {
  margin-top: -13px;
  width: 200px;
}

.welcome .jumbotron #subtext {
  padding: 5px;
  width: 70%;
  color: var(--white);
  border-radius: 10px;
  margin: auto;
  font-size: 15px;
  margin-bottom: 20px;
  color: #020202;
  padding: 35px 0px 0px 0px;
  font-weight: 300;
}

.welcome .jumbotron #subtitle {
  font-weight: 600px;
}

/* weather locations module */

#weather .box1 {
  position: relative;
  background: var(--white);
  color: var(--text-color);
  border-radius: 10px;
  display: none;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 2px 2px #b9b4b4;
}

#weather .box2 {
  position: relative;
  background: var(--white);
  box-shadow: 1px 1px 1px #b7b2b2;
  border-radius: 10px;
  padding: 25px 15px 0px 1px;
  margin: auto;
  margin-bottom: 10px;
}

#weather .title {
  margin: auto;
  padding: 50px;
  margin-left: 30%;
}

.sent ul li {
  list-style: disc;
}

#weather #r1 {
  flex-wrap: nowrap;
}

#weather #text {
  border: 1px solid #46b3aa;
  width: 250px;
  padding: 5px;
  border-radius: 5px;
  background: var(--white);
  margin: 10px 0px 5px 10px;
}

#weather #sub {
  width: 250px;
  padding: 5px;
  border-radius: 10px;
  margin-top: 10px;
  background: #00b3a4;
  border: 1px solid #00b3a4;
  color: var(--white);
  margin: 10px 0px 5px 10px;
}

#weather #sub:hover {
  background: #1f96a8;
}

#weather .head {
  box-shadow: 2px 2px 2px #d6cece;
  background: var(--white);
  padding: 10px;
  width: 290px;
  border-radius: 16px;
  margin: auto;
}

#weather .head p {
  padding: 1px;
  margin-left: 15%;
  margin-bottom: -5px;
}

#weather #r1 .col-md-4 {
  padding-left: 0px !important;
}

#weather #van {
  font-size: 18px;
  margin: auto;
  padding: 8px;
  text-align: center;
  display: block;
}

#weather #r1 .details {
  padding-left: 28px;
  margin: -20px;
}

#weather #r1 .details #temp,
#weather #r1 .details #pressure,
#weather #r1 .details #humidity {
  margin-top: -25px;
}

#weather #r1 .details p {
  font-size: 12px;
}

#weather #r1 .details li {
  font-size: 16px !important;
  color: #063684;
  padding-top: 10px;
  text-align: center;
}

/* treks */
#treks-button {
  position: absolute;
  bottom: 50%;
  left: 50%;
}

.card .card-body .treks-body img {
  width: 100% !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  border-radius: inherit !important;
  height: auto !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.card .card-body .treks-body button {
  position: absolute;
  margin-top: 20%;
  color: var(--buttons-color);
  left: 30%;
  background: var(--buttons-background);
  width: 110px;
  border-radius: 20px;
}

.card .card-body .treks-body button:hover {
  background: #a86802;
}

.card .card-body p {
  font-size: 13px;
  padding: 7px !important;
  text-align: center;
  margin-bottom: -5px;
}

.card .card-body li span {
  padding: 3px;
}

.card .card-body .treks-body img:hover {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.5) !important;
}

.card .card-body .treks-body button .fas {
  color: #035e84;
  padding-left: 3px;
}

#trekscard #trel .treks-body {
  background: #00746a;
}

#trekscard {
  width: 90%;
  border-radius: 10px;
  margin-bottom: 20px;
  background: var(--white);
  color: var(--text-color);
  box-shadow: 2px 1px 44px #d4cccc;
}

#trekscard .card-body h6 {
  font-weight: 600;
}

#trekscard .card-body p {
  margin-top: -8px;
  margin-bottom: 3px;
  word-spacing: 1px;
}

#trekscard #trel {
  padding: 0px !important;
}

.card .card-body .treks-body {
  position: relative;
}

.card a {
  margin: 5px;
  padding: 2px;
  background: #037369;
  color: var(--white);
}

.card a:hover {
  background: #00b3a4;
  color: var(--white);
}

#treks .card {
  width: 290px;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #e6f5f1;
  color: var(--text-color);
}

#treks .card .card-body {
  padding: 0px !important;
}

#treks .card a {
  width: 275px;
  background: #0c9489;
  color: var(--white);
  margin-left: 2%;
}

#treks .card a:hover {
  background: #46aca3;
}

#trekscard .card-body .treks-body ul {
  padding: 10px;
  margin: 2px;
}

#trekscard .card-body hr {
  border: 1px solid #088e82;
}

#trekscard .card-body .treks-body ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #21b6a8;
}

#trekscard .card-body .treks-body ul li .far {
  margin-left: -20px;
  padding: 1px;
}

.card #findtreks img {
  width: 287px !important;
  /* height: auto !important; */
  height: 160px !important;
  border-radius: inherit !important;
  padding: 3px;
}

.card #findtreks h6 {
  margin-bottom: -2px;
}

/* ItemList */
#Itemlist {
  background: var(--table-background);
  /* width: 300px; */
  width: 340px;
  margin: auto;
  margin-top: 7px;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
}

#Itemlist .btnDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 2px;
  margin: -8px 10px;
  margin-top: 5px;
  gap: 2rem;
}

#Itemlist .btnDiv button {
  background-color: #013163;
}

#Itemlist .btnDiv button:hover {
  color: #fff;
  background-color: #013163;
  border-color: #013163;
}

#Itemlist .btnStyle {
  font-size: 12px;
  text-decoration: underline;
  font-weight: 600;
  color: #0b4ca2;
}

#Itemlist ul li {
  margin: 13px 12px -10px 14px !important;
}

#Itemlist ul li .fas {
  font-size: 16px !important;
  margin-left: -36px;
  color: #0088ce;
}

#Itemlist .Itemlist h6 {
  font-weight: 700;
  color: #fdfeff;
  background: var(--top-banner-background);
  padding: 9px;
  margin: 0 30px;
  border-radius: 7px;
}

#Itemlist ul li a {
  color: var(--text-color) !important;
  font-size: 12px;
  font-weight: 600 !important;
  gap: 1rem;
}

#Itemlist ul li a:hover {
  text-decoration: none;
}

.cart {
  position: relative;
  right: 9px;
  font-size: 17px;
  color: rgb(46, 49, 145);
}

#Itemlist .Itemlist {
  color: var(--text-color);
}

#Itemlist #seemorefacts {
  margin: 5px;
  padding: 2px;
  background: #063684;
  color: var(--white);
  width: 280px;
  margin-left: -5px;
}

#Itemlist #seemorefacts:hover {
  background: #125dd8;
}

/* filter date */

.tab {
  float: left;
  margin-top: 38px;
  padding: 0px 1px;
  margin-right: 3px;
}

.tab button {
  display: block;
  color: black;
  border-radius: 50%;
  padding: 12px;
  width: 94%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 12px;
  border: 1px solid #cacaca;
  margin: 7px 1px;
  background: var(--white);
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #00b3a4;
  color: var(--white);
}

#filterdate .tab2 button.active {
  background: #00b3a4;
  color: var(--white);
}

#filterdate {
  min-height: 360px;
}

#filterdate .tabcontent {
  float: left;
  padding: 0px 6px;
  width: 80%;
  border-left: none;
  height: auto;
  display: none;
  margin-bottom: 17px;
}

#filterdate .tab2 {
  font-size: 12px;
  width: auto;
  padding: 1px 0px;
}

#filterdate .tab2 span {
  padding: 10px 5px;
  background: #ed9622;
  color: var(--white);
  margin-left: -47px;
}

#filterdate .tab2 button {
  display: inline-block;
  border-radius: 50%;
  padding: 11px;
  border: none;
  cursor: pointer;
  border: 1px solid #cacaca;
  background: var(--white);
  margin: 1px 3px;
}

#filterdate .tab2 button:focus {
  outline: none;
}

#filterdate .tabcontent .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

#filterdate .tabcontent .item {
  height: 280px;
  margin: 0px;
  animation: fadeIn 0.5s ease-in-out;
  animation-delay: 0s;
}

#filterdate .tabcontent .owl-nav button.owl-prev {
  left: -10px;
  background: var(--white) !important;
  width: 17px;
}

#filterdate .tabcontent .owl-nav button.owl-next {
  width: 17px;
  background: var(--white) !important;
  right: -10px;
}

#filterdate .tabcontent .owl-dots {
  text-align: center;
  position: absolute;
  bottom: -7px;
  margin: auto 0;
  left: 35%;
}

#filterdate .tabcontent .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

#filterdate .tabcontent .owl-dots button.owl-dot.active {
  background-color: #000;
}

#filterdate .tabcontent .owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 1;
}

#filterdate .tabcontent .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

#filterdate .tabcontent span {
  font-size: 15px;
  position: relative;
  font-weight: 600;
  color: var(--text-color);
}

#filterdate .tabcontent .icon-button-container span {
  font-size: 13px;
  color: var(--white);
}

#filterdate .tabcontent .icon-button-container i {
  color: #52a028;
}

#filterdate .tabcontent .owl-nav button:focus {
  outline: none;
}

#filterdate .tabcontent img {
  height: 46%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}

#filterdate .tabcontent .item {
  width: auto;
  background: #e6f5f1;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #d1d0d0;
}

#filterdate .tabcontent .item .filtercontents .btn-info {
  color: var(--white);
  bottom: 10;
  width: 91%;
  margin: 3px;
  border-radius: 5px !important;
  background-color: #498781;
  border-color: #498781;
  padding: 4px;
  font-size: 14px;
}

#filterdate .tabcontent .item .filtercontents .btn-info:hover {
  background: #00b3a4;
}

#filterdate .tabcontent .item .filtercontents {
  font-size: 12px;
  text-align: center;
  color: #123034;
  padding: 2px;
}

#filterdate .tabcontent .owl-slider {
  margin-top: 5px;
}

#filterdate .tabcontent .item .filtercontents p {
  margin: 5px;
}

#filterdate .tabcontent .owl-dots .owl-dot span {
  margin: 0px;
}

#table-container .btncont {
  margin: auto;
  width: 80%;
  display: flex;
}

#table-container .btncont button {
  background: rgb(1, 137, 199);
  border-color: rgb(1, 137, 199);
  text-decoration: none;
  display: inline-block;
  color: #f1eaea;
  border-radius: 16px;
  padding: 0.4rem 1rem;
  font-size: 13px;
  cursor: pointer;
  border: none;
  font-weight: inherit;
}

#table-container .btncont button:hover {
  background: #de1374;
}

/* welcomeTopBanner */
.welcomeBanner .welcometopSide {
  padding: 13px 0px 0px 0px;
  /* min-height: 100vh; */
  min-height: 60vh;
  /* color: var(--text-color); */
  /* background: linear-gradient(90deg, rgb(212, 111, 29) 0%, rgb(224, 33, 61) 35%, rgb(248, 62, 80) 100%); */
  background-image: url(../images/imelife-bg-pattern.png) !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.delay-1 {
  animation-delay: 1s;
}

.welcometit {
  animation: type 2s steps(80);
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-delay: 0.2s;
  /* -webkit-animation: type 5s;
  -webkit-animation-delay: .5s; */
  overflow: hidden;
  white-space: nowrap;
}

@keyframes type {
  0% {
    width: 0ch;
    /* border-right: 4px solid #FEFEFE; */
  }

  100% {
    width: 25ch;
    /* border-right: none; */
  }
}

.delay-2 {
  animation-delay: 0.5s;
}

.welcomeBanner .welcometopSide .bannercont {
  display: block;
  text-align: center;
  padding: 10px 0px 0px 0px;
  background: #fefefe;
  width: 82%;
  color: #795548;
  margin: auto;
  position: relative;
}

.welcomeBanner .welcometopSide .bannertopsec {
  margin-top: -7px;
  padding: 21px;
  text-align: justify;
}

/* .welcomeBanner .welcometopSide .bannercont::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: url(../images/wave.png);
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  bottom: 0;
  background-size: cover;
} */

.welcomeBanner .welcometopSide .bannercont h3 {
  font-size: 44px;
  font-weight: 800;
  padding: 0px 0px 2px 0px;
  color: #b5382e;
  font-family: var(--font-family);
}

.welcomeBanner .welcometopSide .topimg {
  width: 60% !important;
  margin: auto;
  position: relative;
  left: 20%;
}

.welcomeBanner .welcometopSide .bannercont .bannerparagraph {
  color: #222222;
  padding: 0px 12px 5px 12px;
  font-family: serif;
}

.welcomeBanner .welcometopSide .bannercont .bannersub {
  color: #222222;
  font-family: var(--font-family);
  font-size: 15px;
}

.welcomeTop {
  z-index: 1000;
  margin-top: -60px;
}

.welcomeBanner .welcomebuttomSide h5 {
  font-weight: 700;
}

.welcomebuttomSide .t1 .fa {
  color: #222222;
}

.welcomeBanner .welcometopSide h3 {
  color: #222222;
  font-family: sans-serif;
  word-spacing: 3px;
}

.welcomeBanner .welcometopSide p {
  color: #222222;
  font-size: 15px;
  word-spacing: 1px;
  margin-top: -13px;
  font-family: var(--font-family);
}

.welcomeBanner .welcometopSide img {
  padding: 15px 0 0;
  margin-left: 4%;
  width: 89%;
  box-shadow: none;
  border-radius: 0px;
}

.welcomeBanner .welcometopSide img.card-img-top {
  width: 113%;
  padding: 0;
}

.welcomeBanner .welcometopSide h4 span {
  color: #06c6a8;
  font-family: "Merriweather", serif;
  font-size: 20px;
}

.welcomeBanner .welcomebuttomSide .card p {
  font-size: 14px;
  padding-top: 4px;
  color: #c6c5ce;
}

.welcomeBanner .welcomebuttomSide .fa {
  font-size: 12px;
  /* color: #2474ba; */
}

.welcomeBanner .welcomebuttomSide #welcomebtn {
  color: #fefefe;
  border: none;
  margin: 18px;
  min-width: 80px;
  padding: 4px 16px;
  border-radius: 20px;
  transition: color 0.4s linear;
  position: relative;
  display: block;
  margin: auto;
  background: #063684;
  margin-top: 6px;
}

.welcomeBanner .welcomebuttomSide #welcomebtn span {
  animation: blink 1.2s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

#FormMessageSection {
  position: absolute;
  left: 0;
  overflow-x: hidden;
  right: 0;
  height: auto;
  min-height: calc(100% - 158px);
  max-height: calc(100% - 107px);
  top: 70px;
  bottom: 0%;

  background: var(--messageSection);
  /* background-image: url(../images/imelife-bg-pattern.png) !important; */
  padding: 0px 0px 0px 0px;
  z-index: 999;
  overflow-y: auto;
}

.formDateSupport .mdb-select.md-form {
  /* width: 90%; */
  padding: 13px;
  /* border: 1px solid; */
  color: #585b5f;
  font-size: 0.85em;
  border: none;
}

.formDateSupport .mdb-select.md-form:focus {
  border: none;
  outline: none;
}

.message-input .formDateSupport button {
  background: #fff;
}

.without-after-element::before {
  content: none !important;
}

#FormMessageSection ul li {
  /* clear: both;
  margin: 14px 10px 10px 14px;
  width: calc(100% - 25px);
  font-size: 0.9em; */
  clear: both;
  margin: 14px 16px 10px 0px;
  font-size: 0.9em;
}

/* #FormMessageSection .message-section ul li:first-child {
  margin: 10px;
} */

#FormMessageSection ul li.sent img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  float: left;
  background: #fff;
  padding: 5px;
  border: 2px solid #dce0f2;
  margin: 3px 10px 0px 0px;
}

#FormMessageSection ul li.sent p {
  background: #dce0f2;
  color: #000;
  /* border-top-right-radius: 17px; */
  /* border-bottom-left-radius: 20px; */
  /* border-bottom-right-radius: 20px; */
  margin-top: 12px;
  border-radius: 10px;
  font-size: 13px;
  /* box-shadow: 1px 1px #bcbfc3; */
  animation: opactyblinkleft;
  animation-duration: 1s;
  display: flex;
  flex-direction: column;
}

.message-input .mb-3 {
  position: absolute;
  bottom: -14px;
}

#FormMessageSection ul li.replies p {
  background: var(--banner-background);
  color: #ffff;
  float: right;
  /* border-top-left-radius: 20px; */
  /* border-bottom-left-radius: 20px; */
  /* border-bottom-right-radius: 20px; */
  overflow-wrap: break-word;
  border-radius: 10px;
  margin-top: 14px;
  /* box-shadow: 1px 1px #e6e4e4; */
  animation: opacityblink;
  animation-duration: 0.5s;
  font-size: 13px;
}

#FormMessageSection.replies img,
#FormMessageSection.sent img {
  background: var(--white);
}

#FormMessageSection ul li p {
  display: inline-block;
  padding: 10px 15px;
  /* border-radius: 16px; */
  max-width: 16rem;
  line-height: 137%;
}

#frame .content .message-input .wrap1 {
  position: relative;
  display: flex;
  background: #f8f8f8;
  animation: fadeInTop 1s ease-in both;
  margin-bottom: -5px;
}

#frame .content .message-input .wrap1 input {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  border: none;
  width: calc(100% - 50px);
  padding: 32px 32px 25px 8px;
  font-size: 0.9em;
  background: #ffffff;
  color: #32465a;
  /* border-left: 1px solid #e6eaea; */
  /* border-bottom: 1px solid #e6eaea; */
  margin: 0;
  text-align: center;
  -moz-appearance: textfield;
  appearance: none;
}

#frame .content .message-input .wrap1 input:focus {
  outline: none;
}

#frame .content .message-input .wrap1 .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #063684;
  opacity: 0.5;
  cursor: pointer;
}

.message-input .buttoncontainer {
  display: flex;
  margin: auto;
  /* width: 92%; */
  /* height: 68px; */
  background: #efefef;
  border: none;
}

.message-input .buttoncontainer button {
  width: 38%;
  background: #d0ecfa !important;
  border: 1px solid #70bfdc !important;
  color: #616161;
}

#frame .content .message-input .wrap1 .attachment:hover {
  opacity: 1;
}

#frame #FormMessageSection::-webkit-scrollbar {
  width: 7px;
  background: #e4e5e6;
}

#frame #FormMessageSection::-webkit-scrollbar-thumb {
  background-color: #c7c8ca;
}

#frame .content .message-input .wrap1 button {
  float: right;
  width: 50px;
  padding: 14px 0px 0px 0px;
  cursor: pointer;
  background: #ffffff;
  color: #063684;
  border: none;
}

#frame .content .message-input .wrap1 button:focus {
  outline: none;
}

#frame .content .message-input .wrap1 button:hover {
  background: #ffffff !important;
  color: #272722;
}

.message-input .formDateSupport {
  margin-bottom: 0px !important;
  background: #fff;
  padding: 0px;
}

.formDateSupport input {
  width: 100% !important;
}

.message-input .rating-stars {
  position: absolute;
  bottom: 3px;
  width: 100%;
  background: var(--white);
}

.message-input .formDateSupport button {
  color: var(--text-color);
  border: none;
}

.message-input .mobiscroll input {
  text-align: center;
  font-size: 1.5rem;
  width: 100% !important;
}

.message-input .formDateSupport button {
  position: absolute;
  right: 0px;
  bottom: -2px;
}

.message-input .formDateSupport button:hover {
  background: none;
  color: #00746a;
}

.message-input .buttoncontainer .submit:hover {
  color: #ed1b24;
}

.message-input .buttoncontainer .cancel:hover {
  color: #222222;
}

.message-input .buttoncontainer .submit {
  width: 51% !important;
  /* height: 48px !important; */
  /* position: absolute !important; */
  /* background: whitesmoke; */
  /* left: 0px !important; */
  margin-top: 17px;
  color: #211e1e;
  outline: none;
  font-size: 13px;
  border: none !important;
  text-align: inherit;
}

#frame
  .content
  .message-input
  .wrap1
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.message-input .buttoncontainer .cancel {
  border-left: 2px solid #cbcece !important;
  width: 50% !important;
  height: 48px !important;
  position: absolute !important;
  right: 0px !important;
  border-radius: 0px !important;
  margin-top: 17px;
  padding: 9px;
  border-right: none !important;
  background: #f5f5f5;
  color: #dc1920;
  font-size: 13px;
}

.message-input .buttoncontainer .cancle:hover {
  color: #f68c23;
}

/* autosugest serching data */
#autosuggest {
  max-height: 175px !important;
  left: 0%;
  padding: 0px 0px 0px 4px;
  position: absolute;
  width: 100%;
  font-size: 12px !important;
  max-width: 870px;
  cursor: pointer;
  overflow-y: auto;
  max-height: 400px;
  background: var(--white);
  z-index: 100;
  /* top: -24px; */
  bottom: 49px;
  box-sizing: border-box;
  animation: opactyeaseoute;
  animation-duration: 2s;
  overflow: hidden;
}

#autosuggest::-webkit-scrollbar-thumb {
  background: #d603034d;
  width: 8px;
}

#autosuggest::-webkit-scrollbar {
  width: 8px;
}

#autosuggest .list-group-item:hover {
  background: rgb(221, 221, 232) !important;
  color: #0069d9 !important;
}

#autosuggest .text-muted {
  color: #6c757d !important;
}

#autosuggest .list-group-item .fa-search {
  font-weight: 1000;
  font-size: 11px;
  float: left;
  margin-right: 8px;
  margin-left: -1px;
  margin-top: 4px;
}

#autosuggest .list-group-item {
  border: none;
  padding: 0px 2px 0px 2px;
  animation: opactyeaseoute;
  animation-duration: 1s;
  margin: 2px !important;
  background: transparent;
}

#autosuggest .fa-times-circle {
  cursor: pointer;
  margin-right: -15px;
  position: absolute;
  z-index: 1000;
  font-size: 18px;
  bottom: 8px;
  right: -4px;
  font-size: 16px;
  color: #6c757d;
}

#loader-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99999999;
  display: none;
  border-radius: 22px;
}

#loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.custom-select-container {
  position: relative;
  display: inline-block;
  width: 5rem;
  min-width: fit-content;
}

#language-dropdown {
  width: 100%;
  padding: 6px 8px;
  font-size: 14px;
  border-radius: var(--radius);
  border: none;
  background: var(--secondary-gradient);
  color: var(--background);
  appearance: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJtMTMuMjkzIDQuMjkzIDEuNDE0IDEuNDE0TDggMTIuNDE0IDEuMjkzIDUuNzA3bDEuNDE0LTEuNDE0TDggOS41ODZ6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=");
  /* Custom arrow icon */
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 12px;
}
@media screen and (max-width: 768px) {
  #language-dropdown {
    background-color: var(--background);
    color: var(--foreground);
  }
}

#language-dropdown::-ms-expand {
  display: none;
  /* Remove default arrow in IE */
}

.dislike-card {
  background: var(--secondary-gradient);
  color: var(--background);
  border-radius: var(--radius);
  padding: 1rem;
  max-width: 40rem;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.dislike-card p {
  color: var(--background) !important;
}

.general {
  background-color: var(--background);
  padding: 0.5rem 1rem;
  border-radius: var(--radius);
  margin: 0.5rem 0;
  border: none;
  color: var(--foreground);
  cursor: pointer;
  min-width: 10rem;
}

.more {
  background-color: var(--background);
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  border-radius: var(--radius);
  border: none;
  color: var(--foreground);
  cursor: pointer;
  min-width: 10rem;
}

.general:hover,
.more:hover {
  background-color: var(--accent-background);
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.input-feedback {
  padding: 0.5rem 1rem;
  border-radius: var(--radius);
  border: none;
  width: 100%;
}

.error-feedback {
  background-color: rgb(185, 0, 0);
  color: white !important;
  border-radius: 10px;
  padding: 0.2rem 0.5rem;
  font-size: 0.6rem;
}

.feedback-container {
  display: flex;
  gap: 0.5rem 1rem;
  width: 100%;
  align-items: center;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: var(--background);
  margin: 0.5rem 0;
}

.neoLogo {
  padding-top: 1.25rem;
  height: 2.75rem;
}

@media screen and (max-width: 768px) {
  .feedback-container {
    flex-direction: column;
  }

  .feedback-btn {
    width: 100%;
  }

  .neoLogo {
    padding-top: 0.75rem;
    padding-bottom: 0.25rem;
    height: 2.5rem;
  }
}

@media screen and (max-width: 532px) {
  .general,
  .more {
    min-width: 100%;
  }
}

#linkModule {
  padding-top: 6rem;
}
#linkTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}

.homeIcon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: var(--secondary);
  min-width: 5rem;
  color: white !important;
  border-radius: var(--radius);
  cursor: pointer;
}

.homeIcon div {
  color: var(--accent-background) !important;
  font-weight: 600;
}
.homeIcon svg {
  stroke: var(--accent-background);
}

.link-list {
  list-style-type: disc;
}
.multi-options-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.option-btn {
  padding: 8px 16px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.option-btn:hover {
  background-color: #e0e0e0;
}


#message-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.citation-list {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: flex-end;
  /* the icon column is tall because each icon carries a hidden tooltip below
     it, so centring would push the chips down past the icons */
  align-self: flex-start;
}

.citation-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.6rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
  transition:
    background 120ms ease,
    border-color 120ms ease;
}

.citation-chip:hover {
  background: var(--accent-background);
  border-color: var(--primary);
}

.citation-chip svg {
  stroke: var(--accent-foreground);
  flex-shrink: 0;
}

.citation-chip-label {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--accent-foreground) !important;
  max-width: 12rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reply-suggestion {
  margin: 0 0 0 10px;
  max-width: 90%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  color: var(--foreground) !important;
  cursor: pointer;
}

.reply-suggestion:hover {
  color: var(--secondary) !important;
  text-decoration: underline;
}

.citation-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(33, 37, 41, 0.45);
}

.citation-dialog {
  width: 100%;
  max-width: 560px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(33, 37, 41, 0.22);
  overflow: hidden;
}

.citation-dialog-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
}

.citation-dialog-clip {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.citation-dialog-clip svg {
  stroke: var(--primary);
}

.citation-dialog-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--foreground) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.citation-dialog-heading {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 0.15rem;
}

.citation-dialog-meta {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  min-width: 0;
}

/* a section ref can be a full sentence, so it takes the slack and clamps */
.citation-dialog-ref {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--accent-foreground) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.citation-dialog-dot {
  font-size: 0.75rem;
  color: var(--accent-foreground) !important;
  flex-shrink: 0;
}

.citation-dialog-count {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--accent-foreground) !important;
  white-space: nowrap;
  flex-shrink: 0;
}

.citation-dialog-close {
  margin-left: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  /* the heading runs to two lines, so keep the close on the title line */
  align-self: flex-start;
}

.citation-dialog-close svg {
  stroke: var(--accent-foreground);
}

.citation-dialog-close:hover svg {
  stroke: var(--message);
}

.citation-dialog-body {
  display: grid;
  gap: 0.7rem;
  padding: 16px;
  overflow: auto;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 165%;
}

.citation-dialog-body h1,
.citation-dialog-body h2,
.citation-dialog-body h3,
.citation-dialog-body h4 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 140%;
}

.citation-dialog-body p {
  margin: 0;
}

.citation-dialog-body ul,
.citation-dialog-body ol {
  margin: 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.3rem;
}

.citation-dialog-body img {
  max-width: 65%;
  margin:auto;
}

/* chunks carry raw <table> HTML — keep a wide one inside the dialog */
.citation-dialog-body table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.citation-dialog-body th,
.citation-dialog-body td {
  border: 1px solid var(--border);
  padding: 0.3rem 0.5rem;
  text-align: left;
  vertical-align: top;
}

.citation-dialog-body th {
  font-weight: 600;
  background: var(--background);
}

.citation-dialog-body code {
  font-family: "SFMono-Regular", Menlo, Consolas, monospace !important;
  font-size: 0.78rem;
  background: #f1f3f2;
  border-radius: 4px;
  padding: 0.05rem 0.3rem;
}

.citation-images {
  display: grid;
  gap: 0.7rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
}

.citation-image {
  margin: 0;
  display: grid;
  gap: 0.35rem;
}

.citation-image img {
  display: block;
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #ffffff;
}

.citation-image figcaption {
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 140%;
  color: var(--accent-foreground) !important;
}

.citation-dialog-foot {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 10px 16px;
  border-top: 1px solid var(--border);
  background: var(--background);
}

.citation-nav {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 48%;
  gap: 0.3rem;
  padding: 0.25rem 0.6rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
}

.citation-nav:hover {
  background: var(--accent-background);
  border-color: var(--primary);
}

.citation-nav svg {
  stroke: var(--accent-foreground);
  flex-shrink: 0;
}

.citation-nav-label {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--accent-foreground) !important;
  max-width: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.citation-next {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .reply-suggestion {
    font-size: 0.8rem;
  }
}
