a.nav-link:hover {
  color: #3C75D5;
  text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.navbar-nav .nav-link {
  font-size: 16px;
}

.navbar-nav .dropdown-item a {
  font-size: 14px;
}

.navbar-nav .btn-upgrade,
.navbar-nav .btn-extra {
  font-size: 14px;
}


.main_menu ul {
  margin-left: 25px;
}

.tab {
  margin-left: 40px;
}

.no-hover {
  pointer-events: none;
}


i.green-icon {
  color: #3C75D5;
}

/* Homepage buttons */
.homepage-button {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  border: 0.8px solid #000000 !important;

  &.light {
    background-color: #f8f8f8 !important;
    color: #000000 !important;
    border: 0.8px solid #f8f8f8 !important;
  }
}

.homepage-button:hover {
  background-color: #0E024A !important;
  color: #FFFFFF !important;
  border: 0.8px solid #0E024A !important;

  &.light {
    background-color: #f6f6f6 !important;
    color: #000000 !important;
    border: 0.8px solid #f6f6f6 !important;
  }
}

.blue-btn {
  background: #3C75D5 !important;
  color: #ffffff !important;
  border: 0.8px solid #3C75D5 !important;
}

.blue-btn:hover {
  background: #6699FF !important;
  color: #ffffff !important;
  border: 0.8px solid #6699FF !important;
}

.special-offer-badge {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #3C75D5;
  background: #c9d6f2;
  border-radius: 25px;
  padding: 5px 10px;
}

.coming-soon-badge {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(25, 31, 44, 0.5);
  background: rgba(214, 214, 214, 0.15);
  border-radius: 25px;
  padding: 5px 10px;
}

.btn-upgrade {
  background: #3C75D5;
  border: 0.8px solid #3C75D5;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff !important;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  letter-spacing: 0.08em;
}

.btn-upgrade:hover {
  text-decoration: none;
  background: #6699FF !important;
  color: #ffffff !important;
  border: 0.8px solid #6699FF !important;
  letter-spacing: 0.08em;
}

.btn-extra {
  background: #ffffff;
  border-radius: 8px;
  border: 0.8px solid rgba(22, 26, 36, 0.15) !important;
  padding: 0px 34px !important;
  line-height: 16px;
  font-weight: 600;
  font-size: 15px;
}

.btn-extra:hover {
  text-decoration: none;
  background: #F5F5F5 !important;
  color: #191F2C !important;
  border: 0.8px solid rgba(22, 26, 36, 0.15) !important;
}

.btn-pricing-extra {
  background-color: #ffffff !important;
  border: 0.8px solid rgba(22, 26, 36, 0.15) !important;
}

.btn-pricing-extra:hover {
  background-color: #F5F5F5 !important;
  color: #191F2C !important;
  border: 0.8px solid rgba(22, 26, 36, 0.15) !important;
}

.btn-your-plan {
  background: #F8F8F8;
  border-radius: 8px !important;
  font-weight: 600;
  color: rgb(64, 64, 64);
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.4s ease-in-out 0s;
}


/* headlines with lines */
.decorated {
  overflow: hidden;
  text-align: center;
}

.decorated>span {
  position: relative;
  display: inline-block;
}

.decorated>span:before,
.decorated>span:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #e7e7e7;
  width: 100vw;
  margin: 0 20px;
}

.decorated>span:before {
  right: 100%;
}

.decorated>span:after {
  left: 100%;
}

.menubar {
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  padding-top: 0px !important;
  background-color: #ffffff;
}

.menubar .menubar-left-col,
.menubar-right-col {
  flex-basis: 50%;
}

.menubar .menubar-left-col .menubar-item-container {
  width: 100px;
  height: 62px;
}

.menubar .menubar-right-col .menubar-item-container {
  width: 100px;
  height: 62px;
}

.menubar .menubar-left-col .menubar-item-container {
  border-right: 1px solid #e7e7e7;
}

.menubar .menubar-right-col .menubar-item-container {
  border-left: 1px solid #e7e7e7;
}

.menu-header-item {
  width: 100px;
  flex: 1;
  border-radius: 0px;
  padding-left: 10px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  font-family: Inter, "Helvetica Neue", system-ui, sans-serif !important;
  font-size: 12px !important;
  color: rgb(128, 128, 128) !important;
  margin-bottom: 0px !important;
  padding-top: 5px;
}

.Select.menubar-item.has-value.is-searchable.Select--single {
  width: 90px;
  flex: 1;
  padding-top: 0px !important;
}

.Select-control {
  background-color: #fff;
  border-radius: 0px;
  border-color: #e7e7e7;
  border: none;
  color: #333;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  font-size: 14px !important;
}

.Select-control:hover {
  box-shadow: none;
  border-color: #e7e7e7;
  background-color: #e7e7e7;
}

.is-focused:not(.is-open)>.Select-control {
  border-color: #e7e7e7;
  box-shadow: none;
}

.VirtualizedSelectFocusedOption {
  background-color: #e7e7e7;
}

/* Styles For Modal */
.subscribe-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #9292923d;
  backdrop-filter: blur(4px);
  z-index: 9999;
}

.subscribe-modal-content {
  width: 90%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #3C75D5;
}

.subscribe-modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscribe-modal-title {
  font-size: 1.5rem;
}

.subscribe-modal-title span {
  color: #3C75D5;
}

.close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
}

.subscribe-modal-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offer-details {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

.offer-details span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}


/* Welcome page styles */
.welcome-page-card {
  border: 1px solid #e7e7e7;
}

.welcome-page-card:hover {
  border: 1px solid #3C75D5;
}

.welcome-page-portfolio-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.reports-card-text {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #404040 !important;
}


/* No Hover Style */
.no-hover {
  pointer-events: none;
}


/* For wider screen like tablet and iPad */
@media screen and (min-width: 576px) {
  .subscribe-modal-content {
    width: 75%;
  }

  .subscribe-modal-title {
    font-size: 2rem;
  }

  .subscribe-modal-body {
    padding: 2rem;
  }

  .offer-details {
    font-size: 24px;
  }
}

/* For wider screen like laptop and desktop  */
@media screen and (min-width: 992px) {
  .subscribe-modal-content {
    width: 40%;
  }
}

/* Affiliate Widget Styles */

.decentrader-widget {
  display: none;
}

/* For Wider Screen Like laptop and Desktop */

@media screen and (min-width: 992px) {
  .decentrader-widget {
    display: block;
  }
}

/* Youtube Thumbnail Container */

.youtube-thumbnail-container {
  width: 100%;
  max-width: 750px;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

/* Promobox Styles */

.promobox {
  padding: 0.5rem;
  background-color: #3C75D5;
  transition: all 0.4s ease-in-out 0.4s;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100vw;
  color: white;

  &:hover {
    color: white;
  }

  & strong {
    font-weight: 700 !important;
    transform: scale(1.1);
  }

  & .btn {
    background-color: #0E024A;
    border-radius: 20px;
    color: white;
    line-height: 31px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: all 0.2s;

    & :hover,
    & :focus,
    & :active {
      background-color: #353bad;
    }
  }

}

.promobox.hidden {
  transform: translateY(-120%);
}

.promobox *:not(button) {
  max-width: 90%;
  font-size: large;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.promobox.pricing {
  background-color: #0E024A;
  position: fixed;
  transition: none;

  & .btn {
    background-color: #3C75D5;

    &:hover,
    &:focus,
    &:active {
      background-color: rgb(63, 69, 183);
    }
  }

}

.free-trial-badge {
  height: 200px;
  width: 200px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #3C75D5;
  color: #ffffff;
}

/* Black Friday Styles */
.bf-colour {
  color: #e06700 !important;
}

.desktop-nav-container {
  display: none;
}

.mobile-nav-container {
  display: block;
}

.desktop-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
  z-index: 1090;
  overflow-y: auto;
}

.desktop-nav-trigger {
  left: 0;
}

.desktop-nav-trigger.in-view {
  left: 270px;
}

.desktop-nav-trigger {
  display: none;
  position: fixed;
  top: 125px;
  width: 47px;
  height: 44px;
  margin-top: -22px;
  padding-right: 0.1875rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: #ffffff;
  color: #404040;
  font-size: 1.375rem;
  line-height: 44px;
  border: 1px solid #e7e7e7;
  border-left: none;
  cursor: pointer;
  z-index: 1090;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.desktop-nav-trigger:focus {
  outline: none;
}

.desktop-hidden {
  height: 100%;
  width: 0;
}

.desktop-nav-container.desktop-nav-animated .desktop-hidden,
.desktop-nav-container.desktop-nav-animated .desktop-nav {
  -webkit-transition: width 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,
    -webkit-box-shadow 0.3s 0.3s;
  transition: width 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,
    -webkit-box-shadow 0.3s 0.3s;
  transition: width 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,
    box-shadow 0.3s 0.3s;
  transition: width 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,
}

.desktop-nav-container.desktop-nav-animated .desktop-nav-trigger {
  -webkit-box-shadow: 0 0.75rem 1.175rem 0.075rem rgba(64, 64, 64, 0.2);
  box-shadow: 0 0.75rem 1.175rem 0.075rem rgba(64, 64, 64, 0.2);
  -webkit-transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,
    -webkit-box-shadow 0.3s 0.3s;
  transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,
    -webkit-box-shadow 0.3s 0.3s;
  transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,
    box-shadow 0.3s 0.3s;
  transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,
    box-shadow 0.3s 0.3s, -webkit-box-shadow 0.3s 0.3s;
}

.footer-transition {
  -webkit-transition: padding-left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,
    -webkit-box-shadow 0.3s 0.3s;
  transition: padding-left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,
    -webkit-box-shadow 0.3s 0.3s;
  transition: padding-left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,
    box-shadow 0.3s 0.3s;
  transition: padding-left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,
}

.desktop-nav.shown,
.desktop-hidden.shown {
  width: 270px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.nav::-webkit-scrollbar,
.nav *::-webkit-scrollbar,
.collapse.show::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.nav,
.nav *,
.collapse.show::-webkit-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* For screens wider than 1450px in width */
@media screen and (min-width: 1450px) {

  .desktop-nav-container,
  .desktop-nav-trigger {
    display: block;
  }

  .mobile-nav-container {
    display: none;
  }
}

/* Side menu - change arrows depending on collapsed/expanded */
a[aria-expanded=true] .fe-icon-chevron-right {
  display: none;
}

a[aria-expanded=false] .fe-icon-chevron-down {
  display: none;
}

/* utils */
.hide {
  display: none !important;
}

/* Chart Page styles */
.chart-title {
  background-color: #FFFFFF;
  border-top: 1px solid #E1E3E3;
  border-left: 1px solid #E1E3E3;
  border-right: 1px solid #E1E3E3;
  padding-left: 20px;
  font-size: 26px !important;
}

.chart-formula {
  background-color: #FFFFFF;
  border-left: 1px solid #E1E3E3;
  border-right: 1px solid #E1E3E3;
  padding-left: 20px;
}

.chart-message-box {
  background-color: #ffffff;
  border-left: 1px solid #E1E3E3;
  border-right: 1px solid #E1E3E3;
  padding-left: 20px;
}

.chart-message {
  background-color: #FCF2D6;
  font-size: 14px;
}

.copyright-message {
  font-size: 14px;
}

.studio-background {
  background-color: #f7f8fa;
}

.support-site-container {
  background-color: #d6e1d8;
}

/* Side menu - change arrows depending on collapsed/expanded */
.sidebar-badge-primary {
  /* float: right; */
  width: 30px;
  border: 1px solid #6699FF;
  background-color: #e9ecfe;
  color: #404040 !important;
}

.sidebar-badge-secondary {
  /* float: right; */
  border: 1px solid #3C75D5;
  background-color: #FFFFFF;
  width: 30px;
}

.sidemenu-container {
  border-right: 1px solid #e7e7e7 !important;
  background-color: #FFFFFF !important;
  z-index: 500 !important;
}

.sidebar-category {
  background-color: #FFFFFF !important;
  border: 0px solid #ABB0B8 !important;
}

.sidebar-category-heading:hover {
  background-color: rgba(60, 117, 213, 0.10) !important;
  font-size: 13px;
}

.sidebar-category-heading {
  font-size: 13px;
}

.sidebar-chart {
  background-color: #FFFFFF !important;
  border: 0px solid #ABB0B8 !important;
  font-size: 13px;
}

.sidebar-chart:hover {
  background-color: rgba(60, 117, 213, 0.10) !important;
}

.sidebar-chart-active,
.sidebar-chart-active:hover {
  background-color: #262626 !important;
  color: #FFFFFF !important;
}

.sidebar-prepend {
  border: 1px solid #ABB0B8 !important;
  height: 30px;
  background-color: #FFFFFF;
}

.sidebar-search {
  border-top: 1px solid #ABB0B8 !important;
  border-bottom: 1px solid #ABB0B8 !important;
  border-right: 1px solid #ABB0B8 !important;
  height: 30px;
}

/** Chart container **/
@media only screen and (min-width: 0px) and (min-height: 575px) {
  div.chart-container #chart {
    height: 575px;
  }

  /* #btc-chart, */
  /* #eth-chart, */
  #profitable-days-chart,
  #price-predictions-chart,
  #stocks-and-indices-chart {
    height: 575px;
  }
}

@media only screen and (min-width: 0px) and (min-height: 0px) and (max-height: 575px) {
  div.chart-container #chart {
    height: 375px;
  }

  /* #btc-chart, */
  /* #eth-chart, */
  #profitable-days-chart,
  #price-predictions-chart,
  #stocks-and-indices-chart {
    height: 375px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 700px) {
  div.chart-container #chart {
    height: 650px;
  }

  /* #btc-chart, */
  /* #eth-chart, */
  #profitable-days-chart,
  #price-predictions-chart,
  #stocks-and-indices-chart {
    height: 650px;
  }
}

@media (min-width: 1200px) {

  .chart-container,
  .chart-parent-container {
    max-width: 90%;
  }

}

.js-plotly-plot .plot-container.plotly {
  width: 100%;
  height: 100%;
}


/* Portfolio & Macro Section */
.portfolio-copy-container {
  border: 1px solid #E1E3E3;
  background-color: #FFFFFF;
  max-width: 1500px;
}

.macro-copy-container {
  border: 1px solid #E1E3E3;
  background-color: #FFFFFF;
  max-width: 1500px;
}

.chart-copy-container {
  border: 1px solid #E1E3E3;
  background-color: #FFFFFF;
  max-width: 100vw;
}

.sidebar-header-premium {
  border: none;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: #404040;
  transition: all 0.3s;
  text-decoration: none;
}

.sidebar-header-premium.macro {
  border-left: 5px solid #A022E6;
}

.sidebar-header-premium.portfolio {
  border-left: 5px solid #FF9900;
}

.dca-dropdown {
  height: 38px;
  border: 1px solid #ABB0B8 !important;
}

/* Pricing */
.table-grey {
  background-color: rgba(0, 0, 0, 0.05);
}

.pricing-card-custom {
  border-color: #404040 !important;
}

.fixed-height-grid-item {
  height: inherit;
  max-height: 425px;
  min-height: 300px;
}

.fixed-height-grid-item .portfolio-card {
  height: 100%;
}

@media screen and (max-width: 575px) {
  .fixed-height-grid-item {
    height: inherit;
    max-height: 600px;
    min-height: 400px;
  }

  .fixed-height-grid-item .gutter-size {
    width: 30px;
  }

}

@media screen and (max-width: 850px) {
  .fixed-height-grid-item {
    height: inherit;
    max-height: 500px;
    min-height: 400px;
  }

  .fixed-height-grid-item .gutter-size {
    width: 30px;
  }

}

@media screen and (max-width: 400px) {
  .fixed-height-grid-item {
    height: inherit;
    max-height: 400px;
    min-height: 300px;
  }

}


@media screen and (max-width: 576px) {
  .mobile-margin {
    margin-top: 35px !important;
  }

}

/* Chart dropdown in desktop nav */
#desktop-nav-chart-dropdown .dropdown-menu {
  top: unset !important;
  right: auto !important;
  left: calc((100vw - 955px)/2);
}

@media screen and (min-width: 1200px) {
  #desktop-nav-chart-dropdown .dropdown-menu {
    left: calc((100vw - 1180px)/2) !important;

  }
}