@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');}
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/*============ GENERAL STYLE ==========================*/
/*========== ROOT & GENERAL STYLE ===================*/

:root {
  color-scheme: light dark;
  --color-first: light-dark(#000, #fff);
  --color-dark:light-dark(#fff,#000);
  --border-dark:light-dark(#6c757d,#d5d5d5);
  --secondary-dark:light-dark(#6c757d,#f3f3f3);
  --color-second: light-dark(#5d5d5d,#dddddd);
  --color-third:light-dark(#f9f9f9,#2f2f2f); 
  --color-fourth: #D7D7D7;
  --icon-secondary: #676767;
  --bg-light-1: #f9f9f9;
  --bg-1: #f4f9f5;
  --bg-first-opacity:light-dark(rgba(29, 91, 69, 0.6),rgba(255, 255, 255, .15)); 
  --border-xlight:light-dark(rgb(0 0 0 / 5%),rgba(255, 255, 255, .15)); 
  --border-light: light-dark(rgba(0, 0, 0, .1),rgba(255, 255, 255, .1));
  --border-medium:light-dark(rgba(0, 0, 0, .15),rgba(255, 255, 255, .15));
  --border-heavy: light-dark(rgba(0, 0, 0, .2),rgba(255, 255, 255, .2));
  --border-xheavy:light-dark(rgba(0, 0, 0, .25),rgba(255, 255, 255, .25)); 
  --gray-50: #f9f9f9;
  --gray-100: #ececec;
  --gray-200: #e3e3e3;
  --gray-300: #cdcdcd;
  --gray-400: #b4b4b4;
  --gray-500: #9b9b9b;
  --gray-600: light-dark(#676767,#d0d0d0);
  --gray-700: light-dark(#424242,#ececec);
  --gray-750: #2f2f2f;
  --gray-800: light-dark(#212121,#ececec);
  --gray-900: #171717;
  --gray-950: #0d0d0d;
  --gray-hover: #595959;
  --light-blue-bg:light-dark(#d2e3fc,#627ca2);
  /*--bs-secondary-rgb:light-dark(rgb(108, 117, 125),#e3e3e3);*/
  --shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .13);
}
:root {
  &:has(html[data-bs-theme="light auto"]) {
    color-scheme: light;
  }
  &:has(html[data-bs-theme="dark"]) {
    color-scheme: dark;
  }
}
html[data-bs-theme="dark"] .chat-input-box i{color: var(--color-first);}
html[data-bs-theme="dark"] img{filter: invert(100%);}
html[data-bs-theme="dark"] .invert-img-initial img,html[data-bs-theme="dark"] img.brand-logo,
html[data-bs-theme="dark"] .publisher-offerings-box img,
html[data-bs-theme="dark"] img.publishers-main-img,html[data-bs-theme="dark"] .blog-card img,.career-section img,
html[data-bs-theme="dark"] .work-location-section img,
html[data-bs-theme="dark"] img.position-relative,html[data-bs-theme="dark"] .custom-solution-box img.h-auto,
html[data-bs-theme="dark"] .download-accrodion-section img.logo-icon,
html[data-bs-theme="dark"] .chat-section .left-chat-box img,
html[data-bs-theme="dark"] .blog-details-section img,html[data-bs-theme="dark"] .money-bag,
html[data-bs-theme="dark"] .deals-section .all_cards .card img,html[data-bs-theme="dark"] img.image-preview,
html[data-bs-theme="dark"] .perks-card img.card-img-top,html[data-bs-theme="dark"] img.card-img-top,
html[data-bs-theme="dark"] .perks-card-block .card-header img{filter: initial;}
html[data-bs-theme="dark"] svg{fill:var(--color-first); }
html[data-bs-theme="dark"] svg.icon-check{stroke:var(--color-first);fill:none; }
html[data-bs-theme="dark"] .upload-option .icon path {fill:var(--color-first);}
html[data-bs-theme="dark"] .left-chat-box,html[data-bs-theme="dark"] .left-chat-box div,
html[data-bs-theme="dark"] .left-chat-box section, 
html[data-bs-theme="dark"] .left-chat-box main{background:var(--bs-tertiary-bg-rgb) !important;}
html[data-bs-theme="dark"] .left-chat-box h1,html[data-bs-theme="dark"] .left-chat-box h2,
html[data-bs-theme="dark"] .left-chat-box h3,html[data-bs-theme="dark"] .left-chat-box h4,
html[data-bs-theme="dark"] .left-chat-box h5,html[data-bs-theme="dark"] .left-chat-box h6,
html[data-bs-theme="dark"] .left-chat-box p,html[data-bs-theme="dark"] .left-chat-box span,
html[data-bs-theme="dark"] .left-chat-box strong,html[data-bs-theme="dark"] .left-chat-box b,
html[data-bs-theme="dark"] .left-chat-box ul li{color: var(--color-first) !important;}
html[data-bs-theme="dark"] .bg-white{background-color:#212529 !important; }
html[data-bs-theme="dark"] .bg-light,html[data-bs-theme="dark"] .bg-light.tabs-sticky-top{background-color:var(--gray-750) !important; }
.author-details .author-txt span,.custom-solution-box.bg-light .benefit-list li.box-text{color: var(--color-first);}
html[data-bs-theme="dark"] .form-validation .form-check-input:checked {
  background-color: #4D4D4D;
  border-color: var(--color-first);
}
html[data-bs-theme="dark"] input:-webkit-autofill,html[data-bs-theme="dark"]  input:-webkit-autofill:hover,
html[data-bs-theme="dark"]  input:-webkit-autofill:focus,html[data-bs-theme="dark"]  input:-webkit-autofill:active {
    -webkit-box-shadow:none !important;
}
html[data-bs-theme="dark"] .form-validation .text-secondary{color: #e3e3e3 !important;}
html[data-bs-theme="dark"] .lightblue-bg-section .text-24,
html[data-bs-theme="dark"] .left-chat-box .ai-sourcelink-card-header span,
html[data-bs-theme="dark"] .login-block h1.gray-700,
html[data-bs-theme="dark"] .career-section h1.text-48,
html[data-bs-theme="dark"] .career-section h4.text-28,
html[data-bs-theme="dark"] .career-section p.fw-normal{color: var(--gray-900) !important;}
html[data-bs-theme="dark"] .text-secondary{color:#b6c1cb !important;}
html[data-bs-theme="dark"] #confirm-clear .text-secondary .text-black,
html[data-bs-theme="dark"] .perks-card-block a.button,
html[data-bs-theme="dark"] .upload-option.selected{color:#fff !important; }
html[data-bs-theme="dark"] .account-wrapper footer,
html[data-bs-theme="dark"] header.before-login-header, 
html[data-bs-theme="dark"] header.account-header,html[data-bs-theme="dark"] .upload-option.selected,
html[data-bs-theme="dark"] .cashback-rewards-section{background: var(--gray-950);}
html[data-bs-theme="dark"] .account-header .search-box-wrapper input,
html[data-bs-theme="dark"] .account-header .navbar-search-box,
html[data-bs-theme="dark"] .cashback-rewards-section .bg-color-third{background: var(--gray-750);}
html[data-bs-theme="dark"] .deals-section .all_cards .card .col-xxl-5.col-xl-5{background: #fff;border-radius: 10px;}
html[data-bs-theme="dark"] .orange-bg-section{color: var(--gray-900) !important; }
*,
::after,
::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: Work Sans , 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); }
html[data-bs-theme="dark"] .bg-color-first { background-color: var(--color-dark); }
.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:var(--color-dark);
  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: var(--border-dark);
  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);
}
.btn-outline-first:hover, .btn.no-arrow:hover {
    background: var(--bg-light-1);
}
html[data-bs-theme=dark] .btn-outline-first:hover{color: #000}
html[data-bs-theme=dark] .btn-outline-secondary{color: var(--secondary-dark) !important;}
button.button:focus,
button.btn:focus,
input.form-control:focus,
select.form-select:focus,
textarea:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: #c2c8ce !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);
}
html[data-bs-theme=dark] .search-box-form .btn-outline-first:hover, 
html[data-bs-theme=dark] .search-box-form .btn.no-arrow:hover,html[data-bs-theme=dark] .btn-outline-first:focus,html[data-bs-theme=dark] .btn.no-arrow:focus,
html[data-bs-theme=dark] .btn-outline-first:active, 
html[data-bs-theme=dark] .btn.no-arrow:active { background: var(--gray-hover);}

.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,.brand-logo { width: 150px;}
.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:var(--color-dark);
  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:var(--color-first);
  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;}
html[data-bs-theme=dark] .upload-option:hover { background-color: #636363;}
.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;
}
html[data-bs-theme=dark] .login-block input:focus+label,
html[data-bs-theme=dark] .login-block input.has-value+label{background-color: var(--bs-body-bg);}
.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: var(--color-dark);
  display: flex;
  justify-content: 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(--gray-900);
}
html[data-bs-theme=dark] .form-switch .form-check-input:checked{
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}
html[data-bs-theme=dark] #billinginfoModal .form-check-input:checked,html[data-bs-theme=dark] .btn-dark{background: var(--color-dark);}
.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) {
  .logo, .brand-logo {  width: 100px; }
  .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;}
  .btn-profile { width: 30px; height: 30px;font-size: 0.8rem}
}
@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,[data-bs-theme="dark"]  #copyShareLink {
    background-color: var(--gray-900);color: #fff;
  }
[data-bs-theme="dark"] .copyText {
    color: #fff;
  }

.ai-source-link-block {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.ai-sourcelink-card {
  background-color: #f7f7f4;
  border-radius: 12px;
  padding: 0.7rem;
  width: 23%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ai-sourcelink-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #5f5f5f;
  font-size: 0.8rem;
  font-weight: 500;
}

.ai-sourcelink-card-header img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  filter: invert(1);
}

.ai-sourcelink-card-header span {
  word-break: break-word;
}
.ai-sourcelink-card-title {
  color: #003049;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 768px) {
  .ai-sourcelink-card {
    flex: 0 0 45%;
  }
}

body.body-padding-left{padding-left:80px;}
#spaceRelatedModal textarea.form-control,#spaceRelatedModal small{font-size: 0.85rem}
#spaceRelatedModal button[disabled]{opacity: 0.5}
#showShareSpaceDiv{width: 450px;position: fixed;top:10%;right: 5%;z-index: 99999;opacity: 0}
#showShareSpaceDiv.showDiv{opacity: 1}
.center-padding{padding: 0px calc(50% - 400px) !important;}
.space-section{overflow: auto;max-height: 100%}
/*.noa-rrow.dropdown-toggle::after{display: none;}*/
.access-dropdown .dropdown-toggle{border: 1px solid #dee2e6;}
.access-dropdown .dropdown-toggle .selected-access-option{color: var(--gray-700);font-size: 0.9rem}
svg.verticle-sub{vertical-align: sub;}
.access-dropdown .dropdown-menu .dropdown-item.active{background: var(--bs-gray-400);}
.access-dropdown .dropdown-menu .dropdown-item.active p{color: var(--gray-700);}
.access-dropdown .dropdown-menu .dropdown-item.active svg{stroke:  var(--gray-700);}
.was-validated .input-group>.form-control:not(:focus):invalid ~ .input-group-text{
	border-color: var(--bs-form-invalid-border-color) !important;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.user-show-icon{width: 25px;height: 25px;}
.user-show-icon ~ .text-base.text-limit-1{flex-basis: 90%}
.user-show-icon svg{width: 15px;height: 15px}
.invited-access-details svg{stroke:var(--gray-700);}
.auto-search-space-listing .list-group{max-width: 100%}
.auto-search-space-listing .nav-pills .nav-link{color: var(--color-first);}
.auto-search-space-listing .nav-pills .nav-link.active,.auto-search-space-listing .nav-pills .show>.nav-link{
	background: var(--gray-200);color: var(--color-first);
}
html[data-bs-theme="dark"] .auto-search-space-listing .nav-pills .nav-link.active, 
html[data-bs-theme="dark"] .auto-search-space-listing .nav-pills .show>.nav-link,
html[data-bs-theme="dark"] .access-dropdown .dropdown-menu .dropdown-item.active{background: #6c6c6c;}
html[data-bs-theme="dark"] .auto-search-space-listing svg,
html[data-bs-theme="dark"] .space-history-section .thread-details small svg,
svg.strokeClass{fill: transparent !important;stroke:var(--color-first) !important;}
svg.strokeDarkClass{fill: transparent !important;stroke:var(--color-dark) !important;}
html[data-bs-theme="dark"] svg[data-icon=circle-check]{filter: invert(100%);}
html[data-bs-theme="dark"] .space-history-icon.add-space-history svg{
	fill: transparent !important;stroke:var(--color-dark) !important;
}
html[data-bs-theme="dark"] .btn-profile{background: #000}
html[data-bs-theme="dark"] .side-fixed-menu-list.nav-pills .nav-link.active svg{fill: var(--gray-900)}
/*html[data-bs-theme="dark"] #discover-sidebar svg{st: var(--gray-300)}*/
html[data-bs-theme="dark"] .side-fixed-menu-list li:hover .btn-outline-tertiary svg.strokeClass{stroke: var(--gray-900) !important}
svg[data-icon=circle-check]{width: 20px;filter: invert(50%);}
.side-menu-wrapper{width: 80px;height: 100vh;z-index:1050;left: 0;top:0;bottom:0;}
.side-fixed-menu,.side-menu-sub-option{
	left: 0;
	top: 0;
	bottom: 0;
	width: 80px;
	height: 100vh;
	overflow-y: scroll;
	z-index: 1050;
	padding: 20px 10px;
	transition: 0.01s ease;
	overflow-x: auto;
}
.side-menu-sub-option{width: 200px;left: 80px;transform: translateX(-200px);opacity: 0;display: none;
	z-index: 999;transition: 0.4s ease;}	
.side-menu-sub-option-details{display: none; height: 100%;}
.profile-dropdown{position: fixed !important;}
.side-menu-wrapper:hover .side-menu-sub-option{transform:translateX(0);opacity:1;display: block;}
.side-fixed-menu::-webkit-scrollbar,.side-menu-sub-option::-webkit-scrollbar{width: 0}
.side-fixed-menu-list li:hover button,.side-fixed-menu-list.nav-pills .nav-link.active, 
.side-fixed-menu-list.nav-pills .show>.nav-link{background: var(--gray-100);}
.side-fixed-menu-list li:hover button.btn-primary{background: var(--color-first);}
#side-menu-pills-tabContent ul li a,.created-space-text {
    white-space: pre-wrap;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
#space-sidebar svg{opacity: 0.5}
.created-space-text{font-weight: 400;color: var(--color-first);margin-left: 5px;flex-basis: 85%}
.side-fixed-menu-list li:hover svg,.side-fixed-menu-list li button:hover svg{fill:var(--gray-950);}
.space-history-icon{
	width: 40px;height: 40px;border-radius: 50%;background: var(--gray-200);
	display: flex;justify-content: center;align-items: center;
}
.space-history-icon.add-space-history{background: var(--color-first);}
.space-history-icon.add-space-history svg{stroke: var(--gray-100);}
.epr-emoji-native{width: initial !important;height: initial !important;}
.offcanvas.offcanvas-start.sidebar-menu-mobile{width:250px}
.offcanvas.offcanvas-start.sidebar-menu-mobile ul li a{color: var(--color-first);}
.offcanvas.offcanvas-start.sidebar-menu-mobile ul li a svg{stroke: var(--color-first);stroke-width: 0.2px}
.offcanvas.offcanvas-start.sidebar-menu-mobile ul li .sub-menus svg{stroke-width: 1.3px;}
.user-setting-dropdwown{left: 5%;bottom: 2%;}
.offcanvas-header .btn-close:focus{outline: none;box-shadow: none;}
.auto-search-space-listing .list-group-item{padding: 0.5rem 0}
.btn-profile{background: var(--color-first);border:0}
@media only screen and (max-width:992px){
	body.body-padding-left{padding-left:0px;}
	.side-menu-wrapper{display: none;}
}
@media only screen and (max-width:768px){
	.side-fixed-menu{display: none;}
	.space-history-section .text-20{font-size:1.1rem}
	.space-history-section .thread-details small{font-size: 0.7rem;display: block}
	body.body-padding{padding: 0px;}
}
@media only screen and (max-width:450px){
	.space-history-section .text-20{font-size: 0.9rem}
	.space-history-section .fs-09{font-size: 0.8rem;line-height: 1.2}
}
/*.........................*/
.home-chat {font-size: 14px;font-weight: 500;}
.offcanvas.offcanvas-start.sidebar-menu-mobile .nav-link {font-weight: 500;}
.offcanvas.offcanvas-start.sidebar-menu-mobile .sub-menus {
	margin-left: 26px;
	padding-left: 10px;
	border-left: 1px solid var(--border-medium);
}
.offcanvas.offcanvas-start.sidebar-menu-mobile .sub-menus li .nav-link {
	font-size: 14px;
	font-weight: 400 !important;
	color: var(--color-second) !important;
	padding: 2px 0;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.offcanvas-body.side-menu-mobile-list {overflow-y: unset;}
.offcanvas-body.side-menu-mobile-list .nav {
	overflow-x: hidden;
	overflow-y: auto;
	height: 76vh;
	width: 100%;
}
.offcanvas-body.side-menu-mobile-list .nav .nav-item {width: 100%;}
.offcanvas-body.side-menu-mobile-list .user-setting-dropdwown {
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 5px;
	border-top: 1px solid var(--border-medium);
	background-color: var(--bs-offcanvas-bg);
	z-index: 9;
}
.offcanvas.offcanvas-start.sidebar-menu-mobile .home-chat-div {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 220px;
}
.offcanvas.offcanvas-start.sidebar-menu-mobile .sub-menus li .nav-link.more-btn {font-weight: 500 !important;}
.more-toggle {display: none;}
.more-toggle.active {display: block;}
.profile-name {
	font-size: 0.9rem;
	width: 80%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media only screen and (max-width: 500px){
	#showShareSpaceDiv{width:95%;right:2% }
}

.collapse-icon-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.copy-chat-field{border: 1px solid rgba(0,0,0,0.15);}
.copy-chat-field input{font-size: 1.1rem}
.copy-chat-links a span{background: #E3E3E3;width:40px;height: 40px;border-radius: 50%;display:inline-flex;
  justify-content: center;align-items: center;}
.copy-chat-links a span i{font-size: 1.5rem;color: #5E5E5E}
.copy-chat-links a:hover span.twitter-icon{background: #000;}
.copy-chat-links a:hover span.facebook-icon{background: #1877F2;}
.copy-chat-links a:hover span.linkedin-icon{background: #0077B5;}
.copy-chat-links a:hover span.whatsapp-icon{background: #25D366;}
.copy-chat-links a:hover span i{color: #fff;}
.copy-chat-links a p{font-size: 0.75rem;color: #5D5D5D;font-weight: 500}

.icon {
width: 40px;
/*height: 40px;*/
}
.note{
font-size: 0.875rem;
color:var(--color-first); 
text-align:center;
}
#voiceModal{
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
display: none;
justify-content: center;
align-items: center;
z-index: 9999;
background:var(--color-first);    
}
/* Popup content */
.voice-modal-content{
padding: 2rem;
border-radius: 10px;
max-width: 90%;
}   

.voice-pulse-container {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 100px auto;
}
.voice-circle {
  width: 100px;
  height: 100px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.voice-pulse {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  animation: pulse 1.5s ease-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}  
.voice-pulse.delay-1 {
  animation-delay: 0s;
}
.voice-pulse.delay-2 {
  animation-delay: 0.75s;
}    

#audioOffIcon {
  display: none;
}

.muted #audioOffIcon {
  display: inline;
}

.muted #audioOnIcon {
  display: none;
}
.ai-sourcelink-card-title {
  color: #003049;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  }
  .tabs-sticky-top{
  position:sticky;
  top:0;
  padding:0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: left;
  z-index: 10;
  }
  .nav-ai-source-link .nav-link{
  color:var(--color-first);     
  }
  .nav-ai-source-link .nav-link.active, .nav-ai-source-link .show>.nav-link{
  color:var(--color-first); 
  border-bottom:3px solid var(--color-first);   
  }  
  .scard {
  display: flex;
  padding: 10px;
  margin-bottom:5px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  }
  .scard-left {
  display: flex;
  flex-direction: column;
  flex: 1 1 65%;
  min-width: 250px;
  }
  .scard .site-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  }
  .scard .site-info img.icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 12px;
  /* background: var(--color-second); */
  }
  .scard .site-details {
  display: flex;
  flex-direction: column;
  }
  .scard .site-details strong {
  font-size: 15px;
  color: #223;
  }
  .scard .site-details a, .scard .site-details span {
    color: var(--color-second);
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
  }
  .scard .site-details a {
  color: var(--color-first);
  font-size: 14px;
  text-decoration: none;
  }
  .scard .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-first);
  margin: 4px 0;
  }
  .scard .description {
  font-size: 14px;
  color: var(--color-second);
  }
  .scard .source-img {
  width: 75px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  margin-left: 20px;
  }

  @media (max-width: 768px) {
  .scard {
  flex-direction: column;
  }

  .scard .source-img {
  margin-left: 0;
  margin-top: 16px;
  width: 100%;
  max-width: 300px;
  }
}
.coin-icon {fill: #000000;}
html[data-bs-theme="dark"] .nav.side-fixed-menu-list .nav-link.active span.color-first {color: #000 !important;}
html[data-bs-theme="dark"] svg.history-icon path {fill: #fff !important;stroke: #fff !important;}
.side-fixed-menu-list span {color: var(--color-first);}
html[data-bs-theme="dark"] .account-header .search-box-wrapper {background: var(--gray-750);}
html[data-bs-theme="dark"]  .side-fixed-menu-list svg.small-svg-icon, html[data-bs-theme="dark"] svg.small-svg-icon {fill: none !important;}
.coin-icon {fill: #000000;}
.info-icon-btn {min-height: auto;height: auto;background-color: transparent !important;border-color: #000 !important;}
.info-icon-btn:focus {border-color: #000 !important;}
.info-icon {fill: #000;width: 16px;height: 16px;}
html[data-bs-theme="dark"] .info-icon {fill: #000000;}
.more-link {color: #007BFF;text-decoration: none;font-weight: 500;}
#earnCoinModal .modal-dialog.modal-dialog-centered {min-width: 56%;}
html[data-bs-theme="dark"]  .side-fixed-menu-list svg.small-svg-icon, html[data-bs-theme="dark"] svg.small-svg-icon {fill: none !important;}
html[data-bs-theme="dark"] .account-header .search-box-wrapper {background: var(--gray-750);}
.btn.btn-primary.btn-profile {background: var(--color-first) !important;}
html[data-bs-theme="dark"] .btn.btn-primary.btn-profile {
    color: #000 !important;
    background: var(--color-first) !important;
}
@media screen and (max-width: 1024px) {#earnCoinModal .modal-dialog.modal-dialog-centered {min-width: 68%;}}
@media screen and (max-width: 991px) {
    .info-icon-btn .info-icon {width: 14px;height: 14px;}
    #earnCoinModal .modal-dialog.modal-dialog-centered {min-width: 80%;}
}
@media screen and (max-width: 767px) {#earnCoinModal .modal-dialog.modal-dialog-centered {min-width: auto;}  }
/* Shopping Banner Start */
/* Google Web Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*, ::after, ::before {
box-sizing: border-box
}
*{font-family: "Roboto", sans-serif;}
/*############ width-height #############*/
.w720-h1280{
width:720px;
height:1280px;
}
/*############ default style #############*/
.adContainer{
padding: 0;
margin: 0 auto;
background: #fff;
border-radius: 5px;
border: 1px solid #f2f2f2;
box-sizing: border-box;
overflow: hidden;
/*display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
flex-direction: row;*/
}
.adContainer .colStart{ flex: 0 0 auto; width:100%;padding: 10px}
.adContainer .colEnd{flex: 0 0 auto;width:100%;padding: 10px}
.adContainer img{
width:100%;
object-fit:contain;
}
.text-limit-1,.text-limit-2, .text-limit-3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.text-limit-3{ -webkit-line-clamp:3; }
.text-limit-2{ -webkit-line-clamp:2; }
.text-limit-1{ -webkit-line-clamp:1; }
/*.ai-result-box{padding: 10px;}*/
.ai-title{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:5px;
}

.ai-search-box .search-submit-button {
box-shadow: none;
border: none;
height:30px;
width: 25px;
background: transparent;
border-radius: 50%;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
text-transform: none;
margin: 0;
padding: 0;
cursor:pointer;
}

.preview {
/*display: flex;
align-items: center;
justify-content: center;*/
background: #fff;
border-radius: 10px;
/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/
padding: 15px;
position: relative;
height: 250px;
}

.preview a {width: 150px;height:150px;display: block;transition: transform 0.3s ease, z-index 0.3s ease;
position: relative;z-index: 1;border-radius: 8px;background: #fff;
        box-shadow: 0 8px 20px rgba(0,0,0,0.25);}
.preview a img{width: 150px;height:150px;object-fit: scale-down;border-radius: 8px;}
.preview a:nth-child(1){transform:translate(20%,-20%) rotate(-5deg);}
.preview a:nth-child(2){transform:translate(0px,25%) rotate(5deg);}
.preview a:nth-child(3){transform:translate(0px,-25%) rotate(-5deg);}
.preview a:nth-child(4){transform:translate(0px,20%) rotate(5deg);}
.preview a:nth-child(5){transform:translate(-20%,-25%) rotate(-5deg);}
.preview a:hover {
    z-index: 5;
    transform:scale(1.1) rotate(0deg);
}
.preview a:nth-child(1):hover{transform:translate(20%,-20%) scale(1.1) rotate(0deg);}
.preview a:nth-child(5):hover{transform:translate(-20%,-25%) scale(1.1) rotate(0deg);}
/*.preview a:nth-child(1){top: 5%;left: 10%;}
.preview a:nth-child(2){top: 5%;right: 10%;}
.preview a:nth-child(3){top: 50%;left: 50%;transform: translate(-50%,-50%);}
.preview a:nth-child(4){bottom: 5%;left: 10%;}
.preview a:nth-child(5){bottom: 5%;right: 10%;}*/
.slide {
display: none;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 20px;
}

.slide.active {
display: grid;
}

.carousel img {
width: 100%;
height: 100px;
object-fit:contain;
cursor: pointer;
border: 2px solid transparent;
}


.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0px 15px;
}

.carousel {
  width: 100%;
  overflow: hidden;
  padding:10px 40px; /* Add horizontal space for arrows */
}

.carousel-arrow {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color:#fff;
border: 1px solid #c2c9c9;
border-radius:10px;
width: 40px;
height: 40px;
font-size: 20px;
cursor: pointer;
z-index: 10;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.carousel-arrow.left {
left: 0;
}

.carousel-arrow.right {
right: 0;
}

.slide-indicator {
font-weight: bold;
margin-bottom: 10px;
display: flex;
justify-content: end;
}

.product-card {
  background:#fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  padding: 15px;
  font-family: Arial, sans-serif;
}

.product-image {
  width: 100%;
  border-radius: 6px;
}

.product-info h3 {
font-size: 16px;
font-weight: bold;
margin: 10px 0 5px;
}

.product-title {
font-size: 14px;
color: #333;
margin: 0 0 5px;
}

.availability {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

.product-buttons {
  display: flex;
  flex-direction: column;
  align-items:center;
  gap: 6px;
}

.btn-custom {
background:#fff;
border: 1px solid #ddd;
border-radius: 20px;
font-size: 14px;
cursor: pointer;
box-shadow: 0 2px 5px 0 rgba(213, 217, 217, .5);
padding: 8px 12px 7px 13px;
width:160px;
color: #000;
text-align: center;
text-decoration: none;
}

.btn-custom:hover {
border-color: #aaa;
}

.see-details {
font-size: 12px;
color: #007185;
text-decoration: none;
}
.see-details:hover {
text-decoration: underline;
}
@media (max-width: 992px) {
.w720-h1280{width:100%;height:auto;padding:10px;}
.adContainer .colStart, .adContainer .colEnd{width:100%}
.preview img{height:350px;}
}
@media only screen and (max-width: 767px){
.carousel-wrapper{padding: 0px 5px;}
.carousel{padding: 0px;}
.carousel-arrow{top:10px;width: 30px;height: 30px;}
.carousel-arrow.right{left:40px}
.slide-indicator{margin-bottom: 25px;}
.btn-custom{width:auto;padding: 6px 10px 8px 6px;}
.preview{padding: 5px}
.product-card{padding: 10px;}
.product-info h3{height: 40px}
.preview a,.preview a img {width: 125px;height:125px;}
.preview a:nth-child(1){transform:translate(70%,-35%) rotate(-5deg);}
.preview a:nth-child(2){transform:translate(5%,30%) rotate(5deg);}
.preview a:nth-child(3){transform:translate(-10%,-30%) rotate(-5deg);}
.preview a:nth-child(4){transform:translate(-30%,30%) rotate(5deg);}
.preview a:nth-child(5){transform:translate(-70%,-35%) rotate(-5deg);}
.preview a:hover {
    z-index: 5;
    transform:scale(1.1) rotate(0deg);
}
.preview a:nth-child(1):hover{transform:translate(70%,-35%) scale(1.1) rotate(0deg);}
.preview a:nth-child(5):hover{transform:translate(-70%,-35%) scale(1.1) rotate(0deg);}
}
@media only screen and (max-width: 480px){
  .preview a,.preview a img {width: 110px;height:110px;}
  .adContainer .colEnd,.w720-h1280,.product-card{padding:10px 5px}
  .btn-custom{font-size: 12px}
  .preview a{box-shadow: 0 4px 10px rgba(0,0,0,0.25)}
}
@media only screen and (max-width: 400px) {
  .preview a,.preview a img {width: 100px;height:100px;}
  .preview a:nth-child(1){transform:translate(110%,-85%) rotate(-5deg);}
  .preview a:nth-child(2){transform: translate(15%,40%) rotate(5deg)}
  .preview a:nth-child(4){transform: translate(-30%,40%) rotate(5deg)}
  .preview a:nth-child(5){transform:translate(-110%,-75%) rotate(-5deg);}
  .preview a:nth-child(1):hover{transform:translate(110%,-85%) scale(1.1) rotate(0deg);}
  .preview a:nth-child(5):hover{transform:translate(-110%,-75%) scale(1.1) rotate(0deg);}
}
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait),
only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.w720-h1280{width:100%;height:auto;padding:10px;}
.adContainer{align-items: center;}
}
.preview a {width: 133px;height:133px;display:inline-block;transition: transform 0.3s ease, z-index 0.3s ease;
position: relative;z-index: 1;border-radius: 8px;background: #fff;
        box-shadow: 0 8px 20px rgba(0,0,0,0.25);}
.preview a img{width: 133px;height:133px;object-fit: scale-down;border-radius: 8px;}
.preview a:nth-child(1){transform:translate(20%,10%) rotate(-5deg);}
.preview a:nth-child(2){transform:translate(0%,45%) rotate(5deg);}
.preview a:nth-child(3){transform:translate(-10%,0%) rotate(-5deg);}
.preview a:nth-child(4){transform:translate(-10%,20%) rotate(5deg);}
.preview a:nth-child(5){transform:translate(-15%,0%) rotate(-5deg);}
.preview a:hover {
    z-index: 5;
    transform:scale(1.1) rotate(0deg);
}
.preview a:nth-child(1):hover{transform:translate(20%,0%) scale(1.1) rotate(0deg);}
.preview a:nth-child(5):hover{transform:translate(-15%,0%) scale(1.1) rotate(0deg);}
@media only screen and (max-width: 767px){
.preview a,.preview a img {width: 116px;height:116px;}
.preview a:nth-child(1){transform:translate(30%,5%) rotate(-5deg);}
.preview a:nth-child(2){transform:translate(5%,60%) rotate(5deg);}
.preview a:nth-child(3){transform:translate(-10%,5%) rotate(-5deg);}
.preview a:nth-child(4){transform:translate(-30%,60%) rotate(5deg);}
.preview a:nth-child(5){transform:translate(-40%,5%) rotate(-5deg);}
.preview a:hover {
    z-index: 5;
    transform:scale(1.1) rotate(0deg);
}
.preview a:nth-child(1):hover{transform:translate(30%,5%) scale(1.1) rotate(0deg);}
.preview a:nth-child(5):hover{transform:translate(-70%,-35%) scale(1.1) rotate(0deg);}
}
@media only screen and (max-width: 660px){
  .preview a,.preview a img {width: 100px;height:100px;}
}
@media only screen and (max-width: 575px){
  .preview a,.preview a img {width: 130px;height:130px;}
  .preview a:nth-child(1){transform:translate(10%,5%) rotate(-5deg);}
  .preview a:nth-child(2){transform:translate(35%,40%) rotate(5deg);}
  .preview a:nth-child(3){transform:translate(30%,5%) rotate(-5deg);}
  .preview a:nth-child(4){transform:translate(200%,0%) rotate(5deg);}
  .preview a:nth-child(5){transform:translate(-40%,-5%) rotate(-5deg);}
  .preview a:nth-child(1):hover{transform:translate(10%,5%) scale(1.1) rotate(0deg);}
  .preview a:nth-child(5):hover{transform:translate(-40%,-5%) scale(1.1) rotate(0deg);}
}
@media only screen and (max-width: 480px){
  .preview a,.preview a img {width: 110px;height:110px;}
  .adContainer .colEnd,.w720-h1280,.product-card{padding:10px 5px}
  .btn-custom{font-size: 12px}
  .preview a{box-shadow: 0 4px 10px rgba(0,0,0,0.25)}
}
@media only screen and (max-width: 410px) {
  .preview a,.preview a img {width: 100px;height:100px;}
  .preview a:nth-child(1){transform:translate(10%,5%) rotate(-5deg);}
  .preview a:nth-child(2){transform:translate(35%,40%) rotate(5deg);}
  .preview a:nth-child(3){transform:translate(30%,5%) rotate(-5deg);}
  .preview a:nth-child(4){transform:translate(200%,0%) rotate(5deg);}
  .preview a:nth-child(5){transform:translate(-40%,-5%) rotate(-5deg);}
  .preview a:nth-child(1):hover{transform:translate(10%,5%) scale(1.1) rotate(0deg);}
  .preview a:nth-child(5):hover{transform:translate(-40%,-5%) scale(1.1) rotate(0deg);}
}
@media only screen and (max-width:400px) {
  .preview a,.preview a img {width: 90px;height:90px;}
  .preview a:nth-child(1){transform:translate(0%,5%) rotate(-5deg);}
  .preview a:nth-child(2){transform:translate(15%,40%) rotate(5deg);}
  .preview a:nth-child(3){transform:translate(30%,5%) rotate(-5deg);}
  .preview a:nth-child(4){transform:translate(40%,20%) rotate(5deg);}
  .preview a:nth-child(5){transform:translate(100%,15%) rotate(-5deg);}
  .preview a:nth-child(1):hover{transform:translate(0%,5%) scale(1.1) rotate(0deg);}
  .preview a:nth-child(5):hover{transform:translate(100%,15%) scale(1.1) rotate(0deg);}
}
@media only screen and (max-width:360px) {
  .preview a,.preview a img {width: 80px;height:80px;}
}
/* Shopping Banner End */
/* ...................... search images ...................... */
.search-img-section .nav-ai-source-link .img-svg, .search-img-section .nav-ai-source-link .img-svg path {
  fill: none !important;
}
.img-area {border-radius: 8px;}
.search-img-section .img-result {
  width: 100%;
  height: 220px;
  object-fit: scale-down;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  background-color: var(--color-first);
}
.search-img-section .img-result-area {width: 100%;display: flex;align-items: center;gap: 4px;margin: 6px 0 0 0;}
.search-img-section .img-result-scr {
  overflow: visible;
  width: 26px;
  height: 26px;
  object-fit: contain;
  padding: 5px;
  margin: 0;
  border-radius: 100%;
  border: 1px solid #d1d1d1;
  background-color: var(--color-third);
}
.search-img-section .img-result-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-first);
  line-height: 1.5 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0;
}
.search-img-section span.img-result-text {color: var(--color-second);}
.img-result-row {display: grid;grid-template-columns: repeat(3, 1fr);gap: 3px;}
.img-result-row .img-col{grid-column: span 1;grid-row: span 1;}
/* .img-result-row .img-col:nth-child(even) {grid-column: span 1;grid-row: span 1;} */
/* .img-result-row .img-col:nth-child(4),
.img-result-row .img-col:nth-child(6),
.img-result-row .img-col:nth-child(9),
.img-result-row .img-col:nth-child(16),
.img-result-row .img-col:nth-child(18),
.img-result-row .img-col:nth-child(21),
.img-result-row .img-col:nth-child(25),
.img-result-row .img-col:nth-child(28){grid-column: span 3;}
.img-result-row .img-col:nth-child(12),
.img-result-row .img-col:nth-child(12){grid-column: span 2;} */

/*############## image pupup start ##############*/
.fullscreen-popup {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #0e0e0e;
z-index: 9999;
display: none;
flex-direction: row;
width: 100vw;
height: 100vh;
}

.header-bar {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 56px;
background-color: #0e0e0e;
border-bottom: 1px solid #333;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 16px;
z-index: 10;
}

.header-left {
display: flex;
align-items: center;
gap: 10px;
}
.logo {
height: 20px;
}
.header-title {
font-size: 18px;
color:#fff;
}
.header-left-icon{
width:24px;    
}
.header-right {
display: flex;
align-items: center;
gap: 10px;
}
.header-tab {
display: flex;
align-items: center;
padding: 6px 12px;
border-radius: 6px;
color: #fff;
text-decoration: none;
}

.tab-icon {
width: 18px;
height: 18px;
border-radius:50%;
margin-right: 8px;
}
.tab-text {
font-size: 14px;
}
.header-close {
background: none;
border: none;
color:#fff;
font-size: 24px;
cursor: pointer;
}

.popup-left {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #000;
padding-top: 56px;
}

.popup-left img {
max-width:100%;
max-height: 80vh;
object-fit: contain;
}

.popup-caption {
font-size: 16px;
}

.popup-right {
width: 400px;
overflow-y: auto;
background-color: #111;
padding: 20px;
margin-top: 56px;
}

.thumb-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}

.thumb-grid img {
width: 100%;
cursor: pointer;
border-radius: 8px;
height:100px;
object-fit:cover;
transition: transform 0.2s;
}
.thumb-grid img.active {
border: 1px solid #fff;
box-shadow: 0 0 6px #fff;
}
.thumb-grid img:hover {
transform: scale(1.05);
}
/*############## image pupup end ##############*/
@media screen and (max-width:1024px){
  .search-img-section .img-result {height: 180px;}
}
@media screen and (max-width:992px){
  .img-result-row {grid-template-columns: repeat(5, 1fr);}
  .search-img-section .img-result {height: 160px;}
}
@media screen and (max-width:767px){
.fullscreen-popup{position:sticky;flex-direction: column;}    
.popup-left, .popup-right{width:100%;margin-top:0px;}   
.popup-left{
position:sticky;
top:0;
    }    
.popup-left img{
height:300px;
object-fit: contain;
}    
}
@media screen and (max-width:650px) {
  .img-result-row {grid-template-columns: repeat(3, 1fr);}
}
@media screen and (max-width:450px) {
  .img-result-row {grid-template-columns: repeat(1, 1fr);}
  .img-result-row .img-col:nth-child(odd), .img-result-row .img-col:nth-child(even) {grid-column: span 1;}
}
@media (max-width: 768px) { #search-form-input { line-height: 1.2; } }
header.addPadding{padding: 14px 0 !important;}

.scroll-area {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 3px;
  /* Firefox */
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: var(--color-first) transparent;
}
/* Chrome, Safari and Edge (WebKit browsers) */
.scroll-area::-webkit-scrollbar {
  width: 6.5px;
  height: 6.5px;
  -webkit-appearance: none;
}
.scroll-area::-webkit-scrollbar-thumb {
  border-radius: 50px;
  border: none;
  background-color: var(--color-first);
}
.scroll-area::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color: transparent;
}

#chat-box-block .left-chat-box {max-width: 100%;}
#chat-box-block .left-chat-box pre {
    color: var(--color-first) !important;
    background-color: var(--bg-light) !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.ai-sourcelink-card {
    background-color: var(--bg-light) !important;
}
html[data-bs-theme="dark"] .ai-sourcelink-card, html[data-bs-theme="dark"] .ai-sourcelink-card a, html[data-bs-theme="dark"] .ai-sourcelink-card p, html[data-bs-theme="dark"] .ai-sourcelink-card div, html[data-bs-theme="dark"] .ai-sourcelink-card li, html[data-bs-theme="dark"] .ai-sourcelink-card span, html[data-bs-theme="dark"] .ai-sourcelink-card small, html[data-bs-theme="dark"] .ai-sourcelink-card strong, html[data-bs-theme="dark"] #chat-box-block, html[data-bs-theme="dark"] #chat-box-block a, html[data-bs-theme="dark"] #chat-box-block p, html[data-bs-theme="dark"] #chat-box-block div, html[data-bs-theme="dark"] #chat-box-block li, html[data-bs-theme="dark"] #chat-box-block span, html[data-bs-theme="dark"] #chat-box-block small, html[data-bs-theme="dark"] #chat-box-block strong  {
color: var(--color-first) !important;
}
.nav-ai-source-link svg path {
  fill: var(--color-first);
}