@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);
.instantHelpChatIcon svg {
  margin: 0;
}
.chatModuleContainer svg {
    margin: 0;
    fill: none;
  }

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

.shine-effect {
  position: relative;
  z-index: 0;
}

/* Shine */

.shine-effect:after {
  content: '';
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: slide 2s infinite;

  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.404) 35%,
    rgba(128, 186, 232, 0) 45%,
    rgba(125, 186, 232, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-preview {
  border-radius: 12px;
}

.preview-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: all;
  transition-duration: 0.5s;
  border-radius: 12px;
}

.playIcon {
  position: absolute;
  z-index: 2;
}

.preview-overlay:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.playIcon:hover + .preview-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.video-overlay {
  width: 100vw;
  height: 100vh;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
}

.close-icon {
  z-index: 11;
  float: right;
  cursor: pointer;
  position: absolute;
}

.card-wrapper {
  padding: var(--small) var(--xx-small);
  width: 100%;
}

.expandable-div {
  overflow: hidden;
  transition: 0.4s max-height ease-in;
}

.title-container {
  display: flex;
}

.main-content {
  padding-top: var(--small);
}

.primary-icon {
  cursor: pointer;
  margin: auto;
  max-width: 80%;
}

.primary-cta {
  text-align: center;
  margin-top: var(--large);
}

.list-item {
  border-bottom: var(--px) solid var(--mint-gray-300);
  border-top: var(--px) solid var(--mint-gray-300);
}

.list-title {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  float: left;
  padding: var(--0) var(--x-small);
}

.list-subtitle {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  float: right;
}

.summary-card-line-item {
  background-color: var(--mint-gray-100);
  padding: var(--xxx-small) var(--x-small);
  border-bottom: var(--px) solid var(--mint-gray-300);
}

.highlighted {
  background-color: var(--mint-black-200);
}

.switchview-wrapper {
  background-color: var(--mint-black-100);
  padding: var(--x-small);
  margin-bottom: var(--small);
  border-radius: var(--small-rounded);
  width: 100%;
}

.switchview-wrapper-expanded {
  background-color: var(--mint-black-200);
  width: 100%;
}

.switch-preview {
  margin-left: 0px;
  align-items: center;
  padding: 0 10px;
  border-radius: 4px;
  height: auto;
}

.ml-30 {
  margin-left: 30px;
}

.bg-color-lightblue {
  background-color: #eef5ff;
}

.border-bottom-large-important {
  border-bottom-left-radius: var(--large) !important;
  border-bottom-right-radius: var(--large) !important;
}

.picker-large {
  background: none;
  width: 100%;
  border-width: var(--px);
  border-color: var(--mint-gray-500);
  border-radius: var(--small-rounded);
  padding: var(--small);
}

.picker-medium {
  background: none;
  width: 100%;
  border-width: var(--px);
  border-color: var(--mint-gray-500);
  border-radius: var(--small-rounded);
  padding: var(--xx-small);
}

.div-label {
  margin-top: var(--medium);
}

.div-label-with-description {
  margin-top: var(--xx-small);
}

.div-label-2 {
  display: flex;
  margin-top: 48px;
}

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

.badge-container {
  height: 50px;
  border-bottom: solid 1px #ebebec;
  border-bottom-style: dashed;
}

.sub-plan-card {
  display: flex;
  flex-direction: column;
  margin: 8px;
  border-radius: 12px;
  justify-content: center;
}

.gold-badge {
  background: linear-gradient(#fbd039, #fddb85, #fbb939);
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #2c323c;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
}

.platinum-badge {
  background: linear-gradient(#acc1e2, #e7edfc, #b0c0d7);
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #2c323c;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
}

.itr-type-badge {
  background: #0e4ea2;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
}

.sub-plan-description {
  color: #0e4ea2;
  font-size: 16px;
}

.border-color-blue {
  border: 1px solid #b7d5fe;
}

@media (max-width: 767px) {
  .badge-container {
    height: 40px;
    margin-top: 12px;
  }

  .gold-badge {
    padding: 4px 8px;
    font-size: 10px;
  }

  .platinum-badge {
    padding: 4px 8px;
    font-size: 10px;
  }
  .itr-type-badge {
    font-weight: 600;
    font-size: 12px;
  }
  .sub-plan-card {
    margin: 6px;
  }
  .sub-plan-description {
    color: #0e4ea2;
    font-size: 12px;
  }
}

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

