@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf)format('truetype');}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc9.ttf)format('truetype');}@font-face{font-family:'Google Sans';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/googlesans/v58/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpyw.ttf)format('truetype');}@font-face{font-family:'Google Sans';font-style:normal;font-weight:500;src:url(//fonts.gstatic.com/s/googlesans/v58/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrw2IJllpyw.ttf)format('truetype');}
/*============ GENERAL STYLE ==========================*/
/*========== ROOT & GENERAL STYLE ===================*/
:root {
  --color-first: #000;
  --color-second: #5d5d5d;
  --color-third: #f9f9f9;
  --color-fourth: #D7D7D7;
  --icon-secondary: #676767;
  --bg-light-1: #f9f9f9;
  --bg-1: #f4f9f5;
  --bg-first-opacity: rgba(29, 91, 69, 0.6);
  --border-xlight: rgb(0 0 0 / 5%);
  --border-light: rgba(0, 0, 0, .1);
  --border-medium: rgba(0, 0, 0, .15);
  --border-heavy: rgba(0, 0, 0, .2);
  --border-xheavy: rgba(0, 0, 0, .25);
  --gray-50: #f9f9f9;
  --gray-100: #ececec;
  --gray-200: #e3e3e3;
  --gray-300: #cdcdcd;
  --gray-400: #b4b4b4;
  --gray-500: #9b9b9b;
  --gray-600: #676767;
  --gray-700: #424242;
  --gray-750: #2f2f2f;
  --gray-800: #212121;
  --gray-900: #171717;
  --gray-950: #0d0d0d;
  --shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .13);
}

*,
::after,
::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: ui-sans-serif, -apple-system, system-ui, Segoe UI, Helvetica, Apple Color Emoji, Arial, sans-serif, Segoe UI Emoji, Segoe UI Symbol;
  /* font-weight: 300; */
  font-style: normal;
  /* font-size: 16px; */
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-transform: none;
}

body {
  overflow-x: hidden;
}

a,
a:hover,
a:focus,
a:focus-visible {
  text-decoration: none;
  outline: none
}

a {
  font-weight: bold;
  /* color: black !important;  */
  cursor: pointer;
}

a.keyword-link {
  font-weight: bold;
  color: #2964aa !important;
  cursor: pointer;
}
#chat-sidebar ul li a.dropdown-item{
  white-space: pre-wrap;
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
 }
/* 
li span {
  color: var(--color-first) !important;
} */

html {
  scroll-behavior: smooth;
  font-family: sans-serif;
}

img {
  object-fit: cover;
  object-position: center;
}

ul li {
  list-style: none;
}

ul.list li {
  list-style: disc;
  color: var(--color-content);
}

.wrapper {
  width: 100%;
  background-color: #fff;
}

.bg-1 {
  background-color: var(--bg-1);
}

/* 
.border-dark-1 {
  border: 1px solid var(--color-first);
} */

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

p {
  font-weight: 400;
}

.cursor-pointer {
  cursor: pointer;
}

button:hover {
  scrollbar-color: var(--gray-200) transparent
}

.gray-50 {
  color: var(--gray-50) !important;
}

.gray-100 {
  color: var(--gray-100) !important;
}

.gray-200 {
  color: var(--gray-200) !important;
}

.gray-300 {
  color: var(--gray-300) !important;
}

.gray-400 {
  color: var(--gray-400) !important;
}

.gray-500 {
  color: var(--gray-500) !important;
}

.gray-600 {
  color: var(--gray-600) !important;
}

.gray-700 {
  color: var(--gray-700) !important;
}

.gray-800 {
  color: var(--gray-800) !important;
}

.gray-900 {
  color: var(--gray-900) !important;
}

.gray-950 {
  color: var(--gray-950) !important;
}

.border-xlight {
  border-color: var(--border-xlight) !important;
}

.border-light {
  border-color: var(--border-light) !important;
}

.border-medium {
  border-color: var(--border-medium) !important;
}

.border-heavy {
  border-color: var(--border-heavy) !important;
}

.border-xheavy {
  border-color: var(--border-xheavy) !important;
}

.color-first {
  color: var(--color-first) !important;
}

.color-second {
  color: var(--color-second) !important;
}

.z-99 {
  z-index: 99;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

.bg-color-first {
  background-color: var(--color-first);
}

.bg-color-second {
  background-color: var(--color-second);
}

.bg-color-third {
  background-color: var(--color-third);
}

.bg-color-fourth {
  background-color: var(--color-fourth);
}

/*========== BUTTON STYLE ===========================*/
.button,
input[type="submit"].button,
.btn-outline-first {
  padding: .5rem .875rem;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25rem;
  min-height: 38px;
  border-radius: 9999px;
  border: 1px solid;
  flex-shrink: 0;
  border-color: transparent;
  text-transform: capitalize;
  pointer-events: auto;
  cursor: pointer;
}

.btn-first {
  background-color: var(--color-first);
}

.btn-outline-first {
  /* background-color: #fff; */
  border-color: var(--border-medium);
  color: var(--color-first);
}

button.button:focus,
button.btn:focus,
input.form-control:focus,
select.form-select:focus,
textarea:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

/* textarea.form-control:disabled {
  background: #fff !important;
} */

.btn-outline-first:hover,
.btn.no-arrow:hover {
  background: var(--bg-light-1);
}

.btn-outline-first:focus,
.btn.no-arrow:focus,
.btn-outline-first:active,
.btn.no-arrow:active {
  background: rgb(233, 236, 239);
}

.btn-outline-first.show-search-result:focus,
.btn-outline-first.show-search-result:hover {
  color: #0285ff !important;
  background-color: #daeeff;
  border-color: transparent;
}

.button:hover {
  /* background: var(--gray-200); */
}

.show-search-result svg {
  margin-top: 3px
}

.btn-outline-first.show-search-result:hover svg path,
.btn-outline-first.show-search-result:focus svg path {
  fill: #0285ff;
}

/*========== HEADING and ICONS WIDTH STYLE ==========================*/
/* h1 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem
}

h2,
h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  font-size: inherit;
} */

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important
}

.text-sm {
  font-size: .875rem !important;
  line-height: 1.25rem !important
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-5xl {
  font-size: 3rem;
  line-height: 1
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1
}

.text-5 {
  font-size: .5rem
}

.text-65 {
  font-size: .65rem
}

.text-70 {
  font-size: .7rem
}

.text-75 {
  font-size: .75rem
}

.text-8 {
  font-size: 8px
}

.text-9 {
  font-size: 9px
}

.text-10 {
  font-size: 10px
}

.text-11 {
  font-size: 11px
}

.text-12 {
  font-size: 12px
}

.text-13 {
  font-size: 13px
}

.text-15 {
  font-size: 15px
}

.text-16 {
  font-size: 16px
}

.text-17 {
  font-size: 17px
}

.text-18 {
  font-size: 18px
}

.text-20 {
  font-size: 20px
}

.text-24 {
  font-size: 24px
}

.text-28 {
  font-size: 28px
}

.text-32 {
  font-size: 32px
}

.text-36 {
  font-size: 36px
}

.text-40 {
  font-size: 40px
}

.text-48 {
  font-size: 48px
}

.fs-08 {
  font-size: 0.8rem !important
}

.fs-09 {
  font-size: 0.9rem !important
}

.icon-xs,
.icon-sm,
.icon-md,
.icon-sm-heavy,
.icon-sidebar,
.icon-md-heavy,
.icon-lg,
.icon-lg-heavy,
.icon-xl,
.icon-xl-heavy,
.icon-2xl {
  flex-shrink: 0;
}

.icon-xs {
  stroke-width: 1.5;
  height: .75rem;
  width: .75rem
}

.icon-sm {
  stroke-width: 2;
  height: 1rem;
  width: 1rem
}

.icon-md {
  height: 18px;
  width: 18px
}

.icon-sm-heavy {
  stroke-width: 2.5;
  height: 1rem;
  width: 1rem
}

.icon-md-heavy {
  stroke-width: 2.5;
  height: 18px;
  width: 18px
}

.icon-lg {
  stroke-width: 1.5;
  height: 1.5rem;
  width: 1.5rem
}

.icon-lg-heavy {
  stroke-width: 2;
  height: 22px;
  width: 22px
}

.icon-xl {
  stroke-width: 1.5;
  height: 1.75rem;
  width: 1.75rem
}

.icon-xl-heavy {
  stroke-width: 2;
  height: 24px;
  width: 24px
}

.icon-2xl {
  stroke-width: 1.5;
  height: 2rem;
  width: 2rem
}

.icon-md,
.icon-sidebar {
  stroke-width: 1.5;
}

.icon-sidebar {
  height: 20px;
  width: 20px
}

/* svg path {
  fill: var(--color-second);
} */

/*========== INPUT FIELD STYLE ======================*/
input.form-control,
select.form-select {
  height: 40px;
  border-radius: 0;
  font-size: 0.85rem
}
/* 
input.form-control,
input.form-control:focus,
select.form-select,
select.form-select:focus,
textarea.form-control,
textarea.form-control:focus {
  background-color: #fff;
} */

textarea.form-control {
  resize: none;
  border-radius: 0;
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
}

.form-check-input:checked {
  background-color: var(--color-first);
  border-color: var(--color-first);
}

label strong {
  font-size: 1rem;
  font-weight: 500;
}

.form-check-input:focus {
  box-shadow: none
}

.h-40 {
  height: 40px;
}
/* 
.form-control.is-valid,
.was-validated .form-control:valid,
.form-select.is-valid,
.was-validated .form-select:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-select.is-invalid,
.was-validated .form-select:invalid {
  background-image: none;
} */

.martop {
  margin-top: 65px
}

.form-switch .form-check-input:checked {
  background-repeat: no-repeat;
}

.form-switch .form-check-input {
  width: 3em;
}

.loginSection .form-check {
  padding-left: 2.5rem
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: var(--color-first);
}
/* 
.form-control.is-valid,
.was-validated .form-control:valid,
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--color-first);
} */

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--color-first);
}

/*========== TEXT LIMIT STYLE =======================*/
.text-limit-1,
.text-limit-2,
.text-limit-3,
.text-limit-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}

.text-limit-1 {
  -webkit-line-clamp: 1;
}

.text-limit-2 {
  -webkit-line-clamp: 2;
}

.text-limit-3 {
  -webkit-line-clamp: 3;
}

.text-limit-4 {
  -webkit-line-clamp: 4;
}

/*============ HEADER STYLE ===========================*/
.logo {
  width: 100px;
}

.logo-center .logo {
  width: 250px;
}

.no-arrow.dropdown-toggle::after {
  display: none;
}

header.before-login-header,
header.account-header {
  background: #fff
}

header .btn:active,
header .btn.show,
header .btn:focus {
  border: 0;
}

header i.icon {
  font-size: 1.3rem
}

.login-dropdown-menu.dropdown-menu.show {
  width: 330px;
  max-height: 300px;
}

.settings-dropdown-menu.dropdown-menu.show {
  width: 280px
}

ul.settings-dropdown-menu li a:hover {
  background: #f5f5f5;
}

.bg-user,
.bg-user:hover {
  background-color: #7989ff
}

/*============ FOOTER STYLE ===========================*/
footer.fixed-bottom {
  background: #fff
}

.customize-dropdown {
  bottom: 10px;
  right: 10px
}

.customize-dropdown button {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  min-height: 25px;
  padding: 0.5rem;
}

.footer-lander-section ul li a {
  color: var(--color-second);
  font-weight: 500
}

/*============ SEARCH BAR SECTION =====================*/
.search-box-wrapper,
.limit-login-section {
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
  border-radius: 1.5rem
}/*

.limit-login-section{
  position:absolute;
  bottom: 40%;
  left: 0%;
  z-index: 9999999999;
}*/
.search-box-wrapper input {
  border: 0;
  flex-basis: 100%;
  height: 45px;
  font-size: 1rem;
  font-weight: 400;
}

.search-box-wrapper input::placeholder {
  color: var(--gray-400);
}

.search-box-wrapper input:focus,
.search-box-wrapper input:hover {
  background: transparent;
  border: 0;
  outline: 0;
}

.search-filter-section li {
  margin: 5px;
}

.search-filter-section li button {
  background: transparent;
}

.search-filter-section li button img {
  width: 15px;
  height: 15px;
  margin-right: 5px
}

.search-result-datalist-section li:hover {
  background: var(--bg-light);
}

.search-form-input {
  max-height: 200px
}
/*============ SEARCH FULL SECTION ====================*/
.main-search-section {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-search-section .position-fixed.search-fixed-section {
  bottom: 45%;
  left: 45%;
  transform: translate(-45%, 45%);
  width: 100%;
  z-index: 99;
}

.main-search-section .position-fixed.search-fixed-section.move-bottom {
  bottom: 36px;
  left: 45%;
  transform: translate(-45%, 0px);
  background: #fff
}

/*============ CHAT SECTION ====================*/
.chatsection{
  display: none;
}

.chatsection {
  height: 70vh;
  overflow-y: auto;
  padding: 80px 20px 20px;
}

/* #chat-box-block {
  width: 100%;
  margin-bottom: 10px;
} */

#chat-box-block::-webkit-scrollbar {
  width: 0rem;
}

#chat-box-block::-webkit-scrollbar,
#chat-box-block::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 4px;
}

#chat-box-block::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .2);
}

#chat-box-block .msg-chat-box {
  position: relative;
  width: auto;
  padding: 0.6rem 1rem;
  margin: .5rem;
}

#chat-box-block .left-chat-box {
  float: left;
  background: transparent;
  margin-left: 0;
}

#chat-box-block .left-chat-box.add-min-height {
  min-height: calc(-350px + 100dvh);
}
/* 
#chat-box-block .right-chat-box {
  float: right;
  width: auto;
  background: #f5f4f4;
  border-radius: 25px;
  margin-right: 0;
  box-shadow: 1px 1px 10px rgb(0, 0, 0, 0.04);
} */

#chat-box-block .msg-chat-box p {
  /* color: var(--color-first); */
}

#chat-box-block .msg-chat-box p,
#chat-box-block .msg-chat-box p a {
  font-weight: 400
}

#chat-box-block .msg-chat-box:nth-child(1) {
  margin-top: 0;
}
#chat-sidebar .dropdown-item.active, .dropdown-item:active {
  color:#000;
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
  }
  .accordion-button:hover,.accordion-button:focus{box-shadow: none;}
.chat-input-box {
  min-height: 110px;
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgb(0, 0, 0, 0.1);
  padding: 0.75rem;
  margin: 10px auto 0;
  border-radius: 32px;
  width: 100%;
  margin-bottom: 15px; */
}

/* 
.chat-input-box .input-box-field {
  width: 85%;
  background: transparent;
  border: 0;
}

.chat-input-box .submit-chat-button {
  width: 10%;
  background: transparent;
  border: 0;
}

.chat-input-box .submit-chat-button i {
  color: #acacb2;
  font-size: 1.4rem;
}

.chat-input-box .input-box-field:focus+.submit-chat-button i {
  color: #251b9e;
} */

.chat-list-buttons-block {
  display: flex;
  flex-wrap: wrap;
}

.chat-list-buttons-block .chat-list-button {
  background: #e2dfff;
  padding: 6px;
  color: #000;
  margin: 5px;
  font-size: 1rem;
  border: 0;
  border-radius: 10px;
  text-align: left;
}

/* .upgradePlus {
  position: absolute;
  bottom: 5%;
  left: 45%;
  transform: translate(-45%, 5%);
  width: 100%;
  z-index: 2000;
} */

/*============ SIGN IN PAGE ===========================*/
.login-social-icon {
  display: inline-block;
  width: 23px;
  height: 40px;
  line-height: 35px
}

.loginSection1 .button-block .button.btn-first {
  padding: 0.7rem 0rem
}

.login-social-icon img {
  width: 20px;
  height: 20px;
}

.field-icon {
  float: right;
  padding-right: 25px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}

.colored-img {
  width: 100%;
  height: 130px
}

.login-dropdown-menu li:hover {
  background: #f5f5f5
}

.upload-box {
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.upload-option {
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s;
}

.upload-option:hover {
  background-color: #f5f5f5;
  border-radius: 10px;
}

.upload-option img, .upload-option svg {
  width: 24px;
  margin-right: 0.9rem;
}

.upload-text {
  display: flex;
  flex-direction: column;
}

.upload-subtext {
  font-size: 0.9rem;
  color: #555;
  padding-top: 0.3rem;
}

.file-input {
  display: none;
}

.upload-divider {
  border-top: 1px solid #ddd;
  margin: 10px 0;
}

.toggled {
  background-color: #e8f5ff;
  border-color: #bae1ff;
}

.dropdown .toggled:hover, .toggled:focus, .toggled:active{
  background:#e8f5ff;
}

/*File Upload Section start*/

#file_preview_container {
  position:absolute;
  bottom:0;
  width:3.9rem;
  display: flex;
  align-items: center;
  background: #f9fafb;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
}

.file-card {
  display: flex;
  align-items: center;
  gap:5px;
  position: relative;
}

.file-icon {
  width:2.18rem;
  height:2.18rem;
  border-radius:0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:1.3rem;
  color:#fff;
}

.image-preview {
  width:2.18rem;
  height:2.18rem;
  object-fit: cover;
  border-radius:0.625rem;
  /*margin-right:0.625rem;*/
}

.file-details {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 4rem;
}

.file-name {
  font-weight: bold;
  color: #111;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*width:3.95rem;*/
  content: attr(data-name);
  display: inline-block;
  width: 6ch;
  /*white-space: nowrap;*/
}

.file-type {
  font-size:0.75rem;
  color:#797373;
}

.file-close {
  border-radius: 12px;
  padding-bottom: 3px;
  position: relative;
  top:-1.563rem;
  /*right:4rem;*/
  width:1.25rem;
  height:1.25rem;
  background: none;
  border: none;
  font-size:0.938rem;
  font-weight: 700;
  color: #fff;
  line-height: 0;
  background: #000;
  border-color: #f4f4f4;
}

.file-close:hover {
  background:#120f0f;
}
.ms-6{margin-left:6rem}
/*File Upload Section end*/

@media only screen and (max-width: 1400px) {
  .login-social-icon {
    /* height: auto */
  }
}

.termsbox {
  height: 250px;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.login-block {
  width: 320px
}

.login-block input,
.login-block select {
  height: 52px
}

.login-block label {
  position: absolute;
  top: 50%;
  background-color: var(--bg-primary);
  left: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: #333;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  font-weight: 500;
  color: var(--gray-500);
}

.login-block input:focus {
  border-color: #10a37f;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
.login-block input:focus+label,
.login-block input.has-value+label {
  top: -1px;
  font-size: 14px;
  color: #10a37f !important;
  font-weight: 400;
  background: #fff;
}

.login-block input:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-validation .button,
.vstack .button,
.signup-button {
  border-radius: 6px;
  background: #10a37f;
  padding: 4px 16px;
  height: 40px
}

.form-validation .button:hover,
.vstack .button:hover {
  box-shadow: inset 0 0 0 150px #0000001a;
}

.horizontal-line span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.signupwithsocial>*{
  height: 40px !important;
}

.signupwithsocial * {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #3c4043;
  font-family: "Google Sans",arial,sans-serif
}

.signupwithsocial .button {
  background-color: #fff;
  display: flex;
  justify-content: flex-center;
  align-items: center;
}

.circle-button {
  width: 38px;
  height: 38px;
  border-radius: 50%
}

.country-code-list-item {
  display: flex;
  gap: 4px;
  align-items: center;
}

.country-code-list-item .country-code-emoji {
  font-size: 20px;
  line-height: 1;
  padding-right: 4px;
}

.country-code-list-item .country-code-number {
  font-size: 14px;
  color: var(--color-second);
}

/*########## PRICE ##############*/
.itemPrice .price {
  font-size: 3rem;
  line-height: 0.5;
}

.itemPrice sup {
  font-size: 1.5rem;
  color: var(--color-second);
}

.itemPrice p {
  font-size: 0.75rem;
  line-height: 1.1;
  vertical-align: baseline;
  color: var(--color-second);
}

.premium p {
  font-size: 1.2rem;
}

.premium ul {
  padding-left: 1rem;
}

.premium ul li {
  position: relative;
  font-size: 1rem;
  color: var(--color-second);
  padding-bottom: 0.5rem;
  padding: 5px 0 5px 25px;
}

.premium li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 14px;
  border: solid var(--color-first);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*########## search-submit-button ##############*/
/* .search-submit-button {
  box-shadow: none;
  border: none;
  height: 2.5rem;
  width: 2.5rem;
  background: transparent;
  border-radius: 50%;
} */

@media (min-width: 992px) {
  .content-wrapper {
    margin-left: 200px;
    margin-top: 70px;
  }
}

.content-wrapper {
  verflow-x: hidden;
  background: #f7f7f7;
}

/*============ RESPONSIVE ======================*/
@media only screen and (max-width:992px) {
  header {
    /* background: #fff; */
    z-index: 9999;
    box-shadow: 0 1px 0 rgb(0 0 0 / 5%);
  }
}

@media only screen and (max-width:768px) {
  .header-right-side .btn-outline-first {
    display: none;
  }

  .customize-dropdown {
    right: 5px;
    bottom: 5px
  }

  .header-right-side .button.btn-first {
    min-height: 30px;
    padding: .25rem .75rem;
  }
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .main-search-section .position-fixed.search-fixed-section {
    bottom: 60%;
    transform: translate(-45%, 60%)
  }

  .main-search-section .search-fixed-section {
    height: 180px;
  }

  .main-search-section .position-fixed.search-fixed-section.move-bottom {
    bottom: 70px;
    height: 82vh
  }

  .chatsection {
    height: 80vh;
    padding-top: 10px
  }

  /* #chat-box-block {
    padding-top: 20px
  } */
}

@media only screen and (max-width:512px) {
  /* #chat-box-block {
    padding: 80px 0;
  } */

  #chat-box-block:hover::-webkit-scrollbar {
    width: 0.5rem;
  }

  .text-2xl {
    font-size: 1.1rem;
  }

  .text-3xl {
    font-size: 1.5rem;
  }

  .text-4xl {
    font-size: 1.875rem;
  }

  .text-5xl {
    font-size: 2.25rem;
  }

  .text-7xl {
    font-size: 3rem;
  }

  .orange-bg-section {
    background-size: cover;
  }

  .chatsection {
    padding-top: 40px
  }

  /* #chat-box-block { */
    /* padding-top: 25px */
  /* } */
}

@media only screen and (max-width:480px) {
  .login-dropdown-menu.dropdown-menu.show {
    width: 300px;
    margin-left: -10px !important;
  }

  /* #chat-box-block { */
    /* height: 350px; */
  /* } */

  .signupwithsocial .button,
  .signupwithsocial div[role="button"] *{
    font-size: 0.9rem
  }

  .login-dropdown-menu .colored-img {
    display: none;
  }

  footer p.fs-09,
  footer p a.fs-09 {
    font-size: 0.8rem !important;
  }
/* 
  .button,
  input[type="submit"].button,
  .btn-outline-first {
    padding: .3rem .5rem
  } */

  .limit-login-section p {
    font-size: 12px
  }

  .limit-login-section button {
    font-size: 0.7rem
  }
}

/* ############ Sidebar style ############### */
.z-1040 {
  z-index: 1040
}

.left-nav-icon {
  z-index: 1060
}

.side-menu {
  height: calc(100vh - 0px);
  width: 0;
  position: fixed;
  left: 0;
  top: 0;
  background-color: var(--color-third);
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  color: var(--color-first);
  z-index: 1045;
  overflow-y: hidden;
}

header .btn.no-arrow:focus,
btn.no-arrow:active,
btn.no-arrow:hover {
  background: transparent;
}

/* Main content area */
.main-content {
  transition: margin-left .3s;
}

/* Button to toggle the menu */
#menuToggle {
  cursor: pointer;
  position: fixed;
  left: 28px;
  top: 15px;
  z-index: 1060;
}

.toggleButton {
  padding-top: 5px;
}

.header-icon {
  justify-content: center
}

/*Search history*/
.search-history {
  overflow-y: scroll;
  height: 90%;
  padding-bottom: 30px;
}

.search-history::-webkit-scrollbar {
  width: 0.1rem;
}

.search-history::-webkit-scrollbar,
.search-history::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 4px;
}

.search-history::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .2);
}

.search-history ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.search-history ul:last-child {
  margin-bottom: 1rem;
}

.search-history ul li:first-child {
  font-size: .85rem;
  font-weight: 600;
  color: var(--color-first);
  padding-bottom: 0.2rem;
}

.search-history ul li {
  padding-bottom: 0.3rem
}

.search-history ul li a {
  text-transform: capitalize;
  text-decoration: none;
  font-size: .85rem;
  font-weight: 400;
  color: var(--color-first);
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.search-history ul li a:hover {
  color: var(--color-second);
}

.bottom-info {
  position: sticky;
  bottom: 0px;
  padding: 0.9rem 1rem 0.5rem 1rem;
  width: 265px;
  background-color: var(--color-third);
  text-decoration: none;
}

.upgrade:hover,
.userInfo:hover {
  background-color: var(--gray-300);
}

.upgrade p,
.userInfo p {
  font-size: 0.80rem;
  font-weight: 400;
  color: var(--color-first);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.upgrade span {
  font-size: 0.70rem;
  font-weight: 400;
  color: var(--color-second);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-bottom: 2px;
}

.upgrade-icon img,
.userInfo img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/*============ modalContent ===============*/
.modalContent label,
.modalContent .text {
  font-size: .90rem;
  line-height: 1.3;
}

.modalContent .btn {
  min-width: 5rem;
}

.modalContent .btn-icon-sm {
  width: 24px;
  height: 24px;
  margin-right: 0.2rem;
  vertical-align: bottom;
}

.modalContent .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--color-third);
  border: 0;
  color: var(--color-first);
}

.modalContent .nav-pills .nav-link {
  border: 0;
  margin-bottom: 0.5rem;
  ;
  text-align: left;
  color: var(--color-first);
  font-size: 0.9rem;
}

/*============ cashback section ===============*/

/*============ DARK MODE STYLES =======================*/
.dark-mode {
  --color-first: #fff;
  --color-second: var(--gray-400);
  --color-black: #000;
  --dark-bg-1: #0e0c0c;
  --dark-bg-2: #303030;
  --dark-bg-3: #000;
  --white-bg: #fff;
  --color-link: #7ab7ff;
}

.dark-mode,
.dark-mode .wrapper {
  background-color: var(--dark-bg-1);
}

.dark-mode .color-dark-mode {
  --color-first: var(--color-black);
  --color-second: var(--gray-700);
}
/* 
.dark-mode .wrapper.color-dark-mode,
.dark-mode .color-dark-mode input,
.dark-mode .color-dark-mode input.form-control:focus,
.dark-mode .color-dark-mode input.form-control:active,
.dark-mode .wrapper.color-dark-mode header,
.dark-mode .wrapper.color-dark-mode,
.dark-mode .main-search-section.color-dark-mode,
.dark-mode .color-dark-mode .btn-outline-first,
.dark-mode .color-dark-mode .card {
  background: var(--white-bg);
} */

.dark-mode input.form-control,
.dark-mode input.form-control:focus,
.dark-mode select.form-select,
.dark-mode select.form-select:focus,
.dark-mode textarea.form-control,
.dark-mode textarea.form-control:focus,
.dark-mode .search-box-wrapper,
.dark-mode .card,
.dark-mode .main-content .modalContent .nav-pills .nav-link.active,
.dark-mode .main-content .modalContent .nav-pills .show>.nav-link,
.dark-mode .main-content .modalContent .nav-pills .nav-link:hover,
.dark-mode .settings-dropdown-menu.dropdown-menu.show {
  background: var(--dark-bg-2);
  color: var(--color-first);
}

.dark-mode .color-dark-mode input.form-control,
.dark-mode .color-dark-mode input.form-control:focus,
.dark-mode .color-dark-mode select.form-select,
/* .dark-mode .color-dark-mode select.form-select:focus,
.dark-mode .color-dark-mode textarea.form-control,
.dark-mode .color-dark-mode textarea.form-control:focus {
  background: var(--white-bg);
  color: var(--color-black);
}

.dark-mode .search-box-wrapper textarea.form-control::-webkit-input-placeholder {
  color: var(--gray-400)
}

.dark-mode .after-login-header .dropdown-toggle span.color-second,
.dark-mode .after-login-header .dropdown-toggle svg,
.dark-mode #chat-box-block .msg-chat-box p,
.dark-mode .modalContent .premium ul li {
  color: var(--gray-400) !important;
}

.dark-mode .circle-button,
.dark-mode #chat-box-block .right-chat-box,
.dark-mode .btn-outline-first:hover,
.dark-mode .btn.no-arrow:hover,
.dark-mode .main-content .modal-content,
.dark-mode .main-content .modal-content .btn-close {
  background: var(--gray-700);
}

.dark-mode .color-dark-mode .btn-outline-first:hover,
.dark-mode .color-dark-mode .btn.no-arrow:hover {
  background: var(--bg-light-1);
}

.dark-mode img {
  filter: invert(100%);
}

.dark-mode .color-dark-mode img {
  filter: invert(0%);
}

.dark-mode .side-menu,
.dark-mode .side-menu .bottom-info,
.dark-mode .btn-outline-first,
.dark-mode ul.settings-dropdown-menu li a:hover {
  background: var(--dark-bg-3);
}

.dark-mode #chat-box-block a,
.dark-mode .modalContent a {
  color: var(--color-link);
}

.dark-mode .dropdown-menu.show .dropdown-divider {
  border-color: var(--gray-700);
}

.dark-mode .modalContent .btn.btn-outline-dark {
  border-color: var(--gray-400);
  color: var(--gray-400)
}

.dark-mode .form-switch .form-check-input,
.dark-mode .form-switch .form-check-input:checked {
  filter: brightness(0.5);
  background-color: var(--gray-400);
}

.dark-mode .form-check-input:checked {
  background-color: var(--gray-700);
} */

.typing {
  display: flex;
  gap: 4px;
  padding-left: 0.5rem;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: #555;
  border-radius: 50%;
  animation: typing 1.5s infinite ease-in-out;
}

.dot:nth-child(1) {
  animation-delay: 0s;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing {

  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.3;
  }

  40% {
    transform: translateY(-5px);
    opacity: 1;
  }
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

main {
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

.dropdown-toggle {
  outline: 0;
}

.btn-toggle {
  padding: .25rem .5rem;
  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
  background-color: var(--bs-tertiary-bg);
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

.scrollarea {
  overflow-y: auto;
}


.icon-xs,
.icon-sm,
.icon-md,
.icon-sm-heavy,
.icon-sidebar,
.icon-md-heavy,
.icon-lg,
.icon-lg-heavy,
.icon-xl,
.icon-xl-heavy,
.icon-2xl {
  flex-shrink: 0;
}

.icon-xs {
  stroke-width: 1.5;
  height: .75rem;
  width: .75rem
}

.icon-sm {
  stroke-width: 2;
  height: 1rem;
  width: 1rem
}

.icon-md {
  height: 18px;
  width: 18px
}

.icon-sm-heavy {
  stroke-width: 2.5;
  height: 1rem;
  width: 1rem
}

.icon-md-heavy {
  stroke-width: 2.5;
  height: 18px;
  width: 18px
}

.icon-lg {
  stroke-width: 1.5;
  height: 1.5rem;
  width: 1.5rem
}

.icon-lg-heavy {
  stroke-width: 2;
  height: 22px;
  width: 22px
}

.icon-xl {
  stroke-width: 1.5;
  height: 1.75rem;
  width: 1.75rem
}

.icon-xl-heavy {
  stroke-width: 2;
  height: 24px;
  width: 24px
}

.icon-2xl {
  stroke-width: 1.5;
  height: 2rem;
  width: 2rem
}

.icon-md,
.icon-sidebar {
  stroke-width: 1.5;
}

.icon-sidebar {
  height: 20px;
  width: 20px
}

.list-group {
  width: 100%;
  max-width: 460px;
  margin-inline: 1.5rem;
}

.form-check-input:checked+.form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  border-style: dashed;
}

[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable .list-group-item {
  cursor: pointer;
}

.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.list-group-item-check:hover+.list-group-item {
  background-color: var(--bs-secondary-bg);
}

.list-group-item-check:checked+.list-group-item {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.list-group-item-check[disabled]+.list-group-item,
.list-group-item-check:disabled+.list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.list-group-radio .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}

.list-group-radio .form-check-input {
  z-index: 2;
  margin-top: -.5em;
}

.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
  background-color: var(--bs-secondary-bg);
}

.list-group-radio .form-check-input:checked+.list-group-item {
  background-color: var(--bs-body);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 2px var(--bs-primary);
}

.list-group-radio .form-check-input[disabled]+.list-group-item,
.list-group-radio .form-check-input:disabled+.list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.main-section {
  width: 100%;
  margin: auto;
  height: 100vh;
  overflow: auto;
}

.chat-input,
.chat-section {
  padding: 0px calc(50% - 400px) !important;
}

.chat-section {
  max-height: calc(100vh - 248px);
}

#chat-box-block .msg-chat-box {
  position: relative;
  width: auto;
  margin: .5rem;
}

#chat-box-block .right-chat-box::before,
#chat-box-block .left-chat-box::after
{
  content: " ";
}

#chat-box-block .left-chat-box {
  float: left;
  background: transparent;
  margin-left: 0;
  padding: 0rem;
}

#chat-box-block .left-chat-box.add-min-height {
  min-height: calc(-350px + 100dvh);
}

#chat-box-block .left-chat-box>div:first-child {
  font-family: unset !important;
  font-size: unset !important;
  color: unset !important;
  background-color: unset !important;
  border: 0 !important;
}

#chat-box-block .right-chat-box {
  float: right;
  max-width: 80%;
  margin-right: 0;
  padding: 0.6rem 1rem;
}

#chat-box-block .msg-chat-box p,
#chat-box-block .msg-chat-box p a {
  font-weight: 400
}

#chat-box-block .msg-chat-box:nth-child(1) {
  margin-top: 0;
}

.btn-profile {
  width: 40px;
  height: 40px;
}

.btn-profile::after {
  display: none !important;
}
/* 

.typing {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 1.4rem;
} */
/* 
.dot {
  width: 8px;
  height: 8px;
  background-color: #555;
  border-radius: 50%;
  animation: typing 1.5s infinite ease-in-out;
}

.dot:nth-child(1) {
  animation-delay: 0s;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
} */

@keyframes typing {

  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.3;
  }

  40% {
    transform: translateY(-5px);
    opacity: 1;
  }
}

.sidebar {
  margin-left: -300px;
  width: 290px;
  transition: margin-left 0.2s cubic-bezier(0.5, 0, 0.6, 1);
  z-index: 10;
}

.sidebar.open {
  margin-left: 0;
}

/* On Extra Small Screens (XS < 576px), move it to the top-left */
@media (max-width: 800px) {
  .sidebar {
    position: absolute;
  }
  .main-section{
    padding: 8px;
  }
}

#search-form-input {
  max-height: 200px;
  resize: none;
}

.upgradePlus {
  display: none;
}

.page-loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  background: #4446;
}

.lds-dual-ring,
.lds-dual-ring:after {
  box-sizing: border-box;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid var(--bs-primary);
  border-color: var(--bs-primary) transparent var(--bs-primary) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/* Search Modal Styles */
.modal-backdrop {
    background-color: transparent !important;
}

#search-modal {
    background: transparent;
}

#search-modal .modal-dialog {
    max-width: 540px;
    margin-top: 8px;
    z-index: 1500;
    width: 540px;
}

#search-modal .modal-content {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: var(--bs-body-bg, #fff);
    color: var(--bs-body-color, #000);
    display: flex;
    flex-direction: column;
}

#search-modal .modal-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

#search-modal #search-chat-history {
    flex: 1;
    overflow-y: auto;
    max-height: 480px; /* Fixed height for the scrollable area */
    padding: 0;
    margin: 0;
    scrollbar-width: thin;
    scrollbar-color: var(--bs-gray-400) transparent;
}

#search-modal #search-chat-history::-webkit-scrollbar {
    width: 6px;
}

#search-modal #search-chat-history::-webkit-scrollbar-track {
    background: transparent;
}

#search-modal #search-chat-history::-webkit-scrollbar-thumb {
    background-color: var(--bs-gray-400);
    border-radius: 3px;
}

#search-modal #search-chat-history::-webkit-scrollbar-thumb:hover {
    background-color: var(--bs-gray-500);
}

#search-modal #search-chat-history-container {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#search-modal .search-input-wrapper {
    border-bottom: 1px solid var(--border-light);
}

#search-modal .form-control {
    background: transparent;
    font-size: 0.875rem;
    height: auto;
    padding: 0;
    color: var(--bs-body-color, #000);
}

#search-modal .form-control::placeholder {
    color: var(--gray-500);
}

#search-modal .keyboard-shortcut {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    color: var(--gray-500);
    margin-left: auto;
    padding-left: 8px;
}

#search-modal .keyboard-shortcut kbd {
    padding: 0.1rem 0.3rem;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--gray-600);
    background-color: var(--gray-100);
    border: 1px solid var(--border-light);
    border-radius: 3px;
}

#search-modal .btn-close {
    padding: 0.5rem;
    margin: -0.5rem;
    opacity: 0.6;
}

#search-modal .btn-close:hover {
    opacity: 1;
}

#search-modal #new-chat-from-search {
    color: var(--bs-body-color, #000);
    padding: 6px 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

#search-modal #new-chat-from-search span {
    font-weight: 400;
}

#search-modal #new-chat-from-search svg {
    color: var(--gray-500);
}

#search-modal .chat-history-item {
    padding: 6px 8px;
    border-radius: 6px;
    margin-bottom: 4px;
    border: none;
    background: transparent;
    cursor: pointer;
}

#search-modal .chat-history-item:hover {
    background-color: var(--gray-100);
}

#search-modal .chat-history-item h6 {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--bs-body-color, #000);
    margin: 0;
}

#search-modal .chat-history-item small {
    font-size: 0.75rem;
    color: var(--gray-500);
}

#search-modal .text-center {
    padding: 2rem 0;
}

#search-modal .text-center svg {
    opacity: 0.4;
    margin-bottom: 0.5rem;
}

#search-modal .text-center p {
    font-size: 0.875rem;
    color: var(--gray-500);
    margin: 0;
}

/* Dark mode specific styles */
.dark-mode #search-modal .modal-content {
    background-color: var(--dark-bg-2);
    border-color: var(--border-medium);
}

.dark-mode #search-modal .search-input-wrapper {
    border-color: var(--border-medium);
}

.dark-mode #search-modal .form-control {
    color: var(--color-first);
}

.dark-mode #search-modal .form-control::placeholder {
    color: var(--gray-500);
}

.dark-mode #search-modal .keyboard-shortcut kbd {
    background-color: var(--dark-bg-1);
    border-color: var(--border-medium);
    color: var(--gray-400);
}

.dark-mode #search-modal #new-chat-from-search {
    color: var(--color-first);
}

.dark-mode #search-modal #new-chat-from-search:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.dark-mode #search-modal #new-chat-from-search svg {
    color: var(--gray-400);
}

.dark-mode #search-modal #new-chat-from-search:hover svg {
    color: var(--color-first);
}

.dark-mode #search-modal .chat-history-item:hover {
    background-color: var(--dark-bg-1);
}

.dark-mode #search-modal .chat-history-item h6 {
    color: var(--color-first);
}

.dark-mode #search-modal .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

#search-modal .modal-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    max-height: 70vh;
    overflow: hidden;
}

#search-modal #new-chat-from-search {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--border-color);
    flex-shrink: 0;
}


#search-modal .chat-history-item {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
    transition: background-color 0.2s;
}

#search-modal .chat-history-item:hover {
    background-color: var(--hover-bg);
}

#search-modal .chat-history-item:last-child {
    border-bottom: none;
}

/* Dark theme specific styles */
[data-bs-theme="dark"] #search-modal .modal-content {
    background-color: var(--dark-bg);
    border-color: var(--dark-border);
}

[data-bs-theme="dark"] #search-modal .modal-header {
    border-bottom-color: var(--dark-border);
}

[data-bs-theme="dark"] #search-modal #new-chat-from-search {
    border-bottom-color: var(--dark-border);
}

[data-bs-theme="dark"] #search-modal .chat-history-item {
    border-bottom-color: var(--dark-border);
}

[data-bs-theme="dark"] #search-modal .chat-history-item:hover {
    background-color: var(--dark-hover);
}

[data-bs-theme="dark"] #search-modal #search-chat-history::-webkit-scrollbar-thumb {
    background-color: var(--gray-600);
}
.modal.fade{background: var(--bs-secondary-color);}
.stores-tab .nav-tabs {gap: 5px;}
.categories-sidebar .navbar-nav .nav-link:focus, .categories-sidebar .navbar-nav .nav-link:hover, .stores-tab .nav-tabs .nav-item.show .nav-link, .stores-tab .nav-tabs .nav-link.active, .stores-tab .nav-tabs .nav-link:focus, .stores-tab .nav-tabs .nav-link:hover {
color: #fff;
background-color: #000;
border-color:#000;
}
.stores-tab a.nav-link {
font-size: 14px;
padding: 0;
text-transform: capitalize;
font-weight: 700;
color: #353535;
height: 28px;
width: 28px;
line-height: 27px;
display: inline-flex;
justify-content: center;
align-items: center;
background-color: #f1f1f1;
border-color: #bababa;
border-radius: 4px;
}
.chat-section{max-height: 100%}
.ai-ads-block{width: 100%;display: flex; justify-content: flex-start;flex-wrap: wrap;margin: 10px 0}
.ai-ads-column{width: 50%;padding: 3px;flex: 0 0 auto;}
.ai-ads-column .ai-ads{border:1px solid #e2e2e2;border-radius: 10px;width: 100%;height: 260px;position: relative;z-index: 1;background: white}
.ai-ads-content{background: #deeaff;height:60px;padding:5px 10px;border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;display:flex; justify-content:space-between;align-items:center;
border-bottom:1px solid #e2e2e2; }
.ai-ads-content .ai-ads-text{width: 80%;padding-right: 5px;}
.ai-ads-content .ai-ads-title{font-size: 1rem; font-weight: 500;color: #000;}
.ai-ads-content .ai-ads-price{font-size: 1.1rem; font-weight:700 !important;color: #00336b;width: 20%;text-align:right;}
.ai-ads .ai-ads-desc{font-size: 0.85rem;color: #000;font-weight: 400}
.ai-ads-column .ai-ads:hover{filter: brightness(0.7);}
.ai-ads img.ad-product-img{width: 100%;height: 200px;object-fit: scale-down;transition: 0.3s linear;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.ai-ads img.visit-icon{width: 15px;height: 15px;object-fit:scale-down;margin-top: -5px}
.visit-button{ position: absolute;bottom: 65px;left: 0%;right: 0; z-index: 2;transition: 0.3s linear;
  text-align: center;}
.visit-button button{padding: 7px 15px;background:#f6f6f6;color: #000;border-radius: 9999px;border: 0;font-size: 0.9rem;border:1px solid #e2e2e2;text-transform: uppercase;font-weight: 700}
.ai-ads-column .ai-ads:hover .visit-button{opacity: 1}
.ai-ads .ai-ads-video{width: 100%;height: 200px;position: relative;}
.ai-ads video.ad-product-video {position: absolute; width: 100%;height: 100%;object-fit: cover;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.text-limit-1, .text-limit-2{white-space: wrap;}
@media (max-width: 1200px) {
  .ai-ads-column{width: 50%}      
}
@media (max-width: 768px) {
  .ai-ads-column{width: 100%}
  .visit-button{opacity: 1;left: 45%;transform: translate(-45%,-5%);}
  .ai-ads img.ad-product-img{object-fit: scale-down;}
}
@media (max-width: 512px) {
  .ai-ads-content .ai-ads-text{width: 75%;}
  .ai-ads-content .ai-ads-price{width: 25%}
}
.light .share-btn{
  background: #000;
}

.copy-refer-url {
  color: grey;
}
[data-bs-theme="light"] {
  #createShareLink,
  #copyShareLink {
    background-color: #000;
    color: #fff;
  }
  .copyText {
    color: #000;
  }
}
[data-bs-theme="dark"] {
  #createShareLink,
  #copyShareLink {
    background-color: #000;
  }
  .copyText {
    color: #fff;
  }
}
