.noscroll-container {
  overflow: hidden;
  position: relative;
}

.noscroll-container iframe {
  height: calc(100% + 36px);
  margin-bottom: -36px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.nav-link:hover {
  background-color: var(--surface-2);
  border-radius: 10px;
}

.btn-primary:hover {
  background-color: var(--surface-2)!important;
}

