body {
    margin: 0;
    padding-bottom: 60px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #fafafa;
}

.content-wrapper {
    padding: 1rem;
    max-width: 30%;
    margin: 0 auto;
}

body.wide-layout .content-wrapper {
    max-width: none;
}


html, body {
  height: 100%;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

body {
  overflow-y: overlay;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.2) transparent;
}


.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border-top: 1px solid #dbdbdb;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
}

.nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    height: 100%;
}

.nav-link img {
    height: 28px;
    width: 28px;
    object-fit: contain;
}

.nav-profile-pic {
    border-radius: 50%;
    border: 1px solid transparent;
}

.nav-link.active .nav-profile-pic {
    border-color: #262626;
}
