
.invest-now{
  padding: 10px 32px;
}

.create-risk-profile{
  font-family: manrope;
  margin: 24px 120px 24px;
}



.after-risk-profile-container{
  font-family: manrope;
  margin: 24px 56px 64px;
}

.create-risk-profile-left .astrik , .new-user-subs-watchlist .astrik {
  font-size: 80px;
  font-weight: 700;
  font-family: manrope;
  line-height: 80px;
  color:#98A2B3;
  
}

.create-risk-profile-left{
  background-color: #EFEBFF;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

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

.create-risk-profile-left p{
  font-size: var(--font-size-16);
  color: #000000;
  opacity: .4;
  margin-bottom: 1rem;
  width: auto;
  font-family: 'Manrope';
}

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

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

.create-risk-profile-left a:hover{
  color: #000000 !important;
}

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

.create-risk-profile-left a:hover img {
  filter: invert(0);
}

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


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

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


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


.profile-complete-button{
  position: absolute;
  bottom: 30px;
  z-index: 100;
  color: white;
}

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

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

.guide-img{
  position: relative;
  z-index: 100;
  width: 250px;
}


.play-img-box{
  width: 40px;
  height: 40px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}


.create_review_input{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 16px;
  position: relative;
}

.create_review_input input{
  width: 240px;
  border-radius: 8px;
  padding: 11px 14px;
  border: 1px solid var(--grey-300);
}

.create_review_input a{
  border-radius: 8px;
}


.processing_spinner{
  position: absolute;
  top: 10px;
  left: 126px;
  border: 5px solid #ffffff;
  border-radius: 60%;
  border-top: 5px solid #eb20d5;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.import_holdings{
  padding: 32px 120px 48px;
}

.import_holdings .card{
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 8px;
}

.import_holdings .col-md-6:first-child .card{
  border-top: 5px solid #FAA8F1
}

.import_holdings .col-md-6:last-child .card{
  border-top: 5px solid #96DDCC
}


.import_holdings h5{
  font-family: Manrope;
  font-size: var(--font-size-24);
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: left;
}

.import_holdings p{
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

}

.holding_buttons , .stocks_number{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.holding_buttons button{
  padding: 12px;
  flex: 1;
  height: 50px;
  font-size: var(--font-size-16);
  font-weight: 600;
  width: 50%;
}

.stocks_number button{
  display: flex;
  /* justify-content: space-between; */
  flex: 1;
  height: 44px;
  border: 1px solid #EAECF0;
}

.stocks_number button span:first-child{
  font-size: var(--font-size-14);
  font-weight: 400;
}

.stocks_number button span:last-child{
  font-size: var(--font-size-14);
  font-weight: 600;
}

.fetch_success{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fetch_success span{
  font-size: var(--font-size-12);
  font-family: manrope;
  color: var(--teal-dark);
}

.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: 24px;
  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;
  /* padding: 0; */
}

.upload-transaction-Modal .modal-header h4{
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

.upload-transaction-Modal .modal-header p{
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}

.upload-transaction-Modal table{
  border-radius: 16px;
}

.upload-transaction-Modal table thead{
  background-color: var(--grey-100);
  border-radius: 16px;
  border-top: 0;
}

.upload-transaction-Modal .table thead th:first-child{
  border-top-left-radius: 16px;
}

.upload-transaction-Modal .table thead th:last-child{
  border-top-right-radius: 16px;
}

.upload-transaction-Modal .table thead th{
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  border: 0;
  padding: 20px;
}

.upload-transaction-Modal table tbody td{
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding: 20px;
}

.upload-transaction-Modal table thead th:not(:last-child){
  border-right: 1px solid var(--grey-200);
}

.upload-transaction-input{
  display: flex;
  gap: 24px;
  position: relative;
}


/* .upload-transaction-input div{
  width: 33%;
} */

.upload-transaction-box{
margin-bottom: 36px;
gap: 14px;
display: flex;
flex-direction: column;
}

.upload-transaction-input input{
border-radius: 8px;
padding: 11 14px;
border: 1px solid #D0D5DD;
}

.submit-upload-buttons{
display: flex;
justify-content: end;
align-items: center;
gap: 24px;
}

.submit-upload-buttons button{
width: auto;
font-size: var(--font-size-14);
padding: 0 16px;
height: 44px;
}

.upload-transaction-table{border: 1px solid var(--grey-300);border-radius: 16px;height: 338px;overflow: auto;}

.upload-transaction-Modal .modal-footer{
  border: 0;
}

.upload-transaction-Modal .modal-footer .btn-dark-wright {
  width: auto;
  font-size: var(--font-size-14);
  padding: 0 16px;
  height: 44px;
}


.upload-transaction-Modal .modal-footer img{
  filter: invert(1);
}


.upload-transaction-Modal .modal-footer .btn-dark-wright:hover img{
  filter: invert(0);
}





.investment-overview {
  padding: 32px 120px;
}

.investment-overview h1{
  margin-bottom: 32px;
  font-size: var(--font-size-36);
  font-weight: 600;
}

.toggle_button .btn-grey-wright{
  border-radius: 7px !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #2a2727 !important;
  text-decoration: none;
  background-color: #f9f9f9 !important;
}

.dropdown-menu .dropdown-item {
  color: var(--grey-600, #475467);
  text-align: left;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 16px;
  border-radius: 8px;
}

dropdown-menu-right{
  padding: 6px;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.investment-overview-card{
  background: rgba(242, 244, 247, 1.0);
  background: linear-gradient(135deg, rgba(242, 244, 247, 1.0), rgba(239, 235, 255, 1.0));
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 0;
  border-radius: 16px;
}

.investment-overview-card h3{
  font-family: Manrope;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;

}

.investment-overview-card .progress{
  height: 32px;
  border-radius: 8px;
  background-color: var(--pink-medium);
  position: relative;
  margin-bottom: 32px;
}

.investment-overview-card .progress-bar {
  background-color: #007bff00;
 
}


.investment-overview-card .progress-bar{
  /* background-color: var(--teal-medium); */
}

.eq_prog , .prog_name{
  color: var(--grey-900);
  font-weight: 600;
  font-size: var(--font-size-10);
  font-family: manrope;
  background-color: var(--teal-medium);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mf_prog {
  color: var(--grey-900);
  font-weight: 300;
  font-size: var(--font-size-10);
  font-family: manrope;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--pink-medium);
  /* border-top-right-radius: 10px; */
  line-height: 10px;
  font-weight: 500;
}

.equity-box .card-title ,
.mf-box .card-title{
  font-size: var(--font-size-14);
  font-weight: 400;
  line-height: 19.12px;
  font-family: Manrope;
  margin-bottom: 16px;
}

.equity-box .card, .mf-box .card{
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 12px;
  border-radius: 8px;
  border: 0;
}

.equity-box .card{
  border-top: 5px solid #96DDCC;
}
.mf-box .card{
  border-top: 5px solid #FAA8F1;
}

.curr_vl , .inv-amnt, .stock-num{
  font-size: var(--font-size-14);
  font-weight: 400;
  font-family: manrope;
  line-height: 19.12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;

}

.curr_vl .frst-child, 
.inv-amnt .frst-child, 
.stock-num .frst-child {
  color: var(--grey-500);
}

.curr_vl .scn-child, 
.inv-amnt .scn-child, 
.stock-num .scn-child{
  font-weight: 600;
  color: var(--grey-900) !important;

}

.diversification-box{
  background: rgba(242, 244, 247, 1.0);
  background: linear-gradient(135deg, rgba(242, 244, 247, 1.0), rgba(239, 235, 255, 1.0));
  border: 0;
  border-radius: 16px;
  margin: 0;
  padding: 20px 5px;
}
.diversification-box h4{
  font-family: Manrope;
  font-size: var(--font-size-22);
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--grey-900);

}
.diversification-overview-card , .diversification-overview-card .card-body{
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.diversification-overview-card .eq_op , .diversification-overview-card .mf_op{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 8px;
  padding: 8px 12px;
  margin-top: 10px;
}

.diversification-overview-card .eq_op p , .diversification-overview-card .mf_op p{
  margin-bottom: 0;
  font-size: var(--font-size-14);
  font-family: manrope;
  line-height: 24px;
}

.diversification-overview-card .eq_op p:first-child , .diversification-overview-card .mf_op p:first-child{
  font-weight: 400;
}

.diversification-overview-card .eq_op p:last-child, .diversification-overview-card .mf_op p:last-child{
  font-weight: 600;
}

/* .eq_val_div{
  color: #41B873;
}
.mf_val_div{
  color: #D92F2F;
} */

.risk_box_diverse{
  background-color: var(--grey-900);
  border-radius: 16px;
  margin: 0;
  padding: 20px 5px;
}

.diversification-risk{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.diversification-risk h4{
  font-family: Manrope;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  /* margin-bottom: 12px; */
}

.diversification-risk a{
  color: white;
  font-size: var(--font-size-14);
  z-index: 100;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: manrope;
  gap: 10px;
}

.diversification-risk span{
  height: 30px;
  width: 30px;
  background-color: white;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.grey-img-3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  border-radius: 13px;
  /* display: none; */
  width: 350px;
  height: 86px;
}

.grey-img-4 {
  position: absolute;
  right: 1px;
  width: 273px;
  bottom: 0;
  border-radius: 13px;
}
.risk_box_diverse_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 14px;
  position: relative;
  z-index: 100;
}

.risk_box_diverse_inner div{
  flex:1;
  background-color: var(--grey-300);
  border-radius: 8px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.risk_box_diverse_inner p{
  margin-bottom: 0;
  font-family: manrope;
  font-size: var(--font-size-14);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.risk_box_diverse_inner p span:last-child{
  font-weight: 600;
  color: #41B873;
}


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

.investment-overview-info-tab .nav-tabs .nav-item.show .nav-link,
.investment-overview-info-tab .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;
}


.investment-overview-info-tab , .performance_graph{
  padding: 0 120px;
}

.investment-overview-info-tab  .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;
}

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

 .nav-link:focus,  .nav-link:hover {
  border-color: white;
}

.button_div_fetch{
  display: flex;
  gap: 16px;
}
.button_div_fetch .btn{
  height: 44px;
  padding: 8px 24px;
  font-weight: 600;
}


.investment-overview-info{
  /* padding: 16px 120px 48px; */
}


.performance_eq , .performance-mf{
  border: 1px solid var(--grey-200);
  border-radius: 8px;
  padding: 16px;
}

.port-data-info{
  display: flex;
  width: 100%;
}

.port-data-info p{
  flex: 1;
  font-family: manrope;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.port-data-info p:first-child{
  color: var(--grey-900);
}

.port-data-info p:last-child{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.port-data-info p:last-child span:first-child{
  color: var(--grey-700);
}

.port-data-info p:last-child span:last-child{
  color: var(--Success-Medium);
  font-size: var(--font-size-18);
  font-weight: 700;
}


.canvas-box{
  width: 100%;
  height: 550px;
}

.canvas-box canvas{
  height: 100%;
  width: 100% !important;
}


.show-index {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 35px 0 0;
}

.show-index p {
  margin-bottom: 0;
  color: var(--Grey-500, #667085);
  text-align: right;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* margin-left: 5px; */
}

.current-portfolio,
.portfolio-index {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.current-portfolio-line,
.portfolio-index-line {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: var(--grey-200, #EAECF0);
  position: relative;
  z-index: 1;
}

.current-portfolio-line::after,
.portfolio-index-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 3px;
  z-index: 10;
}

.current-portfolio-line::after {
  background: var(--pink_dark);
}

.portfolio-index-line::after {
  background-color: #b5b5b5;
}

.diversification,.risk-container-review {
  margin-top: 48px;
}

.diversification .section-title , 
.risk-container-review .section-title ,
.allocation-container .section-title,
.custom-metrics .section-title,
.stocks-container .section-title, 
.performance_graph .section-title,
.allocations-mf .section-title,
.funds-container .section-title{
  font-family: Manrope;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}



.diversification .card .card-body p{
  font-family: manrope;
}

.diversification .card-text{
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}

.diversification .card-text-last{
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.diversification .col-md-5 .card{
  border-radius: 15px;
  padding: 24px;
}

.diversification .col-md-5 .card-body{
  padding: 0;
}

/* .diversification .col-md-5 .card:first-child{
  border: 1.8px solid var(--teal-medium);
}

.diversification .card:nth-child(2){
  border: 1.8px solid var(--grey-300);
} */

.diversification .col-md-5 .card:nth-child(2) h5{
  font-family: Manrope;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;

}   

.diversification .col-md-5 .card:first-child h5{
  /* color: var(--teal-medium); */
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.diversification .col-md-5 .card:nth-child(3){
  background: rgba(255, 235, 252, 1.0);
  background: linear-gradient(135deg, rgba(255, 235, 252, 1.0), rgba(215, 203, 254, 1.0));
  border: 0;
}

.chart-legends{
  display: flex;
  gap: 30px;
}

.diversification .chart-legends{
  margin-top: 32px;
}

.gauge-Chart-div-box{
  display: flex;
  justify-content: space-around;
}

.assets-Allocation-div{
  height: 400px;
}

.chart-legends div:first-child{
   width: 60%;
  height:344px;
}

 .gauge-Chart-div{
  width: 60%;
}
.chart-legends div:last-child{
  width: 40%;
}
.diversification-ChartEq-legends{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  gap: 16px;
}
.diversification-ChartEq-legends p{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
  font-family: 'Manrope';
  font-size: 16px;
}
.diversification-ChartEq-legends p .color_box, 
.allocationTreemap-legends p .color_box{
  width: 20px;
  height: 20px;
  display: inline-block;
}

.legend_teal{
  background-color: #AAF0D1;
}

.legend_purple{
  background-color: #65AFEB;
}

.legend_orange{
  background-color: #FFA07A;
}

.legend_grey{
  background-color: #EAECF0;
}

.allocationTreemap-legends{
  display: flex;
  /* height:400px; */
  flex-wrap: wrap;
  margin-top: 2px;
}

.allocationTreemap-legends p{
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: manrope;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
}

.allocationTreemap-legends p span:last-child{
  color: white;
}


.risk-container-review .card{
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 15px;
  gap: 8px;
  height: 250px;
  position: relative;
}

.legend_green{
  background-color: #4bc0c0cc;
}

.legend_yellow{
  background-color: #ffce56cc;
}

.legend_red{
  background-color: #ff1a68cc;
}


/* .risk-container-review .card:first-child{
  border: 1.8px solid var(--teal-dark);
}

.risk-container-review .card:last-child{
  border: 1.8px solid var(--Error-Medium);
} */


.risk-container-review .card .card-body{
  padding: 0;
}

.risk-container-review .card .card-title{
  font-family: Manrope;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

/* .risk-container-review .card:first-child .card-title{
  color: var(--teal-dark);
}

.risk-container-review .card:last-child .card-title{
  color: var(--Error-Medium);
} */

.risk-container-review .card .card-text{
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--grey-600);
  margin-bottom: 8px;
}

.comment_button{
  display: flex;
  gap: 20px;
  position: absolute;
  width: 81%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.comment_button button{
  font-size: 16px;
  height: 38px;
  border-radius: 6px;
  font-size: 16px;
}

.comment_button .btn-light-wright {
  width: 15%;
}

.comment_button .btn-dark-wright{
  width: 100%;
}


.risk-container-review .card .card-border{
  position: absolute;
  top: -1px;
  height: 250px;
}

.vol-card .card-border-1{
  left: -6px;
  z-index: -2;
}
.vol-card .card-border-2{
  left: -6px;
  z-index: -3;
}
.vol-card .card-border-3{
  left: -12px;
  z-index: -4;
}
.vol-card .card-border-4{
  left: -18px;
  z-index: -5;
}

.default-card .card-border-2{
  left: -6px;
  z-index: -3;
}
.default-card .card-border-3{
  left: -6px;
  z-index: -4;
}
.default-card .card-border-4{
  left: -12px;
  z-index: -5;
}

.beta-card .card-border-3{
  left: -6px;
  z-index: -4;
}
.beta-card .card-border-4{
  left: -6px;
  z-index: -5;
}

.stocks-card .card-border-4{
  left: -6px;
  z-index: -5;
}


.allocation-container , 
.diversification,
.assets-container, 
.risk-container-review,
.allocation-container{padding: 0px 135px;}


.custom-metrics,
.stocks-container,
.allocations-mf,
.funds-container{
  padding: 28px 120px;
}

.allocation-container{
  background-color: var(--grey-900);
  padding-top: 28px;
  padding-bottom: 42px;
  margin-top: 48px;
}

.assets-container{
  margin-top:48px;
}


.allocation-container .section-title
{
  color: white  !important;
}
.allocation-container .nav-tabs{
  border-top: 0;
  margin-bottom: 28px;
  width: fit-content;
  background: var(--grey-700);
  border-radius: 8px;
}

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

.allocation-container .nav-link{
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 11px 16px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--grey-400);
  background-color: var(--grey-700);
  border-radius: 4px;
}

.allocation-container .nav-link.active{
  background: #FFEBFC;
  background: linear-gradient(135deg, #FFEBFC, #D7CBFE);
  color: var(--Grey-900);
  border-radius: 4px;
}


.toggle-section-tab{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}

.toggle-section-tab h5{
  padding: 14px 16px 14px 16px;
  border-radius: 8px;
  gap: 8px;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  background-color: var(--grey-50);
  cursor: pointer;
}

.toggle-section-tab .active{
  background-color: var(--purple-light);
}

.high-low-bar{
  background: linear-gradient(135deg, #8AB7AC, #F8DF79, #FFBDA2, #E56E6E);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  height: 32px;
  padding: 10px 16px;
  margin-bottom: 28px;
}
.high-low-bar span{
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}

.toggle-section .card{
  border: 1px solid var(--grey-200);
  border-radius: 16px;
}

.toggle-section .col-md-3:nth-child(1) .card{
  border-top: 5px solid var(--teal-dark);
}

.toggle-section .col-md-3:nth-child(2) .card{
  border-top: 5px solid #F4D03F;
}
.toggle-section .col-md-3:nth-child(3) .card{
  border-top: 5px solid #FFA07A;
}
.toggle-section .col-md-3:nth-child(4) .card{
  border-top: 5px solid var(--Error-Medium);
}

.toggle-section .card .card-header{
  background-color: white;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

.toggle-section .card .card-header .card-title{
  margin-bottom: 0;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;

}
.toggle-section .card .card-body{
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;

}

.toggle-section .card .card-body p{
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--grey-500);
}

table.dataTable thead th, 
table.dataTable tfoot th ,
.allocations-mf table thead th{
  font-weight: bold;
  background-color: var(--grey-200);
}


table.dataTable thead th ,
.allocations-mf table thead th{
  border-right: 1px solid var(--grey-300);
  border-bottom: 0px !important;
  font-family: Manrope;
  font-size: var(--font-size-14);
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding: 14px 24px !important;

}

table.dataTable thead th:first-child,.allocations-mf table thead th:first-child{
  border-top-left-radius: 16px;
}

table.dataTable thead th:last-child , .allocations-mf table thead th:last-child{
  border-top-right-radius: 16px;
}

table.dataTable tbody td , .allocations-mf table td{
  font-family: Manrope;
  font-size: var(--font-size-14);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding: 14px 24px !important;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before{
  background-image: url(/static/css?9fbbd457dd62);
}


.stockTable_info{
  display: none;
}

table.dataTable.no-footer {
  border-radius: 16px;
  border: 1px solid #F2F4F7;
}


#stockTable_filter{
  display: none;
}



.assets-container .card{
  width: 380px;
  border:  1px solid var(--grey-300)
}

.assets-container  .section-title{
  font-family: Manrope;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}

.assets-container .col-md-6:first-child{
  display: flex;
  justify-content: center;
  align-items: center;
}

.assets-container .card-title{
  font-family: Manrope;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  margin-bottom: 12px;
}

.assets-container .card{
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 15px;
  gap: 8px;
}

.assets-container .card .card-body {
  padding: 0;
}

.assets-container .card .card-body .card-text{
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}


.allocations-mf .table-responsive{
  border:  1px solid #F2F4F7;
  border-radius: 16px;
}

.allocations-mf .table tbody+tbody {
  border-top: 1px solid #dee2e6 !important;
}

.allocations-mf .table tr td{
  border-right: 1px solid var(--grey-200);
}



.suggested-portfolio{
  background:var(--navy_blue);
  padding: 40px 116px 28px;
}
.suggested-portfolio .suggested-portfolio-heading{
  margin-bottom: 64px;
}
.suggested-portfolio .suggested-portfolio-heading h2{
  color: var(--White, #FFF);
  font-family: Manrope;
  font-size: var(--font-size-28);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}  

.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: var(--dark-grey-blue);
  border: 1px solid var(--semi-gray);
  border-radius: 10px;
  height: 260px;
}


.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-22);
  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: var(--light_gray);
  font-family: manrope;

}

.suggested-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);
}
.suggested-portfolio .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.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:var(--grey-light-blue);
}
.suggested-portfolio .card-body button{
  font-family: manrope;
}
.suggested-portfolio .col-md-4{
  margin-bottom: 2rem;
}
.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: 14px 24px;
    color: var(--Grey-900, #101828);
    font-size: var(--font-size-16);
    font-weight: 600;
}




.ai-Risk-Modeling {
  padding: 36px 120px;
  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-div-right .card-footer {
  background-color: white;
  border-top: 0;
  margin-top: 13px;
}

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

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

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

.read{
  color: var(--Grey-400, #98A2B3);
  font-feature-settings: 'salt' on, 'liga' off;
/* Semibold (Heading)/14 semibold */
  font-family: Manrope;
  font-size: 12px;
  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: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

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

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

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

 .carousel-indicators{
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  width: 9%;
  z-index: 15;
  padding-left: 0;
  margin-right: 0%;
  margin-left: 0%;
}

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

.img-graph{
  display:none;
}

.button-watchlist button {
  width: 100%;
  font-size: var(--font-size-14);
  padding: 7px !important;
}

.button-watchlist {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.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%);
}

.suggested-portfolio .card .card-body p {
  font-size: var(--font-size-12);
}
.suggested-portfolio .card .card-body h6 {
  font-size: var(--font-size-14);
  font-weight: 600;
  line-height: 21.86px;
  color: var(--grey-light-blue);
}

.suggested-portfolio .card .card-body p {
  font-size: var(--font-size-12);
}

.other-portfolios .container-fluid{
  padding: 0;
}


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

.recommended-blog .col-md {
  padding: 1rem !important;
}

.recommended-blog-heading h5 {
  font-size: var(--font-size-42);
  font-weight: 400;
}

.recommended-blog-heading p {
  font-size: var(--font-size-20);
  font-weight: 400;
  color: #101828;
  font-family: manrope;
}

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



.news-letter-subscribe {
  padding: 40px 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;
}

.border-box-div {
  border: 1px solid var(--grey-200);
  border-radius: 8px;
  padding: 28px 32px;
}


.mf_status_prog{
  width: 10px;
  word-break: break-all;
}

@media(max-width:1366px){
  .investment-overview h1 {
      font-size: var(--font-size-28);
  }
  .investment-overview-card h3 {
      font-family: Manrope;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 28px;
  }
  .curr_vl, .inv-amnt, .stock-num {
      font-size: var(--font-size-12);
      line-height: 10px;
      margin-bottom: 0;
  }

  .curr_vl .frst-child, .inv-amnt .frst-child, .stock-num .frst-child  ,
  .curr_vl .scn-child, .inv-amnt .scn-child, .stock-num .scn-child , .risk_box_diverse_inner p{
      font-size: 10px;
  }

  
  
  .diversification-overview-card .eq_op , .diversification-overview-card .mf_op {
      padding: 6px 12px;
      margin-top: 10px;
  }
  .diversification-overview-card .eq_op p , .diversification-overview-card .mf_op p {
      font-size: var(--font-size-10);
  }
  .diversification-risk h4 {
      font-family: Manrope;
      font-size: 18px;
  }
  .diversification-risk{
      margin-bottom: 7px;
  }
  .diversification-risk a {
      color: white;
      font-size: var(--font-size-12);
  }
  .diversification-risk span {
      height: 26px;
      width: 26px;    
  }
  .diversification-overview-card, 
  .diversification-overview-card .card-body {
      padding: 0;
      border: 0;
      display: flex;
      flex-direction: column;
      gap: 14px;
  }
  
}


@media (max-width:768px){

  .importBtn{
    width: 100%;
    margin-bottom: 10px;
  }
  .toggle_button{
    width: 100%;
  }

  #importeqholdingModal .modal-dialog  , #importmfholdingModal .modal-dialog{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center !important;
  }

  .diversification-overview-card .eq_op p, .diversification-overview-card .mf_op p,
  .curr_vl .frst-child, .inv-amnt .frst-child, .stock-num .frst-child, .curr_vl .scn-child,
   .inv-amnt .scn-child, .stock-num .scn-child, .risk_box_diverse_inner p {
    font-size: var(--font-size-12);
  }
  
  .diversification .col-md-5 .card:first-child h5 ,.diversification .col-md-5 .card:nth-child(2) h5 {
    font-size: 20px;
}

 .gauge-Chart-div {
  width: 70%;
}

.chart-legends div:first-child {
      width: 50%;
      text-align: center;
      display: flex;
      justify-content: center;
      height: 150px;
}

 .upload-transaction-Modal .modal-body{
  display: flex;
  flex-direction: column;
 }

 .upload-transaction-Modal .modal-body .upload-transaction-box{
  order: 2;
 }

 .upload-transaction-table {
  height: 250px;
  overflow: auto;
  margin-bottom: 30px;
}

 .upload-transaction-table #table_id_wrapper{
   /* width:1000px !important; */
 }
.upload-transaction-input {
  display: flex;
  gap: 10px;
}
  .import_holdings p {
    font-size: var(--font-size-14);
  }
  .import_holdings h5 {
    font-size: var(--font-size-18);
    line-height: 24px;
  }

  .create-risk-profile-row{
      display: flex;
      flex-direction: column;
      gap: 20px;
  }

  .create-risk-profile {
      font-family: manrope;
      margin:20px;
  }

  .create-risk-profile-left {
      padding: 20px;
  }
  .create_review_input{
      flex-direction: column;
      align-items: flex-start;
  }
  .astrik , .risk-top-img{
      display: none;
  }
  .create-risk-profile-left h4{
      font-size: var(--font-size-16);
      font-weight: 600;
      margin-bottom: 1rem;
  }

  .create-risk-profile-left p{
    width: auto;
}

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

  .import_holdings .col-md-6:first-child{
      margin-bottom: 20px;
  }

  .guide-img {
      width: 180px;
  }

  .grey-img-2 {
      width: 205px;
  }
  
  

  .create-risk-profile-right-inner{
      display: flex;
      padding: 20px;
  }
  .create-risk-profile-right-inner p{
      display: none;
  }


  .holding_buttons button {
      padding: 5px;
      font-size: var(--font-size-14);
  }
  .stocks_number button {
      padding: 23px 14px;
      height: 70px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
  }

  .all-about-section {
      background: var(--Pink-light, #FFEBFC);
      padding: 1px 30px 40px;
      position: relative;
  }
  
  .news-letter-subscribe h2 {
      font-size: var(--font-size-20);
      font-weight: 600;
  }    

  .investment-overview{
      padding: 20px 20px;
  }
  .investment-overview h1{
      display: none;
  }

  .investment-overview-card .progress {
      height: 18px;
      border-radius: 8px;
      margin-bottom: 24px;
  }
  .investment-overview-card {
      margin-bottom: 18px;
  }
  .diversification-box h4 {
      margin-bottom: 8px;
  }

  .equity-box{
      margin-bottom: 20px;
  }

  .diversification-overview-card .eq_op{
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }

  .diversification-overview-card .mf_op{
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      margin-top: 0;
  }
  .risk_box_diverse_inner {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: unset;
      width: 100%;
      gap: 8px;
      position: relative;
      z-index: 100;
  }
  .investment-overview-info-tab {
      padding: 28px 20px 0;
  }

  .performance_graph{
    padding: 0px 20px 28px;
  }
  
  .port-data-info {
      flex-direction: column;
  }
  .diversification .section-title, .risk-container-review .section-title, .allocation-container .section-title, .custom-metrics .section-title, .stocks-container .section-title, .performance_graph .section-title, .allocations-mf .section-title, .funds-container .section-title {
      font-family: Manrope;
      font-size: 20px;
      font-weight: 600;
      line-height: 28px;
      margin-bottom: 18px;
  }

  .assets-container .card {
      width: 300px;
      margin-top: 2rem;
  }
  .canvas-box {
      width: 100%;
      height: 180px;
  }

  .port-data-info p:first-child {
      color: var(--grey-900);
      margin-bottom: 8px;
  }   

  .show-index {
      gap: 0px;
      margin: 15px 0 5px;
      justify-content: space-between;
  }
  .show-index p {
      margin-bottom: 0;
      font-size: 10px;
  }
  .current-portfolio-line, .portfolio-index-line {
      width: 16px;
      height: 16px;
  }
  .current-portfolio-line::after, 
  .portfolio-index-line::after {
      width: 16px;
      height: 3px;
  }

  .allocation-container, .diversification, .risk-container-review, .allocation-container, .custom-metrics, .stocks-container, .assets-container, .allocations-mf, .funds-container {
      padding: 30px 20px;
  }

  

  .diversification, .risk-container-review ,  .allocation-container{
    margin-top: 0;
  }

  .diversificationPolarChartBox{
      border: 1px solid var(--grey-200);
      margin-bottom: 16px;
      border-radius: 16px;
  }

  .risk-container-review .order-vol-value{
      order: 1;
  }
  .risk-container-review .order-chart{
      order: 2;
      padding: 20px;
  }

  .diversification-ChartEq-legends p {
      font-size: 14px;
  }

  .ordering-box{
      display: flex;
      flex-direction: column-reverse;
      gap: 28px;
  }

  .allocation-container .section-title {
      margin: 0px 0px 15px;
  }
  .nav-tabs{
      margin: 0px 0px 15px;
  }
  .toggle-section-tab {
      border-radius: 10px;
  }
  .toggle-section-tab h5 {
      padding: 14px 16px 14px 16px;
      border-radius: 0px;
      font-size: 12px;
  }

  .toggle-section-tab h5:first-child{
      border-top-left-radius: 8px ;
      border-bottom-left-radius: 8px ;
  }
  
  .toggle-section-tab h5:last-child{
      border-top-right-radius: 8px ;
      border-bottom-right-radius: 8px ;
  }
  .toggle-section .card {
      margin-bottom: 10px;
  }

  .bar-card-box{
      display: flex;
      gap: 16px;
  }
  .high-low-bar {
      background: linear-gradient(135deg, #8AB7AC, #F8DF79, #FFBDA2, #E56E6E);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      border-radius: 5px;
      height: 100%;
      padding: 16px 12px;
      margin-bottom: 28px;
      width: 0px;
  }

  .high-low-bar span {
      font-family: Manrope;
      font-size: 16px;
      font-weight: 600;
      line-height: 22px;
      letter-spacing: 0em;
      text-align: left;
      color: white;
      transform: rotate(90deg);
  }
  .news-letter-subscribe {
      padding: 20px 20px;
      position: relative;
  }

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

  .allocation-container .nav-tabs {
      border-top: 0;
      margin-bottom: 28px;
      margin-left: 0px;
      width: fit-content;
      background: var(--grey-700);
      border-radius: 8px;
  }
     

  .upload-transaction-Modal{
    z-index: 1080;
  }

  .upload-transaction-Modal .modal-dialog{
    height: 100%;
  }

  .upload-transaction-Modal .modal-content{
    height: 100%;
    position: relative;
  }

  .review-Txn-Button{
    display: none;
  }
  .upload-transaction-input {
    flex-direction: column;
}

.upload-transaction-input div{
  width: 100%;
}

  /* .upload-transaction-table{
    display: none;
  } */

  .submit-upload-buttons {
    padding: 15px;
    flex-direction: column;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
  .submit-upload-buttons button {
    width: 100%;
}

.holding-box{
  position: relative;
  padding: 0px;
  border: 1px solid #dedede;
  border-radius: 16px;
  margin-bottom: 16px;
}

.drop-down-box{
  position: absolute;
  right: 20px;
  top: 14px;
}

.purchase-list-box{
  display: flex;
}

  .purchase-list-box p{
    margin-bottom:0px;
    font-family:manrope;
  }

.holding-unit , .holding-nav , .holding-market-value{
  display:flex;
  flex-direction:column;
  width: 34%;
  padding: 16px 8px;
  gap: 8px;
}

.holding-unit, .holding-nav{
  border-right:1px solid var(--grey-100);
}

  .sip-name{
    background: var(--grey-200);
    padding: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }


  .holding-unit p:last-child , 
  .holding-nav p:last-child ,
   .holding-market-value p:last-child{
  font-weight:600;
}  

.buy-badge{
  color: #579888;
  border: 1px solid #96DDCC;
  background-color: #E5FFFB;
  font-size: 12px;
  padding: 4px 16px;
  border-radius: 24px;
}

.sip-name{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sip-name h3{
  font-size: var(--font-size-14);
  font-weight: 600;
  width: 120px;
}

.show_txn_mobile{
  height: calc(100% - 200px);
}
  
.formate-img{
  height: 100px;
  background-color: var(--grey-100);
  border-radius: 8px;
}

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

.apply-filters-button button{
  width: 100%;
  height: 44px;
}

.apply-filters-button{
  display: flex;
  flex-direction: column;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  gap: 14px;
  position: absolute;
}

.overlay-background {
  background: #6a6a6a;
  position:relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.overlay-background::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #474747e8;
}
.fltr_sec {
  z-index: 1080;
  position: fixed;
  bottom: 0;
  background-color: white;
  width: 100%;
  padding: 20px;
  height: 370px;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
}
.fltr_sec_inner{
  height: 100%;
  position: relative;
}

.mob_filter{
  position: sticky;
  top: 65px;
  background: white;
  z-index: 100;
} 

.vol-card .card-border-2 {
  left: -3px;
  z-index: -3;
}
.vol-card .card-border-3 {
  left: -6px;
  z-index: -4;
}
.vol-card .card-border-4 {
  left: -9px;
  z-index: -5;
}

.default-card .card-border-3 {
  left: -3px;
  z-index: -4;
}
.default-card .card-border-4 {
  left: -6px;
  z-index: -5;
}
.beta-card .card-border-4 {
  left: -3px;
  z-index: -5;
}
.chart-legends {
  gap: 20px;
  margin-bottom: 20px;
}

.suggested-portfolio .card-header div {
  flex: 2;
}
.suggested-portfolio .card-header .badge {
  font-family: manrope;
  border: 1px solid var(--teal_dark);
  border-radius: 40px;
  font-size: var(--font-size-12);
  font-weight: 600;
  line-height: 16.39px;
  background-color: var(--grey-shade) !important;
  padding: 4px 12px;
  color: var(--teal_medium) !important;
  flex: 1;
  text-transform: uppercase;
}
.recommended-blog {
  padding: 40px 20px 30px 40px;
  background: #FFEBFC;
}
.recommended-blog-heading h5 {
  font-size: var(--font-size-20);
  font-weight: 600;
  margin-bottom: 20px;
}

.ai-Risk-Modeling {
  padding: 36px 30px;
}
.blog-div-right .carousel-item .row {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}
.blog-div-right .card {
  width: 258px;
}
.other-blog-section .col-md-3 .carousel-control-prev {
  left: 0;
  opacity: 1;
  max-height: 100%;
  bottom: 0px !important;
  width: 130%;
}
.other-blog-section .col-md-3 .carousel-control-next {
  left: auto;
  opacity: 1;
  max-height: 100%;
  bottom: 0px !important;
  width: 35%;
}
.other-blog-section .col-md-3 h2 {
  font-size: var(--font-size-20);
  font-weight: 600;
}

.import-holding-div .create-risk-profile-left p {
  width: auto;
}
.button_div_fetch {
  flex-direction: column;
  gap: 16px;
}

.diversification .chart-legends {
  margin-top: 0px;
  border: 1px solid var(--grey-300);
  border-radius: 16px;
  padding: 8px;
}

.allocationTreemap-legends {
  margin-top: 32px;
}
.allocationTreemap-legends p {
  gap: 4px;
  font-size: 12px;
}

.gauge-Chart-div-box {
  border: 1px solid var(--grey-300);
  padding: 20px 10px;
  border-radius: 16px;
}

.assets-Allocation-div {
  height: 150px  !important;
}

.border-box-div{
  border: 0;
  padding: 0;
}
.dataTables_wrapper .dataTables_info,
 .dataTables_wrapper .dataTables_paginate {
  text-align: left;
    font-family: 'Manrope';
}

.dataTables_wrapper .dataTables_info{
  margin-left:14px;
  font-size: 12px;
}
  
.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 12px;
  padding: 0.5em 0.8em;
}

.invest-now-mobile{
  font-size: var(--font-size-14)  !important;
  width: 100% !important;
}

.toggle_button{
  position: absolute;
  width: 38px;
  z-index: 10;
  top: 18px;
  right: 32px;
}

.toggle_button .btn-grey-wright {
  border-radius: 8px !important;
  font-size: 12px;
  gap: 4px;
  height: 33px;
  padding: 12px 0px;
  background: #ffffff00;
  /* color: white; */
}

.toggle_button .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}

.toggle_button .btn-grey-wright svg{
  width:16px;
}
.toggle_button .dropdown-menu .dropdown-item {
  font-size: 12px;
}

.all-about-text h2 {
  font-size: 22px;
  font-weight: 400;
}

}

.uploadHelp {
  overflow-x: auto;
  background-color: #EEE;
  margin: 20px 0px;
  padding: 10px;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.fileUploadTable {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.fileUploadTableCell {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.fileUploadTableHeader {
  font-weight: 600;
  padding: 10px;
  background: #EEE;
}
.fileUploadTableData {
  font-weight: 500;
  padding: 5px;
}

.tickerContainer {
  width: 100%;
  height: 300px;
  overflow: auto;
  margin: 0;
  text-align: left;
  background-color: white;
  position: absolute;
  top: 100px;
  z-index: 1;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.tickerItem {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  padding-left: .8rem;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.tickerItem:last-of-type {
  border-bottom-style: none;
}
.tickerItem:hover {
  background-color: whitesmoke;
}
.tickerName {
  font-weight: 200;
  font-size: 1rem;
  color: #444;
}
.tickerSymbol {
  font-weight: 400;
  font-size: 0.8rem;
  color: #666;
}
.tickerType {
  font-size: 0.8rem;
  font-weight: 200;
  color: #555;
}



: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: var(--Grey-800, #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 */