body.auth-page {
  background-color: #2a3855 !important;
  min-height: 100vh !important;
}
body .auth-container {
  background-color: #15213a !important;
}

body .auth-card {
  background-color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1) !important;
  position: relative !important;
  z-index: 10 !important;
}

.topbar-notification-dropdown {
  width: 400px;
  max-width: 400px;
}

@media (max-width: 576px) {
  .topbar-notification-dropdown {
    width: calc(100vw - 1rem) !important;
    max-width: calc(100vw - 1rem) !important;
    min-width: calc(100vw - 1rem) !important;
    left: 0.5rem !important;
    right: 0.5rem !important;
    transform: none !important;
  }

  .topbar-notification-dropdown .notification-body {
    max-height: 50vh;
  }
}
