.market-dashboard-section {
  padding: 32px 120px 0px 120px;
  margin-bottom: 30px;
}

.breadcrumb-div .breadcrumb {
  padding: 0.75rem 0rem;
  background-color: #e9ecef00;
  margin-bottom: 0;
  font-size: 12px;
  color: #667085 !important;
}

.risk-top-img {

  position: absolute;

  bottom: -30px;

  right: 40px;
}

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

.market-dashboard-section .market-dashboard-banner {
  background-color: #EFEBFF;
  border-radius: 16px;
  padding: 2rem 2rem 0.5rem 2rem;
  position: relative;
}

.market-dashboard-banner-inner {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.market-dashboard-banner-inner div:first-child {
  width: 70%;
}

.market-dashboard-banner-inner div:last-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.market-dashboard-banner-inner div:last-child img {
  width: 300px;
  z-index: 10;
}

.market-dashboard-section .astrik {
  font-size: 80px;
  font-weight: 700;
  font-family: manrope;
  line-height: 60px;
  color: #98A2B3;
}

.market-dashboard-section h4 {
  font-size: var(--font-size-24);
  font-weight: 700;
  margin-bottom: 1rem;
}

.market-dashboard-section p {
  font-size: var(--font-size-16);
  color: var(--grey-900);
  opacity: .7;
  width: auto;
  font-family: manrope;
  width: 100%;
  margin-bottom: 20px;
}

.market-dashboard-banner-inner .risk-top-img {
  position: absolute;
  right: 30px;
  bottom: 0;
}


.dataTables_wrapper {
  width: 100%;
  overflow: auto;
}

/* 
.benchmark_graph {
  padding: 0px 120px;
} */

.benchmark_graph h3 {
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  /* font-weight: 600; */
  line-height: normal;
  margin-bottom: 32px;
}

.benchmark_graph h4 {
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 43.5px;
}

.benchmark-graph-box {
  border-radius: 10px;
  border: 1px solid var(--Grey-200, #EAECF0);
  background: var(--White, #FFF);
  padding: 20px 20px;
}

.benchmark-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
}

.benchmark-div p {
  margin-bottom: 0;
  margin-left: 10px;
}

.benchmark_name {
  color: var(--Grey-900, #101828);
  text-align: right;
  /* Semibold (Heading)/H5 */
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

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

.benchmark_value h5 {
  color: var(--Grey-900, #101828);
  text-align: right;
  /* Bold/22 */
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 145.455% */
}

.toggle_button .btn-group {
  display: flex;
  width: 160px;
  /* padding: 0px 16px; */
  justify-content: space-between;
  align-items: center;
  border: 0;
}

.toggle_button .btn-group :focus{
  box-shadow: none;
}

.toggle_button .btn-group .btn-grey-wright {
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: var(--Grey-100, #F2F4F7);
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 16px;
  border: 0;
}

.track-performance-heading-inner .toggle_button .btn-group {
  width: 140px;
}

.track-performance-heading-inner .toggle_button .btn-group .btn-grey-wright {
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: var(--Grey-100, #F2F4F7);
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 16px;
  border: 0;
}



.toggle_button .btn-group>.btn-group:not(:last-child)>.btn,
.toggle_button .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* .graph-market-dashboard {
  height: 329px;
} */

.benchmark_graph .dropdown-menu.show {
  display: block;
  width: 190px;
  left: 0px !important;
  padding: 6px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid var(--Grey-100, #F2F4F7);
  background: var(--White, #FFF);
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.04);
}

.dropdown-menu .dropdown-item {
  color: var(--Grey-600, #475467);
  /* Regular/16 regular */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  padding: 10px 16px;
  border-radius: 8px;
}

.dropdown-menu .dropdown-item:not(:last-child) {
  margin-bottom: 8px;
}

.benchmark_graph .nav-tabs,
.all-market-dashboard .nav-tabs {
  /* border-top: 1px solid #dee2e6; */
  border-bottom: 0;
  margin-bottom: 34px;
}

.benchmark_graph .nav-tabs .nav-link,
.all-market-dashboard .nav-tabs .nav-link {
  /* padding: 14px 16px 0px; */
  font-size: 14px;
  color: var(--Grey-400, #98A2B3);
  /* Semibold (Heading)/16 semibold */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.benchmark_graph .nav-tabs .nav-item.show .nav-link,
.benchmark_graph .nav-tabs .nav-link.active,
.all-market-dashboard .nav-item.show .nav-link,
.all-market-dashboard .nav-link.active {
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
  border: white;
}

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

.benchmark_graph .nav-tabs .nav-link.active::after,
.all-market-dashboard .nav-tabs .nav-link.active::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: none !important;
  height: 6px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.benchmark_graph .table-box {
  border-radius: 16px;
  border: 1px solid var(--Grey-200, #EAECF0);
}

.benchmark_graph .table {
  margin-bottom: 0;
}

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

.benchmark_graph .table thead th:not(:last-child),
.benchmark_graph .table tr td:not(:last-child) {
  border-right: 1px solid var(--Grey-200, #EAECF0);
}

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

.benchmark_graph .table thead th {
  background: var(--Grey-100, #F2F4F7);
}


.all-market-dashboard {
  padding: 30px 120px 36px;
}

.all-market-dashboard .container-fluid .row {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */

}

.all-market-dashboard .container-fluid .row .inner-div {
  margin-bottom: 24px;
}

/* .all-market-dashboard h3{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 36px;
} */

.all-market-dashboard h4 {
  color: var(--Grey-900, #101828);
  /* Bold/22 */
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 145.455% */
}

.all-market-dashboard .card{
  height: 100%;
  max-width: 390px;
  padding: 20px;
  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);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: unset;
}

.other-trackers .card {
  min-height: 280px;
  max-width: 390px;
  padding: 20px;
  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);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: unset;
}

.card_sector {
  height: 324px;
  max-width: 390px;
  padding: 18px;
  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);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: unset;
}

.card-inner {
  display: flex;
  flex-direction: column;
  /* gap: 16px; */
  margin-bottom: 45px;
}

.card-inner h4 {
  color: var(--Grey-900, #101828);
  /* Bold/22 */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 145.455% */
  height: 62px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.current_stock p {
  display: flex;
  justify-content: space-between;
}

.current_stock p span:last-child {
  color: var(--Grey-900, #101828);
  text-align: center;
  font-feature-settings: 'salt' on, 'liga' off;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.current_stock {
  position: relative;
}

.current_stock::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -7px;
  background: var(--Grey-200, #EAECF0);
  ;
  width: 100%;
  height: 1px;
}

.other-trackers .card-inner h4 {
  position: relative;
}

.other-trackers .card-inner h4::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -7px;
  background: var(--Grey-200, #EAECF0);
  ;
  width: 100%;
  height: 1px;
}

.all-market-dashboard .card p,
.other-trackers .card p {
  margin-bottom: 0;
  font-family: manrope;
  color: var(--Grey-500, #667085);
  /* Regular/14 */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}
 .line-top-grey {
  margin-top: 0px;
  margin-bottom: 0px;
 }
 .space-padding{
  padding-top: 10px;
  padding-bottom: 10px;
 }


.best-worst p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.best-worst p:first-child span {
  color: var(--Grey-500, #667085);
  text-align: right;
  /* Regular/12 regular */
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
}

.best-worst p:last-child span:first-child {
  color: var(--Success-Medium, #41B873);
  width: 45%;
  font-weight: 600;
}

.best-worst p:last-child span:last-child {
  color: var(--Error-Medium, #D92F2F);
  width:45%;
  text-align: end;
  font-weight: 600;
}

/* .all-market-dashboard .card .btn-dark-wright,
.other-trackers.card .btn-dark-wright {
  padding: 14px 24px;
} */





.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;
  height: 50px;
}

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





.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;
  z-index: -1;
}


/* individua market dashboard*/

.individual-market-dashboard {
  padding: 8px 120px 48px;
}

.individual-market-dashboard .individual-market-dashboard-heading h2 {
  color: var(--Grey-900, #101828);
  /* Semibold (Heading)/feature news */
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}

.individual-market-dashboard .individual-market-dashboard-heading p {
  color: var(--Grey-700, #344054);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 3rem;
  /* 24px */
}

.market-dashboard-info-tile {
  margin-bottom: 48px;
}

.market-dashboard-info {
  border-radius: 16px;
  border: 1px solid var(--Grey-100, #F2F4F7);
  background: linear-gradient(225deg, #F2F4F7 -0.05%, #EFEBFF 100%);
  padding: 20px;
  height: 100%;
  min-width: 250px;
}

.market-dashboard-info h3 {
  color: var(--Grey-900, #101828);
  font-family: Manrope !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 200% */
  margin-bottom: 16px;
}

.market-dashboard-info p {
  margin-bottom: 0;
}

.market-dashboard-info-1 {
  margin-bottom: 28px;
}

.market-dashboard-info-1 p:first-child {
  color: var(--Success-Medium, #41B873);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  margin-bottom: 8px;
}

.market-dashboard-info-1 p:last-child {
  color: var(--Grey-900, #101828);
  /* Medium/18 */
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}

.market-dashboard-info-2 p:first-child {
  color: var(--Error-Medium, #D92F2F);
  font-family: Manrope;
  font-size: var(--font-size-12);
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  margin-bottom: 10px;
}

.market-dashboard-info-2 p:last-child {
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
}

.button-dots-color {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.show-dots-color {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70%;
  gap: 11px;
}

.duration-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}

.duration-time span:last-child {
  color: var(--Grey-500, #667085);
  text-align: right;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.graph-button-toggle {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 10px;
  border: 1px solid var(--Grey-200, #EAECF0);
  padding: 32px;
  /* margin-top: 60px; */
}

.overall-performance .graph-button-toggle {
  background-image: linear-gradient(rgb(230, 235, 255), rgb(244, 246, 255), rgb(255, 255, 255));
}


.other-trackers {
  background: #F7EFFF;
  padding: 48px 120px 48px;
}

.other-trackers .col-md-12 h3, .other-trackers .col-lg-3 h3 {
  color: var(--Grey-900, #101828);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.other-trackers .col-lg-3 p{
  color: var(--Grey-900, #101828);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.other-trackers .inner-div {
  display: flex;
  gap: 20px;
}

@media (max-width: 1200px){
  .other-trackers .inner-div {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}


.other-trackers .btn-dark-wright {
  height: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.social-icons {
  display: flex;
  gap: 14px;
  margin-bottom: 10px;
}

.social-icons a {
  padding: 10px;
  background-color: #dad8eb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.update-text {
  margin-bottom: 20px;
}

.track-performance {
  margin-top: 48px;
  margin-bottom: 32px;
}

.track-performance-heading h3,
.overall-performance-heading h3 {
  color: var(--Grey-900, #101828);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  /* width: 406px; */
}

.track-performance-heading-inner {
  /* display: flex; */
  /* justify-content: space-between; */
  align-items: center;
  position: relative;
}

.track-performance-heading-inner .toggle_button {
  position: absolute;
  right: 0;
  top: 45px;
}

.track-performance-heading-inner p {
  margin-bottom: 10px
}

.track-performance-heading p,
.overall-performance-heading p {
  /* width: 400px; */
  color: var(--Grey-500, #667085);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 36px;
}

.track-performance-heading-inner .btn-group {
  margin-bottom: 28px;
}

.benchmark-sector-performance, .mf-performance {
  border-radius: 16px;
  /* border: 1px solid var(--Grey-100, #F2F4F7); */
}

.benchmark-sector-performance .table thead, .mf-performance .table thead {
  background: var(--grey-200);
  border-radius: 16px;
}

.benchmark-sector-performance .table th, .mf-performance .table th {
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.benchmark-sector-performance .table th:first-child, .mf-performance .table th:first-child {
  border-top-left-radius: 16px;
}

.benchmark-sector-performance .table th:last-child, .mf-performance .table th:last-child {
  border-top-right-radius: 16px;
}

.benchmark-sector-performance .table th div, .mf-performance .table th div {
  display: flex;
}

.benchmark-sector-performance .table tr td:nth-child(2) {
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mf-performance .table tr td:nth-child(2) {
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mf .table tr td:nth-child(2) {
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.benchmark-sector-performance td, .mf-performance td {
  color: var(--Grey-900, #101828);
  /* Regular/16 regular */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.benchmark-sector-performance th,
.benchmark-sector-performance td, .mf-performance th, .mf-performance td  {
  padding: 8px 9px;
  font-size: 14px;
}

#stockpagetable {
  width: 1200px !important;
}

#stockpagetable thead tr td:first-child {
  border-top-left-radius: 10px;
}

#stockpagetable thead tr td:last-child {
  border-top-right-radius: 10px;
}

.sector-performance-enyclpedia {
  width: 100%;
  overflow: auto;
}

.sector-performance-enyclpedia .dataTables_filter {
  padding: 10px;
}

.performance-text-description {
  padding: 0px 120px;
}

.performance-text-description h2 {
  margin-bottom: 24px;
}

.performance-text-description table td {
  border: 1px solid var(--grey-200);
  padding: 0px 16px;
}

.performance-text-description table tr:first-child td p {
  font-weight: 600;
}

.performance-text-description p {
  /* margin-top: 36px; */
  color: var(--Grey-700, #344054);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}


.performance-text-description table {
  width: 100%;
  margin-bottom: 2.5rem;
}

.performance-text-description ol,
.performance-text-description ul {
  margin-left: 16px
}

.performance-text-description ol li,
.performance-text-description ul li {
  margin-left: 16px;
  margin-bottom: 16px;
  line-height: 1.8;
}

.img-graph {
  display: none;
}

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


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



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

.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-36);
  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 .card .card-body p {
  font-size: var(--font-size-12);
}

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

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

.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%;
  max-width: 360px;
}


.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-20);
  font-weight: 700;
  color: #F9FAFB;
}

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

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

.suggested-portfolio .card-body {
  gap: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.carousel-control-prev {
  left: auto;
}

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

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

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


.all-market-dashboard .btn-dark-wright:focus,
.all-market-dashboard .btn-dark-wright:active,
.other-trackers .btn-dark-wright:focus,
.other-trackers .btn-dark-wright:active {
  color: white;
  box-sizing: none;
}


.dataTables_info {
  font-family: manrope;
  margin-left: 10px;
}

.paging_numbers span {
  display: flex;
  gap: 10px;
  margin-left: 10px;
  margin-bottom: 12px;
  margin-top: 5px;
}


div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: left;
}

a.paginate_button.current {
  padding: 1px 9px;
  background-color: var(--Grey-300);
  color: var(--grey-900);
  border-radius: 4px;
}


.paginate_button {
  color: var(--grey-900);
  font-family: manrope;
}


.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-risk-profile-right-inner {
  background: #101828;
  padding: 0.5rem 2rem 0.5rem 2rem;
  height: 100%;
  border-radius: 16px;
  /* width: 100%; */
}

.create-risk-profile-right-inner h5 {
  color: #ffffff;
  font-size: var(--font-size-22);
  margin-bottom: 0.5rem;
  margin-top: 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;
  width: auto;
}

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

#stockpagetable_wrapper {
  max-height: 430px;
  overflow: auto;
}

.dataTables_filter {
  padding: 12px 18px 14px;
  display: none;
}

.stocklist-text {
  margin-bottom: 0;
}

/* #mySectorTab{
  display: flex;
  flex-direction: column;
} */

.benchmarck-stock-table h3 {
  font-size: var(--font-size-22);
  font-weight: 600;
  width: 300px;
  margin-bottom: 16px;
}

.dataTables_wrapper .dataTables_filter label input {
  height: 40px;
  border: 1px solid var(--grey-300);
  border-radius: 8px;

}

@media (max-width: 1200px){
  .suggested-portfolio {
  padding: 48px 20px 70px;
}
}



.sector-card {
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  max-width: 411px;
  position: relative;
  border: 1px solid #EAECF0;
  height: 100%;
}

.sector-card-inner {
  display: flex;
  flex-direction: column;
  /* gap: 16px; */
  /* margin-bottom: 20px; */
}

.sector-card-inner h4 {
  color: var(--Grey-900, #101828);
  /* Bold/22 */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 145.455% */
  height: 62px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
}

.sector-card-hr{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.sector-view-statistics-btn{
  background-color: white;
  position: absolute;
  right: 18px;
  bottom: 10px;
  border: 1px solid #252121;
  border-radius: 8px;
  width: 175px;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 600;
  color: #252121;
}

.sector-view-statistics-btn:hover{
  background-color: #EAECF0;
  box-shadow: none !important;
}

#sectorList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

#mfSectorList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.sector-card-container {
  min-height: 220px;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .ai-Risk-Modeling{
    padding: 36px 30px;
  }
}

@media (max-width: 1100px) {
  #sectorList {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  #mfSectorList {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 750px) {
  #sectorList {
    grid-template-columns: 1fr !important;
  }

  #mfSectorList {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width:768px) {
  .other-blog-section .col-md-3 .carousel-control-prev {
    left: 22px !important;
    opacity: 1;
    max-height: 100%;
    bottom: 0 !important;
  }

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

@media screen and (max-width: 768px) {
  .mf-performance {
    overflow-x: scroll;
  }
  .mf-name-col{
    width:140px !important;
  }
  #mftable{
    width:100% !important;
  }
}

@media(max-width:767px){
  .market-dashboard-section {
    padding: 5px 10px 10px 10px;
    margin-bottom: 0px;
  }

  /* 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;
  }
 .market-dashboard-landing .market-dashboard-banner{
    height: auto;
  }
  .market-dashboard-section .market-dashboard-banner {
    padding: 1rem;
    /* margin-bottom: 1rem; */
}
  .astrik{
    display: none;
  }

  .market-dashboard-section h4 {
    font-size: var(--font-size-16);
    margin-bottom: 8px;
}

.market-dashboard-section .description-text-top {
  font-size: var(--font-size-12);
  width: auto;
}
.market-dashboard-section img{
  width: 100px;
  height: auto;
  /* top: 100px; */
  right: 30px;
}

.benchmark_graph {
  padding: 0px 20px;
}
.benchmark_graph h3 {
  font-size: 20px;
  margin-bottom: 24px;
}

.benchmark-div{
  flex-wrap: wrap;
}
.benchmark-div .benchmark_name{
  width: 30%;
  text-align: left;
}
/* .benchmark-div .benchmark_value{
width: 70%;
} */
.benchmark-div .toggle_button{
  width: 100%;
  margin-top: 16px;
}
.toggle_button .btn-group {
  width: 190px;
}
.benchmark-graph-box {
  border-radius: 10px;
  border: 0;
  background: var(--White, #FFF);
  padding: 20px 0px;
}
.all-market-dashboard .container-fluid .row {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}
.all-market-dashboard .container-fluid .row .inner-div {
  width: 100%;
  margin-bottom: 0px;
  padding: 15px;
}
.all-market-dashboard {
  padding: 10px 20px 36px;
}
.benchmark_graph .nav-tabs, .all-market-dashboard .nav-tabs {
  border-top: 1px solid #dee2e6;
  border-bottom: 0;
  margin-bottom: 24px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}

#other-trackers{
  font-size: 20px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

canvas{
  height: 200px !important;
  max-width: 100%;
}

.individual-market-dashboard {
  padding: 0px 20px 48px;
}
.market-dashboard-info-tile .row{
  flex-wrap: nowrap;
  overflow: auto;
}
.individual-market-dashboard .individual-market-dashboard-heading h2 {
  font-size: var(--font-size-20);
  font-weight: 600;
  margin-bottom: 20px;
}
.market-dashboard-info {
  padding: 20px;
  width: 257px;
}
.market-dashboard-info h3 {
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.market-dashboard-info-1 {
  margin-bottom: 16px;
}
.market-dashboard-info-1 p:first-child {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
}
.market-dashboard-info-1 p:last-child {
  font-size: var(--font-size-12);
  font-weight: 400;
}
.market-dashboard-info-2 p:last-child {
  font-size: var(--font-size-12);
  font-weight: 500;
}
.market-dashboard-info-2 p:first-child {
  font-size: var(--font-size-12);
  font-weight: 500;
  margin-bottom: 4px;
}

.show-dots-color {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-left: 20px;
}

.button-dots-color {
  flex-direction: column;
  width: 100%;
  padding: 10px;
}
.duration-time{
  width: 47%;
  gap: 5px;
}
.toggle_button{
  width: 100%;
}
.graph-button-toggle {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 10px;
  border: 0px;
  background: var(--White, #FFF);
  padding: 0px;
}
.duration-time span:last-child {
  text-align: left;
  font-size: var(--font-size-12);
}
.overall-performance .graph-button-toggle{
  border-radius: 12px;
  border: 1px solid var(--Grey-200, #EAECF0);
  background: var(--White, #FFF);
  padding: 20px 16px;
}


.other-trackers {
  padding: 10px 0px;
}
.other-trackers .col-md-3 h3 {
  font-size: 20px;
  font-weight: 600;
}
.other-trackers .col-md-3 p {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 20px;
  color: #475467;
}
.other-trackers .inner-div {
  gap: 24px;
  flex-direction: column;
}

.market-dashboard-banner h1{
  font-size: 20px !important;
  font-weight: 500 !important;
  width: 100%;
  margin-bottom: 12px;
  margin-top: 12px;
}

.market-dashboard-banner-inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 0px;
}

.market-dashboard-banner-inner div:first-child {
  width: 100%;
}

.market-dashboard-banner-inner div:last-child {
  width: 100%;
}
.market-dashboard-banner-inner div:last-child img{
  width: 30%;
  z-index: 10;
  height: auto;
}

.market-dashboard-banner-inner p{
  margin-bottom: 16px;
}

.market-dashboard-section p {
  font-size: var(--font-size-16);
  color: #000000;
  /* opacity: .4; */
  width: auto;
  font-family: manrope;
}

.track-performance-heading-inner{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.track-performance-heading-inner p{
  display: none;
}
.track-performance-heading h3, .overall-performance-heading h3 {
  font-size: 20px;
}

.track-performance .graph-button-toggle{
  border: 1px solid var(--Grey-200, #EAECF0);
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.track-performance .toggle_button{
  width: 90%;
  border: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 0;
  padding: 0px 10px;
  position: unset;
}

.benchmark-sector-performance {
  overflow: auto;
  margin-top: 20px;
}

.benchmark-sector-performance .table {
  width: max-content;
}

.performance-text-description {
  padding: 0px 20px;
}
.performance-text-description p {
        margin-top: 0;
        font-size: 14px;
        line-height: normal;
        color: #344054;
    }

.suggested-portfolio {
  background: var(--navy_blue);
  padding: 48px 20px 16px;
}
.suggested-portfolio .suggested-portfolio-heading h2 {
  font-size: var(--font-size-20);
  margin-bottom: 16px;
}
.suggested-portfolio .suggested-portfolio-heading p {
  font-size: var(--font-size-12);
}

.ai-Risk-Modeling {
  padding: 10px 20px 36px;
  background: var(--Pink-light, #FFEBFC);
}
.other-blog-section .col-md-3 .carousel-control-prev {
  right: 87px !important;
  opacity: 1;
  max-height: 100%;
  bottom: 0px !important;
  width: 14%;
}
.other-blog-section .col-md-3 .carousel-control-next {
  left: auto;
  opacity: 1;
  max-height: 100%;
  bottom: 0px !important;
  width: 25%;
}

.other-blog-section h2{
  color: var(--Grey-900, #101828);
        font-family: Manrope;
        font-size: 20px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: normal;
        margin-top: 2rem !important;
        margin-bottom: 0px !important;
}
.other-blog-section p{
  color: var(--Grey-600, #475467);
  /* Regular/14 */
  font-family: Manrope;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-div-right .row{
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.blog-div-right .card {
  padding: 16px;
  border-radius: 16px;
  width: 257px;
}
.blog-div-right {
  padding: 0px 16px 0px 15px;
}
.blog-div-right .card-body p {
  margin-bottom: 0;
  white-space: normal;
}
.news-letter-subscribe {
  padding: 48px 20px;
  position: relative;
}
.news-letter-subscribe h2 {
  font-size: var(--font-size-20);
  font-weight: 600;
  color: #1D2939;
  margin-bottom: 16px;
}

.performance-text-description h2 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
}

.create-risk-profile-right-inner {
  display: flex;
  padding: 20px;
  /* margin-top: 0px; */
}

.create-risk-profile-right-inner p{
  display: none;
}
.guide-img {
  width: 180px;
}
.market-dashboard-section img {
  /* width: 180px; */
  height: auto;
}

.play-img-box img{
  width: 20px !important;
}

.table-wrap{
  width: 100%;
  overflow: auto;
}
.card-inner h4{
  line-height: 28px;
}

.individual-market-dashboard .individual-market-dashboard-heading p{
  display: none;
}

.sector-dashboards-mobile{
  display: flex !important;
  flex-direction: column;
  padding: 0px 15px !important;
}

.market-dashboard-heading-mobile {
  display: flex;
  flex-direction: column;
  align-items: start !important;
}

.mobile-nav-bar-sector{
  display: flex !important;
  flex-direction: row !important;
  gap: 20px

}

.dashboard-search-box{
  width: 100% !important;
}

.sector-dashboards{
  gap: 0px !important;
}
}
: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 */