@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);
.ZHU5erYb-GK8NO7Leq\+pLw\=\=::before {
  content: '';
  background-color: white;
  opacity: 40%;
  width: 20%;
  height: 0%;
  top: 0%;
  transform: skew(45deg);
  position: absolute;
  transition: left 800ms;
  left: -10%;
}

.VWwQ2kG1cJvno\+svQRvFPQ\=\=:hover .ZHU5erYb-GK8NO7Leq\+pLw\=\=::before {
  height: 100%;
  left: 150%;
}

.wCpTw\+lByvbBYct56hqaBw\=\=::after,
.wCpTw\+lByvbBYct56hqaBw\=\=::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
}

.wCpTw\+lByvbBYct56hqaBw\=\=::before {
  top: 50%;
  left: 0;
  border-bottom-right-radius: 100%;
  box-shadow: 1px -1px #ffffff;
}

.wCpTw\+lByvbBYct56hqaBw\=\=::after {
  bottom: 50%;
  left: 0;
  border-top-right-radius: 100%;
  box-shadow: 1px -1px #ffffff;
}

.Uh6\+XCyXyF7y0J8bSXpSOg\=\=,
.wCpTw\+lByvbBYct56hqaBw\=\= {
  position: relative;
}

div.productPlanTableRow > div:not(:first-of-type):nth-of-type(odd) {
  background: #fafafa;
}

div.productPlanTableRow.active > div:not(:first-of-type):nth-of-type(odd) {
  background: #eef5ff;
}

.itr-detail-table {
  box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.06); /* Converted HEX to RGBA */
  z-index: 10; /* sm:z-10 */
}

/* Container animation - gray background appears first */
.progress-bar-container {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.3s ease-out, transform 0.5s ease-out;
}
.progress-bar-container.container-animate {
  opacity: 1;
  transform: scaleX(1);
}
/* Progress fill animation - colored bar appears after container */
.progress-bar-fill {
  width: 0;
  transition: width 1.5s ease-out;
}
.progress-bar-fill.animate {
  width: var(--final-width) !important;
}

@keyframes slideUpFromBottom {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-up-row {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-up-row.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered row animation */

.slide-up-table-row {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-up-table-row.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered cell animation */

.slide-up-cell {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-up-cell.visible {
  opacity: 1;
  transform: translateX(0);
}

.slide-up-cell.from-right {
  transform: translateX(20px);
}

.slide-up-cell.from-right.visible {
  transform: translateX(0);
}

.tax-summary-card-gradient {
  background: linear-gradient(
      to bottom right,
      rgba(241, 75, 205, 0.1) 0%,
      rgba(255, 255, 255, 0.3) 20%,
      white 70%
    ),
    linear-gradient(
      to bottom left,
      rgba(21, 114, 237, 0.25) 0%,
      rgba(255, 255, 255, 0.3) 20%,
      white 70%
    ),
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 100%);
}

.tax-optimise-carousel-dots button {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

.tax-optimise-carousel-dots button.carousel__dot--selected {
  background-color: rgba(0, 0, 0, 0.9);
}

/* The gradient for the copilot text can be moved to the cleartax theme */
.copilot-gradient-text {
  background: linear-gradient(
    94deg,
    #6469e4 28.57%,
    #e3756b 86.22%,
    #fbaa39 97.93%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-gradient-blur {
  position: relative;
}
.header-gradient-blur::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #eff1fb 58.17%, #fff 6.2%);
  filter: blur(30px);
  z-index: -1;
}
.header-gradient-blur::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(92deg, #e4e5ff 24.54%, #fae7e5 94.76%);
  filter: blur(18px);
  z-index: -2;
}
.body-gradient {
  background: linear-gradient(180deg, #fff 6.2%, #eff1fb 58.17%);
  background-size: cover;
  background-position: center;
}
.animation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  max-width: 300px;
  max-height: 300px;
  margin: auto;
}
@media (min-width: 768px) {
  .animation-container {
    max-width: 400px;
    max-height: 400px;
  }
}
@media (min-width: 1024px) {
  .animation-container {
    max-width: 500px;
    max-height: 500px;
  }
}
.body-gradient hr {
  width: 100%;
  border: 1px solid #f1f1f1;
}
.header-gradient-blur hr {
  width: 100%;
  border: 1px solid #f1f1f1;
}
@media (min-width: 1280px) {
  .chat-container {
    width: 100%;
    max-width: 1440px;
    padding-left: 135px; /* Keep for large screens */
    padding-right: 135px; /* Keep for large screens */ margin-left: auto; margin-right: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .chat-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .chat-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .chat-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.copilot-textarea {
  transition: all 0.2s ease-in-out;
}
/* Mannually applying the height for the screensize because if we do this in the 
tailwind theme then it breaks all other pages */
@media (min-width: 1800px) {
  .left-layout-height-for-1440 {
    height: 100vh !important;
  }
}
/* Hide scrollbar but keep the scrolling functionality */
.chatbody {
  scrollbar-width: none; /* Firefox */
}
.chatbody::-webkit-scrollbar {
  display: none; /* Webkit-based browsers (Chrome, Safari, etc.) */
}
.custom-toast {
  background-color: #fff !important;
  color: #e3756b !important;
  border-radius: 8px !important;
}
.custom-toast-body {
  font-weight: bold !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  font-size: 16px !important;
}
.custom-toast-icon {
  font-size: 24px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .custom-toast-body {
    font-size: 12px !important;
  }
}

