body {
  margin: 0;
  line-height: normal;
  background-color: #f3f5f8;
}

.auth-pending {
  display: none;
}

.title-and-sub-title {
  align-self: stretch;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: Poppins;
}

.almost-before-we {
  position: static;
  display: block;
  width: 100%;
}

.almost-before-we {
  font-size: 16px;
}

.almost-before-we2 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.user-identification {
  font-size: 16px;
  font-weight: 600;
  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;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  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: 60%;
  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%;
  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;
}

.tabs-child {
  display: block;
  margin: 0 auto 20px auto;
  width: 80px;
}

.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;
}

.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: 325px;
  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: 20px;
  color: #757d8a;
}
.almost-before1 {
  flex: 1;
  position: relative;
  font-weight: 500;
  margin-top: 16px;
}
.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: auto;
  padding-bottom: 20px;
  height: 500px;
}
.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: 10px 50px;
  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-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.almost-before {
  display: inline;
  font-weight: 600;
  font-size: 24px;
  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;
}

/* ==============================
   Responsive for sidebar + dashboard
============================== */

/* Small desktops / tablets: 800px - 1200px */
@media (max-width: 1200px) {
  .main-container {
    width: 95% !important;
    padding: 10px;
  }

  .main-content {
    padding: 10px 20px;
  }

  /* .dashboard-header {
    margin: 20px 0 25px;
  } */

  /* Sidebar shrink slightly */
  .sidebar-wrapper {
    width: 240px;
    padding: 20px 15px;
  }

  /* Toggle button moves with sidebar width */
  .sidebar-toggle-button1.moved {
    left: 230px; /* 240px sidebar + 10px gap */
  }
}

/* Phones / very small screens: ≤ 480px */
@media (max-width: 480px) {
  .main-container {
    width: 100% !important;
    padding: 5px;
  }

  .main-content {
    padding: 5px 10px;
  }

  .dashboard-header {
    margin: 15px 0 20px;
    text-align: center;
  }

  /* Sidebar covers more of screen for phones */
  .sidebar-wrapper {
    width: 80%; /* smaller than full screen but covers most */
    padding: 20px 15px;
    transform: translateX(-100%);
  }

  .sidebar-wrapper.open {
    transform: translateX(0);
  }

  /* Toggle button */
  .sidebar-toggle-button1 {
    top: 10px;
    left: 10px;
  }

  .sidebar-toggle-button1.moved {
    left: 80%; /* roughly same as sidebar width */
  }

  /* Dashboard content shifts down to avoid overlap */
  .main-content {
    margin-left: 0; /* since sidebar slides over content */
  }

  /* Smaller topbar */
  .topbar {
    height: 50px;
    padding: 0 15px;
  }

  .user-greeting {
    min-width: 150px;
    font-size: 14px;
  }

  .user-greeting-text {
    font-size: 14px;
  }

  /* Stack dashboard elements for small screens */
  .frame-parent,
  .date-parent {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .online-time-card,
  .online-time-card1,
  .online-time-card2 {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }

  /* Flatten submenu for small screens */
  .submenu {
    margin-left: 20px;
  }
}
