body {
  margin: 0;
  line-height: normal;
  background-color: #f3f5f8;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.title-and-sub-title {
  align-self: stretch;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.almost-before-we {
  position: static; /* or just remove this line */
  display: block;
  width: 100%;
}

.almost-before-we {
  font-size: 16px;
}

.user-identification {
  font-size: 16px;
  font-weight: 500;
  color: #444;
  margin-bottom: 4px;
}

.notification-panel {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 320px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 16px;
  z-index: 1000;
}

.hidden {
  display: none;
}

.notification-header {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 16px;
}

.notification-card {
  display: flex;
  background-color: #fff7e6;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  align-items: flex-start;
  gap: 10px;
}

.notification-card.danger {
  background-color: #ffe6e6;
}

.notification-card .icon {
  font-size: 18px;
  margin-top: 4px;
}

.notification-card .text {
  font-size: 14px;
  line-height: 1.4;
}

.notification-card .location {
  font-size: 13px;
  color: #555;
  margin-top: 4px;
}

.action-child:hover {
  cursor: pointer;
}

.login-count-badge {
  animation: blink 1s infinite;
}

.leaflet-container {
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.state-label {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

#loginsPerHourChart {
  width: 100%;
  height: 300px;
}

.kl-connector-line {
  z-index: 0;
  background-color: rgba(255, 0, 0, 0.6);
}

.online-cards-wrapper {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: flex-start; /* Align top if cards are different height */
  gap: 24px; /* Optional: space between cards */
  flex-wrap: wrap; /* Optional: allow wrapping on smaller screens */
  width: 100%;
}

.online-time-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-right: 60px;
  margin-bottom: 20px;
  width: 40%;
  max-width: 50%;
  box-sizing: border-box;
}
.online-time-card1 {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  width: 40%;
  max-width: 50%;
  box-sizing: border-box;
}
.online-time-card2 {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.online-time-title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 500;
  color: #666;
}

.online-time-chart-wrapper {
  width: 100%;
  height: 450px;
  position: relative;
}

.online-time-chart-wrapper1 {
  width: 100%;
  height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.online-time-chart-wrapper2 {
  width: 100%;
  position: relative;
}

/* .sidebar-toggle {
  position: fixed;
  top: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 1001;
  width: 32px;
}

.main-navigation-dashboard {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background-color: #f4f4f4;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease;
  z-index: 1000;
  padding-top: 60px;
}

.main-navigation-dashboard.open {
  left: 0;
} */

.tabs-child {
  display: block;
  margin: 0 auto 20px auto;
  width: 80px;
}

/* .logo {
  text-align: center;
  margin-bottom: 30px;
} */

/* .isam {
  font-weight: bold;
  font-size: 24px;
} */

/* .reports-parent {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}

.icon-parent {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
} */

/* .icon,
.icon1,
.icon2,
.vector-icon {
  width: 24px;
  height: 24px;
}

.sidebar-menu,
.sidebar-menu1,
.sidebar-menu4 {
  font-size: 16px;
} */
/* Sidebar Wrapper */
/* .sidebar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 304px;
  height: 100%;
  z-index: 1001;
  transition: transform 0.3s ease;
  transform: translateX(-100%);
}

.sidebar-wrapper.open {
  transform: translateX(0);
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1000;
  display: none;
}

.overlay.active {
  display: block;
}
*/

/* Toggle Button */
/* .sidebar-toggle-button {
  position: relative;
  top: 9px;
  left: 20px;
  z-index: 1100;
  width: 32px;
  cursor: pointer;
} */

.flatpickr-wrapper {
  position: relative;
  z-index: 999;
  left: -54px;
  top: 19px;
}

.flatpickr-calendar {
  position: absolute !important;
  top: 100%;
  left: 0;
  margin-top: 8px;
}

.reports {
  align-self: stretch;
  border-radius: 9.24px;
  background-color: rgba(90, 106, 207, 0.15);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 13px 15px;
  color: #5a6acf;
}

/* .reports1 {
  align-self: stretch;
  border-radius: 9.24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 13px 15px;
  width: 100%;
} */

/* .tabs {
  position: absolute;
  top: 0px;
  left: 245px;
  border-radius: 8px;
  background-color: #fff;
  width: 304px;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 25px;
  box-sizing: border-box;
  gap: 20px;
} */

.toggle-switch-language {
  width: 114px;
  border-radius: 100px;
  background-color: #d7d7d7;
  height: 34px;
  display: none;
}
.action-child {
  align-self: stretch;
  width: 24.4px;
  position: relative;
  max-height: 100%;
}
.action-item {
  width: 30px;
  position: relative;
  border-radius: 50%;
  max-height: 100%;
  object-fit: cover;
}
.action {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.navbar {
  align-self: stretch;
  border-radius: 8px;
  background-color: #f3f5f8;
  height: 49px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0px;
  box-sizing: border-box;
}
.topbar {
  width: 100%;
  background-color: #f3f5f8;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  box-sizing: border-box;
}

.iconscalendar {
  width: 20px;
  position: relative;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.component-15-icon {
  width: 17px;
  position: relative;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: contain;
}
.date {
  width: 300px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 15px;
  gap: 20px;
}
.date:hover {
  cursor: pointer;
}

.live-child {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.live1 {
  position: relative;
  font-weight: 500;
}
.live {
  border-radius: 10px;
  background-color: #53a664;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 15px;
  gap: 11px;
  color: #fff;
}
.date-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.gap {
  flex: 1;
  position: relative;
  height: 37px;
}
.last-update-at {
  position: relative;
  font-weight: 300;
  white-space: pre-wrap;
}
.update-now {
  width: 86px;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.update-now:hover {
  cursor: pointer;
}
.date1 {
  border-radius: 10px;
  background-color: #5a6acf;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.date1:hover {
  cursor: pointer;
}
.last-update-at-1000-am-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  text-align: left;
  font-size: 16px;
}
.frame-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px 10px;
  gap: 0px;
  text-align: center;
  font-size: 14px;
}
.total-logins-today {
  flex: 1;
  position: relative;
}
.component-18-child {
  position: absolute;
  height: 41.67%;
  width: 83.33%;
  top: 29.17%;
  right: 8.33%;
  bottom: 29.17%;
  left: 8.33%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: contain;
}
.component-18 {
  width: 18px;
  position: relative;
  height: 18px;
  overflow: hidden;
  flex-shrink: 0;
}
.total-logins-today-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.b {
  width: 131.6px;
  position: relative;
  font-size: 20px;
  display: inline-block;
  color: #404d61;
}
.frame-container {
  flex: 1;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-color: #fff;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 23px;
  box-sizing: border-box;
  gap: 15px;
}
.component-19-child {
  position: absolute;
  height: 41.67%;
  width: 83.33%;
  top: 29.17%;
  right: 8.33%;
  bottom: 29.17%;
  left: 8.33%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.b2 {
  width: 131.6px;
  position: relative;
  font-size: 20px;
  display: inline-block;
  font-family: Roboto;
  color: #404d61;
}
.frame-group {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: #757d8a;
}
.almost-before1 {
  flex: 1;
  position: relative;
  font-weight: 500;
}
.daily {
  position: relative;
  line-height: 16px;
  font-weight: 500;
}
.active-tab {
  border-radius: 13px;
  background-color: #1e1b39;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 15px 11px;
  color: #fff;
}
.annually {
  position: relative;
  line-height: 16px;
}
.tab-filters {
  width: 285.5px;
  border-radius: 14.77px;
  background-color: #f8f8ff;
  height: 56.4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 7px 20px;
  box-sizing: border-box;
  gap: 28px;
  text-align: center;
  font-size: 14px;
  color: #757d8a;
}
.almost-before-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-size: 20px;
}
.sidebar-menu5 {
  flex: 1;
  position: relative;
  letter-spacing: -0.14px;
}
.months {
  position: absolute;
  top: 250px;
  left: 70.17px;
  width: 95%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 69px;
}
.sidebar-menu15 {
  align-self: stretch;
  position: relative;
  letter-spacing: -0.14px;
}
.amounts {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30.9px;
  height: 247.1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
}
.chart-lines-child {
  position: absolute;
  top: 0px;
  left: 0px;
  border-top: 1px solid #e5e5ef;
  box-sizing: border-box;
  width: 95%;
  height: 1px;
}
.chart-lines-item {
  position: absolute;
  top: 38.53px;
  left: 0px;
  border-top: 1px solid #e5e5ef;
  box-sizing: border-box;
  width: 95%;
  height: 1px;
}
.chart-lines-inner {
  position: absolute;
  top: 77.05px;
  left: 0px;
  border-top: 1px solid #e5e5ef;
  box-sizing: border-box;
  width: 95%;
  height: 1px;
}
.line-div {
  position: absolute;
  top: 115.58px;
  left: 0px;
  border-top: 1px solid #e5e5ef;
  box-sizing: border-box;
  width: 95%;
  height: 1px;
}
.chart-lines-child1 {
  position: absolute;
  top: 154.11px;
  left: 0px;
  border-top: 1px solid #e5e5ef;
  box-sizing: border-box;
  width: 95%;
  height: 1px;
}
.chart-lines-child2 {
  position: absolute;
  top: 196.79px;
  left: 0px;
  border-top: 1px solid #e5e5ef;
  box-sizing: border-box;
  width: 95%;
  height: 1px;
}
.chart-lines {
  position: absolute;
  top: 4.91px;
  left: 69.72px;
  width: 100%;
  height: 196.8px;
}
.chart-flow-icon {
  position: absolute;
  left: 115px;
  width: 89%;
  height: 100%;
}
.chart-1 {
  align-self: stretch;
  position: relative;
  text-align: center;
  color: #757d8a;
  width: 100%;
  padding-bottom: 20px;
}
.gap1 {
  align-self: stretch;
  position: relative;
  height: 31px;
}
.container {
  position: absolute;
  top: 0px;
  left: 60px;
  box-shadow: 0px 2px 6px rgba(13, 10, 44, 0.08);
  border-radius: 20px;
  background-color: #fff;
  width: 599.8px;
  height: 476px;
}
.chart-lines-child3 {
  align-self: stretch;
  position: relative;
  border-top: 1.5px dashed #e5e5ef;
  box-sizing: border-box;
  height: 1.5px;
}
.chart-lines-child9 {
  align-self: stretch;
  position: relative;
  border-top: 1.5px solid #e5e5ef;
  box-sizing: border-box;
  height: 1.5px;
}
.chart-lines1 {
  position: absolute;
  top: 140px;
  left: 149.97px;
  width: 485px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 41.5px;
}
.blue-bar-1 {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 8px;
  background-color: #5a6acf;
  width: 31.6px;
  height: 175.4px;
}
.bar-group-1 {
  width: 31.6px;
  position: relative;
  height: 175.4px;
}
.blue-bar-11 {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 8px;
  background-color: #5a6acf;
  width: 32px;
  height: 209px;
}
.bar-group-5 {
  width: 32px;
  position: relative;
  height: 209px;
}
.blue-bar-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 8px;
  background-color: #5a6acf;
  width: 31.6px;
  height: 185.2px;
}
.bar-group-2 {
  width: 31.6px;
  position: relative;
  height: 185.2px;
}
.blue-bar-3 {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 8px;
  background-color: #5a6acf;
  width: 31.6px;
  height: 248.2px;
}
.bar-group-3 {
  width: 31.6px;
  position: relative;
  height: 248.2px;
}
.blue-bar-4 {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 8px;
  background-color: #5a6acf;
  width: 31.6px;
  height: 117.3px;
}
.bar-group-4 {
  width: 31.6px;
  position: relative;
  height: 117.3px;
}
.bars {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 60px;
}
.bars-chart {
  position: absolute;
  top: 150px;
  left: 149.76px;
  width: 450.2px;
  height: 248.2px;
}
.months1 {
  position: absolute;
  top: 415px;
  left: 125.78px;
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.amounts1 {
  position: absolute;
  top: 123px;
  left: 99.66px;
  width: 29.9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}
.almost-before2 {
  position: absolute;
  top: 50px;
  left: 101px;
  font-size: 20px;
  font-weight: 500;
  color: #4d4d4d;
  text-align: left;
  display: inline-block;
  width: 522px;
}

.almost-before3 {
  align-self: stretch;
  position: relative;
  font-weight: 500;
}
.almost-before4 {
  align-self: stretch;
  position: relative;
}
.almost-before-group {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 0;
}
.divider {
  width: 444.5px;
  position: relative;
  border-top: 1px solid #e5e5ef;
  box-sizing: border-box;
  height: 1px;
  z-index: 1;
}
.circle-icon {
  width: 246.9px;
  position: relative;
  max-height: 100%;
  z-index: 2;
}
.identifier {
  width: 14.2px;
  position: relative;
  border-radius: 50%;
  background-color: #53a664;
  height: 14.2px;
}
.almost-before5 {
  width: 74px;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.almost-before6 {
  position: relative;
  font-weight: 600;
  color: #4d4d4d;
}
.label-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.identifier1 {
  width: 14.2px;
  position: relative;
  border-radius: 50%;
  background-color: #ff5a5a;
  height: 14.2px;
}
.identifiers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  z-index: 3;
  font-size: 14px;
  color: #757d8a;
}
.almost-before9 {
  width: 94px;
  position: relative;
  display: inline-block;
}
.almost-before10 {
  width: 94px;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
.chart-info1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 131px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}
.chart-info {
  width: 131px;
  position: absolute;
  margin: 0 !important;
  top: 227px;
  left: 189.5px;
  height: 62px;
  z-index: 4;
  font-size: 16px;
}
.user-status {
  margin: 0 !important;
  position: absolute;
  top: 0.6px;
  left: 900px;
  box-shadow: 0px 2px 6px rgba(13, 10, 44, 0.08);
  border-radius: 20px;
  background-color: #fff;
  height: 477.6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 27px 33px;
  box-sizing: border-box;
  gap: 27px;
  z-index: 1;
  text-align: left;
  font-size: 20px;
  color: #4d4d4d;
}
.average-online-time-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  gap: 10px;
  text-align: center;
  color: #757d8a;
}
.average-online-time {
  width: 599.8px;
  position: relative;
  height: 476px;
  z-index: 0;
}
.blank-malaysia-map-1-icon {
  width: 344px;
  flex: 1;
  position: relative;
  max-height: 100%;
  overflow: hidden;
}
.almost-before-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.user {
  position: relative;
}
.user-wrapper {
  flex: 1;
  background-color: #fff;
  border-bottom: 1px solid #757d8a;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.frame-parent4 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #757d8a;
}
.frame-child {
  width: 30px;
  position: relative;
  border-radius: 50%;
  height: 30px;
  object-fit: cover;
}
.ellipse-wrapper {
  flex: 1;
  background-color: #fff;
  border-bottom: 1px solid #757d8a;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 9px 0px;
}
.am-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.frame-parent5 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.table {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  color: #404d61;
}
.geological {
  flex: 1;
  box-shadow: 0px 2px 6px rgba(13, 10, 44, 0.08);
  border-radius: 20px;
  background-color: #fff;
  height: 725px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 27px 33px;
  box-sizing: border-box;
  gap: 27px;
}
.almost-before-container {
  width: 353px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 20px;
}
.icon4 {
  width: 34px;
  border-radius: 6px;
  height: 34px;
}
.am6 {
  font-weight: 500;
}
.almost-before14 {
  align-self: stretch;
  position: relative;
  color: #757d8a;
}
.almost-before-parent1 {
  width: 277px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}
.alert1 {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px 15px;
  gap: 12px;
}
.alert {
  width: 355px;
  border-radius: 6px;
  background-color: rgba(245, 160, 33, 0.1);
  border: 1px solid rgba(245, 160, 33, 0.16);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.am7 {
  font-weight: 500;
  font-family: Poppins;
}
.am-user-mimigmail {
  margin: 0;
}
.alert2 {
  width: 355px;
  border-radius: 6px;
  background-color: rgba(255, 90, 90, 0.1);
  border: 1px solid rgba(255, 90, 90, 0.16);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.sus {
  align-self: stretch;
  box-shadow: 0px 2px 6px rgba(13, 10, 44, 0.08);
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 27px 33px;
  gap: 27px;
  position: relative;
  left: 135px;
}
.gap2 {
  align-self: stretch;
  position: relative;
  height: 101px;
}
.suspicious-activity {
  align-self: stretch;
  width: 419px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
}
.geological-parent {
  width: 1128px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
  font-size: 20px;
  position: relative;
  left: 55px;
}
.main-content-child {
  width: 1128px;
  height: 1px;
}
.main-content {
  align-self: stretch;
  background-color: #f3f5f8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 42px 30px;
  box-sizing: border-box;
  gap: 16px;
  min-width: 300px;
}
.main-container {
  flex: 1;
  background-color: #f3f5f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 360px;
  width: 100%;
  font-size: 16px;
  color: #4d4d4d;
  font-family: Poppins;
}
/* .dashboard {
  width: 100%;
  position: relative;
  background-color: #f3f5f8;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  font-size: 40px;
  color: #37375c;
  font-family: Inter;
} */
.dashboard-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.almost-before {
  display: inline;
  font-weight: 600;
  font-size: 20px;
  color: #333;
  margin: 0;
  padding: 0;
}

.system-dropdown {
  font-size: 14px;
  padding: 6px 30px 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='48' viewBox='0 0 24 24' width='48' xmlns='http://www.w3.org/2000/svg'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  min-width: 100px;
}

.system-dropdown:hover,
.system-dropdown:focus {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 0.25);
  outline: none;
  cursor: pointer;
}

@media (max-width: 1px) {
  .online-time-chart-wrapper2 {
    display: none;
  }

  .online-time-card2 {
    width: 80%;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .main-container {
    width: 100% !important;
  }
  .title-and-sub-title {
    text-align: center;
  }
  .main-content {
    padding: 15px 0px;
  }
  .dashboard {
    padding: 0px;
  }
  .frame-parent {
    flex-direction: column;
    margin-top: 35px;
    align-self: center;
  }
  .date-parent {
    margin-bottom: 15px;
  }
  .date {
    width: 200px;
    padding: 10px 10px;
    align-self: normal;
  }

  .dashboard-header {
    justify-content: center;
    margin-top: 10px;
  }

  .user-identification {
    text-align: left;
  }

  .frame-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    grid-template-rows: repeat(2, auto); /* 2 rows */
    gap: 15px;
    justify-items: center;
    align-items: center;
  }
}
