@font-face {
  font-family: 'Satoshi-Regular';
  src:
    url('../fonts/Satoshi-Regular.woff') format('woff'),
    url('../fonts/Satoshi-Regular.woff2') format('woff2'),
    url('../fonts/Satoshi-Regular.svg#Satoshi-Regular') format('svg'),
    url('../fonts/Satoshi-Regular.eot'),
    url('../fonts/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi-Medium';
  src:
    url('../fonts/Satoshi-Medium.woff') format('woff'),
    url('../fonts/Satoshi-Medium.woff2') format('woff2'),
    url('../fonts/Satoshi-Medium.svg#Satoshi-Medium') format('svg'),
    url('../fonts/Satoshi-Medium.eot'),
    url('../fonts/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi-Bold';
  src:
    url('../fonts/Satoshi-Bold.woff') format('woff'),
    url('../fonts/Satoshi-Bold.woff2') format('woff2'),
    url('../fonts/Satoshi-Bold.svg#Satoshi-Bold') format('svg'),
    url('../fonts/Satoshi-Bold.eot'),
    url('../fonts/Satoshi-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Chesna Grotesk' !important;
}

::-webkit-scrollbar {
  width: 3px;
  height: 4px;
  background-color: none;
}

::-webkit-scrollbar-thumb {
  background: #e6e4e4;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  border-radius: 10px;
}

.font-regular {
  font-family: 'Satoshi-Regular';
}

.font-medium {
  font-family: 'Satoshi-Medium';
}

.font-bold {
  font-family: 'Satoshi-Bold';
}

.cursor-pointer {
  cursor: pointer;
}

p {
  margin-bottom: 0px;
}

.font-8 {
  font-size: 8px;
}

.font-9 {
  font-size: 10px;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.primary-color {
  color: #000;
}

.secondary-color {
  color: #868788;
}

.white-color {
  color: white;
}

.grey-color {
  color: #d9d9d9;
}

.grey-v1 {
  color: #939393;
}

.custom-border {
  border: 1px solid #e1e1e1;
}

.theme-light-bg {
  background-color: #2c3135;
}

.black-v1 {
  color: #282828;
}

.primary-btn {
  background-color: #f7c945;
  color: #000;
  padding: 16px 32px;
  border: none;
}
.primary-btn:hover {
  background-color: #f5c332;
}

.link-btn {
  background-color: #fff;
  color: #d36060;
}
.link-btn:hover {
  color: #c83838;
}

.send-btn {
  width: 40px;
  height: 40px;
  bottom: 0px;
  right: 3px;
  background-color: #0e1011;
  border-radius: 12px;
  border: 0;
}
.send-btn:hover {
  background-color: black;
}

.outline-btn {
  border: 1px solid #000;
  padding: 10px 15px;
  background-color: white;
  box-shadow: 0 0 12px #d0c2e5;
}
.outline-btn:hover {
  background-color: #b3b3b3;
}

button:focus {
  box-shadow: none !important;
}

/*Common styles*/
body {
  height: 100vh;
}

::-moz-placeholder {
  color: #a8a8a8 !important;
}

::placeholder {
  color: #a8a8a8 !important;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

input:focus {
  box-shadow: none !important;
}

.max-w-100 {
  max-width: 100% !important;
}

/*chat styles*/
.attachment-btn {
  left: 1px;
  z-index: 9;
}

.attachment-dropdown-top {
  bottom: 66px !important;
}

.attachment-dropdown-bottom {
  bottom: 0 !important;
}

.attachment-dropdown {
  border: 0;
  box-shadow: 0 0 12px #eee;
  top: auto !important;
  left: -30px !important;
  border-radius: 8px;
}

.attachment-dropdown li a:hover {
  background-color: transparent;
}

.attachment-dropdown li {
  padding: 2px;
}

.attachment-dropdown li a img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.attachment-dropdown li .file-icon {
  width: 18px;
  height: 18px;
}

.audio-icon {
  width: 15px;
  height: 15px;
}

.attachment-dropdown li a:hover {
  color: #0e1011;
}

.attachment-dropdown li a:hover img {
  filter: brightness(0);
}

.attachment-card {
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 2px 4px #e2e1e1;
}

.upload-progress {
  height: 4px;
}

.upload-progress .progress-bar {
  background-color: #5398ff;
}

.attachement-container {
  border-top: 1px solid #e1e1e1;
}

.close-icon {
  position: absolute;
  right: 3px;
  top: 0;
  line-height: normal;
}

.pdf-icon {
  width: 16px;
}

.attach-delete {
  visibility: visible !important;
}

.attachment-card:hover .attach-delete {
  visibility: visible !important;
}

/*chatpanel styles starts*/
.chat-content-user,
.chat-content {
  padding: 15px;
  background-color: #f1f1f1;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 14px;
}

.chat-content-user {
  max-width: 65%;
  white-space: pre-wrap;
  word-break: break-word;
}

.chatbot-container {
  height: 98vh;
}

.bot-response {
  max-width: 75%;
}

.chat-content {
  padding: 19px;
}
.chat-content h2,
.chat-content h3 {
  color: #000;
  font-size: 20px;
}
.chat-content h3,
.chat-content p {
  font-size: 14px;
  margin-bottom: 14px;
}
.chat-content h2 {
  margin-bottom: 30px;
}
.chat-content ul {
  padding-left: 25px;
}
.chat-content p,
.chat-content ul li {
  color: #282828;
}
.chat-content ::marker {
  font-size: 10px;
}
.chat-content a {
  color: #d36060;
}
.chat-content a:hover {
  color: #c83838;
}

.dot-typing {
  position: relative;
  left: -9992px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  color: #1d2b50;
  margin-right: 15px;
  box-shadow:
    9984px 0 0 0 #1d2b50,
    9999px 0 0 0 #1d2b50,
    10014px 0 0 0 #1d2b50;
  animation: dot-typing 1.5s infinite linear;
}

@keyframes dot-typing {
  0% {
    box-shadow:
      9984px 0 0 0 #d9d9d9,
      9999px 0 0 0 #d9d9d9,
      10014px 0 0 0 #d9d9d9;
  }
  16.667% {
    box-shadow:
      9984px -8px 0 0 #d9d9d9,
      9999px 0 0 0 #d9d9d9,
      10014px 0 0 0 #d9d9d9;
  }
  33.333% {
    box-shadow:
      9984px 0 0 0 #d9d9d9,
      9999px 0 0 0 #d9d9d9,
      10014px 0 0 0 #d9d9d9;
  }
  50% {
    box-shadow:
      9984px 0 0 0 #d9d9d9,
      9999px -8px 0 0 #d9d9d9,
      10014px 0 0 0 #d9d9d9;
  }
  66.667% {
    box-shadow:
      9984px 0 0 0 #d9d9d9,
      9999px 0 0 0 #d9d9d9,
      10014px 0 0 0 #d9d9d9;
  }
  83.333% {
    box-shadow:
      9984px 0 0 0 #d9d9d9,
      9999px 0 0 0 #d9d9d9,
      10014px -8px 0 0 #d9d9d9;
  }
  100% {
    box-shadow:
      9984px 0 0 0 #d9d9d9,
      9999px 0 0 0 #d9d9d9,
      10014px 0 0 0 #d9d9d9;
  }
}
/*chatpanel styles ends*/
/*table styles*/
.custom-table table {
  background-color: white;
}
.custom-table table tr th {
  background-color: #f7f7f7;
  vertical-align: top;
  white-space: nowrap;
}
.custom-table table tr th,
.custom-table table tr td {
  padding: 10px 15px;
  font-size: 13px;
}

.custom-table table thead tr th:first-child {
  border-radius: 8px 0 0 0;
}

.custom-table table thead tr th:last-child {
  border-radius: 0 8px 0 0;
}

.custom-table table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.custom-table table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.custom-table,
.table-responsive {
  border-radius: 8px;
}

.custom-table {
  max-height: 220px;
  max-width: 700px;
}

.custom-table thead {
  position: sticky;
  top: -1px;
}

/*popup styles starts*/
.modal-close {
  background-size: 13px;
}

.custom-toast {
  position: absolute;
  transform: translate(-50%, 10px);
  left: 50%;
  top: 5%;
  border-radius: 12px;
  box-shadow: 0 4px 7px #f8f4f3;
  padding: 12px 18px;
  border: 0px;
  background: #fffaf9;
  width: 390px;
  border: 1px solid #f4b0a1;
  z-index: 1;
}

.toast-close {
  background-color: #da6c64;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
}

.toast-body {
  width: 100%;
  gap: 16px;
}

@media (max-width: 767px) {
  .custom-toast {
    width: 90%;
    top: 10%;
    padding: 0;
  }
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: '';
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.image-placeholder {
  width: 10px;
  height: 10px;
  min-height: 10px;
}

.text-placeholder {
  width: 100px;
  height: 10px;
  border-radius: 5px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.loader-container {
  background-color: rgba(0, 0, 0, 0.5);
}

/*Nav tooltip styles starts*/
.nav-tooltip {
  position: fixed;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  box-shadow: 0 0 12px #c8c8c8;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  display: none;
  left: 250px;
  max-width: 400px;
  white-space: normal;
  z-index: 9999;
}

.chat-nav-tooltip {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  box-shadow: 0 0 12px #c8c8c8;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  display: none;
  left: auto;
  max-width: 400px;
  white-space: normal;
  z-index: 9999;
  bottom: 40px;
}

#sidebar.active .nav-tooltip {
  left: 80px;
}

.model-section ul li:hover .nav-tooltip,
.model-active:hover .chat-nav-tooltip,
.models-list:hover .custom-tooltip {
  display: none !important; /* Remove conflicting rules */
}

.model-section ul li:hover .nav-tooltip {
  display: block;
}

.model-active:hover .chat-nav-tooltip {
  display: block;
}

/*Nav tooltip styles ends*/
.w-100px {
  width: 80px;
}

.min-height-40 {
  min-height: 40px !important;
}

.max-height-150 {
  max-height: 150px !important;
}

.login-layout {
  height: 100%;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.login-bg {
  background: linear-gradient(179deg, #361756 2.88%, #3f0265 105.41%);
}

.login-right-bg {
  background-image: url(../images/img-login-right-bg.svg);
}

.negative-btn {
  border: 1px solid #d36060;
  color: #d36060;
  padding: 10px 15px;
  background-color: transparent;
}

.negative-btn:hover {
  color: #d36060;
}

.custom-email-wrap {
  word-break: break-word;
}

.profile-icon-size {
  width: 43px;
  height: 43px;
  border-radius: 10px;
}

.outline-btn-secondary {
  border: 1px solid #868788;
  padding: 16px 32px;
}
.outline-btn-secondary:hover {
  background-color: #674888;
}

.input-container {
  border-radius: 16px;
  border: 1px solid #e1e1e1;
  padding: 10px;
}

.input-container-initial {
  max-width: 820px;
  margin: auto;
}

.input-container input {
  padding-right: 53px !important;
  border: 0;
  background-color: transparent;
}

.PillList-item {
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 14px;
}

.PillList-item input[type='checkbox'] {
  display: none;
}

.PillList-label {
  background-color: #f4f4f4;
  color: #727272;
}

.PillList-item input[type='checkbox']:checked + .PillList-label {
  background-color: #e7ffdf;
  color: #3bb54a;
}

.models-list:hover {
  background-color: #e5e7e9;
}

.custom-form-control {
  padding: 8px 10px;
  border-radius: 4px !important;
}

.custom-btn-search {
  position: absolute;
  top: 8px;
  right: 16px;
}

.alter {
  background-color: #f7f7f7;
}

.theme-table.custom-spacing tbody td {
  padding: 6px 16px;
  vertical-align: middle;
  font-size: 14px;
}

.theme-table.custom-spacing thead th {
  padding: 6px 16px;
  vertical-align: middle;
  font-size: 14px;
}

.custom-pagination .page-link {
  border-radius: 8px !important;
  line-height: normal;
  height: 35px;
  min-width: 35px;
}

.custom-pagination .page-link.active {
  background-color: #000;
  color: #fff;
  border: 0;
}

.model-info li a:hover img,
.model-info-inset li a:hover img {
  filter: unset !important;
}

.model-info {
  top: 0 !important;
  left: -140px !important;
  width: 300px;
  max-height: 200px;
  overflow-y: auto; /* Keep scrolling for long lists */
  z-index: 900;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}

.model-info-inset {
  inset: unset !important;
  bottom: 7px !important;
  width: 300px;
  max-height: 200px;
  overflow-y: auto; /* Keep scrolling for long lists */
  z-index: 900;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}

.pagination-back {
  transform: rotate(180deg);
}

.form-check-input {
  background-color: #e9e9e9;
}

.form-check-input:checked {
  background-color: #28a745; /* Bootstrap green */
  border-color: #28a745;
}

.models-list {
  position: relative;
  padding: 5px;
}

.custom-tooltip {
  background-color: #333 !important;
  color: #fff !important;
  padding: 8px 12px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  max-width: 300px !important;
  z-index: 1000 !important; /* Ensure tooltip is above dropdown */
  opacity: 1 !important;
  word-wrap: break-word; /* Handle long descriptions */
}

.tooltip-container {
  position: relative;
  display: inline-block; /* Ensure the container fits the content */
  width: 100%; /* Match the dropdown item width */
}

.tooltip-text {
  position: fixed; /* Position relative to viewport (via portal) */
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  max-width: 300px; /* Match assumed tooltip width in JS */
  z-index: 1001; /* Higher than dropdown (900) and parent div */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Handle long descriptions */
  opacity: 1; /* Always opaque when rendered */
  pointer-events: none; /* Prevent tooltip from interfering with mouse events */
}

.tooltip-container:hover .tooltip-text {
  visibility: visible; /* Show on hover */
  opacity: 1;
}

/* Add this to your CSS file */
.sources-btn {
  background-color: #f0f0f0;
  border: none;
  font-size: 12px;
  color: #555;
  cursor: pointer;
  transition: background-color 0.2s;
}

.sources-btn:hover {
  background-color: #e5e5e5;
}

.sources-list {
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.source-item {
  color: #333;
  border: 1px solid transparent;
}

.source-item:hover {
  background-color: #f5f5f5;
  border-color: #eee;
}

button.cust-filter-btn {
  padding: 13px;
  border-radius: 4px !important;
  border: 1px solid #d8d8d8;
  background: transparent;
}

.dropdown-menu.custom-filter {
  box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.1490196078);
  z-index: 9999;
  border-radius: 8px;
  padding: 20px;
  width: 540px;
  top: 50px !important;
  left: -490px !important;
}
.dropdown-menu.custom-filter .custon-filter-select {
  border: 1px solid #d8d8d8 !important;
  padding: 8px 10px !important;
  font-size: 12px;
  width: 100%;
  text-align: justify;
}
.dropdown-menu.custom-filter .custon-filter-options {
  width: 100%;
  height: 140px;
  overflow-y: auto;
  font-size: 15px;
}
.dropdown-menu.custom-filter .custon-filter-options li {
  width: 170px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.dropdown-menu.custom-filter .custon-filter-options li a.dropdown-item:hover {
  background: transparent;
  color: #7d7d7d;
}
.dropdown-menu.custom-filter img.dropdown-arrow-icon {
  position: absolute;
  right: 13px;
  bottom: 14px;
  cursor: pointer;
}

.secondary-btn {
  color: #212529;
  background-color: transparent;
  border-color: #c7c7c7;
} /*# sourceMappingURL=common.css.map */

.draggable-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000096;
  border: 3px dashed #000000;
  z-index: 1000;
  pointer-events: none;
}

.drop-text {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .drop-text {
    margin-bottom: 20%;
  }
}

.export-btn {
  background-color: #3f0265;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  height: 41px;
}

.export-btn:hover {
  color: #f7c945 !important;
}
