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

.gardient-text-invite-anyone {
  background: linear-gradient(89.92deg, #8b67f5 20.28%, #e65fdc 80.42%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.w-fit-important {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w-150px {
  width: 150px !important;
}

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

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

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

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

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

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

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

.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: -webkit-fit-content;
  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: -webkit-fit-content;
  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: -webkit-fit-content;
  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;
  }
}

.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;
  -webkit-animation: slide 2s infinite;
          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);
}

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

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

/* 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: start !important;
  justify-content: 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;
  }
}

