html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Notifications (Admin bell + dropdown) */
.notification-badge {
  top: 0.35rem;
  left: 1.15rem;
  transform: none;
  font-size: 0.70rem;
  line-height: 1;
  padding: 0.35em 0.55em;
}

/* Ensure the badge isn't clipped by navbar layout */
#notificationMenu {
  overflow: visible;
}

/* Prevent horizontal scrolling; wrap long title/message */
.notification-item {
  white-space: normal;
}

.notification-text {
  min-width: 0;
}

.notification-title,
.notification-message {
  overflow-wrap: anywhere;
  word-break: break-word;
}