.compliance-footer {
  padding: 15px 24px;
  color: #7d899a;
  font-size: 11px;
  text-align: center;
}

.compliance-footer a,
footer a {
  margin-left: 12px;
  color: inherit;
  text-decoration: none;
}

.compliance-footer a:hover,
footer a:hover {
  text-decoration: underline;
}

.compliance-footer.with-sidebar {
  margin-left: 228px;
}

.compliance-footer.on-auth {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  color: #aebcd0;
}

.sidebar nav {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}

@media (max-width: 760px) {
  .sidebar nav {
    flex: none;
    padding-right: 0;
  }

  .compliance-footer.with-sidebar {
    margin-left: 0;
  }

  .compliance-footer.on-auth {
    position: absolute;
  }
}
