/* Custom Navbar Gradient */
.pc-header {
  background: linear-gradient(90deg, #38b387, #39b488) !important;
  border: none !important;
}

.pc-sidebar .pc-navbar > .pc-item.active > .pc-link:after {
  background: var(--pc-sidebar-active-bg);
  border-left: 4px solid #c2a65c !important;
}
/*
.pc-sidebar {
    background: linear-gradient(90deg, #38b387, #39b488) !important;
} */

/* .pc-sidebar .pc-link {
    color: #c2a65c !important;
} */

.bg-flowey {
    background: linear-gradient(90deg, #38b387, #39b488)
}

#map {
  width: 100%;
  min-height: 400px; /* bigger height */
  border-radius: 8px;
  z-index: 0;
}