body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}
/*# sourceMappingURL=main.6dea0f05.chunk.css.map */

/* Send Notification premium UI (scoped) */
.send-notification-page {
  background:
    radial-gradient(1200px 300px at 0% 0%, rgba(21, 101, 192, 0.08), transparent 60%),
    radial-gradient(1000px 260px at 100% 0%, rgba(37, 99, 235, 0.08), transparent 55%);
}
.send-notification-page.sn-reset {}
.send-notification-page .sn-form {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(14px, 2.4vw, 28px);
  border-radius: 22px;
  border: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 24px 55px rgba(2, 6, 23, 0.1), 0 2px 10px rgba(2, 6, 23, 0.06);
}
.send-notification-page .sn-form > .sn-panel {
  margin-bottom: 14px;
}
.send-notification-page .sn-panel {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.send-notification-page .sn-panel-title {
  margin: 0;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1e293b;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}
.send-notification-page .sn-panel-body {
  padding: 14px;
}
.send-notification-page .sn-panel-text .sn-panel-body {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 12px;
}
.send-notification-page .sn-panel-upload .sn-panel-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 12px;
}
.send-notification-page .sn-form .form-group {
  margin-bottom: 0;
}
.send-notification-page .sn-form label {
  font-weight: 700;
  color: #334155;
  margin-bottom: 7px;
  display: block;
}
.send-notification-page .sn-form .form-control,
.send-notification-page .sn-form .form-control-file,
.send-notification-page .sn-form select,
.send-notification-page .sn-form .slider {
  border-radius: 11px;
  border-color: #cbd5e1;
}
.send-notification-page .sn-form .form-control,
.send-notification-page .sn-form select {
  height: 44px;
  box-shadow: inset 0 1px 2px rgba(2, 6, 23, 0.05);
}
.send-notification-page .sn-form .toppings-list-item {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 8px 10px;
  margin-bottom: 8px;
  background: #f8fafc;
}
.send-notification-page .sn-submit {
  min-width: 210px;
  padding: 11px 20px;
  border-radius: 12px;
  border: none;
  font-weight: 700;
  background: linear-gradient(135deg, #1565c0, #1565c0);
  box-shadow: 0 10px 24px rgba(21, 101, 192, 0.35);
}
.send-notification-page .sn-submit:hover,
.send-notification-page .sn-submit:focus {
  filter: brightness(1.05);
}
@media (max-width: 992px) {
  .send-notification-page .sn-panel-text .sn-panel-body {
    grid-template-columns: 1fr;
  }
  .send-notification-page .sn-panel-upload .sn-panel-body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .send-notification-page .sn-form {
    padding: 12px;
    border-radius: 14px;
  }
  .send-notification-page .sn-submit {
    width: 100%;
  }
}

/* Align send button to right on Send Notification page */
.send-notification-page .sn-submit {
  display: block;
  margin-left: auto;
}


/* Global brand color override: #1565c0 */
:root{--brand-1565c0:#1565c0;}
.bg-primary,.text-white.bg-primary,.btn-primary,button.btn-primary{background:#1565c0 !important;border-color:#1565c0 !important;}
.btn-primary:hover,button.btn-primary:hover,.btn-primary:focus,button.btn-primary:focus{background:#0f57a8 !important;border-color:#0f57a8 !important;}
a,.text-primary{color:#1565c0 !important;}
.navbar,.navbar.bg-primary,.navbar-dark.bg-primary,[class*="AppBar"],[class*="appbar"],.MuiAppBar-colorPrimary,.RaAppBar-root{background:#1565c0 !important;}
.send-notification-page .sn-submit{background:#1565c0 !important;border-color:#1565c0 !important;box-shadow:0 10px 24px rgba(21,101,192,.35) !important;}

/* Ensure white text on blue backgrounds site-wide */
.bg-primary,
.text-white.bg-primary,
.btn-primary,
button.btn-primary,
.navbar,
.navbar.bg-primary,
.navbar-dark.bg-primary,
.MuiAppBar-colorPrimary,
.RaAppBar-root,
[class*="AppBar"],
[class*="appbar"] {
  color: #ffffff !important;
}

.bg-primary *,
.text-white.bg-primary *,
.btn-primary *,
button.btn-primary *,
.navbar *,
.navbar.bg-primary *,
.navbar-dark.bg-primary *,
.MuiAppBar-colorPrimary *,
.RaAppBar-root *,
[class*="AppBar"] *,
[class*="appbar"] * {
  color: #ffffff !important;
}

/* Compact + responsive stats cards (Per Day / Top 5 Websites) */
.container.py-5 .row .col-md-6 > .card {
  max-width: 420px;
  margin: 8px auto !important;
}

.container.py-5 .row .col-md-6 > .card .card-body {
  padding: 12px;
}

.container.py-5 .row .col-md-6 > .card .card-title {
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .container.py-5 .row .col-md-6 > .card {
    max-width: 100%;
  }
}

/* Keep both stats cards in single row and left aligned */
.container.py-5 .row .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.container.py-5 .row .col-md-6 > .card {
  width: 95%;
  max-width: none;
  margin: 8px 0 !important;
}

/* Equal alignment for the two stats cards below top container */
.container.py-5 > .row:nth-of-type(2) {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.container.py-5 > .row:nth-of-type(2) > .col-md-6 {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

.container.py-5 > .row:nth-of-type(2) > .col-md-6 > .card {
  width: 100% !important;
  margin: 10px 0 !important;
}

/* Smaller + fully responsive stats cards */
.container.py-5 > .row:nth-of-type(2) > .col-md-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.container.py-5 > .row:nth-of-type(2) > .col-md-6 > .card {
  max-width: 360px;
  margin: 8px 0 !important;
}

.container.py-5 > .row:nth-of-type(2) > .col-md-6 > .card .card-body {
  padding: 10px;
}

.container.py-5 > .row:nth-of-type(2) > .col-md-6 > .card .card-title {
  font-size: 15px;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .container.py-5 > .row:nth-of-type(2) {
    flex-wrap: nowrap;
  }
  .container.py-5 > .row:nth-of-type(2) > .col-md-6 > .card {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .container.py-5 > .row:nth-of-type(2) {
    flex-wrap: wrap;
  }
  .container.py-5 > .row:nth-of-type(2) > .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .container.py-5 > .row:nth-of-type(2) > .col-md-6 > .card {
    max-width: 100%;
    margin: 8px 0 !important;
  }
}

/* Reset stats layout to separate containers */
.container.py-5 > .row:nth-of-type(2),
.container.py-5 > .row:nth-of-type(3) {
  display: block !important;
}

.container.py-5 > .row:nth-of-type(2) > .col-md-6,
.container.py-5 > .row:nth-of-type(3) > .col-md-6 {
  flex: none !important;
  max-width: 100% !important;
}

.container.py-5 > .row:nth-of-type(2) > .card,
.container.py-5 > .row:nth-of-type(3) > .card,
.container.py-5 > .row:nth-of-type(2) .card,
.container.py-5 > .row:nth-of-type(3) .card {
  width: 100% !important;
  max-width: none !important;
  margin: 10px auto !important;
}

/* Black text for menu + any text on white background */
.menu,
.menu *,
nav,
nav *,
aside,
aside *,
[class*="menu"],
[class*="Menu"],
[class*="sidebar"],
[class*="Sidebar"] {
  color: #000 !important;
}

[style*="background:#fff"],
[style*="background: #fff"],
[style*="background:#ffffff"],
[style*="background: #ffffff"],
[style*="background-color:#fff"],
[style*="background-color: #fff"],
[style*="background-color:#ffffff"],
[style*="background-color: #ffffff"],
.bg-white,
.bg-light,
.card,
.card *,
[class*="card"],
[class*="card"] *,
[style*="background: rgb(255, 255, 255)"],
[style*="background-color: rgb(255, 255, 255)"] {
  color: #000 !important;
}
