body {
    background-color: #f4f1fb;
  }

  .navbar {
    background: #9146FF;
    background: -moz-linear-gradient(45deg, #9146FF 0%, #9146FF 25%, #9146FF 50%, #772CE8 75%, #772CE8 100%);
    background: -webkit-linear-gradient(45deg, #9146FF 0%,#9146FF 25%,#9146FF 50%,#772CE8 75%,#772CE8 100%);
    background: linear-gradient(45deg, #9146FF 0%,#9146FF 25%,#9146FF 50%,#772CE8 75%,#772CE8 100%);
    flex-direction: row;
  }

  .img-left {
    width: 100%;
    height: 100%;
  }

  .profile-picture {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(144, 144, 144, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(144, 144, 144, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(144, 144, 144, 0.75);
    border-color: #772CE8;
    border-style: solid;
    border-width: 3.5px;
    width: 150px;
}

  p,h1,h2,h3,h4,h5 {
    font-family: "Roboto";
    font-weight: 300;
  }

  .text-card {
    margin: 15px 15px 0 15px
  }

  .main-odometer {
    font-size: calc(30px + 3vw)
  }

  .mainWrapper {
  margin-top: 50px;
  margin-left: 225px;
  }

  .odometer {
    font-family: 'Roboto';
    font-weight: 400;
  }

  .navbar-text {
    color: white;
  }

  .social-button {
    background-color: #9146FF;
    color: white;
  }

  .sidebar {
    position: fixed;
    width: 225px;
    top: 0;
    bottom: 0;
    z-index: 100;
    padding-top: 25px;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background-color: white;
  }

  .navbar-button {
  outline: none;
  border: 0;
  background: transparent;
  color: white;
  font-size: 20px;
  display: none;
  }
  .banner {
    width: 1180px;
    height: 140px;
    object-fit: cover;
}
  iframe[src*="ads-iframe"] { display: none; }

  .bottom-odometer {
    font-size: calc(20px + 1vw)
  }

  .m-row {
    margin-top: 20px;
  }

  .nav-item {
    font-size: 17px;
    margin-left: 10px;
  }

  .nav-title-text {
    margin-top: 40px;
  }

  .offline-note {
    font-size: calc(14px + 0.3vw);
    color: #6b6b76;
  }

  .setup-note {
    background-color: #fdf1de;
    border: 1px solid #f0dcb0;
    border-radius: 8px;
    padding: 14px 16px;
    color: #6b4f1d;
    font-size: 0.95rem;
  }

  @media (max-width: 946px) {
  .sidebar {
      width: auto;
  }
  .mainWrapper {
    margin-left: 70px;
  }
  .navbar-text-gone {
      font-size: 0px;
  }
  .navbar-button {
    display: inline-block;
  }
  }

  .sidebar-expand {
  width: 225px;
  }

  .lc_ads { width: 100%; margin: 0 auto; }
