@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 300px;
  max-width: 300px;
}

.centerMain {
  background: #f7f7f7;
}

.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;
}

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

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

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

.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(58.499% 0.0288518 -0.231183 / 0.303123) 0px 20.1562px 25.7808px -5.21862px, oklab(58.499% 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);
  /* Slight zoom */
  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;
  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;
}

.mic-dot {
  width: 4px;
  height: 4px;
  background: #515151;
  border-radius: 50%;
  animation: mic-wave 1.5s infinite ease-in-out;
  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 {
  color: #6b7280;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 6px 0;
  padding: 4px var(--space-5);
}

.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, #4f46e5, #4f46e5, #fff);
  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;
  /* keeps your existing background */
  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: 20px;
  font-weight: 600;
  color: #111827;
}

.card .lead {
  margin: 0 0 8px;
  font-weight: 400;
  font-size: 14px;
  color: #6b7280;
  white-space: pre-line;
}

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 {
  color: #111827;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: -0.6px;
}

.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 20px;
  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: 24px;
  align-items: start;
  justify-content: start;
  width: 100%;
}

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

.message .message-label {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
  color: transparent;
  background-image: url("../img/ai-img.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.message .message-text {
  /* background: #f4f6fb; */
  /* border: 1px solid var(--color-border); */
  background: linear-gradient(to bottom right, #6366f1, #8b5cf6);
  padding: 12px 12px;
  border-radius: 12px;
  font-size: 13px;
  color: #fff;
  line-height: 1.5;
  width: 74%;
}

.message.user-message .message-text {
  background: #fafafa;
  border: 1px solid #e5e7eb;
  color: #111838;
}

.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;
  }
}
/*chat wrapper responsive*/
@media (max-width: 575.98px) {
  .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: 0 22px !important;
  }
}
@media (max-width: 400px) {
  textarea.transcription.editor::-moz-placeholder {
    font-size: 12px !important;
  }
  textarea.transcription.editor::placeholder {
    font-size: 12px !important;
  }
}
.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;
}

.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-weight: 600;
}

.modal-body {
  padding: 16px;
  overflow: auto;
  color: #6b7280;
}

.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: #000;
  /* Solid Black */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  z-index: 9999;
  cursor: pointer;
  /* Changes cursor to hand icon */
  transition: opacity 0.5s ease;
}

/* 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 */
}

/* Text Breathing Animation */
@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}