.advisory{
  padding: 32px 120px 12px;
}
.advisory-left .astrik , .new-user-subs-watchlist .astrik {
  font-size: 70px;
  font-weight: 700;
  font-family: manrope;
  line-height: 48px;
  color:#98A2B3;
}

.advisory-left{
  background-color: #EFEBFF;
  border-radius: 16px;
  padding: 30px 40px;
  position: relative;
}

.advisory-left h1 , .new-user-subs-watchlist h4{
  font-size: var(--font-size-20);
  font-weight: 500;
  margin-bottom: 1rem;
}

.advisory-left p{
  font-size: var(--font-size-14);
  color: #000000;
  opacity: .4;
  margin-bottom: 1rem;
  width: 500px;
  font-family: 'Manrope';
}

.advisory-left .show-question{
  color: #ffffff !important;
  font-size: var(--font-size-16);
  font-weight: 600;
}

.advisory-left .show-question:hover{
  color: #d4d1d1 !important;
  cursor: pointer;
}

.advisory-left a:hover{
  color: #000000 !important;
}

.right-arrow-img {
  filter: invert(1);
}

.advisory-left a:hover img {
  filter: invert(0);
}

.advisory-left .risk-top-img{
  position: absolute;
  bottom: 0;
  right: 52px;
}

.video-icon-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

/* Blur elements for unauthenticated users */
.blur-elements {
  filter: blur(6px);
  position: relative;
  user-select: none;
}

.canvas-div,
.live-return-blur {
  position: relative;
}

.canvas-div .login-view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: manrope;
  font-weight: 600;
  cursor: pointer;
}

.live-return-blur .login-view {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-family: manrope;
  font-weight: 600;
  font-size: var(--font-size-16);
  cursor: pointer;
}

/* Additional blur styling for better UX */
.blur-elements:hover {
  filter: blur(8px);
  transition: filter 0.3s ease;
}

.graph-container.blur-elements {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px;
}

.cagr-value.blur-elements {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 2px 6px;
}


.video-icon-box p{
  margin-bottom: 0;
  height: 18px;
  font-size: 14px;
}

.advisory-right-inner {
  background: #101828;
  padding: 2rem;
  height: 100%;
  border-radius: 16px;
  /* width: 100%; */
  position: relative;
}

.advisory-right-inner h5{
  color: #ffffff;
  font-size: var(--font-size-22);
  margin-bottom: 1rem;
  font-weight: 700;
}


.advisory-right-inner p{
  color: var(--Grey-300, #D0D5DD);
  /* Regular/14 */
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 22px;
}
.advisory-right-inner h5 span{
  font-size: var(--font-size-14);
  font-weight: 400;
}

.advisory-right-inner .progress{
  margin-bottom: 1rem;
  background: #404653;
  border-radius: 20px;
}

.advisory-right-inner .progress-bar-planner{
  background: #ffffff;
}



.profile-complete-button img {
  margin-left: 10px;
  background: white;
  border-radius: 50%;
  width: 33px;
  padding: 8px;
}

.grey-img-1{
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 10;
  border-radius: 16px;
  height: 70px;
}

.grey-img-2{
  position: absolute;
  bottom: 0;
  right: 15px;
  border-radius: 16px;
  height: 100px;
}

.profile-complete-button{
  z-index: 1060;
  /* max-width: 100%; */
  /* padding: 10px 32px;
  position: absolute;
  width: 79%;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%); */
}

.Create-new-goal{
  color: white !important;
  padding: 10px 32px;
}



.faq_section{
  padding-top: 16px;
  padding-bottom: 80px;
  padding-left: 120px;
  padding-right: 120px;
}

.faq_section .faq-heading{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.faq_section .card{
  margin-bottom: 16px;
  border: 0;
  border-radius: 16px;
  background: var(--Gradient-Purple-pink-gradient, linear-gradient(92deg, #FFEBFC 0%, #D6CBFE 100%));
}


.faq_section .card-header{
  background-color: rgba(109, 98, 98, 0);
  border: 0;
  padding: 18px 24px 12px;
}



.faq_section .card-body{
  padding: 0px 24px 24px;
}

.faq_section .btn-link{
  padding: 0;
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  text-align: left;
}

.faq_section .card-header[aria-expanded=true] .btn-link {
  font-weight: 600;
}

.faq_section .accordion .card:last-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 16px;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 16px;
}

.faq_section .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 16px;
}

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

.faq_section .card-header[aria-expanded=true] .minus-risk {
  display: block;
  border-radius: 32px;
  background: var(--Grey-700, #344054);
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  height: 56px;
  width: 56px;
}

.faq_section .card-header[aria-expanded=true] .minus-risk img{
  transform: none;
  filter: invert(1);
}

.faq_section .card-header[aria-expanded=true] .plus-risk {
  display: none;
  transform: none;

}


.faq_section .card-header[aria-expanded=false] .minus-risk {
  display: none;
}

.faq_section .card-header[aria-expanded=false] .plus-risk {
  display: block;
  border-radius: 32px;
  background: #F0F0F0;
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  height:40px;
  width: 40px;
}

.faq_section .card-header[aria-expanded=false] {
  background-color: white;
}


.faq_section .card-body p , .faq_section .card-body li{
  color: var(--Grey-700, #344054);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px
}

.faq_section .fag-heading{
  color: var(--Grey-900, #101828);
  /* Semibold (Heading)/feature news */
  font-family: Manrope;
  font-size: var(--font-size-36);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 26px;
  margin-top: 16px;
}


.login-view{
  display: none;
}


.all-about-section {
  background: var(--Pink-light, #FFEBFC);
  padding: 40px 120px 40px;
  position: relative;
}

.all-about-section-text {
  background-color: white;
  display: inline-flex;
  padding: 40px 32px 32px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 16px;
  position: relative;
  z-index: 10;
}

.all-about-text h2 {
  color: var(--grey-900, #101828);
  /* Semibold (Heading)/feature news */
  font-family: Manrope;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.all-about-text p {
  color: var(--grey-900, #101828);
  /* Regular/20 regular */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}

.readMoreLesstext h2 {
  margin-bottom: 16px;
  color: var(--grey-900, #101828);
  /* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


.readMoreLesstext h3 {
  margin-bottom: 16px;
  color: var(--grey-900, #101828);
  /* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.readMoreLesstext p,
.readMoreLesstext li {
  color: var(--grey-500, #667085);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}


.readMoreLesstext li {
  margin-left: 24px;
}


.all-about-section .bottom-fancy-img {
  position: absolute;
  left: 70px;
  bottom: 0;
}

.all-about-text {
  position: relative;
  z-index: 10;
}

.your-gaols {
  padding: 0px 120px 32px;
}

.your-gaols h3{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: var(--font-size-22);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.your-gaols .card , .active-inactive .card{
  border-radius: 10px;
  border: 1px solid var(--Grey-200, #EAECF0);
  background: var(--White, #FFF);
  /* Shadow 1 */
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
  padding: 12px 16px;
  margin:0px 10px 18px 10px;
  max-width: 412px;
}


.your-gaols .card .card-header , .active-inactive .card .card-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: white;
  background: white;
  position: relative;
  border-radius: 16px;
  /* position: relative; */
  padding: 0;
  margin-bottom: 16px;
}

.your-gaols .card .card-header::after , .active-inactive .card .card-header::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #6670852b;
}

.your-gaols .card .card-header a , .active-inactive .card .card-header a{
  color: var(--Grey-900, #101828);
/* Bold/22 */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
}

.your-gaols .card .card-header .dropleft .dropdown-toggle::before ,
.active-inactive .card .card-header .dropleft .dropdown-toggle::before {
  vertical-align: 0;
  display: none;
}

.your-gaols .card .card-body , .active-inactive .card .card-body{
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}

.your-gaols .card .card-body .progress ,
.active-inactive .card .card-body .progress{
  height: 10px;
}

.your-gaols .card .card-body .progress .progress-bar-planner ,
.active-inactive .card .card-body .progress .progress-bar-planner{
  border-radius: 8px;
  background: #CECECE;
}

.progress-bar-status p{
  color: var(--Grey-600, #475467);
  font-feature-settings: 'salt' on, 'liga' off;
  /* Medium/14 medium */
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-bottom: 8px;
}

.your-gaols .card p , .active-inactive .card p{
  font-family: manrope;
  margin-bottom: 0;
  font-style: normal;
  line-height: 24px; /* 200% */
  margin-bottom: 5px;
}

.duration-emi-cat{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.duration-emi-cat div p:first-child{
  color: var(--Grey-500, #667085);
  font-size: var(--font-size-12);
  font-weight: 400;
}

.duration-emi-cat div p:last-child{
  color: var(--Grey-900, #101828);
  font-size: var(--font-size-14);
  font-weight: 600;
}

.your-gaols .card .dropdown-menu .dropdown-item,
.active-inactive .card .dropdown-menu .dropdown-item{
  color: var(--Grey-600, #475467);
text-align: right;

/* Regular/16 regular */
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
display: flex;
padding: 10px 24px 10px 16px;
align-items: flex-start;
gap: 8px;
align-self: stretch;
}

.your-gaols .card .dropdown-menu .dropdown-item:hover,
.active-inactive .card .dropdown-menu .dropdown-item:hover{
  border-radius: 8px;
background: var(--Grey-50, #F9FAFB);
}

.your-gaols .card .dropdown-menu,
.active-inactive .card .dropdown-menu{
  padding: 6px;
  border-radius: 8px;
  border: 1px solid var(--Grey-100, #F2F4F7);
  background: var(--White, #FFF);
  /* Shadow 2 */
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.04);
}



.active-inactive{
  padding: 48px 120px 24px;
}

.active-inactive .nav-tabs .nav-link {
  display: block;
  padding: 24px 16px;
  color: var(--Grey-400, #98A2B3);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: white;
}

.active-inactive .nav-tabs .nav-item.show .nav-link, .active-inactive .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
}

.active-inactive .nav-tabs {
  border-top: 1px solid #dee2e6;
  border-bottom: 0;
  margin-bottom: 16px;
}

.active-inactive .nav-tabs .nav-link.active::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background: var(--Grey-900, #101828);
  height: 6px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}



.recent-financial-plans{
  padding-top: 24px;
}


.recent-financial-plans h2{
  color: var(--Grey-900, #101828);
  /* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}

.recent-financial-plans .duration-emi-cat{
  display: flex;
  flex-wrap: wrap;
}

.recent-financial-plans .duration-emi-cat div{
  width: 50%;
}

.recent-financial-plans .duration-emi-cat div:not(:last-child) {
  margin-bottom: 8px;
}


.suggested-portfolio{
  background:var(--navy_blue);
  padding: 48px 120px 70px;
}

.suggested-portfolio .suggested-portfolio-heading{
  margin-bottom: 24px;
}
.suggested-portfolio .suggested-portfolio-heading h2{
  color: var(--White, #FFF);
  font-family: Manrope;
  font-size: var(--font-size-36);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.suggested-portfolio .suggested-portfolio-heading p{
  color: var(--Grey-300, #D0D5DD);
  font-family: Manrope;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  /* margin-bottom: 0; */
  line-height: 150%; /* 24px */
}

.suggested-portfolio .suggested-portfolio-heading .btn-light{
  color: var(--Grey-900, #101828);
  text-align: center;
  font-family: Manrope;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  }

.suggested-portfolio .col-md-12{
  display: flex;
  justify-content: center;
}

.suggested-portfolio .nav-pills{
  Padding: 8px 12px;
  width: max-content;
  background: var(--gray-blue-shade);
  border-radius: 16px;
}
.suggested-portfolio .nav-pills .nav-link{
  font-size: var(--font-size-16);
  line-height: 24px;
  font-family: manrope;
  color: var(--grey-light-blue);
  padding: 10px 24px;
}

.suggested-portfolio .nav-pills .nav-link.active,
.suggested-portfolio .nav-pills .show>.nav-link {
  color: rgb(11 11 11);
  background-color: var(--white);
  border-radius: 10px;
  padding: 10px 24px;
}

.suggested-portfolio .card{
  background-color: #252121;
  border: 1px solid #475467;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  max-width: 380px;
}


.suggested-portfolio .card-header{
  border-bottom: 0px;
  background-color: rgb(0 0 0 / 0%) !important;
  position: relative;
}
.suggested-portfolio .card-header::after{
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 90%;
  height: 1px;
  background: var(--semi-gray);
}
.suggested-portfolio .card-header h4{
  font-size: var(--font-size-16);
  font-weight: 700;
  color: var(--white-blue-shade);
}
.suggested-portfolio #pink-border{
  border-top:5px solid var(--pink_medium);
  border-radius: 10px;
}
.suggested-portfolio #teal-border{
  border-top:5px solid var(--teal_dark);
  border-radius: 10px;
}
.suggested-portfolio #purple-border{
  border-top:5px solid var(--purple_dark);
  border-radius: 10px;
}
.suggested-portfolio .card p{
  margin-bottom: 0;
  color: #98A2B3;
  font-family: manrope;
  font-size: var(--font-size-12);
  font-weight: 500;
}

.suggested-portfolio .card-header .badge{
  font-family: manrope;
  border: 1px solid #579888;
  border-radius: 40px;
  font-size: var(--font-size-12);
  font-weight: 600;
  line-height: 16.39px;
  background-color: #344054;
  padding: 4px 12px;
  color: #96DDCC;
}
.suggested-portfolio .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.suggested-portfolio .card-body .inner-box-data{
  display: flex;
  justify-content: space-between;
}
.suggested-portfolio .card .card-body p{
  font-size: var(--font-size-12);
}
.suggested-portfolio .card .card-body h6{
  font-size: var(--font-size-16);
  font-weight: 600;
  line-height: 21.86px;
  color:#EAECF0;
}
.suggested-portfolio .card-body button{
  font-family: manrope;
}
.suggested-portfolio .col-md-4{
  margin-bottom: 16px;
}
.suggested-portfolio .btn-outline-light {
  color: var(--white-blue-shade);
  border-color: var(--semi-gray);
  font-size: var(--font-size-14);
  font-weight: 600;
  padding: 10px 32px 10px 48px;
  border-radius: 10px;
  width: 186px;
  height: 44px;
}
.suggested-portfolio   .btn-outline-light:hover {
  color: var(--black-grey-shade);
  border-color: var(--btn-outline-light);
}
.suggested-portfolio .btn-outline-light:hover img{
  filter: invert(1);
}

.suggested-portfolio .btn-light{
    padding: 10px 24px;
    color: var(--Grey-900, #101828);
    font-size: var(--font-size-14);
    font-weight: 600;
}

.img-graph{
  display: none;
}

.button-watchlist{
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.button-watchlist button{
  width: 100%;
  font-size: var(--font-size-16);
  padding: 8px !important;
  background-color: #F2F4F7;
  color: #101828;
}

.suggested-portfolio #carouselIndicatorsInsideGoal .container-fluid,
.suggested-portfolio  .container-fluid:nth-child(2) ,.suggested-portfolio .suggested-portfolio-heading,
#carouselIndicators .container-fluid{
  padding: 0;
}


#carouselIndicatorsInsideGoal .carousel-indicators li ,
#carouselIndicators .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}


#carouselIndicatorsInsideGoal .carousel-indicators  ,
#carouselIndicators .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -65px;
  left: 0;
  width: 12%;
  z-index: 15;
  padding-left: 0;
  margin-right: 0%;
  margin-left: 0%;
}





.ai-Risk-Modeling{
  padding: 36px 140px;
  background: var(--Pink-light, #FFEBFC);
}

.blog-div-right{
  padding: 0px 16px 0px 0px;
}


.blog-div-right .card{
  padding: 16px;
  border-radius: 16px;
}
.blog-div-right .card-body{
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.blog-div-right .card-body p{
  margin-bottom: 0;
}

.truncate {
  width:100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background:#fff;
}

.blog-heading-ai{
  color: var(--Grey-900, #101828);

/* Medium/18 */
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.blog-div-right .card .ai-top-img{
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}

.read{
  color: var(--Grey-400, #98A2B3);
font-feature-settings: 'salt' on, 'liga' off;
/* Semibold (Heading)/14 semibold */
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 171.429% */
}

.blog-text-ai{
  color: var(--Grey-500, #667085);

/* Regular/16 regular */
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}

.blog-div-right .card-footer{
  background-color: white;
  border-top: 0;
  margin-top: 2px;
  padding: 0;
}

.blog-div-right .card-footer a{
  color: var(--Pink-Dark, #D57BC8);
  /* Semibold (Heading)/16 semibold */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}



.next-back-icons{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background: white;
  padding: 14px 17px;
  border-radius: 50%;
}

.carousel-control-prev-icon {
  background-image: url(/static/img/newIcons/arrow-right.svg?371023e665b1);
  transform: rotate(180deg);
  filter: grayscale(100%);
}

.carousel-control-next-icon {
  background-image:url('/static/img/newIcons/arrow-right.svg?371023e665b1');
  filter: grayscale(100%);
}

.other-blog-section .col-md-3 .carousel-control-next {
  left: 90px;
  opacity: 1;
  max-height: 100%;
  bottom: 33px !important;
}

.other-blog-section .col-md-3 .carousel-control-prev {
  left: 22px;
  opacity: 1;
  max-height: 100%;
  bottom: 33px !important;
}

.news-letter-subscribe {
  padding: 48px 120px;
  position: relative;
}

.news-letter-subscribe h2{
  font-size: var(--font-size-36);
  font-weight: 400;
  color: #1D2939;
}
.news-letter-subscribe p{
  font-size: var(--font-size-16);
  font-weight: 400;
  color: #667085;
  margin: 1.5rem 0rem 2rem;
  font-family: manrope;
}

.news-letter-subscribe .form-control{
  height: 52px;
  border-radius: 14px;
}

.news-letter-subscribe .input-group-text{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  font-family: manrope;
}
.news-letter-subscribe .input-group-append{
  background: #1D2939;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  border: 1px solid #1d2939;
}

.news-letter-subscribe .input-group-text{
  font-size: var(--font-size-16);
  font-weight: 600;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #1d2939;
  border-radius: 16px !important;
  padding: 0 2rem;
}

.news-letter-subscribe img{
  position: absolute;
  bottom: 0;
  right: 30px;
}
.create-goal-modal .modal-dialog{
  background-color: white;
  border-radius: 8px;
}

.create-goal-modal .modal-footer{
  padding: 0px 30px 30px;
  border-top: 0;
}

.close {
  position: absolute;
  right: 24px;
  top: 24px;
  text-align: right;
  z-index: 1050 !important;
  color: var(--purple_dark);
  opacity: 1;
}

.create-goal-modal .suggested-portfolio {
  background: var(--navy_blue);
  padding: 48px 40px 60px !important;
  margin-bottom: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.create-goal-modal label{
  font-size: var(--font-size-14);
  color: var(--Grey-500, #667085);
  /* Semibold (Heading)/16 semibold */
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.create-goal-modal .form-control {
  height: calc(2rem + 2px);
  font-size: var(--font-size-12);
  font-family: manrope;
  box-shadow: none;
  border-color: #ced4da;
}
.create-goal-modal .form-group{
  margin-bottom: 14px;
}

.create-goal-modal .btn-dark-wright {
  padding: 8px 32px;
}

.create-goal-modal .modal-header p{
  margin-bottom: 0;
  color: var(--Grey-600, #475467);
  /* Regular/14 */
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.results-box{
  border-radius: 8px;
  padding: 18px 32px;
  background: var(--Pink-light, #FFEBFC);
  margin: 0px;
}
.results-box-inner{
  border-radius: 16px;
  background: var(--White, #FFF);
  padding: 24px 8px 24px 24px;
}

.results-box h3{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  margin-top: 12px;
}

.results-box-inner h5{
  color: var(--Grey-600, #475467);
  /* Semibold (Heading)/H5 */
  font-family: Manrope;
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.results-box-inner p , .results-box p{
  color: var(--Grey-500, #667085);
  font-family: Manrope;
  font-size: var(--font-size-12);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  }
.results-box-inner h4{
  color: var(--Grey-900, #101828);
  /* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


.tab-content-box{
  padding: 32px 24px;
  border-radius: 8px;
  background: var(--Grey-50, #F9FAFB);
  height: 405px;
  position: relative;
  margin-bottom: 30px;
}

.box-button{
  position: absolute;
  bottom: 16px;
  left: 38px;
  padding: 10px 24px;
  display: flex;
  gap: 18px;
  font-size: 14px;
}

.box-button img{
  filter: invert(1);
}

.box-button:hover img{
  filter: invert(0);
}

.tab-content-box label{
  color: var(--Grey-500, #667085);
  /* Semibold (Heading)/16 semibold */
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}

.tab-content-box .form-control{
  border-radius: 8px;
  border: 1px solid var(--Grey-300, #D0D5DD);
  background: var(--White, #FFF);
}

.financial_banner{
  padding: 8px 120px 0;
}

.financial-planner-div h2{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.financial_banner .breadcrumb-div .breadcrumb {
  padding: 12px 0px 8px;
  background-color: #e9ecef00;
  font-family: Manrope;
  margin-bottom: 0;
}


.financial_banner .breadcrumb-div .breadcrumb li{
  /* font-size: var(--font-size-14); */
}


.form-group {
  margin-bottom: 10px;
}


.financial-planner-div p{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  opacity: 0.5;
  margin-bottom: 16px;
}

.financial-form-section .form-group{
  margin-bottom: 10px;
}

.financial-form-section .nav{
  flex-direction: column;
}

.financial-form-section .nav-pills .nav-link{
  color: var(--Grey-500, #667085);
  /* Regular/16 regular */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 16px 24px;
  line-height: 150%; /* 24px */
}

.financial-form-section .nav-pills .nav-link.active,
.financial-form-section .nav-pills .show>.nav-link {
  color: var(--grey-900) !important;
  border-radius: 8px;
  background: var(--Gradient-Purple-pink-gradient, linear-gradient(92deg, #FFEBFC 0%, #D6CBFE 100%));
  font-weight: 600 !important;
}


.financial-result {
  display: flex;
  background-color: var(--Grey-100, #F2F4F7);
  border-radius: 7px;
  border: 1px solid var(--Grey-100, #F2F4F7);
  height: 75px;
  gap: 2px;
  margin-top: 24px;
  padding: 0;
  width: 100%;
}


.financial-result-box h2{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.financial-result-box p{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

.financial-planner-main-result{
  padding: 0px 120px;
  margin-bottom: 40px;
}

.financial-result-inner:nth-child(1),
.financial-result-inner:nth-child(2),
.financial-result-inner:nth-child(3),
.financial-result-inner:nth-child(6),
.financial-result-inner:nth-child(4),
.financial-result-inner:nth-child(5) {
  width: 16.66%;
  padding: 12px 24px;
}


.financial-result-inner {
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: white;
  border-radius: 7px;
}

.financial-result-inner p {
  margin-bottom: 0;
  font-family: manrope;
  font-size: var(--font-size-12);
}

.financial-result-inner p:first-child {
  color: var(--grey-700, #344054);
  font-weight: 400;
}

.financial-result-inner p:last-child {
  color: var(--grey-900, #101828);
  font-weight: 600;
}


.financial-result-box{
  background-color: green;
  padding: 32px;
  border-radius: 16px;
  background: var(--Gradient-purple-grey-gradient, linear-gradient(225deg, #F2F4F7 -0.05%, #EFEBFF 100%));
}

.financial-result-div{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.financial-result-div div{
  width: 48%;
  background-color: white;
  border-radius: 16px;
  padding: 20px 24px;
}

.financial-result-div div h4{
  color: var(--Grey-900, #101828);
  /* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.financial-result-div div p{
  color: var(--Grey-500, #667085);
  /* Regular/14 */
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.financial-result-div div h5{
  color: var(--Grey-900, #101828);
  /* Regular/20 regular */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

  .retirement-results {
    background-color: #ffeefe;
    border-radius: 12px;
    padding: 32px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 20px;
  }

  .results-left h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1d1d1f;
  }

  .results-left p {
    color: #666;
    font-size: 14px;
    margin-top: 8px;
  }

  .results-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .results-grid {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }

  .results-box-inner {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    flex: 1;
    min-width: 240px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  }

  .results-box-inner h5 {
    font-size: 20px;
    font-weight: 600;
    color: #475467;
    margin-bottom: 4px;
  }

  .results-box-inner p {
    font-size: 13px;
    color: #667085;
    margin-bottom: 12px;
  }

  .results-box-inner h4 {
    font-size: 20px;
    font-weight: 600;
    color: #101828;
  }

  .full-width {
    width: 100%;
  }

  .modal-body{
    margin-top: 0px !important;
  }

  .suggested-portfolio .card:hover {
    box-shadow: 0px -3px 24px 0px rgb(0 0 0 / 15%);
    transition: .3s ease all;
    margin-top: -3px;
}

.your-gaols .card:hover, .active-inactive .card:hover{
  box-shadow: 0px -3px 24px 0px rgb(0 0 0 / 15%);
    transition: .3s ease all;
    margin-top: -3px;
}

  @media (max-width: 1200px) {
    .suggested-portfolio{
    padding: 48px 30px 70px;
    }
}
  
  @media (max-width: 1200px){
    .advisory-left .risk-top-img{
      bottom: -35px;
      right: 20px;
      width: 60px;
    } 
  }
  
  @media (max-width: 1000px){
    .advisory {
      padding: 32px 20px 12px;
  }
  
  .advisory-right-inner h5 {
    font-size: 18px;
  }
  }
  @media(min-width:768px){
    .profile-complete-button{
      position: absolute;
      bottom: 30px !important;
      z-index: 100;
      color: white;
      width: 85% !important;
      font-weight: 600;
      z-index: 1050;
    }
  }
  
@media(max-width:767px){
  .breadcrumb-div{
    display: flex;
    justify-content: center;
  }

  .advisory {
    padding: 32px 20px 24px;
}

  /* Blur elements for unauthenticated users - Mobile */
  .blur-elements {
    filter: blur(6px);
    position: relative;
    user-select: none;
  }

  .canvas-div,
  .live-return-blur {
    position: relative;
  }

  .canvas-div .login-view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: manrope;
    font-weight: 600;
    cursor: pointer;
  }

  .live-return-blur .login-view {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-family: manrope;
    font-weight: 600;
    font-size: var(--font-size-16);
    cursor: pointer;
  }

  /* Additional blur styling for better UX - Mobile */
  .blur-elements:hover {
    filter: blur(8px);
    transition: filter 0.3s ease;
  }

  .graph-container.blur-elements {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px;
  }

  .cagr-value.blur-elements {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 2px 6px;
  }

.profile-complete-button{
  position: relative;
  z-index: 100;
}


.advisory-left p {
  font-size: var(--font-size-12);
  width: auto;
  font-weight: 500;
}

.advisory-left .risk-top-img {
  right: 16px;
  height: 89px;
  width: 85px;
}

.advisory-left {
  margin-bottom: 18px;
  padding: 30px 20px;
}


.advisory-right-inner{
  padding: 30px 20px;
}
.advisory-right-inner h5 {
  font-size: var(--font-size-18);
}

.faq_section {
  padding-top: 16px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.faq_section .fag-heading {
  font-size: var(--font-size-20);
  font-weight: 600;
}

.faq_section .btn-link {
  font-size: var(--font-size-16);
  font-style: normal;
  text-align: left;
}

.faq_section .card-body p, .faq_section .card-body li {
  font-size: var(--font-size-14);
  margin-bottom: 16px;
  line-height: normal;
}

.faq_section .card-header[aria-expanded=false] .plus-risk {
  height: 40px;
}

.faq_section .card-header[aria-expanded=true] .minus-risk {
  height: 40px;
  width: 40px;
  padding: 8px;
}

.faq_section .accordion .card .card-header:first-child, .faq_section .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}

.all-about-section {
  padding: 40px 20px 40px;
}
.all-about-text h2 {
  color: var(--grey-900, #101828);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}
.all-about-text p {
  font-size: 14px;
}

.your-gaols {
  padding: 0px 0px 32px;
}

.active-inactive {
  padding: 48px 0px;
}

.recent-financial-plans .col-md-4{
  margin-bottom: 20px;
}

.suggested-portfolio {
  background: var(--navy_blue);
  padding: 48px 20px 16px;
}


.suggested-portfolio .suggested-portfolio-heading p {
  font-size: var(--font-size-14);
}
.suggested-portfolio .suggested-portfolio-heading h2 {
  font-size: var(--font-size-20);
  font-weight: 600;
}
.suggested-portfolio .card .card-header div{
  flex: 2;
}

.suggested-portfolio .card .card-header span{
  flex:1;
}

.recommended-blog {
  padding: 40px 30px;
  background: #FFEBFC;
}

.recommended-blog-heading{
  padding: 0;
}
.recommended-blog-heading h5 {
  font-size: var(--font-size-20);
  font-weight: 600;
  margin-bottom: 20px;
}

.news-letter-subscribe {
  padding: 48px 20px;
  position: relative;
}

.news-letter-subscribe h2 {
  font-size: var(--font-size-20);
  font-weight: 600;
  color: #1D2939;
}
.news-letter-subscribe p {
  font-size: var(--font-size-14);
  font-weight: 400;
  color: #667085;
  margin: 2rem 0rem 2rem;
  font-family: manrope;
}

.create-goal-modal .modal-body {
  padding: 16px 0px;
  z-index: 1;
  margin-top: 0px;
}

.results-box {
  padding: 18px 0px;
  margin: 0px;
}

.results-box-inner{
  margin-bottom: 10px;
}


    .create-goal-modal .suggested-portfolio {
        padding: 50px 20px 40px !important;
        margin-bottom: 85px;
    }

.create-goal-modal .modal-content {
  border-radius: 0px;
  border: 0px;
}
.create-goal-modal{
  z-index: 1070;
}

.back-goal-modal-button{
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
}

.create-goal-modal .modal-title{
  font-weight: 600;
}

.create-goal-modal .modal-header{
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
}



.financial_banner {
  padding: 0px 20px;
}

.financial-result-inner p {
  font-size: var(--font-size-10);
}

.financial-result-box {
  background-color: green;
  padding: 32px;
  border-radius: 16px;
  background: var(--Gradient-purple-grey-gradient, linear-gradient(225deg, #F2F4F7 -0.05%, #EFEBFF 100%));
}

.financial-result {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  height: auto;
}

.financial-result-inner:nth-child(1), .financial-result-inner:nth-child(2), .financial-result-inner:nth-child(3), .financial-result-inner:nth-child(6), .financial-result-inner:nth-child(4), .financial-result-inner:nth-child(5) {
  width: 30.66%;
  padding: 8px 12px;
}

.financial-result-box {
  padding: 0;
}

.financial-result-box h2 {
  font-size: 20px;
  font-weight: 600;

}


.financial-result-div {
  flex-wrap: wrap;
}

.financial-result-div div {
  width: 100%;
}

.financial-planner-main-result{
  background: var(--Gradient-purple-grey-gradient, linear-gradient(225deg, #F2F4F7 -0.05%, #EFEBFF 100%));
}


.financial-result-inner:nth-child(1),
.financial-result-inner:nth-child(2),
.financial-result-inner:nth-child(3){
  margin-bottom: 5px;
}

.breadcrumb-div {
  display: flex;
  justify-content: flex-start;
}

.breadcrumb-div .breadcrumb{
  padding-top: 28px !important;
}

.financial-planner-main-result {
  padding: 28px 0px;
  margin-bottom: 20px;
}

.financial-planner-div h2 {
  margin-bottom: 8px;
  font-size: 20px;
}


.financial-form-section .nav {
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding: 15px;
  position: relative;
  z-index: 1000;
}

.financial-form-section .nav::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 43px;
  width: 84%;
  height: 1px;
  z-index: -1;
  background: #EAECF0;
}

.tab-content-box {
  height: auto;

}

.box-button {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 10px 24px;
  display: flex;
  gap: 10px;
  font-size: 14px;
}


.financial-form-section .nav-pills .nav-link.active,
 .financial-form-section .nav-pills .show>.nav-link {
  border-radius: 57px;
}



.financial-form-section .nav-pills .nav-link {
  color: var(--Grey-500, #667085);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 16px 24px;
  line-height: 150%;
  border-radius: 100px;
  background: var(--Grey-100, #F2F4F7);
}

.ai-Risk-Modeling {
  padding: 36px 30px;
}
.blog-div-right .card {
  width: 258px;
}

.other-blog-section .col-md-3 .carousel-control-prev {
  left: 0;
  opacity: 1;
  max-height: 100%;
  bottom: 33px !important;
  width: 130%;
}
.other-blog-section .col-md-3 .carousel-control-next {
  left: auto;
  opacity: 1;
  max-height: 100%;
  bottom:33px !important;
  width: 35%;
}

.blog-div-right {
  padding: 30px 16px 0px 0px;
}
.other-blog-section .col-md-3 h2 {
  font-size: var(--font-size-20);
  font-weight: 600;
}
.blog-div-right .carousel-item .row {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}

#carouselIndicatorsInsideGoal .carousel-indicators  ,
#carouselIndicators .carousel-indicators{
  width: 100%;
}

.recent-financial-plans h2 {
  margin-bottom: 10px;
  margin-left: 15px;
}

.active-inactive .card {
  margin: 10px;
}

}

:root {
    /* new color palletes */
     --White: #FFF;
     --pink-light: #FFEBFC;
     --pink-Dark: #D57BC8;
     --pink-medium:#FAA8F1;
    
     --Teal-light: #E5FFFB;
     --teal-medium: #96DDCC;
     --teal-dark: #579888;
    
     --purple-light: #EFEBFF;
     --purple-medium: #D9D0FC;
     --purple-dark: #C0B1F8;
    
     --grey-50: #F9FAFB;
     --grey-100: #F2F4F7;
     --grey-200: #EAECF0;
     --grey-300:#D0D5DD;
     --grey-400: #98A2B3;
     --grey-500: #667085;
     --grey-600: #475467;
     --grey-700: #344054;
     --grey-800: #1D2939;
     --grey-900: #101828;
    
     --Success-Light: #EAFFEC;
     --Success-Medium:#41B873;
     --Error-Light: #FFEAEA;
     --Error-Medium: #D92F2F;
     --Sage-light: #F8FFE5;
     --Sage-Medium: #9EA683;
      /* new color palletes */
    
    
      --font-size-8: 8px;
      --font-size-10: 10px;
      --font-size-12: 12px;
      --font-size-14: 14px;
      --font-size-15: 15px;
      --font-size-16: 16px;
      --font-size-18: 18px;
      --font-size-20: 20px;
      --font-size-22: 22px;
      --font-size-24: 24px;
      --font-size-26: 26px;
      --font-size-28: 28px;
      --font-size-30: 30px;
      --font-size-32: 32px;
      --font-size-34: 34px;
      --font-size-36: 36px;
      --font-size-38: 38px;
      --font-size-40: 40px;
      --font-size-42: 42px;
    
    }
    
    .btn-dark-wright{
        border-radius: 8px;
        font-weight: 600 !important;
        background: #1D2939;
        border: 1px solid var(--Grey-600, #475467);
        font-family: manrope;
        color: var(--White, #FFF);
    }

    .btn-dark-wright:hover{
        background-color: var(--White, #FFF);
        color: var(--Grey-800, #1D2939);
    }

    @keyframes shine {
        0% {left: -100px}
        20% {left: 100%}
        100% {left: 100%}
    }
    
    .btn-outline-wright{
        border-radius: 10px;
        border: 1px solid var(--Grey-600, #475467);
        background: rgba(29, 41, 57, 0.20);
        display: inline-flex;
        padding: 10px 32px 10px 48px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        color: var(--Grey-50, #F9FAFB);
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 171.429% */
    }
    
    .btn-outline-wright:hover{
        background-color: var(--Grey-50, #F9FAFB); 
        border-color: rgba(29, 41, 57, 0.20); 
    }
    
    
    .btn-light-wright{
        display: flex;
        width: 330.333px;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
    }
    
    
    .btn-white-wright{
        background-color: white;
        border-radius: 8px;
        font-family: manrope;
        padding: 14px 32px;
        font-weight: 600;
        border: 0;
        color: var(--Grey-900, #101828);
    }
    
    .btn-grey-wright{
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
        display: inline-flex;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 18px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
        display: inline-flex;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 18px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    
    
    .btn-white-wright{
        border-radius: 8px;
        border: 1px solid #fff;
        background: var(--White, #ffffff);
        color: #151414;
        font-feature-settings: 'salt' on, 'liga' off;
        /* Medium/14 medium */
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        line-height: 24px; /* 171.429% */
    }
    
    
    .btn-yellow-wright{
        background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
        color: var(--grey-900);
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--grey-900);
        
    }

    .pms-get-started {
        position: relative;
        overflow: hidden;
    }

    .pms-get-started:before {
            content: '';
            position: absolute;
            width: 100px;
            height: 100%;
            background-image: linear-gradient(
                120deg,
                rgba(255,255,255, 0) 30%,
                rgba(255,255,255, .8),
                rgba(255,255,255, 0) 70%
            );
            top: 0;
            left: -100px;
            animation: shine 3s infinite linear;
        }
    
    
    .btn-yellow-outline-wright{
        background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: var(--font-size-14);
        font-weight: 600;
        font-weight: 400;
        border: 1px solid #F9DE7A;
        border-radius: 4px !important;
        font-family: manrope;
        padding: 0px 24px;
    }
    

    .btn-teal-wright{
        background: linear-gradient(180deg, rgb(87, 152, 136) 29%, rgba(229,255,251,1) 50%, rgba(87,152,136,1) 71%);
        color: var(--grey-900);
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--grey-900);
    }

    .btn-teal-outline-wright{
        background: linear-gradient(180deg, rgba(87,152,136,1) 29%, rgba(229,255,251,1) 50%, rgba(87,152,136,1) 71%);
        -webkit-background-clip: text;
        background-clip: text;
        color: var(--grey-300) !important;
        font-size: var(--font-size-14);
        font-weight: 600;
        font-weight: 400;
        border: 1px solid #579888;
        border-radius: 4px !important;
        font-family: manrope;
        padding: 0px 24px;
    }

    .btn-purple-wright{
        background: linear-gradient(90deg, #D57BC8, #693A64);
        color: white;
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    /* button class */
.explore-investment-portfolio .col-lg-4, .explore-investment-portfolio .col-md-6 {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.txt_blue, .txt_pink, .txt_red, .txt_yellow,.txt_green ,.txt_blue {
    margin-top: 1rem;
    border-radius: 2px;
    padding: 5px 5px;
    font-family: Manrope;
    font-size: var(--font-size-13);
    font-weight: 500;
    background-color: transparent !important;
  }


.portfolio-card {
    background: rgba(37, 33, 33, 1);
    border-radius: 12px;
    color: #fff;
    overflow: hidden;
    position: relative;
    border: 1px solid #333;
    height: 100%;
    width: 100%;
    max-width: 360px;
  }

  .explore-investment-portfolio .pink-border {
    border-top: 5px solid var(--pink_medium) !important;
    border-radius: 10px !important;
  }

  .pink-border {
    border-top: 5px solid #FAA8F1 !important;
    border-radius: 10px !important;
  }

  .explore-investment-portfolio .purple-border {
    border-top: 5px solid var(--purple_dark) !important;
    border-radius: 10px !important;
  }

  .purple-border {
    border-top: 5px solid var(--purple_dark) !important;
    border-radius: 10px !important;
  }

  .explore-investment-portfolio .teal-border {
    border-top: 5px solid var(--teal_dark) !important;
    border-radius: 10px !important;
  }

  .teal-border {
    border-top: 5px solid var(--teal_dark) !important;
    border-radius: 10px !important;
  }
  .portfolio-title {
    font-weight: 600;
    font-size: 1.15rem;
    /* line-height: 34.11px; */
    color: #F9FAFB;
  }
  
  .portfolio-subtitle {
    font-size: 0.85rem;
    font-weight: 500;
    /* line-height: 25.58px; */
    color: #98A2B3;
  }
  
  .badge-custom {
    padding: 4px 10px;
    font-size: 0.7rem;
    border-radius: 999px;
    display: inline-block;
    margin-top: 6px;
  }
  
  .badge-trending {
    background-color: #3c9c88;
    color: white;
  }
  
  .badge-new {
    background-color: #6366f1;
    color: white;
  }
  
  .graph-container {
    background: linear-gradient(to top, #222 40%, transparent);
    padding: 0 10px;
    height: 65px;
  }
.card-bottom {
    font-size: 0.85rem;
  }
  
  .stat-label {
    font-size: 12.79px;
    font-weight: 400;
    color: #D0D5DD;
    margin-bottom: 2px;
  }
  
  .stat-value {
    font-weight: 600;
    margin: 0;
    color: #EAECF0;
  }

  /* .explore-investment-portfolio .card-header .badge {
    font-family: manrope;
    border: 1px solid var(--teal-extra-light);
    border-radius: 40px;
    font-size: var(--font-size-12);
    font-weight: 600;
    line-height: 16.39px;
    background-color: var(--grey-shade);
    padding: 4px 12px;
    color: var(--cyan-medium);
    position: absolute;
    right: 17px;
    top: 15px;
} */



.draw-badge-dark{
    border: 1px solid #579888;
    border-radius: 42.64px;
    font-size: 12.79px;
    font-weight: 600;
    line-height: 16.39px;
    background-color: #344054;
    padding: 1px 8px;
    color: #96DDCC;
    position: absolute;
    left: 15px;
    margin-top: 5px;
}

.recommended-investment-portfolio:hover{
  transition: .3s ease all;
  margin-top: -3px;
}