/**
 * OpRisk RMS Custom Styles
 * App-specific styling overrides
 */

/* Notification count badge - superscript position */
#notification-count {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 0.65rem;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  padding: 0 4px;
}
#notificationDropdown {
  position: relative;
}

/* Notification dropdown styles */
.notification-item .preview-subject {
  font-size: 0.75rem;
}
.notification-item .small-text {
  font-size: 0.65rem;
}
.notification-item small {
  font-size: 0.6rem;
}
.notification-item .preview-icon i {
  font-size: 0.8rem;
}
.notification-item .preview-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Disabled module styles */
.disabled-module {
  opacity: 0.5;
  pointer-events: none;
}
.disabled-module .card {
  background-color: #f5f5f5;
}
