
.btnshine {
  color: #F7F6F1;
  background-color: #1D1D1D;
  border-color: #1D1D1D;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  transition: 1s;
  
}
.btnshine::after {
  content: "";
  width: 30px;
  height: 70px;
  position: absolute;
  left: -20px;
  top: 0;
  margin-top: -20px;
  background: #fff;
  opacity: 0.6;
  filter: blur(20px);
  animation: login-blur 3s infinite;
  animation-delay: 0s;
  transform-origin: top;
}
@keyframes login-blur {
  from {
    transform: translate(0) rotate(45deg);
  }
  to {
    transform: translateX(370px) rotate(45deg);
  }
}
.btnshine:hover {
  transform: translateY(-5px);
  color: rgb(240, 240, 240);
  cursor: pointer;
}
.floating_button_invest {
  position: fixed;
  top: 9px;
  right: 88px;
  z-index: 1030;
  transition: 2s;
}

.toggle_button .btn-group .btn-grey-wright,
.track-performance-heading-inner .toggle_button .btn-group .btn-grey-wright {
  color: var(--Grey-900, #101828);
  
  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;
}

.pms-form-div-container .btn-light-wright {
  height: 40px;
  font-size: var(--font-size-16);
}

@media (max-width: 768px) {
  .portfolio-performance {
    background: var(--navy_blue);
    padding: 3rem 1rem;
  }

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

  .portfolio-performance h2 {
    font-size: var(--font-size-24);
    font-weight: 600;
    color: var(--white);
    text-align: center;
    margin-bottom: 1rem;
  }

  .portfolio-performance p {
    font-size: var(--font-size-12);
    text-align: center;
    margin: 0rem 0 0rem;
    color: var(--light_gray);
  }

  .show-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }

  .show-info div {
    border: 1px solid #475467;
    background-color: var(--extra-dark-gray);
    border-radius: 10px;
    padding: 7px 5px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .show-info div:nth-child(1) {
    width: 48%;
  }

  .show-info div:nth-child(2) {
    width: 48%;
    margin-left: 13px;
  }

  .show-info div:nth-child(3) {
    width: 100%;
    margin-top: 1rem;
  }

  .show-info div p {
    margin: 0;
    font-size: var(--font-size-12);
  }

  .show-info div p span {
    color: var(--white);
    font-size: var(--font-size-12);
    font-weight: 700;
    margin-left: .5rem;
  }

  .show-info div p small {
    margin-left: 5px;
  }

  .note-text {
    font-size: var(--font-size-10) !important;
    width: auto;
    margin: 1.5rem auto 0rem !important;
    text-align: justify !important;
    color: #667085 !important;
    font-weight: 500;
  }

  .portfolio-performance .btn-light-wright {
    width: 330px;
    height: 50px;
    margin-top: 40px;
  }

  .portfolio-performance .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  #graphOptionsLanding .nav-item {
    border: 1px solid var(--semi-gray);
    margin: 1rem 0.2rem;
    color: var(--off_white);
    padding: 10px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--font-size-14);
  }

  .portfolio-performance .nav-item .nav-link:hover {
    color: var(--white) !important;
  }

  .graph-options-landing .active {
    background-color: var(--white);
    color: black !important;
  }
}

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

@media (max-width: 768px) {
  .landing-hero-section .btn-dark-wright,
  .team-section .btn-dark-wright {
    font-size: var(--font-size-16);
    line-height: 21.86px;
    font-weight: 600;
    width: 100%;
    height: 54px;
  }
}

@media (max-width: 767px) {
  .review_your_profile .btn-outline-light,
  .review_your_profile .btn-dark {
    padding: 0.3rem 1rem;
    font-size: var(--font-size-14);
  }
}

.all-market-dashboard .btn-dark-wright {
  background-color: #333;
  color: #fff;
}

.landing-hero-section .btn-dark-wright:hover,
.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;
}

.recommened-subscription-portfolio .loadmorebutton .btn-dark-wright,
.allocation-table-box .btn-dark-wright {
  padding: 14px 32px;
}

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