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;
  font-family: Poppins;
}

.sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
}

.sub-title-parent {
  display: flex;
  align-items: anchor-center;
  gap: 8px;
}

.button-parent {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-top: 10px;
}

.btn-onboard {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  background-color: #5a6acf;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: Poppins;
}

.btn-onboard:hover {
  background-color: #4a59b5; /* hover effect */
}

.plus-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.content {
  border: 1px solid #d7d7d8;
  border-radius: 16px;
  padding: 32px;
  font-size: 16px;
  background: #f3f5f8;
}

.theme-text {
  margin-bottom: 20px;
}

.theme-text b {
  font-size: 20px;
  font-weight: 700;
  color: #4d4d4d;
  display: block;
  margin-bottom: 0px;
}
.theme-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
}

.client-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.client-table thead {
  font-weight: 700;
  font-size: 14px;
  background-color: #f3f5ff;
  color: #495057;
}

.client-table tbody {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.client-table th {
  padding: 15px 20px;
  text-align: left;
}

.client-table td {
  padding: 15px 20px;
  text-align: left;
}

.client-table2 td {
  padding: 15px 20px;
  text-align: left;
}

.client-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.client-table tbody tr:nth-child(even) {
  background-color: #f3f5ff;
}

/* highlight cell */
.highlight {
  color: #217bf6;
  font-weight: bold;
  cursor: pointer;
}

/* status pill styles */
.status {
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  min-width: 100px;
  text-align: center;
}

.status.rejected {
  background-color: #d53a3a;
}
.status.active {
  background-color: #5d9f57;
}
.status.requested {
  background-color: #f4af39;
}
.status.suspended {
  background-color: #c1c1c1;
}
.status.pending {
  background-color: #f4c539;
}
.status.blocked {
  background-color: #a30000;
}

/* action column */
.actions {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.table-container {
  width: 100%;
}

/* ====== Layout ====== */
.onboard-client {
  margin: 30px;
  width: 1200px;
  border: 1px solid #d7d7d8;
  border-radius: 24px;
  padding: 60px 57px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #333;
  font-family: Poppins;
}

/* ====== Header ====== */
.onboard-client__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 20px;
  color: #4d4d4d;
}

.onboard-client__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.onboard-client__status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 400;
}

.onboard-client__status-label {
  font-size: 16px;
  font-weight: 500;
}

.onboard-client__status-value {
  background: #dbdbdb;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
}

/* ====== Tabs ====== */
.onboard-client__tabs {
  display: flex;
  border-bottom: 2px solid #e9e9e9;
  gap: 40px;
}

.onboard-client__tab {
  background: none;
  border: none;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 8px;
  cursor: pointer;
  color: #989898;
  font-family: Poppins;
}

.onboard-client__tab--active {
  color: #5a6acf;
  border-bottom: 2px solid #5a6acf;
}

/* ====== Form ====== */
.onboard-client__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-control {
  width: 90%;
  display: flex;
  flex-direction: column;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group--inline {
  flex-direction: row;
  gap: 18px;
  align-items: end;
}

.form-label {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}

.form-required {
  color: red;
}

.form-value {
  display: flex;
  align-items: center;
  border: 1px solid #d7d7d8;
  border-radius: 4px;
  background: #fff;
  padding: 0 8px; /* padding so text doesn’t stick to border */
}

.form-value input {
  flex: 1;
  border: none; /* remove input’s own border */
  outline: none; /* remove blue outline on focus */
  font-size: 14px;
  padding: 10px;
}

.form-input {
  width: auto;
  height: 35px;
  border-radius: 4px;
  padding: 10px 16px;
  border: 1px solid #d7d7d8;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
  box-sizing: border-box;
}

.form-input2 {
  width: 97%;
  height: 35px;
  border-radius: 4px;
  padding: 10px 16px;
  border: none;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
  box-sizing: border-box;
}

.form-options {
  display: flex;
  gap: 42px;
}

.form-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
}

.inline-msg {
  font-size: 12px;
  font-family: Poppins;
}

/* ====== Buttons ====== */
.btn {
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  font-family: Poppins;
  width: 120px;
}

.btn2 {
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-radius: 10px;
  /* padding: 10px 15px; */
  font-size: 14px;
  cursor: pointer;
  font-family: Poppins;
  width: 120px;
  height: 25px;
}

.btn--primary {
  background: #5a6acf;
  color: #fff;
}

.btn--secondary {
  background: #fff;
  border: 1px solid #454f93;
  color: #454f93;
}

.icon-button {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 6px;
  cursor: pointer;
}

.icon-button img {
  width: 24px;
  height: 24px;
}
.remove-uri img {
  filter: invert(16%) sepia(90%) saturate(7471%) hue-rotate(357deg)
    brightness(97%) contrast(115%);
}

/* ====== Buttons Hover ====== */
.btn--primary:hover {
  background: #4a57c5;
}

.btn--primary:active {
  background: #3a47b5;
}

.btn--secondary:hover {
  background: #f3f3f9;
}

.btn--secondary:active {
  background: #e2e2f3;
}

/* ====== Tabs Hover ====== */
.onboard-client__tab:hover {
  color: #5a6acf;
}

.onboard-client__tab--active:hover {
  border-bottom-color: #3a47b5;
}

/* ====== Icon Button Hover ====== */
.icon-button:hover {
  border-color: #5a6acf;
  color: #5a6acf;
}

.icon-button:active {
  background: #f3f5ff;
}

.input-disabled {
  background-color: #f0f0f0;
  color: #999;
  cursor: not-allowed;
}
.btn-disabled {
  background-color: #ccc !important;
  color: #666 !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

/* ====== Footer ====== */
.onboard-client__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.client-link {
  text-decoration: none;
  color: #217bf6;

  cursor: pointer;
}

.client-link:hover {
  color: #166be2; /* optional hover effect */
}
.action-btn {
  transform: rotate(90deg);
  border: none;
  background: transparent;
  font-size: 19px;
  cursor: pointer;
}

/* Keep the action cell flexible */
.client-table td.actions {
  position: relative;
  vertical-align: top;
  overflow: visible;
}

.action-menu {
  position: relative;
  display: inline-block;
}

/* Instead of absolute, let dropdown expand naturally inside the cell */
.action-dropdown {
  transform: rotate(0deg);
  display: none;
  position: relative; /* ✅ changed from absolute */
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  z-index: 10;
  min-width: 137px;
  padding: 5px;
  margin-top: 8px; /* small gap */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Show it */
.action-dropdown.show {
  display: block;
  position: fixed;
}

/* Smoothly animate the row expanding */
.client-table tr {
  transition: all 0.2s ease;
}

/* Buttons inside dropdown */
.dropdown-btn {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
}

.dropdown-btn:hover {
  background: #f0f0f0;
}

/* Make the cell slightly taller when dropdown is visible */
.client-table td.actions.open {
  padding-bottom: 20px;
}

/*===================TOAST====================================================*/
.toast {
  position: fixed;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  min-width: 280px;
  max-width: 400px;
  padding: 12px 18px;
  border-radius: 6px;
  text-align: center;
  font-size: 0.95em;
  font-weight: 500;
  opacity: 0;
  transition: all 0.6s ease;
  z-index: 1000;
}

.toast.success {
  background-color: #e6f7ed;
  color: #0a7a33;
  border: 1px solid #a5e3c2;
}

.toast.error {
  background-color: #fdeaea;
  color: #b3261e;
  border: 1px solid #f5b5b5;
}

.toast.show {
  bottom: 60px;
  opacity: 1;
}
/*===================TOAST====================================================*/
/*===================CLIENT DETAILS====================================================*/
.client-details {
  max-width: 1200px;
  width: 100%;
  margin: 40px 10px;
  padding: 40px;
  border: 1px solid #d7d7d8;
  border-radius: 16px;
  background: #f3f5f8;
  flex-direction: column;
  gap: 24px;
  color: #333;
}

.client-details2 {
  max-width: 1200px;
  width: 100%;
  margin: 40px 10px;
  padding: 40px;
  border: 1px solid #d7d7d8;
  border-radius: 16px;
  background: #f3f5f8;
  flex-direction: column;
  gap: 24px;
  color: #333;
}

#regenerateSecretbtn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  color: #666;
}

#client-details .field-box.disabled {
  background-color: #f0f0f0;
  color: #a0a0a0;
  pointer-events: none; /* prevent text selection */
}

/* Header */
.client-header {
  display: flex;
  flex-direction: column;
}
.client-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}

.client-title2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.client-status {
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-badge {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
}
.status-badge.active {
  background: #5d9f57;
}

/* Tabs */
.client-tabs {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #e9e9e9;
}
.client-tabs .tab {
  background: none;
  border: none;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 500;
  padding: 8px;
  cursor: pointer;
  color: #989898;
}
.client-tabs .tab.active {
  color: #5a6acf;
  border-bottom: 2px solid #5a6acf;
}

/* Fields */
.client-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 10px;
}
.client-field label {
  font-weight: 500;
}
.required {
  color: red;
}
.field-box {
  width: 100%;
  border: 1px solid #d7d7d8;
  border-radius: 6px;
  padding: 10px 14px;
  background: #fafafa;
  font-size: 14px;
}

.input-field {
  width: 98%;
  border: 1px solid #d7d7d8;
  border-radius: 6px;
  padding: 10px 14px;
  background: white;
  font-size: 14px;
  transition: border-color 0.2s, background 0.2s;
}

.input-field:focus {
  border-color: #4a90e2; /* change border color on focus */
  background: #ffffff; /* optional: change background on focus */
  outline: none; /* remove default outline */
  box-shadow: 0 0 4px rgba(74, 144, 226, 0.5); /* subtle glow */
}

.input-field2 {
  width: 94%;
  border: 1px solid #d7d7d8;
  border-radius: 6px;
  padding: 10px 14px;
  background: white;
  font-size: 14px;
  transition: border-color 0.2s, background 0.2s;
}

.input-field2:focus {
  border-color: #4a90e2; /* change border color on focus */
  background: #ffffff; /* optional: change background on focus */
  outline: none; /* remove default outline */
  box-shadow: 0 0 4px rgba(74, 144, 226, 0.5); /* subtle glow */
}

.field-box2 {
  width: 100%;
  border: 1px solid #d7d7d8;
  border-radius: 3px;
  padding: 10px 14px;
  background: #fafafa;
  font-size: 14px;
  margin: 5px 0 5px;
}
.field-box2.flex-row {
  display: flex;
  align-items: center; /* vertically center input and icon */
  gap: 8px; /* optional spacing between input and icon */
}
.field-box2.flex-row img.uri-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* Only target minus icons */
.field-box2.flex-row img.uri-btn[src*="minus"] {
  filter: invert(27%) sepia(93%) saturate(6040%) hue-rotate(356deg)
    brightness(95%) contrast(103%);
}
.field-box.readonly {
  background: #e9e9e9;
  color: #777;
}

.field-box2.readonly {
  background: #e9e9e9;
  color: #777;
}
.field-box.with-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.radio-group {
  display: flex;
  gap: 20px;
}

/* Input + Button */
.input-action {
  max-width: 500px;
  display: flex;
  gap: 12px;
  align-items: center;
}

/* Buttons */
.client-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
}
.btn {
  padding: 8px 16px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.btn-primary {
  background: #5a6acf;
  color: white;
  width: 200px;
}
.btn-secondary {
  background: #fff;
  border: 1px solid #5a6acf;
  color: #5a6acf;
  width: 200px;
}
.icon-btn {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: none;
  font-size: 18px;
  line-height: 0;
  cursor: pointer;
}

.style1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*===================CLIENT DETAILS====================================================*/
/*===================ADMIN TAB====================================================*/

.admin-tab {
  width: 1200px;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tenant-name {
  font-weight: 700;
  font-size: 24px;
}

.tenant-status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tenant-status .status {
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
  background-color: #5d9f57;
  font-size: 14px;
}

.admin-nav {
  display: flex;
  position: relative;
  gap: 20px;
}

.admin-nav .tab {
  font-weight: 500;
  font-size: 16px;
  color: #989898;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
}

.admin-nav .tab.active {
  color: #5a6acf;
}

.tab-indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #5a6acf;
  width: 80px;
  transition: left 0.3s;
}

.assign-admin {
  display: flex;
  gap: 12px;
  flex-direction: column;
  font-family: Poppins;
}
.input-container {
  width: 100%;
  display: flex;
  gap: 30px;
}

.input-username {
  flex: 1;
  padding: 10px 16px;
  border: 1px solid #d7d7d8;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}

.btn-assign {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #5a6acf;
  color: #fff;
  font-size: 14px;
  border: none;
  cursor: pointer;
  width: 150px;
}

.admin-table {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  background-color: #f3f5ff;
}

.table-header {
  padding: 20px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #495057;
}

.table-body .table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #fff;
  border-bottom: 1px solid #d7d7d8;
}

.table-body .table-row:last-child {
  border-bottom: none;
}

.admin-email {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.btn-remove {
  border: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
}
/*===================ADMIN TAB====================================================*/

/*========================================================================================================================================================*/

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

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

.user-identification {
  font-size: 24px;
  font-weight: 600;
  color: #4d4d4d;
  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;
}

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