* {
  box-sizing: border-box;
}

body {
  background-color: #faf9f7;
  margin: 0;
  padding: 0px !important;
  /* color: white; */
}

.onboarding {
  background-color: white !important;
  margin: 0;
  padding: 0;
  color: black;
  padding: 1px;
  padding-top: 2px;
}

.slides {
  min-height: calc(100vh-10px);
  /* overflow-y: scroll; */
}

.cursor-pointer {
  cursor: pointer;
}

input[type="range"] {
  width: 80%;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 3px;
  margin: 10px 0;
  width: 100%;
  background: #c5c5d2;
}

input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #ffffff;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

.container-fluid {
  height: calc(100vh-10px) !important;
  overflow-y: hidden;
}

.content {
  background-color: white;
  color: black;
  height: 100vh;
  max-height: 100vh;
  margin: 0px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.chat-content-area {
  /* overflow: auto; */
  /* height: 79vh; */
  /* overflow-x: hidden; */
}

/* .chat-input-area {
  min-height: calc(21vh);
} */
.chat-inputs-container {
  background-color: #f5f5f5;
  color: black;
  padding: 16px 24px;
  border-radius: 10px;
  /* box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); */
  min-height: 126px;
}

.chat-input-text-area {
  background-color: #f5f5f5 !important;
  background: #f5f5f5 !important;
  color: black;
  line-height: 1;
}

.chat-inputs-area-inner {
  /* min-height: 100px; */
  padding-top: 30px;
  padding-left: 150px;
  padding-right: 150px;
  padding-bottom: 30px;
}

.fa-paper-plane {
  color: grey;
  cursor: pointer;
}

.chatgpt-icon {
  width: 35px;
}

.user-chat-box {
  padding: 10px;
  padding-left: 50px;
  color: black;
}

.dynamicExample {
  border: 1px solid #0d0d0d !important;
}

.dynamicExample:hover {
  border: 1px solid #5e59ff !important;
  color: #5e59ff !important;
}

.form-select {
  /* border: 1px solid rgb(96, 95, 95); */
  border-radius: 5px;
}

small {
  font-size: 11px;
  padding: 12px;
  display: block;
}

.gpt-chat-box {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  /* padding-left: 50px; */
  /* padding-right: 50px; */
  color: black;
}

.chat-icon {
  margin: 0;
  padding: 0;
}

.chat-txt {
  margin: 0;
  padding: 0;
}

footer {
  background-color: #303235;
  color: #ffffff;
  min-height: 30px;
  font-size: 11px;
}

::-webkit-scrollbar {
  width: 8px;
  border-radius: 40px;
  -webkit-box-shadow: inset 0 0 0px #faf9f7;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px #faf9f7;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

@media only screen and (max-width: 768px) {
  .user-chat-box {
    padding-left: 20px;
  }

  .gpt-chat-box {
    padding-left: 20px;
  }

  .chat-inputs-container {
    margin-bottom: 8px !important;
  }

  .chat-inputs-area-inner {
    padding-left: 50px;
    padding-right: 54px;
    margin-bottom: 30px;
  }
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.letter {
  color: #fff;
  font-size: 18spx;
  font-weight: bold;
}

.chat-text-icon {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.new-chat-btn {
  background-color: #5452f5 !important;
  color: white !important;
  border-radius: 5px;
}

.new-chat-btn:hover,
.new-chat-btn:focus {
  /* background-color: #5452F5 !important; */
  cursor: pointer;
  color: white !important;
  transition: background-color 0.5s ease;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
}

/* .show-hide-text i,
.show-hide-text button {
  display: none;
} */
/* .show-hide-text:hover i{
  display: block;
}  */

.parent-div:hover .show-hide-text i,
.parent-div:hover .show-hide-text button {
  display: inline-block;
  cursor: pointer;
}

.fs-small {
  height: 0.8rem !important;
  font-size: 0.8rem !important;
}

.logo-img {
  height: 40px;
  margin-left: 50px;
}

.alpha-label {
  list-style-type: lower-alpha;
}

.hero li {
  line-height: 2;
}

.back-home {
  color: var(--OffBlack, #1e1e1e);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.chat-home {
  height: -webkit-fill-available !important;
}

.nav-footer-dropdown {
  border-color: #000000 !important;
  padding: 16px !important;
  gap: 16px !important;
  margin-bottom: 12px;
}

.nav-footer-home-dropdown {
  border-color: #000000 !important;
}

.side-nav {
  border-right: 1px solid var(--Offwhite, #f5f5f5);
  background: #fff;
}

.side-nav.small {
  width: 64px;
}

.side-nav.large {
  width: 180px;
}

.side-nav.large .inner {
  display: flex;
}

.side-nav.small li {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  cursor: pointer;
  width: 32px;
}

.side-nav.large li {
  margin-left: 20px;
  display: flex !important;
  flex-direction: row !important;
  gap: 8px !important;
  cursor: pointer;
}

.side-nav.small .inner {
  display: none;
}

.side-nav.small .inner.active {
  display: flex;
  text-align: center !important;
}

.side-nav.small .inner.active {
  display: flex;
  text-align: center !important;
  font-weight: 500;
  color: #011513 !important;
}

.side-nav-threads {
  /* height: calc(100vh - 55px); */
  /* background: black; */
  overflow-y: scroll;
  overflow-x: hidden;
}

.side-nav-threads::-webkit-scrollbar,
.chat-content-area::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.side-nav-threads,
.chat-content-area {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.side-nav-footer {
  height: 55px;
  background: #292b2e !important;
  /* overflow-x: hidden; */
  /* background: red; */
}

.side-nav ul {
  list-style: none;
  padding: 0;
  /* margin-top: 20px; */
}

.side-nav-threads li.thread {
  padding: 10px 0px 2px 10px;
  font-size: 14px;
  cursor: pointer;
}

.side-nav li.thread:hover {
  background-color: #495057;
}

.side-nav i {
  margin-right: 10px;
}

.dropdown-toggle::after {
  display: none;
}

.ant-modal-root .ant-modal-mask {
  backdrop-filter: blur(2px) !important;
}

.ant-modal .ant-modal-close {
  display: none !important;
}

.ant-modal .ant-modal-content {
  /* display: none !important; */
  /* min-height: 600px !important; */
  padding: 0px !important;
}

.legal-review-pop-up,
.engagement-pop-up {
  width: auto !important;
  height: auto !important;
}

.draft-document-popup {
  width: 860px !important;
  top: 50px !important;
}

.draft-document-popup .ant-modal-footer {
  visibility: hidden !important;
}

.retainer-pop-up {
  width: auto !important;
  border: 0px !important;
}

.subscription-pop-up {
  width: 1093px !important;
}

.review-pop-up,
.image-upload-pop-up {
  width: auto !important;
  height: auto !important;
}

.ant-rate {
  color: #6e40ff;
}

.decline-button {
  border-color: #5e59ff !important;
}

.select-client-dropdown {
  width: 100% !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.job-complete-select {
  width: 100% !important;
}

.job-complete-select .ant-select-selector {
  background: #eaeaea !important;
}

.select-client-dropdown .ant-select-selector {
  border-radius: 0px !important;
  border-color: black !important;
}

.select-client-dropdown .ant-select-arrow {
  color: black !important;
}

.ant-select-dropdown {
  border-radius: 0px !important;
  border: 1px solid black !important;
}

/* .thread-action-dropdown {
  background: linear-gradient(270deg, #f5f5f5 12.79%, rgba(245, 245, 245, 0) 100%) !important;
} */

.edit-dropdown-button {
  /* box-shadow: 0px 4px 4px 0px rgba(211, 211, 211, 0.75); */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* z-index: 20; */
}

.image-upload {
  border-color: #5e59ff !important;
}

.skeleton-loader {
  width: 100%;
  height: 32px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  margin: 0 20px 0 20px;
  /* border-radius: 4px; */
}

.dropdown-skeleton-loader {
  width: 164px;
  height: 35px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  /* margin: 0 20px 0 20px; */
  border-radius: 4px;
}

@keyframes shimmer {
  to {
    background-position: -200% 0;
  }
}

.bs-logo-container {
  display: none !important;
}

.ant-space-item.prospective-client {
  background-color: darkred !important;
}

p .cursor::after {
  margin-left: 10px;
  content: "|";
  color: transparent;
  font-size: 10px;
  display: inline-block;
  height: 2em;
  animation: blinkAndRotate 6s infinite linear;
  /* margin-left: 10px; */
}

/* Add this animation definition in your CSS or SCSS file */
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.select-client-dropdown.ant-space-item {
  width: 100%;
}

.rotating-cursor {
  width: 2px;
  height: 24px;
  position: absolute;
  animation: blinkAndRotate 6s infinite linear;
}

@keyframes blinkAndRotate {
  0%,
  10%,
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
    background-color: #716dff;
    /* Start and end with blue */
  }

  5%,
  25% {
    opacity: 0;
    /* First set of blinks in blue */
  }

  30%,
  40% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
    background-color: #716dff;
    /* Blue */
  }

  /* Start rotating and change to green mid-way */
  45% {
    transform: translate(-50%, -50%) rotate(180deg);
    background-color: #716dff;
    /* Halfway through rotation, still blue */
  }

  50% {
    transform: translate(-50%, -50%) rotate(360deg);
    background-color: rgb(0, 255, 4);
    /* End rotation, changes to green */
    opacity: 1;
  }

  60% {
    opacity: 0;
    /* Blink while green */
  }

  70% {
    opacity: 1;
    background-color: rgb(0, 255, 4);
    /* Stay green */
  }

  80% {
    opacity: 0;
    /* Blink while green */
  }

  85% {
    opacity: 1;
    background-color: rgb(0, 255, 4);
    /* Stay green */
  }

  90% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(360deg);
    background-color: rgb(0, 255, 4);
    /* Stay green */
  }

  95% {
    opacity: 0;
    /* Blink while green */
  }

  /* Complete second rotation, transition back to blue */

  100% {
    transform: translate(-50%, -50%) rotate(720deg);
    background-color: #716dff;
    /* Finish rotation, back to blue */
  }
}

/* divider

.horizontal-divider {
  background-color: rgb(237, 237, 237);
}

.horizontal-divider-text {
  color: rgb(158, 158, 158);
}

.form .divider {
  margin-bottom: 1.75rem;
} */

.mobile-screen-conatiner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 168px;
  width: 100%;
  height: 100%;
  top: 0px;
}

.mobile-logo-container {
  display: flex;
  align-items: center;
  height: 242px;
  width: 212px;
  margin-bottom: 2rem /* 32px */;
}

.mobile-screen-description-container {
  text-align: center;
}

.mobile-screen-description {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.mobile-screen-info-container {
  display: flex;
  text-align: center;
  padding-top: 56px;
  width: 198px;
}

.mobile-screen-info {
  font-size: 12px;
  font-weight: 500;
  color: #bdbdbd;
}

.mobile-text-main {
  color: #000;
}

.mobile-sub-text {
  color: #bdbdbd;
}

/* divider */

.divider {
  margin-bottom: 1.75rem;
}

.horizontal-divider {
  background-color: rgb(158, 158, 158);
}

.horizontal-divider-text {
  color: rgb(158, 158, 158);
}

.new-project:hover {
  color: #5e59ff !important;
}

.nav-footer-dropdown button:hover {
  color: #5e59ff !important;
}

.drag-and-drop {
  border-style: dashed !important;
}

.text-[#5E59FF] {
  color: #5e59ff !important;
}

.chat > p {
  margin-top: 16px;
}

.chat ol > li {
  list-style: decimal;
  margin-left: 1.25rem;
}

.chat ul > li {
  list-style: disc;
  margin-left: 1.25rem;
}

.chat ul,
.chat ol {
  margin-top: 0px;
  margin-bottom: 16px;
}

.chat li {
  /* line-height: 1.75rem; */
}

.chat a {
  color: rgb(94 89 255 / var(--tw-text-opacity));
}

.chat h1,
.chat h2,
.chat h3,
.chat h4,
.chat h5,
.chat h6 {
  font-size: 18px !important;
  line-height: 1.5 !important;
  font-weight: bold;
  /* margin-top: 1.2rem; */
  margin-bottom: 1rem;
}

.chat p {
  line-height: 1.75;
  /* margin-top: 1.2rem; */
  /* margin-bottom: 1.2rem; */
}

.chat ul p,
.chat ol p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.chat code {
  font-size: 1rem;
  color: black !important;
  font-family: "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    "sans-serif";
}

.chat p:last-child,
.chat ul:last-child,
.chat ol:last-child,
.chat li:last-child {
  margin-bottom: 0px;
}

/* #tidio-chat-iframe {
  bottom: 200px !important;
} */

/* @media only screen and (max-width: 980px) {
  #tidio-chat-iframe {
    bottom: 200px !important;
  }
} */
.signup-pop-signup .cl-rootBox {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.cl-profileSectionItem__emailAddresses .cl-menuButton {
  display: none;
}

.cl-profileSection__danger {
  display: none;
}

.cl-button__emailAddresses {
  display: none;
}

.cl-rootBox {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 50px;
  margin-bottom: 50px;
}

.controls {
  display: flex;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 10px;
}

.controls-right {
  margin-left: auto;
}

.state {
  margin: 10px 0;
  font-family: monospace;
}

.state-title {
  color: #999;
  text-transform: uppercase;
}

.custom-tooltip {
  width: 400px;
  left: 700px;
  border: 2px solid rgba(228, 228, 228, 1);
  position: absolute;
  background-color: rgba(253, 252, 252, 1);
  color: black;
  padding: 16px 16px 16px 24px;
  border-radius: 3px;
  display: none;
}

.label-gradient-yellow {
  background: linear-gradient(0deg, #dca218, #dca218),
    linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
}

.activated-tab {
  background: #ecf5f3;
  padding: 8px 16px 8px 8px;
  height: 40px;
  color: #302f2f !important;
  gap: 8px;
  opacity: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.activated-tab .circle {
  background-color: #bcdad5;
  color: #001613;
  font-weight: 500;
}

.non-activated-tab {
  height: 40px;
  padding: 8px 16px 8px 8px;
  gap: 8px;
  opacity: 0px;
  border: 1px solid #d1d1d1;
  color: #302f2f;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.non-activated-tab .circle {
  background-color: #fafafa;
  color: #7f8c8d;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}

.completed-tab {
  height: 40px;
  padding: 8px 16px 8px 8px;
  gap: 8px;
  opacity: 0px;
  color: #949494;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  background-color: #f6f9f6 !important;
}

.completed-tab .circle {
  background-color: #fff;
}

.chatbox-half {
  width: 576px;
  padding: 26.64px;
}

.chatbox-full {
  width: 786px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .chatbox-full {
    width: 100%;
  }
}

.chatbox-full .button-box {
  /* width: 10%; */
}

.review-gradient {
  background: linear-gradient(120.12deg, rgba(255, 255, 255, 0.16) -33.59%, rgba(198, 168, 8, 0.16) 110.66%);
}

.draft-gradient {
  background: linear-gradient(113.42deg, rgba(19, 134, 111, 0.0288) 28.53%, rgba(19, 134, 111, 0.16) 84.89%);
}

.ask-gradient {
  background: linear-gradient(113.42deg, rgba(198, 29, 202, 0.03) 28.53%, rgba(198, 29, 202, 0.105) 84.89%);
}

.review-information-gathered {
  background: white;
}

.ask-information-gathered {
  background: rgba(38, 70, 83, 0.04);
}

.draft-information-gathered {
  background: rgba(38, 70, 83, 0.04);
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.information-msg {
  background: linear-gradient(0deg, #faf6e8, #fff);
}

/* Add more width classes as needed */

.editor-box {
  box-shadow: 0px 0px 4px 0px #2646530a;
  box-shadow: 0px 4px 12px 0px #00000014;
}

.data-captured-modal {
  width: 816px !important;
}

.ws-retry-popup {
  width: 350px !important;
  top: 600px !important;
  left: 3000px !important;
  bottom: 50px !important;
  margin: 50px !important;
}

/* Optional: Adjust the inner content if needed */
.ws-retry-popup .ant-modal-content {
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.subscription-popup {
  width: 992px !important;
  height: 778px !important;
  top: 50px !important;
}

.upgrading-plan {
  width: 872px !important;
  height: 370px !important;
  top: 50px !important;
}

.business-plan-unlocked {
  width: 872px !important;
  height: 745.5px !important;
  top: 50px !important;
}

.find-best-lawyer {
  width: 800.5px !important;
  height: 590px !important;
  top: 50px !important;
}

.meeting-confirmation {
  width: 860px !important;
  height: 592px !important;
  top: 50px !important;
}

.next-steps {
  width: 800px !important;
  height: 585px !important;
  top: 50px !important;
}

.checkout-modal {
  width: 100vw !important;
  top: 0px !important;
}

.show-scheduled-meeting {
  width: 1000px !important;
  height: 700px !important;
  top: 50px !important;
  background: #fff !important;
  border-radius: 8px !important;
  padding: 0px !important;
}

@media only screen and (max-width: 768px) {
  .show-scheduled-meeting {
    width: 100vw !important;
    height: 100vh !important;
    top: 0px !important;
    background: #fff !important;
    border-radius: 0px !important;
    padding: 10px !important;
  }
}

.bg-accurate {
  background: rgba(19, 117, 19, 0.1);
}

.bg-incorrect {
  background: rgba(162, 0, 9, 0.1);
}

.bg-incomplete {
  background: rgba(220, 162, 24, 0.1);
}

.talk-to-lawyer-banner {
  background: #14866f;
  background: linear-gradient(90deg, rgba(236, 245, 243, 1) 0%, rgba(236, 245, 243, 0.56) 100%);

  /* background: linear-gradient(90deg, #ECF5F3 0%, rgba(236, 245, 243, 0.96) 100%); */
}

.talk-to-lawyer-banner:hover {
  background: #14866f;
  background: linear-gradient(90deg, rgba(236, 245, 243, 0.9) 0%, rgba(236, 245, 243, 0.86) 100%);

  /* background: linear-gradient(0deg, #14866F, #ECF5F3 0%), linear-gradient(90deg, #ECF5F3 0%, rgba(236, 245, 243, 0.96) 100%); */

  /* background: linear-gradient(90deg, #14866F 0%, rgba(236, 245, 243, 0.86) 100%); */
}

.padding {
  padding-left: 10px;
  width: 70px;
}

.talk-to-lawyer-banner:hover > .padding {
  padding-left: 30px;
  color: #011513 !important;
}

.ask-inhouse-plan-button {
  color: #949494 !important;
  border: 1px solid #949494;
}

.inhouse-pro-plan-button {
  background-color: white;
  color: #353535 !important;
  border: 1px solid #b6b6b6;
}

.inhouse-counsel-button {
  background-color: #1b2b48;
}

.bg-tell-us-nudge {
  background: linear-gradient(
    90deg,
    rgba(79, 69, 244, 0.08) 0%,
    rgba(126, 21, 134, 0.08) 50.5%,
    rgba(218, 99, 144, 0.08) 100%
  );
}

.text-tell-us-nudge {
  background: linear-gradient(90deg, #4f45f4 0%, #7e1586 77.3%, #da6390 153.07%);
  -webkit-background-clip: text;
  color: transparent;
}

.cl-logoBox {
  display: none;
}

.cl-headerTitle {
  font-family: Lora;
  font-style: italic;
  font-size: 20px !important;
}

.selected-plan-border {
  border-image: linear-gradient(to right, #13866f, #155c86) 1;
  /*
  border-image-source: linear-gradient(0deg, #E4E4E4, #E4E4E4),
    linear-gradient(30deg, #13866F 0%, #155C86 99.44%); */
}

@keyframes blink {
  0%,
  80%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.animate-blink {
  animation: blink 1.4s infinite;
}

.upgrade-plan-card-outer {
  background: linear-gradient(to right, #13866f, #155c86);
  padding: 1.5px;
  border-radius: 13px;
  display: inline-block;
}

.upgrade-plan-card-inner {
  background: white;
  border-radius: 13px;
}

.chatbox {
  position: relative;
  z-index: 1;
}

.chatbox::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    92.72deg,
    rgba(36, 131, 112, 0.2) 0%,
    rgba(168, 67, 170, 0.2) 49.52%,
    rgba(223, 138, 100, 0.2) 100%
  );
  z-index: -1;
  border-radius: 12px;
  /* match chatbox radius */
}

.chatbox-gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.5px;
  /* Thickness of border */
  border-radius: inherit;
  background: linear-gradient(90deg, #0ea89c, #8d59a0, #fd8654);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
}

.chatbox-gradient-border:focus-within::before {
  opacity: 1;
}

.primary-btn {
  background-color: #1b2b48;
  border-radius: 999px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: white;
  width: auto;
}

.primary-btn:hover {
  background-color: #0d1524;
}
.primary-btn:disabled {
  color: #1b2b48;
  background-color: #e4e4e4;
  opacity: 0.7;
  cursor: not-allowed;
}

.secondary-btn {
  background-color: white;
  border: 1px solid #1b2b48;
  border-radius: 999px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #1b2b48;
  width: auto;
}

.secondary-btn-qab {
  background-color: white;
  border: 1px solid #1b2b48;
  border-radius: 999px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #1b2b48;
  width: auto;
}

.secondary-btn:hover,
.secondary-btn-qab:hover {
  background-color: #f8f9fa;
}
