/* DoctorJobs Custom Styles */

/* Active sidebar link */
.sidebar-link.active {
  background-color: rgb(239 246 255);
  color: rgb(29 78 216);
  font-weight: 600;
}

/* Map popup styles */
.leaflet-popup-content-wrapper {
  border-radius: 12px;
  padding: 4px;
}

.leaflet-popup-content {
  margin: 12px;
  line-height: 1.5;
}

/* Smooth transitions */
a, button {
  transition: all 0.15s ease;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

/* Mobile sidebar toggle */
@media (max-width: 1023px) {
  aside {
    display: none !important;
  }
  main {
    margin-left: 0 !important;
  }
}
