/* app/notification/NotificationPage.css */

/* ===================================
   TABS
=================================== */

.notification_page .notification_tabs {
  border-bottom: none;
  gap: 10px;
}

/* ===================================
   TAB CONTENT
=================================== */
.notification_page .notification_tab_content {
  margin-top: 24px;
  overflow: auto;
  height: 376px;
  scrollbar-width: thin;
}
/* ===================================
   RESPONSIVE
=================================== */
