
.navbar-fixed-placeholder {
  height: 0;
}
@media (min-width: 992px) {
.navbar.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
}
}
@media (max-width: 991.98px) {
.public-site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
}
}

.sidebar-nav-item[data-v-73d4e4f3] {
  cursor: pointer;
  user-select: none;
}
