body {
  font-family: "Inter";
  padding: 0;
  margin: 0;
  height: 100vh;
}

.bodySectButton {
  padding: 12px 110px;
  background: #00ffa2 !important;
}

.bodySectButton-sm.bodySectButton {
  padding: 12px 40px;
  background: #00ffa2;
}

.icon path {
  fill: #fff;
}

.logo-maya {
  width: 65px;
}

.accordHeading {
  font-size: 1rem !important;
  font-weight: 700 !important;
  height: 7.04vh;
}

.accordSubHeading {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #131418;
}

.tab-pane .accordion-body {
  padding: 4px 28px 28px;
}

.cursorPointer {
  cursor: pointer;
}

.mainInteraction {
  overflow: hidden;
  border-right: 2px solid #e5e5e5;
}

.mainSection {
  border-right: 2px solid #e5e5e5;
  background: #f5f5f5;
}

.draftButton {
  font-size: 0.4rem;
  font-weight: 600;
  color: #161616;
  background-color: #dc0de0;
  padding: 0 7px;
  display: flex;
  align-items: center;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../static/images/ic-arrow-up.svg");
  transform: none;
}

.accordion-button::after {
  background-image: url("../static/images/ic-arrow-down.svg");
}

.innerAccordBody {
  padding: 0 !important;
}

.ineerAccordBodyItem {
  border: none !important;
}

.accordion {
  height: 85vh;
}

.accordion-button:not(.collapsed) {
  color: black !important;
  background-color: white !important;
  box-shadow: none !important;
}

.accordion-button {
  padding: 28px;
}

.accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}

.accordion-item {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-right: none;
  border-left: none;
}

.accordion-item:first-of-type {
  border-top: none;
  border-radius: 0;
}

.accordion-item:last-of-type {
  border-radius: 0;
}

.chatInputForm {
  padding: 0 4px 0 12px;
}

.bottom-button {
  gap: 16px;
}

.button-no-border {
  border: none !important;
}

.template-button {
  border-radius: 10px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  height: 52px;
}

.preview-button {
  background: linear-gradient(
    117.63deg,
    #0050ff 0.32%,
    #9000ff 81.21%,
    #b61cd4 96.62%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
  z-index: 0;
}

.preview-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1.5px solid transparent;
  border-radius: 10px;
  background: inherit;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask:
    linear-gradient(117.63deg, #0050ff 0.32%, #9000ff 81.21%, #b61cd4 96.62%)
      padding-box,
    linear-gradient(117.63deg, #0050ff 0.32%, #9000ff 81.21%, #b61cd4 96.62%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
}

.send-button {
  border-radius: 8px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  height: 40px;
}

.enabled-button {
  color: #ffffff;
  background-color: #0050ff;
}

.disabled-button {
  color: #a9acb2 !important;
  background: #eeeeee !important;
  -webkit-text-fill-color: unset !important;
  cursor: auto;
  pointer-events: none;
}

.form-control {
  resize: none;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.radio-label {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../static/images/RadioUnchecked.svg");
  /* Image for unchecked state */
  background-size: cover;
}

input[type="radio"]:checked + .radio-label {
  background-image: url("../static/images/RadioChecked.svg");
  /* Image for checked state */
}

.createTemplate {
  height: 7.04vh;
}

.templateSaveButton {
  background: #00ffa2;
  font-size: 0.87rem;
  font-weight: 600;
  padding: 0.25rem 1.25rem;
  outline: none;
}

.careTemplateSubHeading,
.accordSection {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #2f323f;
}

.categorySec {
  padding: 0.55rem;
  border-radius: 8px;
  border: 1px solid #d4d4d4;
  background: #ffffff;
  outline: none;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #2f323f;
}

.login-wrapper {
  display: flex;
  /* background-image: url('/static/images/login-background.svg'); */

  /* background-image: url("{{ url_for('static', filename='images/maya-logo.svg', _external=True) }}"); */
}

.login-wrapper .login-sidebar {
  width: 55%;
  height: 93vh;
}

.login-wrapper .login-sidebar .login-sidebar-img {
  position: absolute;
  width: 56px !important;
  height: 56px !important;
  top: 26px;
  left: 26px;
  gap: 0px;
  border-radius: 18px;
}

.login-wrapper .login-sidebar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.login-wrapper .login-main {
  width: 45%;
  display: flex;
  flex-direction: column;
}

.login-wrapper .login-main .login-header {
  width: 100%;
  height: 108px;
  padding: 16px 11px 0px 0px;
  gap: 10px;
  opacity: 0px;
}

.login-header-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  padding: 16px 0px 0px 0px;
  gap: 10px;
  margin-right: 16px;
}

.login-header-text p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #5f626e;
}

.login-header-text p span a {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #131418 !important;
  margin-left: 5px;
  text-decoration: none;
}

.anquertag {
  text-decoration: none;
  color: white !important;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
}

.login-wrapper .login-main .login-data {
  width: 100%;
}

.login-data {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  height: -webkit-fill-available;
  flex-direction: column;
  gap: 150px;
}

.login-data .login-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -250px;
}

.login-data .login-content h2 {
  font-weight: 700;
  font-size: 44px;
  font-family: "Inter";
  margin-bottom: 0;
  margin-right: 15px;
}

.login-data .login-content .wrapp {
  font-family: "Inter";
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.004em;
  text-align: left;
  color: #131418;
  margin-bottom: 20px;
}

.login-data .login-content .acc-created {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-data .login-content .img {
  width: 66.67px;
  height: 66.67px;
}

.login-data .login-content .acc-create {
  font-family: "Inter";
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.004em;
  text-align: center;
  width: 468px;
  height: 112px;
}

.account-create-label {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  width: 468px;
  height: 56px;
  color: #131418;
}

.acc-create-btn button {
  border: 2px solid transparent;
  background:
    linear-gradient(117.63deg, #0050ff 0.32%, #9000ff 81.21%, #b61cd4 96.62%)
      border-box,
    linear-gradient(to right, #0050ff, #9000ff, #b61cd4) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  height: 52px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
}

.acc-create-btn button img {
  width: 24px;
  height: 24px;
}

.page-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 95vh;
  flex-direction: column;
}

.page-404 .errorimg {
  width: 156.28px;
  height: 158px;
  z-index: 5;
}

.page-404 .illustration {
  width: 229.7px;
  height: 120px;
  z-index: 5;
}

.overlayimg-wrapper {
  position: absolute;
  right: 0;
  top: -19px;
}

.page-404 .heading404 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.002em;
  text-align: center;
  z-index: 5;
  color: #161c2d;
}

.login-data .login-content .wrap {
  display: flex;
  align-items: center;
}

.login-data .login-content .wrap img {
  width: 68.92px;
  height: 68.92px;
  margin-top: -40px;
}

.password-login img {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
}

.forgotEmaillabel {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}

.forgotResetlabel {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  width: 400px;
  height: 56px;
}

.signinemail {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 20px;
}

.form-login input {
  width: 400px;
  height: 52px;
  padding: 12px 12px 12px 16px;
  border-radius: 8px;
  border: 1px;
  border: 1px solid #d4d4d4;
}

.rememberAcc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rememberAcc div:nth-child(2) {
  color: #0050ff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  font-size: 14px;
}

.rememberAcc div:nth-child(1) {
  display: flex;
  align-items: center;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
}

.rememberAcc div:nth-child(1) input {
  width: 18px !important;
  margin-right: 7px;
  height: 18px;
  padding: 10px;
  border-radius: 6px;
  margin-top: 2px;
  border: 1.5px solid #a9acb2 !important;
}

.form-reset input {
  width: 80px;
  height: 80px;
  gap: 8px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  font-weight: 100;
}

.form-reset input:not(:placeholder-shown) {
  font-weight: 700;
  /* Font weight when input has a value */
  font-size: 44px;
  line-height: 56px;
  letter-spacing: -0.004em;
  text-align: center;
}

.form-reset .input-block {
  display: flex;
  gap: 20px;
  align-items: center;
}

.input-password-icon,
.input-confirm-password-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
}

.copy-password-icon,
.copy-token-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-login {
  background: #0050ff;
  width: 400px;
  height: 52px;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  margin-top: 25px;
  border: none;
}

.login-protected {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #5f626e;
  width: 400px;
}

.login-protected span {
  color: #131418;
  font-family: "Inter";
  margin-left: 10px;
}

.sidebar-toggle-btn {
  display: none;
}

.sidebar-toggle-btn img {
  width: 40px;
  height: 40px;
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
  .login-wrapper .login-sidebar {
    display: none;
  }

  .login-data .login-content .acc-created {
    margin-top: 30px;
    width: 100%;
  }

  .login-data .login-content .acc-created .acc-create {
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
  }

  .account-create-label {
    width: 100%;
  }

  .login-wrapper .login-main {
    width: 70%;
  }

  .login-data .login-header .login-header-text {
    margin-right: 0;
  }

  .login-data .login-header .login-header-text {
    margin-bottom: 0;
  }

  .login-data {
    flex-direction: column;
  }

  .login-wrapper .login-main .login-header {
    display: none;
  }

  .login-data .login-header {
    display: block !important;
  }

  .login-data .login-header .login-header-text .sidebar-toggle-btn {
    display: block !important;
  }

  .login-data .login-header .login-header-text {
    justify-content: space-between;
    margin-right: 0 !important;
    margin-left: 12px;
  }

  .login-data .login-header .login-header-text p {
    margin-bottom: 0;
  }

  .login-wrapper .login-main .login-data {
    justify-content: center;
    gap: 0;
  }

  .login-data .login-content {
    width: 95%;
    margin-left: 0;
  }

  .interFont {
    font-family: "Inter" !important;
  }

  .text-center button {
    font-family: "Inter" !important;
  }

  .login-data .login-content .headingText {
    font-size: 32px;
  }

  .login-data .login-content .signinemail {
    font-size: 15px;
  }

  .wrapper-branding .login-wrapper {
    justify-content: center;
  }

  .form-login {
    width: 100% !important;
  }

  .form-login input {
    width: 100% !important;
  }

  .login-data .login-content form {
    width: 100% !important;
  }

  .forgotResetlabel {
    width: 100%;
  }
}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .login-wrapper .login-main .login-header .login-header-text p {
    font-size: 15px;
  }

  .login-wrapper .login-main .login-header .login-header-text p a {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .login-wrapper .login-main .login-header .login-header-text p {
    font-size: 14px;
  }

  .login-wrapper .login-main .login-header .login-header-text p a {
    font-size: 14px;
  }

  .login-data .login-content .headingText {
    font-size: 26px;
  }

  .login-data .login-content .signinemail {
    font-size: 14px;
  }

  .login-wrapper .login-main {
    width: 80%;
  }

  .rememberAcc div:nth-child(2) {
    font-size: 14px;
  }

  .rememberAcc div:nth-child(1) {
    font-size: 14px;
  }

  .login-protected {
    font-size: 14px;
    width: 100%;
  }

  .login-protected span {
    font-size: 14px;
  }

  .forgotEmaillabel {
    font-size: 14px;
  }

  .forgotResetlabel {
    font-size: 14px;
    width: 100%;
  }

  .form-reset input {
    width: 60px;
    height: 60px;
  }

  .login-data .login-content .acc-created {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    line-height: 36px;
  }

  .login-data .login-content .acc-created img {
    width: 45px;
    height: 45px;
  }

  .login-data .login-content .acc-created {
    width: 100%;
  }

  .account-create-label {
    font-size: 14px;
  }

  .login-data .login-header .login-header-text p {
    margin-right: 1px !important;
  }
}

@media (max-width: 420px) {
  .form-reset input {
    width: 45px;
    height: 45px;
  }

  .login-data .login-header .login-header-text .sidebar-toggle-btn img {
    width: 30px;
    height: 30px;
  }

  .login-data .login-header .login-header-text p {
    font-size: 12px !important;
    margin-right: -2px !important;
  }

  .login-data .login-header .login-header-text p span {
    font-size: 12px !important;
  }

  .login-data .login-content .acc-created .acc-create {
    line-height: 44px;
    margin-bottom: 20px !important;
  }

  .account-create-label {
    margin-bottom: 45px !important;
  }

  .anquertag {
    font-size: 14px;
  }

  .rememberAcc div:nth-child(1) {
    display: none;
  }

  .rememberAcc {
    justify-content: flex-end;
  }
}

@media (max-width: 370px) {
  .login-data .login-header .login-header-text {
    margin-right: -5px !important;
    margin-left: 2px;
  }
}

.template-name-header::after,
.category-header::after,
.sub-category-header::after {
  content: "*";
  color: #f12626;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.form-check-input.toggle-template-radio {
  height: 24px;
  width: 40px;
}

/* production Section Start */
.productionSection {
  background: #edf3ff;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

.test-mode-section-header {
  border-right: 1px solid #d4d4d4;
}

.test-mode-section {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.production-mode-section {
  border-bottom: 1px solid #eeeeee;
}

.nav {
  background-color: #eeeeee;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  gap: 8px;
  flex-wrap: nowrap;
}

.nav-pills .nav-link {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #131418;
  width: 100%;
}

.nav-pills .nav-link.active {
  color: #131418;
  background-color: #ffffff;
}

.productionSectionHeading {
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter";
  background: linear-gradient(
    117.63deg,
    #0050ff 0.32%,
    #9000ff 81.21%,
    #b61cd4 96.62%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #edf3ff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 64px;
  line-height: 28px;
}

.productionSectionChat {
  height: 76vh;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.productionMsgSec {
  height: 48px;
  background-color: #f6f6f6;
  vertical-align: middle;
  border: 1px solid #d4d4d4;
}

.chatMessagesSection {
  height: 34.8rem;
  overflow-y: scroll;
}

.chatMessagesSection::-webkit-scrollbar {
  display: none;
}

.chatMessageSec {
  margin: 0 0.5rem;
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  color: #2f323f;
  background: #f3f3f3;
  width: 95%;
  word-wrap: break-word;
  position: relative;
  margin-left: 3rem;
}

.chatMessages {
  font-size: 1rem;
  margin-bottom: 0.2rem;
  word-wrap: break-word;
}

.messageTimespent {
  font-size: 0.7rem;
  text-align: right;
  font-weight: 600;
  position: absolute;
  right: 12px;
  bottom: -20px;
}

.productionMode {
  color: #000000;
  border: none;
  background: transparent;
  outline: none;
  width: 90%;
}

.flex-wrapper {
  display: flex;
  padding-right: 1rem;
}

.userMessage {
  background-color: #666362;
  color: #fff;
  border-radius: 1rem;
  padding: 0.8rem 1.5rem;
  margin: 0.6rem 0.5rem;
  margin-right: auto;
  /* Align user message to the left */
  max-width: 80%;
  /* Adjust the maximum width as needed */
  word-wrap: break-word;
  /* Enable text wrapping */
}

.responseMessage {
  background-color: #0050ff;
  color: #ffffff;
  /* Adjust text color for better visibility */
  border-radius: 1rem;
  padding: 0.8rem 1.5rem;
  margin: 0.6rem 0.5rem;
  margin-left: auto;
  /* Align response message to the right */
  max-width: 80%;
  /* Adjust the maximum width as needed */
  word-wrap: break-word;
  /* Enable text wrapping */
}

.response-message {
  font-weight: bold;
  margin-top: 10px;
}

.test-response {
  background-color: #0050ff;
  color: #ffffff;
  border-radius: 1rem;
  padding: 0.8rem 1.5rem;
  margin: 0.6rem 0.6rem;
  margin-left: auto;
  max-width: 85%;
  word-wrap: break-word;
}

.message-icon {
  position: absolute;
  left: 0;
}

.prod-response {
  background-color: #0050ff;
  color: #ffffff;
  border-radius: 1rem;
  padding: 0.8rem 1.5rem;
  margin: 0.6rem 0.5rem;
  margin-left: auto;
  max-width: 83%;
  word-wrap: break-word;
}

.scrollable-section {
  height: 70vh;
  overflow-y: auto;
}

.scrollable-section::-webkit-scrollbar {
  width: 4px;
}

.scrollable-section::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #d9d9d9;
}

.sidebar {
  transition: width 0.3s ease;
  position: relative;
}

.sidebar1 {
  transition: width 0.3s ease;
  position: relative;
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]::after {
  position: absolute;
  content: attr(data-tooltip);
  width: 290px;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  text-align: center;
  box-sizing: border-box;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  background: #fff;
  padding: 0.5rem;
  border: 1px solid lightgray;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  z-index: 1000;
}

[data-tooltip]:hover::after {
  visibility: visible;
  opacity: 2;
}

[data-tooltip]:hover::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid lightgray;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: vertical;
}

.typingIndicator {
  position: absolute;
  bottom: 0;
  left: -50px;
  display: none;
}

/* Second css */
html,
body {
  padding: 0;
  margin: 0;
}

.panel-container {
  display: flex;
  flex: 1;
  height: 100vh;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.panel-container-collapse {
  flex: 0;
}

.arrow {
  background-color: #f8f8f8;
  border: none;
  color: #000000;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  width: 100%;
  height: 48px;
  vertical-align: middle;
}

.full-width {
  width: calc(100% - 50px);
}

.collapsedData {
  flex: 0 0 auto;
  width: 25%;
  transition: width 0.5s;
}

.collapsedData .collapseSec {
  display: none;
}

.collapsedData .expand {
  display: inline-block;
}

.template-section {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #ffffff;
  padding: 24px;
  transform: translateY(130%);
  transition-timing-function: ease-in;
  transition: 1s;
  opacity: 0;
  /* margin-top: 100px; */
  height: 100%;
}

.is-shown {
  transition: 1s;
  transition-timing-function: ease-out;
  transform: translateY(0);
  opacity: 1;
}

.template-section::after {
  content: "";
  background: red;
}

.save-button {
  width: 240px;
}

.innerMain {
  width: 100%;
  min-height: 100vh;
}

.customInput {
  border-radius: 1rem;
}

.header-selection {
  display: flex;
}

.header-wrap {
  display: flex;
  margin-left: 20px;
}

.maya-img {
  object-fit: contain;
}

.form-check-input {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.form-check-input:checked {
  background-color: #0050ff;
  border-color: #0050ff;
}

/* Add this to your stylesheet */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader {
  border: 8px solid #4caf50;
  /* Green border */
  border-top: 8px solid #fff;
  /* White border */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.OptionMain {
  display: flex;
  flex-wrap: nowrap;
  /* Prevent wrapping to keep items in a single line */
  overflow-x: auto;
  /* Enable horizontal scrolling when items overflow the container */
  gap: 1%;
  /* Adjust the gap between options */
  padding-bottom: 10px;
}

.MayaOption {
  background: #333333;
  border-radius: 15px;
  border: 2px solid gray;
  color: white;
  padding: 1% 0.5%;
  /* Adjust padding for better spacing */
  margin: 1%;
  /* Add margin for better spacing between items */
  flex: 0 0 auto;
  /* Prevent items from growing or shrinking */
  min-width: calc(33.33% - 3%);
  /* Set a minimum width for each option (one-third of the container width) */
  max-width: calc(33.33% - 3%);
  /* Set a maximum width for each option (one-third of the container width) */
  box-sizing: border-box;
  /* Include padding and border in the width calculation */
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.regInput {
  display: flex;
  align-items: center;
  gap: 12px;
}

.regLabel {
  width: 140px;
}

.regLabelUserName {
  width: 240px;
}

.regLabelUserName {
  width: 240px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

div.message.responseMessage > a {
  color: #0d6efd !important;
}

.form-check-label {
  cursor: pointer;
}

body {
  font-family: "Inter";
  padding: 0;
  margin: 0;
}

.manyContent {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  width: 100%;
}

.headerSect {
  background: #161616;
  border-bottom: 1px solid #a6a6a6;
  height: 7.39vh;
}

.headerHome {
  background: #161616;
  border-bottom: 1px solid #a6a6a6;
  position: relative;
}

.lightDarkMode {
  position: absolute;
  top: 7;
  right: 0;
}

.footerSect {
  background: #161616;
  border-top: 1px solid #a6a6a6;
}

.bodySect {
  padding: 4rem 0;
}

.bodySectPara {
  font-size: 20px;
}

.tokenSec {
  position: relative;
}

.tokenPopUp {
  position: absolute;
  top: 0;
  right: 0;
  color: #00ffa2;
  font-size: 1rem;
  font-weight: 700;
}

.bodySectButton {
  padding: 12px 110px;
  background: #00ffa2 !important;
}

.bodySectButton-sm.bodySectButton {
  padding: 12px 40px;
  background: #00ffa2;
}

.bodySectSupport {
  padding-top: 3.3rem;
}

.dark-mode {
  background: #161616;
}

.dark-mode .text-mode {
  background: #161616;
  color: #fff;
}

.light-mode .text-mode {
  background: #fff;
  color: #161616;
}

.accordSubHeading {
  font-size: 0.87rem !important;
  font-weight: 500 !important;
}

.cursorPointer {
  cursor: pointer;
}

.draftSubHeadingTitle {
  color: rgba(0, 0, 0, 0.6);
}

.draftButton {
  font-size: 0.4rem;
  font-weight: 600;
  color: #161616;
  background-color: #00ffa2;
  padding: 0 7px;
  display: flex;
  align-items: center;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'  fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
}

.innerAccordBody {
  padding: 0 !important;
}

.ineerAccordBodyItem {
  border: none !important;
}

.accordion-button:not(.collapsed) {
  color: black !important;
  background-color: white !important;
  box-shadow: none !important;
}

.accordion-button {
  padding: 1rem !important;
}

.accordion-item:first-of-type {
  border-radius: 0;
}

.accordion-item:last-of-type {
  border-radius: 0;
}

.accordSection {
  border-right: 1px solid #e5e5e5;
}

input[type="radio"] {
  display: none;
}

.radio-label {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../static/images/RadioUnchecked.svg");
  /* Image for unchecked state */
  background-size: cover;
}

input[type="radio"]:checked + .radio-label {
  background-image: url("../static/images/RadioChecked.svg");
  /* Image for checked state */
}

.createTemplate {
  height: 7.04vh;
}

.templateSaveButton {
  background: #00ffa2;
  font-size: 0.87rem;
  font-weight: 600;
  padding: 0.25rem 1.25rem;
  outline: none;
}

.careTemplateSubHeading {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
}

.categorySec {
  padding: 0.55rem;
  font-size: 0.87rem;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  background: #fff;
  outline: none;
}

/* production Section Start */
.productionSection {
  background: #161616;
}

.productionSectionHeading {
  font-size: 0.88rem;
  font-weight: 500;
  color: #e5e5e5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 7.04vh;
}

.productionSectionChat {
  height: 76vh;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.productionMsgSec {
  height: 9.71vh;
}

.chatMessagesSection {
  height: 34.8rem;
  overflow-y: scroll;
}

.chatMessagesSection::-webkit-scrollbar {
  display: none;
}

.chatMessageSec {
  margin: 0 0.5rem;
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  color: #2f323f;
  background: #f3f3f3;
  width: 95%;
  word-wrap: break-word;
  position: relative;
  margin-left: 3rem;
}

.chatMessages {
  font-size: 1rem;
  margin-bottom: 0.2rem;
  word-wrap: break-word;
}

.messageTimespent {
  font-size: 0.7rem;
  text-align: right;
  font-weight: 600;
  position: absolute;
  right: 12px;
  bottom: -20px;
}

.productionMode {
  color: #e5e5e5;
  border: none;
  background: transparent;
  outline: none;
  width: 90%;
}

.flex-wrapper {
  display: flex;
  padding-right: 1rem;
}

.userMessage {
  background-color: #666362;
  color: #fff;
  border-radius: 1rem;
  padding: 0.8rem 1.5rem;
  margin: 0.6rem 0.5rem;
  margin-right: auto;
  /* Align user message to the left */
  max-width: 80%;
  /* Adjust the maximum width as needed */
  word-wrap: break-word;
  /* Enable text wrapping */
}

.responseMessage {
  background-color: #0050ff;
  color: #ffffff;
  /* Adjust text color for better visibility */
  border-radius: 1rem;
  padding: 0.8rem 1.5rem;
  margin: 0.6rem 0.5rem;
  margin-left: auto;
  /* Align response message to the right */
  max-width: 80%;
  /* Adjust the maximum width as needed */
  word-wrap: break-word;
  /* Enable text wrapping */
}

.response-message {
  font-weight: bold;
  margin-top: 10px;
}

.test-response {
  background-color: #0050ff;
  color: #ffffff;
  border-radius: 1rem;
  padding: 0.8rem 1.5rem;
  margin: 0.6rem 0.6rem;
  margin-left: auto;
  max-width: 85%;
  word-wrap: break-word;
}

.message-icon {
  position: absolute;
  left: 0;
}

.prod-response {
  background-color: #0050ff;
  color: #ffffff;
  border-radius: 1rem;
  padding: 0.8rem 1.5rem;
  margin: 0.6rem 0.5rem;
  margin-left: auto;
  max-width: 83%;
  word-wrap: break-word;
}

.scrollable-section {
  max-height: 300px;
  overflow-y: auto;
}

.scrollable-section::-webkit-scrollbar {
  width: 4px;
}

.scrollable-section::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #d9d9d9;
}

.sidebar {
  transition: width 0.3s ease;
  position: relative;
}

.sidebar1 {
  transition: width 0.3s ease;
  position: relative;
}

[data-tooltip] {
  position: relative;
  cursor: pointer;
}

[data-tooltip]::after {
  position: absolute;
  content: attr(data-tooltip);
  width: 290px;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  text-align: center;
  box-sizing: border-box;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  background: #fff;
  padding: 0.5rem;
  border: 1px solid lightgray;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  z-index: 1000;
}

[data-tooltip]:hover::after {
  visibility: visible;
  opacity: 2;
}

[data-tooltip]:hover::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid lightgray;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: vertical;
}

.typingIndicator {
  position: absolute;
  bottom: 0;
  left: -50px;
  display: none;
}

/* Second css */
.primary-panel {
  background: #fff;
  flex: 1;
  border-right: 1px solid #e5e5e5;
  position: relative;
}

.arrow {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #7b7b7b;
  border-radius: 50%;
  font-size: 8px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -13px;
  top: 20px;
  cursor: pointer;
  z-index: 9;
  display: none;
}

.full-width {
  width: calc(100% - 50px);
}

.collapsedData .panel-content {
  display: none;
}

.collapsedData {
  flex: 0;
  min-width: 25px;
  transition: flex 0.5s ease;
}

.primary-panel .expand {
  display: none;
}

.primary-panel .collapseSec {
  display: block;
}

.collapsedData .collapseSec {
  display: none;
}

.collapsedData .expand {
  display: inline-block;
}

.primary-panel {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

#password-container {
  position: relative;
}

#password {
  padding-right: 30px;
  /* Adjust the padding based on your needs */
}

#show-password-btn {
  position: absolute;
  top: 70%;
  right: 1.5rem;
  transform: translateY(-50%);
  cursor: pointer;
}

.dark-mode .fa-eye {
  color: #161616;
}

.dark-mode .box-mode {
  background: #161616;
  color: #fff;
  box-shadow: 0 0 20px rgba(50, 50, 50, 0.8);
}

.light-mode .box-mode {
  background: #fff;
  color: #161616;
}

.custom-card {
  max-width: 700px;
  margin: auto;
  margin-top: 50px;
  background-color: #ffffff;
  padding: 50px 40px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.error-message {
  color: red;
}

/* Add this to your stylesheet */
#show-password-btn1 {
  position: absolute;
  top: 70%;
  right: 1.5rem;
  transform: translateY(-50%);
  cursor: pointer;
}
