@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/* ============ Design System ============ */
:root {
  --color-surface: #ffffff;
  /*use*/
  --color-subtle: #f2f5fb;
  --color-muted: #707784;
  --color-text: #0d1220;
  --color-border: #e6e6e6;
  --color-accent: #2b7cff;
  --color-accent-2: #22b07d;
  --color-danger: #e5484d;
  --color-warn: #f0a400;
  --color-font: #667089;
  /*use*/
  --shadow-1: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-2: 0 10px 30px rgba(16, 18, 23, 0.12);
  --radius-1: 10px;
  --radius-2: 16px;
  --radius-round: 999px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --container-max: 1600px;
  --header-h: 64px;
  --footer-h: 28px;
  --w-left: 360px;
  --w-right: 380px;
  --ring: 0 0 0 3px rgba(43, 124, 255, 0.35);
  --mic-level: 0deg;
  --transition-fast: 150ms;
  --transition-med: 240ms;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  /* no horizontal scroll */
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #475467;
}

a:hover {
  text-decoration: none !important;
}

.fixed-col {
  flex: 0 0 260px;
  max-width: 260px;
}

.centerMain {
  background: rgb(250, 250, 248);
}

.borderRight {
  border-right: 1px solid #e6e6e6;
}

.borderLeft {
  border-left: 1px solid #e6e6e6;
}

.overflow-y-auto {
  overflow-y: auto !important;
  height: calc(100vh - 120px);
}

/*speak btn*/
.speak-wrap {
  position: absolute;
  bottom: -58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.speak_outer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
}

.speakbtn {
  white-space: nowrap;
  height: 20px;
}

.speakbtn span {
  color: #2d3750;
  font-size: 13px;
  font-weight: 500;
}

/*starts here*/
.speak-btn {
  bottom: 22px;
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 30px rgba(99, 102, 241, 0.4);
  background: linear-gradient(to right bottom, lab(59.866% 22.4834 -64.4485) 0%, lab(62.8239% 34.9159 -60.0512) 50%, lab(63.6946% 47.6127 -59.2066) 100%);
  animation: orbCore 4s ease-in-out infinite;
}

.speak-btn::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  animation: orbBorder 4s ease-in-out infinite;
}

.speak-btn::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, lab(65% 30 -60 / 0.45) 0%, lab(65% 30 -60 / 0.25) 40%, lab(65% 30 -60 / 0.15) 65%, transparent 80%);
  animation: orbOuter 4s ease-in-out infinite;
}

@keyframes orbCore {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
}
@keyframes orbBorder {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes orbOuter {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}
.speak-btn svg {
  width: 20px;
  height: 20px;
  /* stroke: lab(48.0876% -2.03595 -16.5814); */
  stroke: #fff;
}

.speakbtn span,
.speakbtn label {
  background: rgba(147, 112, 219, 0.18);
  color: mediumpurple;
  letter-spacing: 0.3px;
  backdrop-filter: blur(4px);
  padding: 5px 12px;
  border-radius: 12px;
}

/*speaking green*/
.speak_outer.speaking .speak-btn {
  background: linear-gradient(to right bottom, #46e0c2 0%, #1cc5b5 50%, #0fb3a8 100%);
}

.speak_outer.speaking .speak-btn::before {
  background: radial-gradient(circle, rgba(21, 143, 134, 0.45) 0%, rgba(21, 143, 134, 0.25) 40%, rgba(21, 143, 134, 0.15) 65%, transparent 80%);
}

.speak_outer.speaking .speak-btn::after {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.speak_outer.speaking .speakbtn span,
.speak_outer.speaking .speakbtn label {
  background: rgba(21, 143, 134, 0.18);
  /* soft teal background */
  color: #1cc5b5;
  /* teal text */
}

/*listening yellow*/
.speak_outer.listening .speak-btn {
  background: linear-gradient(to right bottom, #ffb300 0%, #ff9800 50%, #ff8f00 100%);
}

.speak_outer.listening .speak-btn::before {
  background: radial-gradient(circle, rgba(255, 152, 0, 0.45) 0%, rgba(255, 152, 0, 0.25) 40%, rgba(255, 152, 0, 0.15) 65%, transparent 80%);
}

.speak_outer.listening .speak-btn::after {
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.speak_outer.listening .speakbtn span,
.speak_outer.listening .speakbtn label {
  background: rgba(255, 152, 0, 0.18);
  color: #ffb300;
  border: 1px solid rgba(255, 152, 0, 0.35);
}

.speak_outer.thinking .speak-btn {
  background: linear-gradient(to right bottom, #ff80ab 0%, #ff5c8a 50%, #ff3d7a 100%);
}

.speak_outer.thinking .speak-btn::before {
  background: radial-gradient(circle, rgba(255, 92, 138, 0.45) 0%, rgba(255, 92, 138, 0.25) 40%, rgba(255, 92, 138, 0.15) 65%, transparent 80%);
}

.speak_outer.thinking .speak-btn::after {
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.speak_outer.thinking .speakbtn span,
.speak_outer.thinking .speakbtn label {
  background: rgba(255, 92, 138, 0.18);
  color: #ff80ab;
  border: 1px solid rgba(255, 92, 138, 0.35);
}

/*ends here*/
/* .speak-btn {
  width: 40px;
  height: 40px;
  border-radius: 18px;
  border: none;
  background: #f5f5f4;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  flex-direction: column;
  gap: 7px;
}

.speak-btn svg {
  width: 20px;
  height: 20px;
  stroke: lab(48.0876% -2.03595 -16.5814);
} */
/* .speak-btn {
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 16px;
  background-image: linear-gradient(
    to right bottom in oklab,
    rgb(99, 102, 241) 0%,
    rgb(139, 92, 246) 100%
  );
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    oklab(0.58499 0.0288518 -0.231183 / 0.303123) 0px 20.1562px 25.7808px -5.21862px,
    oklab(0.58499 0.0288518 -0.231183 / 0.29063) 0px 7.75014px 9.68768px -5.81261px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
} */
/* 
.speak-btn:hover {
  transform: scale(1.1);
  box-shadow: none;
} */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 0;
  line-height: 1 !important;
  border: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.btn.btn-white {
  height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  font-size: 14px;
  background-color: #6366f1;
  color: #fff;
  box-shadow: none;
  white-space: nowrap;
}

form input,
form select,
form textarea {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: stretch;
  padding: 10px 14px;
  font-size: 16px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #6b7280;
  resize: none;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
}

input:focus,
textarea:focus {
  color: #111827 !important;
  /* lighter grey */
}

form input:focus-visible {
  outline: none;
}

.search-form input {
  background: #f6f6f9;
  box-shadow: none;
  border-radius: 10px;
  padding: 14px 25px 14px 50px;
  border: 0;
}

.edit,
.delete,
.addnew {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 24, 40, 0.7);
  backdrop-filter: blur(4px);
  z-index: 9999999;
}

.edit__modal,
.delete__modal,
.addnew__modal {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 480px;
  max-height: 600px;
  overflow: scroll;
  width: 100%;
  padding: 24px 24px 20px 24px;
  border-radius: 12px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
  transform: translate(-50%, -50%);
}

.edit__modal--close,
.delete__modal--close,
.addnew__modal--close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.edit__modal h2,
.delete__modal h2,
.addnew__modal h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #344054;
  padding-bottom: 4px;
}

.edit__modal p,
.delete__modal p,
.addnew__modal p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #475467;
}

.btn.btn-delete {
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  color: #b61206;
  border: 1px solid #b61206;
}

.edit__modal--close {
  font-size: 24px;
  color: #667085;
}

.delete.active {
  display: block;
}

.about-btn-course {
  color: white;
  font-weight: 500 !important;
  box-shadow: rgba(0, 0, 0, 0.411) 0px 4px 30px -10px;
  width: 100%;
  background: #040404;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  padding: 10px;
}

.about-btn-course:active {
  color: #fff !important;
}

.about-btn-course:hover {
  color: var(--cream-color);
}

.about-btn-course i {
  margin-right: 8px;
}

.about-btn-course:hover {
  background-color: #0056b3;
}

@media (max-width: 992px) {
  .fixed-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.linear-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  /* background: #f6f7f8; */
  background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 1000px 104px;
  height: 26px;
  opacity: 0.5;
  position: relative;
  overflow: hidden;
  margin: 28px 0;
}

/*loader css*/
#loading-bar-spinner.spinner {
  z-index: 1000 !important;
  margin-right: 4px;
  animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
  width: 10px;
  height: 10px;
  border: solid 2px transparent;
  border-top-color: #fff !important;
  border-left-color: #fff !important;
  border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*success error css*/
.success,
.error {
  display: none;
}

.success.active,
.error.active {
  display: block;
}

.success__modal,
.error__modal {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 24px;
  border-radius: 12px;
  background-color: #f9f9f9;
  border: 1px solid #cacdd4;
  box-shadow: 0px 0px 8px 0px #bfbfbf;
  z-index: 10000000;
}

.success__modal__icon img,
.error__modal__icon img {
  width: 36px;
}

.success__close,
.error__close {
  position: absolute;
  top: 16px;
  right: 16px;
  text-decoration: none;
}

.success__modal h4,
.error__modal h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  padding-top: 12px;
}

.success__modal p,
.error__modal p {
  max-width: 312px;
  padding-top: 4px;
  color: #475467;
  font-size: 14px;
  line-height: 20px;
}

.icon-x-close:before {
  content: "×";
}

.success__close i,
.error__close i {
  font-size: 24px;
  color: #667085;
  font-style: normal;
}

/*nav right side user*/
.header .navbar .account-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 1 auto;
}

.account-wrapper li {
  position: relative;
  margin-left: 26px;
}

.account-wrapper li .user {
  display: inline-flex;
}

.account-wrapper li .user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.account-wrapper li .userDetailsMain {
  position: relative;
}

.account-wrapper li .userDetailsMain .userDetails {
  padding-left: 5px;
  padding-right: 25px;
}

.account-wrapper li .userDetailsMain .userDetails .uname {
  font-size: 14px;
  line-height: 20px;
  color: #101828;
  font-weight: 500;
}

.account-wrapper li .userDetailsMain .userDetails .urole {
  font-size: 12px;
  line-height: 18px;
  color: #667085;
}

.account-wrapper li .userDetailsMain .userDetails span {
  display: block;
}

.account-wrapper li .userDetailsMain .arrowUpDown {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.1s ease-in;
}

.account-wrapper li.active .userDetailsMain .arrowUpDown {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transition: 0.1s ease-in;
}

.account-wrapper li .account-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  min-width: 250px;
  margin-top: 6px;
  padding: 12px 0 0 0;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  background: #ffffff;
  z-index: 99;
}

.account-wrapper li .account-dropdown li a.account-link .account-info .account-info-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #111827;
  margin: 0;
}

.account-wrapper li .account-dropdown li a.account-link .account-info .account-info-email {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #6b7280;
  margin: 0;
}

.account-wrapper li.active .account-dropdown {
  display: block;
}

.account-wrapper li .account-dropdown li.border-bottom {
  border-bottom: 1px solid #eaecf0;
}

.account-wrapper li .account-dropdown li {
  margin-left: 0;
  padding: 9px 22px;
  margin: 2px 0;
}

.account-wrapper li .account-dropdown li a.account-link {
  display: flex;
  align-items: center;
}

.account-wrapper li .account-dropdown li a.account-link .account-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.account-wrapper li .account-dropdown li a.account-link .account-info {
  padding-left: 12px;
}

.account-wrapper li .account-dropdown li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.05px;
  color: #475467 !important;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.account-wrapper li .account-dropdown li a:hover i,
.account-wrapper li .account-dropdown li a:hover span {
  color: #ef4444 !important;
}

.logout:hover {
  background: lab(55.7853% 65.6165 40.7976 / 0.05) !important;
}

.account-wrapper li .account-dropdown li a span {
  display: inline-block;
  margin-left: 8px;
  font-weight: 500;
  color: #344054;
}

.w-100 {
  width: 100%;
}

.fa-play:before {
  font-size: 10px;
  margin: 0 0 0 2px;
}

.mic-listening-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.mic-listening-dots.active {
  /* display: flex; */
  display: none;
}

.mic-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  animation: mic-wave 1.5s infinite ease-in-out;
  /* background: #2f4368; */
  background: #fff;
}

.mic-dot:nth-child(1) {
  animation-delay: -0.32s;
}

.mic-dot:nth-child(2) {
  animation-delay: -0.16s;
}

.mic-dot:nth-child(3) {
  animation-delay: 0s;
}

@keyframes mic-wave {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  40% {
    transform: scale(1.3);
    opacity: 1;
  }
}
.no_data {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 6px 0;
  padding: 4px var(--space-5);
  font-size: 14px;
  color: lab(35.5623% -1.74978 -15.4316);
}

.no_data.rubricCheckList {
  margin: 0;
  padding: 0;
}

.mt-2p {
  margin-top: 2px;
}

.button_animation {
  position: relative;
  /* required for pseudo-elements */
  z-index: 1;
  overflow: hidden;
  /* keeps border animation inside */
}

/* .button_animation::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, #9ca3af, #9ca3af, #ffffff);
  background-size: 300% 300%;
  animation: moveBorder 20s linear infinite;
  z-index: -1;
}

.button_animation::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: inherit;
  z-index: -1;
  border-radius: inherit;
}

@keyframes moveBorder {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 300% 50%;
  }
} */
.card h3,
.comp-list h3 {
  margin: 6px 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: lab(7.78673% 1.82345 -15.0537);
  min-height: 37px;
}

.card .lead {
  margin: 0 0 8px;
  font-weight: 400;
  font-size: 14px;
  color: #314158;
  white-space: pre-line;
  /* text-align: justify; */
}

video::-webkit-media-controls-timeline {
  display: none;
}

.white-space-pre-line {
  white-space: pre-line;
}

body,
.main,
.row,
.container-fluid {
  height: 100%;
  /* full viewport height */
}

.main {
  display: flex;
  height: calc(100vh - 64px);
}

.overflow-hidden {
  overflow: hidden;
}

.btnEnd {
  border: 1px solid transparent;
  /* always present */
  box-sizing: border-box;
  /* ensures padding + border don't grow the box */
  padding: 10px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 16px;
  background-color: #fff;
  color: #6b7280 !important;
  /* position: absolute; */
  /* right: 20px; */
  background-color: #fff !important;
  box-shadow: none !important;
}

.btnEnd svg {
  margin-right: 5px;
}

.btnEnd:hover {
  background-color: #f3f4f6 !important;
  border: 1px solid transparent !important;
}

.btnEnd img {
  filter: invert(44%) sepia(9%) saturate(313%) hue-rotate(180deg) brightness(92%) contrast(88%);
}

.btn.btn-blue {
  height: 40px;
  padding: 0 18px;
  font-size: 14px;
  border-radius: 8px;
  background-color: #6366f1;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.btn.btn-blue:hover {
  background-color: rgba(99, 102, 241, 0.8);
}

.btn.btn-blue:active {
  color: #fff;
}

.speak-btn:disabled,
.chat-send-btn:disabled {
  opacity: 0.6;
}

.panel {
  min-width: auto !important;
  border-right: 0 !important;
}

.panel-header {
  padding: 60px 15px 15px;
  border-bottom: 1px solid #e6e6e6;
}

.panel-header-svg {
  background: linear-gradient(to right in oklab, rgb(99, 102, 241) 0%, rgb(139, 92, 246) 100%);
  padding: 7px;
  border-radius: 50%;
  display: inline-flex;
}

.panel-header-count {
  color: rgb(107, 114, 128);
  font-size: 0.75rem;
  margin-bottom: 0;
}

.panel-header-head {
  font-weight: 600;
  margin-bottom: 0;
  color: #0f172b;
  font-size: 14px;
  letter-spacing: -0.28px;
}

.ai-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 3px;
  flex-shrink: 0;
  position: relative;
  background: conic-gradient(#22c55e, #4ade80, #86efac, #22c55e);
  animation: spin 3s linear infinite;
}

.ai-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
  animation: spinReverse 3s linear infinite;
}

.panel-header-count {
  color: #6b7280;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.panel-header {
  flex-shrink: 0;
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
  /* background: #fff; */
}

.panel-header {
  padding: 16px;
  border-bottom: 0;
}

.conversation {
  color: var(--color-font);
  font-size: 15px;
  align-items: start;
  display: flex;
  justify-content: start;
  margin: 6px 0;
  padding: 4px var(--space-4);
  flex-direction: column;
  overflow: auto;
  height: calc(100% - 140px);
}

.message {
  /* display: grid; */
  /* grid-template-columns: auto 1fr; */
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  align-items: start;
  justify-content: start;
  width: 100%;
}

.message.assistant-message {
  margin-bottom: 22px;
  justify-content: end;
}

.message .message-label {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 12px;
  color: lab(35.5623% -1.74978 -15.4316);
  /* background-color: lab(91.055 0.663072 0.865579); */
  background: #88eaa9;
  flex-shrink: 0;
  /*  color: transparent; 
  background-image: url("img/ai-img.svg");
  background-repeat: no-repeat;
  background-position: center center; */
}

.message.assistant-message .message-label {
  color: #fff;
  background-color: rgb(30, 58, 95);
}

.message .message-text {
  font-size: 14px;
  line-height: 22px;
  white-space: pre-line;
  color: lab(26.9569% -1.47016 -15.6993);
  padding-top: 5px;
}

.message.user-message .message-label {
  /* background-image: url("img/user-img.svg"); */
}

.message .meta {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 6px;
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}
/**----------------sidebar css------------------------------*/
/* Hamburger button */
.sidebar-toggle-btn {
  background: none;
  border: none;
  position: fixed;
  top: 18px;
  left: 15px;
  z-index: 1100;
  cursor: pointer;
  display: inline-block;
  /* hidden on desktop */
}

/* Close (X) button in sidebar */
.sidebar-close-btn {
  background: none;
  border: none;
  position: absolute;
  top: 6px;
  right: 9px;
  z-index: 1200;
  cursor: pointer;
  display: none;
  /* only show on mobile */
}

.logoImg {
  margin-left: 30px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

@media (min-width: 992px) {
  .sidebar-toggle-btn,
  .sidebar-close-btn {
    display: none;
  }
  .logoImg {
    margin-left: 0;
  }
}
@media (max-width: 410px) {
  .logoImg {
    display: none;
  }
}
@media (max-width: 991px) {
  /* Sidebar wrapper */
  .sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: #fff;
    width: 260px;
    border-right: 1px solid #ddd;
    transform: translateX(0);
    transition: transform 0.3s ease;
    z-index: 9999;
  }
  .sidebar-toggle-btn {
    display: block;
  }
  .sidebar-close-btn {
    display: block;
  }
  .sidebar-wrapper {
    transform: translateX(-100%);
    /* hidden */
  }
  .sidebar-wrapper.open {
    transform: translateX(0);
    /* visible */
  }
}
/*leftpanel css*/
/* MOBILE ONLY (<= 991px) */
@media (max-width: 991px) {
  .leftSideMainOn {
    transform: translateX(100%);
    transition: transform 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    height: 100% !important;
  }
  .leftSideMainOn.open {
    transform: translateX(0);
  }
  /* Toggle button stays above */
  #leftPanelToggle {
    position: fixed;
    top: 65px;
    left: 10px;
    z-index: 2000;
    background: none;
    padding: 6px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    width: auto;
  }
  #leftPanelToggle svg {
    stroke: #6b7280;
  }
  .close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    z-index: 2001;
  }
  .close-btn svg {
    stroke: #000;
  }
  .rightSideMain {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    /* full screen mobile */
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transform: translateX(-100%);
    /* hidden to the RIGHT */
    transition: transform 0.3s ease;
  }
  .rightSideMain.open {
    transform: translateX(0);
    height: 100%;
    /* slide in */
  }
  /* Right toggle button (hamburger) */
  .right-toggle-btn {
    position: fixed;
    top: 65px;
    right: 10px;
    z-index: 2000;
    border: none;
    padding: 6px;
    border-radius: 6px !important;
    background: none;
    width: auto;
  }
  .right-toggle-btn svg {
    stroke: #6b7280;
  }
  /* Right close button (X inside panel) */
  .right-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2001;
    background: none;
    border: none;
    padding: 5px;
    border-radius: 6px;
  }
  .right-close-btn svg {
    stroke: #000;
  }
}
/* DESKTOP*/
@media (min-width: 992px) {
  .leftSideMainOn {
    transform: none !important;
    /* position: relative; */
  }
  #leftPanelToggle {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    display: none;
  }
  .close-btn {
    display: none;
  }
  .rightSideMain {
    /* position: relative; */
    transform: none !important;
  }
  .right-toggle-btn,
  .right-close-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .chat-send-btn {
    width: 57px !important;
    margin-left: 10px !important;
  }
  .input-card {
    padding: 13px !important;
  }
  textarea.transcription.editor::-moz-placeholder {
    font-size: 14px !important;
  }
  textarea.transcription.editor::placeholder {
    font-size: 14px !important;
  }
  textarea.transcription.editor {
    padding: 10px 22px !important;
    font-size: 14px !important;
  }
}
/*chat wrapper responsive*/
@media (max-width: 575.98px) {
  textarea.transcription.editor::-moz-placeholder {
    font-size: 12px !important;
    white-space: nowrap;
  }
  textarea.transcription.editor::placeholder {
    font-size: 12px !important;
    white-space: nowrap;
  }
  textarea.transcription.editor {
    padding: 10px 15px !important;
    font-size: 12px !important;
  }
}
@media (max-width: 400px) {
  textarea.transcription.editor::-moz-placeholder {
    font-size: 12px !important;
  }
  textarea.transcription.editor::placeholder {
    font-size: 12px !important;
  }
}
@media (min-width: 575.98px) {
  .modal-dialog,
  .modal.show .modal-dialog {
    min-width: 450px !important;
    max-width: 450px !important;
  }
}
#session_name {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.btn.btn-white {
  background-color: #ffffff;
  color: #6366f1;
}

#btnDownload svg {
  fill: #fff;
}

.speakbtn label {
  font-size: 12px !important;
  line-height: 16px;
  /* color: lab(48.0876 -2.03595 -16.5814); */
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--color-border);
  color: #111827;
  font-weight: 600;
}

.modal-header .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #0f172b;
}

.modal-body {
  overflow: auto;
  font-size: 14px;
  color: #62748e;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--color-border);
}

#overlay-first {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #13233a;
  /* Solid Black */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
  z-index: 9999;
  cursor: pointer;
  /* Changes cursor to hand icon */
  transition: opacity 0.5s ease;
}

.questions_count {
  right: 0;
  padding: 8px 16px;
  font-weight: 300;
  color: #fafafa;
}

/* 3. The Text Styling */
.message-first {
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  animation: pulse 2s infinite;
  pointer-events: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Ensures the click registers on the parent div */
}

#lottie-animation {
  width: 160px;
  height: 160px;
  margin-top: 30px;
}

/* Text Breathing Animation */
@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinReverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.focus-hide {
  display: none !important;
}

/* base column transition */
.leftSideMain {
  position: relative;
  height: 100%;
  overflow: hidden;
  flex: 0 0 0%;
  max-width: 0%;
  width: 0;
  /* transition: flex 0.35s ease, max-width 0.35s ease, width 0.35s ease; */
}

/* open state*/
.leftSideMain.open {
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}

/*control-bar-bottom*/
.control-bar-main {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  height: 95px;
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
}

.control-bar-bottom {
  width: 100%;
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.control-bar-bottom .control-group {
  display: flex;
  gap: 14px;
  flex: 1;
}

.control-bar-bottom .control-group.left {
  visibility: hidden;
}

.control-bar-bottom .control-group.right {
  justify-content: flex-end;
  visibility: hidden;
}

/* .control-bar-bottom .speak-btn {
  background: rgb(30, 58, 95);
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.2s ease;
  flex: 0 0 auto;
  width: auto;
}

.control-bar-bottom .speak-btn:hover {
  background: #2d5a8b;
} */
.control-bar-bottom .icon-btn {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  border: none;
  background: #f5f5f5;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
}

.control-bar-bottom .icon-btn:hover {
  background: lab(91.055% 0.663072 0.865579);
}

.control-bar-bottom .mic {
  font-size: 18px;
}

/* center wrapper */
.control-bar-bottom .center-area {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 420px;
}

/* type response container */
.control-bar-bottom .type-response {
  display: none;
  align-items: center;
  gap: 10px;
}

/* input */
.control-bar-bottom .type-response input {
  background: transparent;
  border-radius: 18px;
  padding: 12px 16px;
  width: 396px;
  flex: 1;
  font-size: 14px;
  border: 1px solid lab(91.055% 0.663072 0.865579);
  outline: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.control-bar-bottom .type-response input:focus-visible,
.control-bar-bottom .type-response input:focus {
  box-shadow: 0 0 0 2px rgba(30, 58, 138, 0.25), 0 2px 6px rgba(0, 0, 0, 0.05);
  outline: none;
  border-color: rgb(30, 58, 95);
}

.control-bar-bottom .type-response input::-moz-placeholder {
  color: oklab(21.7785% 0.0000099614 0.0000043511 / 0.5);
}

.control-bar-bottom .type-response input::placeholder {
  color: oklab(21.7785% 0.0000099614 0.0000043511 / 0.5);
}

/* send btn */
.control-bar-bottom .send-btn {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  border: none;
  background: rgb(30, 58, 95);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

/*ends here*/
/* btn */
.blueBtn {
  background: linear-gradient(to right, #1e3a5f 0%, #2d5a8b 100%) !important;
  color: #ffffff;
  border: none;
  padding: 18px !important;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(61, 111, 163, 0.35);
  transition: background 0.25s ease;
  line-height: 20px !important;
}

.blueBtn svg {
  margin-right: 14px;
}

.blueBtn:hover {
  background: linear-gradient(to right, #345f8c 0%, #3f74a8 100%) !important;
  color: #ffffff;
}

.blueBtn.stop,
.outline-btn.outline {
  padding: 12px 12px !important;
  border-radius: 13px;
  font-weight: 500;
  font-size: 14px;
}

.outline-btn.outline {
  background: #fff;
}

.outline-btn.outline:hover {
  background: linear-gradient(to right, #1e3a5f 0%, #2d5a8b 100%);
  color: #fff !important;
}

.breadcrumb span:last-child {
  font-weight: 500;
  color: #45556c;
}

.dojo-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  border-radius: 16px;
  background: linear-gradient(145deg, #f8fafc, #ffffff);
  border: 1px solid #e2e8f0;
  text-align: center;
  padding: 20px;
}

.dojo-empty h3 {
  font-size: 16px;
  font-weight: 600;
  color: #64748b;
  letter-spacing: 0.3px;
  margin: 0;
}