:root {
  --adam-bg: #f4f7fb;
  --adam-panel: #ffffff;
  --adam-panel-soft: #f8fafc;
  --adam-card: #ffffff;
  --adam-text: #172033;
  --adam-muted: #65758b;
  --adam-line: #dbe3ef;
  --adam-border: #dbe3ef;
  --adam-primary: #2563eb;
  --adam-primary-dark: #1d4ed8;
  --adam-success: #059669;
  --adam-warning: #d97706;
  --adam-danger: #dc2626;
  --adam-sidebar: #ffffff;
  --adam-navbar: linear-gradient(90deg, #0284c7, #0891b2);
  --adam-input: #f1f5f9;
  --adam-input-text: #172033;
  --adam-action-bg: #eef6ff;
  --adam-action-hover: #dbeafe;
  --adam-action-text: #0369a1;
  --adam-radius: 8px;
  --adam-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

body.theme-dark {
  --adam-bg: #1f2933;
  --adam-panel: #2f3742;
  --adam-panel-soft: #37414d;
  --adam-card: #2f3742;
  --adam-text: #f8fafc;
  --adam-muted: #cbd5e1;
  --adam-line: #4b5563;
  --adam-border: #4b5563;
  --adam-primary: #38bdf8;
  --adam-primary-dark: #7dd3fc;
  --adam-sidebar: #303942;
  --adam-navbar: #343b41;
  --adam-input: #111827;
  --adam-input-text: #f8fafc;
  --adam-action-bg: #111827;
  --adam-action-hover: #0f172a;
  --adam-action-text: #7dd3fc;
  --adam-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

body.theme-green {
  --adam-primary: #059669;
  --adam-primary-dark: #047857;
  --adam-navbar: linear-gradient(90deg, #047857, #059669);
  --adam-action-bg: #dcfce7;
  --adam-action-hover: #bbf7d0;
  --adam-action-text: #047857;
}

body.theme-pink {
  --adam-bg: #f7f8fb;
  --adam-panel: #ffffff;
  --adam-panel-soft: #fffafd;
  --adam-input: #f3f6fb;
  --adam-input-text: #172033;
  --adam-line: #e5d7df;
  --adam-primary: #db2777;
  --adam-primary-dark: #be185d;
  --adam-navbar: linear-gradient(90deg, #be185d, #db2777);
  --adam-action-bg: #fff1f7;
  --adam-action-hover: #fce7f3;
  --adam-action-text: #be185d;
}

body.theme-blue {
  --adam-bg: #eef6ff;
  --adam-panel: #ffffff;
  --adam-panel-soft: #f0f9ff;
  --adam-line: #bfdbfe;
  --adam-primary: #0284c7;
  --adam-primary-dark: #0369a1;
  --adam-navbar: linear-gradient(90deg, #0284c7, #0891b2);
  --adam-action-bg: #e0f2fe;
  --adam-action-hover: #bae6fd;
  --adam-action-text: #0369a1;
}

body.theme-light {
  --adam-bg: #f4f7fb;
  --adam-panel: #ffffff;
  --adam-panel-soft: #f8fafc;
  --adam-line: #dbe3ef;
  --adam-primary: #64748b;
  --adam-primary-dark: #334155;
  --adam-navbar: linear-gradient(90deg, #475569, #64748b);
  --adam-action-bg: #f1f5f9;
  --adam-action-hover: #e2e8f0;
  --adam-action-text: #334155;
}

html,
body {
  background: var(--adam-bg);
  color: var(--adam-text);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

body {
  font-size: 14px;
  line-height: 1.5;
}

.wrapper {
  background: var(--adam-bg);
}

.main-header,
.navbar,
.topnav,
.header {
  background: var(--adam-navbar) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 26px rgba(2, 132, 199, 0.22);
}

.navbar,
.navbar a,
.navbar select,
.navbar option {
  color: #ffffff !important;
}

.navbar select,
.ses {
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 7px;
}

.navbar option {
  background: #0f172a;
}

#brand {
  letter-spacing: 0;
}

#openNav,
#closeNav {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #ffffff !important;
  display: flex;
  height: 34px;
  justify-content: center;
  margin: 8px 6px;
  min-width: 42px;
  padding: 0 !important;
  position: relative;
}

#openNav::before,
#closeNav::before {
  background: currentColor;
  box-shadow: 0 7px 0 currentColor, 0 14px 0 currentColor;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -8px);
  width: 24px;
}

#openNav i,
#closeNav i {
  color: #ffffff !important;
  display: none !important;
  font-size: 20px;
  line-height: 1;
}

#openNav:hover,
#closeNav:hover,
.navbar-hover:hover {
  background: rgba(255, 255, 255, 0.28) !important;
}

.sidebar,
.main-sidebar,
.sidenav {
  background: var(--adam-sidebar) !important;
  border-right: 1px solid var(--adam-line);
  box-shadow: 4px 0 24px rgba(15, 23, 42, 0.06);
}

.sidenav {
  overflow-y: auto;
  width: 230px;
}

.sidenav .card-header,
.sidenav .card-header h3 {
  background: var(--adam-sidebar) !important;
  color: var(--adam-text) !important;
}

.sidenav a,
.sidenav .dropdown-btn {
  align-items: center;
  border-radius: 8px;
  color: var(--adam-text) !important;
  display: flex;
  gap: 8px;
  line-height: 1.25;
  margin: 4px 8px;
  min-height: 38px;
  padding: 0 10px !important;
  width: calc(100% - 16px);
}

.sidenav a i,
.sidenav .dropdown-btn i {
  align-items: center;
  background: var(--adam-action-bg);
  border-radius: 7px;
  color: var(--adam-action-text) !important;
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 15px !important;
  height: 28px;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  width: 28px;
}

.sidenav .fa-caret-down,
.sidenav .fa-caret-left {
  background: transparent;
  color: var(--adam-muted) !important;
  flex: 0 0 auto;
  height: auto;
  margin-left: auto !important;
  width: auto;
}

.sidenav a:hover,
.sidenav .dropdown-btn:hover,
.sidenav .active {
  background: var(--adam-action-bg) !important;
  color: var(--adam-primary-dark) !important;
}

.sidenav a:hover i,
.sidenav .dropdown-btn:hover i,
.sidenav .active i {
  background: var(--adam-primary);
  color: #ffffff !important;
}

.sidenav a.service-menu-link {
  color: var(--adam-primary-dark) !important;
}

.sidenav a.service-menu-link i {
  background: rgba(56, 189, 248, 0.16);
  color: var(--adam-primary) !important;
}

.sidenav a.service-menu-expire {
  color: var(--adam-muted) !important;
  font-weight: 600;
}

.sidenav a.service-menu-expire i {
  background: rgba(100, 116, 139, 0.14);
  color: var(--adam-muted) !important;
}

.sidenav a.service-menu-expire:hover {
  background: transparent !important;
  color: var(--adam-muted) !important;
}

.sidenav a.service-menu-expire:hover i {
  background: rgba(100, 116, 139, 0.14);
  color: var(--adam-muted) !important;
}

.card,
.box,
.box-bordered,
.modal-content {
  border: 1px solid var(--adam-line);
  border-radius: var(--adam-radius);
  box-shadow: var(--adam-shadow);
}

.card {
  background: var(--adam-panel) !important;
  overflow: hidden;
}

.card-header,
.box-header {
  background: var(--adam-panel-soft);
  border-bottom: 1px solid var(--adam-line);
}

.card-header h3,
.box-header h3 {
  color: var(--adam-text);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.card-body,
.box,
.table,
.table td,
.table th,
label,
td,
th,
.card-body span,
.card-body div,
.card-body p,
.card-body h1,
.card-body h2,
.card-body h3,
.card-body h4 {
  color: var(--adam-text) !important;
}

.box-group-icon {
  border-radius: var(--adam-radius);
}

.btn {
  align-items: center;
  border: 0 !important;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
  color: #ffffff !important;
  display: inline-flex;
  gap: 7px;
  font-weight: 600;
  min-height: 34px;
  padding: 7px 12px !important;
}

.btn i,
.btn-login i,
button i {
  color: currentColor !important;
  font-size: 14px;
  line-height: 1;
}

.btn:hover {
  filter: brightness(0.97);
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.bg-primary,
.bg-blue {
  background: var(--adam-primary) !important;
  color: #ffffff !important;
}

.bg-green {
  background: var(--adam-success) !important;
  color: #ffffff !important;
}

.bg-yellow,
.bg-warning {
  background: var(--adam-warning) !important;
  color: #111827 !important;
}

.bg-red,
.bg-danger {
  background: var(--adam-danger) !important;
  color: #ffffff !important;
}

.btn-login,
button[type="submit"],
input[type="submit"],
input[type="button"] {
  background: var(--adam-primary) !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  cursor: pointer;
  font-weight: 700;
  min-height: 36px;
  padding: 7px 14px !important;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--adam-primary);
  background: #ffffff !important;
  min-height: auto;
}

.pointer i,
td i.fa,
th i.fa,
a i.fa,
span i.fa {
  color: var(--adam-action-text);
}

.fa,
.fa::before {
  font-family: FontAwesome !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-rendering: auto;
}

#dataTable tr.adam-hidden-row,
#dataTable tbody tr.adam-hidden-row,
.adam-hidden-row {
  display: none !important;
}

.hotspot-log-table {
  table-layout: fixed;
  width: 100%;
}

.hotspot-log-table th,
.hotspot-log-table td {
  line-height: 1.35;
  padding: 7px 8px !important;
  vertical-align: top;
  white-space: normal;
}

.hotspot-log-table th:nth-child(1),
.hotspot-log-table td:nth-child(1) {
  width: 31%;
}

.hotspot-log-table th:nth-child(2),
.hotspot-log-table td:nth-child(2) {
  width: 30%;
}

.hotspot-log-table th:nth-child(3),
.hotspot-log-table td:nth-child(3) {
  width: 39%;
}

.adam-table-tools {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 0 0 12px;
}

.adam-table-search {
  max-width: 360px;
  width: 100%;
}

.adam-responsive-cards {
  display: none;
}

.adam-responsive-card {
  background: var(--adam-panel-soft);
  border: 1px solid var(--adam-line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  margin-bottom: 10px;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 12px;
  word-break: break-word;
}

.adam-responsive-card-title {
  color: var(--adam-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.adam-responsive-card-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.adam-responsive-card-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  justify-content: space-between;
  min-width: 0;
}

.ppp-nonactive-page {
  min-width: 0;
}

.ppp-nonactive-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.ppp-nonactive-title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.ppp-nonactive-title h3 {
  margin: 0;
  min-width: 0;
}

.ppp-nonactive-count {
  background: var(--adam-action-bg);
  border: 1px solid var(--adam-line);
  border-radius: 999px;
  color: var(--adam-primary-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 9px;
  white-space: nowrap;
}

.ppp-nonactive-add {
  margin-left: 0 !important;
  white-space: nowrap;
}

.ppp-nonactive-toolbar {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.ppp-nonactive-search {
  max-width: 360px;
  min-height: 38px;
  width: 100%;
}

.ppp-nonactive-table-wrap {
  max-height: 75vh;
  overflow-x: auto;
}

.ppp-nonactive-table {
  min-width: 980px;
}

.ppp-nonactive-table th:first-child,
.ppp-nonactive-table td:first-child {
  min-width: 128px;
  width: 128px;
}

.ppp-nonactive-actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  justify-content: center;
  min-width: 0;
  white-space: nowrap;
}

.ppp-nonactive-action {
  align-items: center;
  background: var(--adam-action-bg);
  border: 1px solid var(--adam-line);
  border-radius: 7px;
  color: var(--adam-action-text) !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 700;
  gap: 5px;
  justify-content: center;
  min-height: 34px;
  min-width: 34px;
  padding: 0 9px;
  text-decoration: none !important;
}

.ppp-nonactive-action:hover {
  background: var(--adam-action-hover);
  border-color: var(--adam-primary);
}

.ppp-nonactive-action i {
  font-size: 15px !important;
  line-height: 1;
}

.ppp-nonactive-cards {
  display: none;
}

.ppp-secret-card {
  background: var(--adam-panel-soft);
  border: 1px solid var(--adam-line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 10px;
  min-width: 0;
  padding: 12px;
}

.ppp-secret-card-head {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-width: 0;
}

.ppp-secret-name {
  color: var(--adam-text);
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ppp-secret-status {
  border-radius: 999px;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  padding: 6px 8px;
  text-transform: uppercase;
}

.ppp-secret-status.is-enabled {
  background: rgba(5, 150, 105, 0.16);
  color: var(--adam-success);
}

.ppp-secret-status.is-disabled {
  background: rgba(217, 119, 6, 0.16);
  color: var(--adam-warning);
}

.ppp-secret-meta {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ppp-secret-meta div {
  min-width: 0;
}

.ppp-secret-meta span {
  color: var(--adam-muted) !important;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.15;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.ppp-secret-meta strong {
  color: var(--adam-text);
  display: block;
  font-size: 13px;
  line-height: 1.3;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ppp-secret-comment {
  grid-column: 1 / -1;
}

.ppp-secret-card-actions {
  border-top: 1px solid var(--adam-line);
  gap: 6px;
  justify-content: space-between;
  padding-top: 10px;
}

.ppp-secret-card-actions .ppp-nonactive-action {
  flex: 1 1 0;
  min-width: 0;
  padding-left: 6px;
  padding-right: 6px;
}

.ppp-secret-card-actions .ppp-nonactive-action span {
  color: inherit !important;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ppp-nonactive-empty {
  background: var(--adam-panel-soft);
  border: 1px solid var(--adam-line);
  border-radius: 8px;
  color: var(--adam-muted);
  padding: 14px;
  text-align: center;
}

.report-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 6px 0 12px;
}

.report-toolbar .btn,
.report-toolbar a.btn {
  margin: 0 !important;
}

.report-search {
  flex: 1 1 190px;
  margin: 0 !important;
  max-width: 260px;
}

.report-filterbar {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.report-filterbar > div {
  flex: 1 1 110px;
  min-width: 0;
}

.selling-report-table th,
.selling-report-table td {
  vertical-align: middle;
}

.selling-report-table th:first-child,
.selling-report-table td:first-child {
  text-align: center;
}

.selling-report-table th:last-child,
.selling-report-table td:last-child {
  text-align: right;
}

.netwatch-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.netwatch-toolbar-main,
.netwatch-toolbar-actions {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.netwatch-toolbar a {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}

.netwatch-table th,
.netwatch-table td {
  vertical-align: middle;
}

td .fa-minus-square,
.text-danger,
.text-red {
  color: var(--adam-danger) !important;
}

td .fa-lock,
.text-warning,
.text-yellow {
  color: var(--adam-warning) !important;
}

td .fa-unlock,
.text-green,
.text-success {
  color: var(--adam-success) !important;
}

.card-header a,
.box-header a,
h3 a {
  align-items: center;
  background: var(--adam-action-bg);
  border-radius: 7px;
  color: var(--adam-primary-dark) !important;
  display: inline-flex;
  gap: 6px;
  margin-left: 6px;
  padding: 5px 9px;
}

.card-header a:hover,
.box-header a:hover,
h3 a:hover {
  background: var(--adam-primary);
  color: #ffffff !important;
}

.card-header a:hover i,
.box-header a:hover i,
h3 a:hover i {
  color: #ffffff !important;
}

.form-control,
input,
select,
textarea {
  border: 1px solid var(--adam-line);
  border-radius: 7px;
  color: var(--adam-text);
  outline: none;
}

.form-control,
.group-item,
input,
select,
textarea {
  background: var(--adam-input) !important;
  color: var(--adam-input-text) !important;
  font-size: 14px;
}

::placeholder {
  color: #475569 !important;
  opacity: 1;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--adam-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.table {
  border-color: var(--adam-line);
}

.table th {
  background: var(--adam-panel-soft);
  color: var(--adam-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.table td {
  border-color: var(--adam-line);
}

.table-bordered td,
.table-bordered th {
  border-color: var(--adam-line) !important;
}

a {
  color: var(--adam-primary-dark) !important;
  font-weight: 500;
}

a:hover {
  color: #0f766e !important;
}

.dropdown-btn {
  font-weight: 600;
}

.dropdown-container {
  border-left: 2px solid var(--adam-action-bg);
  margin-left: 12px;
  padding-left: 4px;
}

.dropdown-container a {
  color: var(--adam-primary-dark) !important;
  font-size: 13px;
  gap: 6px;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 8px !important;
  padding-right: 8px !important;
  width: calc(100% - 8px);
}

.dropdown-container .dropdown-container {
  margin-left: 12px;
}

.dropdown-container .dropdown-container a {
  font-size: 12px;
}

.menu.spa {
  border-bottom: 1px solid #e5e7eb;
  min-height: 1px;
  padding: 0 !important;
}

#notify {
  background: #0f172a !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.24) !important;
}

.box-group-area,
.box-group-area span,
.box h1,
.box h2,
.box h3,
.box b {
  color: inherit;
}

.box.bg-blue,
.box.bg-green,
.box.bg-red,
.box.bg-danger,
.box.bg-primary,
.box.bg-indigo,
.box.bg-purple,
.box.bg-pink,
.box.bg-teal,
.box.bg-cyan,
.box.bg-grey,
.box.bg-light-blue {
  color: #ffffff !important;
}

.box.bg-yellow,
.box.bg-warning,
.box.bg-orange {
  color: #111827 !important;
}

.box a,
.box i {
  color: inherit !important;
}

.service-notice {
  align-items: flex-start;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.38);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  color: var(--adam-text);
  display: flex;
  gap: 12px;
  margin: 0 0 12px;
  padding: 11px 14px;
}

.login-box .service-notice {
  margin-bottom: 16px;
}

.service-notice-icon {
  color: var(--adam-primary);
  font-size: 22px;
  line-height: 1;
  padding-top: 2px;
}

.service-notice-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.35;
}

.service-notice-body strong {
  font-size: 15px;
}

.service-notice-warning {
  background: rgba(245, 158, 11, 0.14);
  border-color: rgba(245, 158, 11, 0.46);
  color: var(--adam-text);
}

.service-notice-danger,
.service-notice-expired {
  background: rgba(239, 68, 68, 0.14);
  border-color: rgba(239, 68, 68, 0.48);
  color: var(--adam-text);
}

.service-notice-expired .service-notice-icon,
.service-notice-danger .service-notice-icon {
  color: #ef4444;
}

.service-notice-warning .service-notice-icon {
  color: #f59e0b;
}

button,
.btn,
.btn-login,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: var(--adam-primary) !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  font-weight: 700;
}

button.bg-warning,
.btn.bg-warning,
input.bg-warning {
  background: var(--adam-warning) !important;
  color: #111827 !important;
}

button.bg-danger,
.btn.bg-danger,
button.bg-red,
.btn.bg-red {
  background: var(--adam-danger) !important;
  color: #ffffff !important;
}

button.bg-green,
.btn.bg-green {
  background: var(--adam-success) !important;
  color: #ffffff !important;
}

.table td > a,
.table td > span.pointer,
.table td > i.pointer {
  align-items: center;
  background: var(--adam-panel);
  border: 1px solid var(--adam-line);
  border-radius: 7px;
  display: inline-flex;
  justify-content: center;
  min-height: 28px;
  min-width: 28px;
  padding: 4px;
}

.table td > a:hover,
.table td > span.pointer:hover,
.table td > i.pointer:hover {
  background: var(--adam-action-hover);
  border-color: var(--adam-primary);
}

.table td > a i,
.table td > span.pointer i,
.table td > i.pointer {
  align-items: center;
  display: inline-flex !important;
  font-family: FontAwesome !important;
  font-size: 16px !important;
  font-style: normal !important;
  height: 28px;
  justify-content: center;
  line-height: 1 !important;
  min-width: 28px;
  text-align: center;
}

.table td > i.fa.pointer::before,
.table td > span.pointer > i.fa::before,
.table td > a > i.fa::before,
.card-header i.fa.pointer::before,
.box-header i.fa.pointer::before {
  display: inline-block !important;
  font-family: FontAwesome !important;
}

.table td > i.fa-minus-square,
.table td > span.pointer > i.fa-minus-square {
  color: var(--adam-danger) !important;
}

.table td > span.pointer > i.fa-lock,
.table td > i.fa-lock {
  color: var(--adam-warning) !important;
}

.table td > span.pointer > i.fa-unlock,
.table td > i.fa-unlock {
  color: var(--adam-success) !important;
}

.table td > a > i.fa-print,
.table td > a > i.fa-qrcode,
.table td > a > i.fa-edit,
.card-header i.fa.pointer,
.box-header i.fa.pointer {
  color: var(--adam-action-text) !important;
}

.table td > a > i.fa-qrcode,
.table td > a > i.fa-qrcode::before {
  min-width: 34px;
}

body.theme-pink .card,
body.theme-pink .box,
body.theme-pink .card-body,
body.theme-pink .table {
  background: #ffffff !important;
}

body.theme-pink .card-header,
body.theme-pink .box-header {
  background: #fffafd !important;
}

body.theme-pink .table tr:nth-child(even),
body.theme-pink .table-hover:hover tbody tr:hover {
  background: #fff7fb !important;
}

body.theme-pink .table-bordered td,
body.theme-pink .table-bordered th {
  border-color: #e5d7df !important;
}

body.theme-pink input,
body.theme-pink select,
body.theme-pink textarea,
body.theme-pink .form-control,
body.theme-pink .group-item {
  border-color: #e5d7df !important;
}

body.theme-pink .login-box .table,
body.theme-pink .login-box .table td,
body.theme-pink .login-box .card-body,
body.theme-pink form {
  background: #ffffff !important;
}

body.theme-pink .box.bg-blue,
body.theme-pink .box.bg-info,
body.theme-pink .box.bg-light-blue {
  background: #38bdf8 !important;
  color: #ffffff !important;
}

body.theme-pink .box.bg-green,
body.theme-pink .box.bg-success {
  background: #10b981 !important;
  color: #ffffff !important;
}

body.theme-pink .box.bg-yellow,
body.theme-pink .box.bg-warning,
body.theme-pink .box.bg-orange {
  background: #f59e0b !important;
  color: #111827 !important;
}

body.theme-pink .box.bg-red,
body.theme-pink .box.bg-danger {
  background: #ef4444 !important;
  color: #ffffff !important;
}

body.theme-pink .box.bg-primary,
body.theme-pink .box.bg-pink {
  background: #db2777 !important;
  color: #ffffff !important;
}

body.theme-pink .box.bg-blue *,
body.theme-pink .box.bg-info *,
body.theme-pink .box.bg-light-blue *,
body.theme-pink .box.bg-green *,
body.theme-pink .box.bg-success *,
body.theme-pink .box.bg-red *,
body.theme-pink .box.bg-danger *,
body.theme-pink .box.bg-primary *,
body.theme-pink .box.bg-pink * {
  color: #ffffff !important;
}

body.theme-pink .box.bg-yellow *,
body.theme-pink .box.bg-warning *,
body.theme-pink .box.bg-orange * {
  color: #111827 !important;
}

body.theme-pink .highcharts-background,
body.theme-pink .highcharts-plot-background {
  fill: #ffffff !important;
}

body.theme-pink .highcharts-grid-line {
  stroke: #f3c2d7 !important;
}

.input-group .group-item-r,
.input-group .group-item-md,
.input-group .connect,
.input-group #ping_test {
  align-items: center;
  display: flex !important;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  text-align: center;
}

.input-group .group-item-r i.fa,
.input-group .group-item-md i.fa,
.card-header i.fa.pointer {
  color: var(--adam-action-text) !important;
  display: inline-block !important;
  font-size: 16px !important;
}

.input-group .group-item-r:hover,
.input-group .group-item-md:hover,
.input-group .connect:hover,
.input-group #ping_test:hover {
  background: var(--adam-action-hover) !important;
}

.input-group input[type="submit"].group-item {
  background: var(--adam-primary) !important;
  color: #ffffff !important;
}

.input-group input[type="submit"].group-item + .connect,
.input-group input[type="submit"].group-item + .connect + #ping_test,
.input-group input[type="submit"].group-item + .connect + #ping_test + .group-item-r {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: var(--adam-primary-dark) !important;
  font-weight: 600;
  min-width: 72px;
}

.input-group input[type="submit"].group-item + .connect:hover,
.input-group input[type="submit"].group-item + .connect + #ping_test:hover,
.input-group input[type="submit"].group-item + .connect + #ping_test + .group-item-r:hover {
  background: rgba(56, 189, 248, 0.12) !important;
  border-color: transparent !important;
}

.input-group input[type="submit"].group-item + .connect + #ping_test + .group-item-r {
  min-width: 42px;
}

.input-group input[type="checkbox"] {
  display: inline-block !important;
  height: 22px;
  margin: 0;
  min-height: 22px;
  width: 22px;
}

.sidenav a i.fa:not(.fa-caret-down):not(.fa-caret-left),
.sidenav .dropdown-btn i.fa:not(.fa-caret-down):not(.fa-caret-left) {
  background: transparent !important;
  border-radius: 0 !important;
  color: var(--adam-primary) !important;
  display: inline-block !important;
  flex: 0 0 30px !important;
  font-family: FontAwesome !important;
  font-size: 22px !important;
  height: auto !important;
  line-height: 1 !important;
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  text-align: center;
  width: 30px !important;
}

.sidenav a i.fa:not(.fa-caret-down):not(.fa-caret-left)::before,
.sidenav .dropdown-btn i.fa:not(.fa-caret-down):not(.fa-caret-left)::before {
  display: inline-block !important;
  font-family: FontAwesome !important;
  text-rendering: auto;
}

.sidenav a:hover i.fa:not(.fa-caret-down):not(.fa-caret-left),
.sidenav .dropdown-btn:hover i.fa:not(.fa-caret-down):not(.fa-caret-left),
.sidenav .active i.fa:not(.fa-caret-down):not(.fa-caret-left) {
  background: transparent !important;
  color: var(--adam-primary-dark) !important;
}

.sidenav .fa-caret-down,
.sidenav .fa-caret-left {
  background: transparent !important;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid var(--adam-muted);
  color: transparent !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  font-size: 0 !important;
  height: 0 !important;
  margin-left: auto !important;
  padding: 0 !important;
  width: 0 !important;
}

.sidenav .fa-caret-down::before,
.sidenav .fa-caret-left::before {
  content: "" !important;
}

.sidenav .dropdown-btn:hover .fa-caret-down,
.sidenav .dropdown-btn:hover .fa-caret-left,
.sidenav .active .fa-caret-down,
.sidenav .active .fa-caret-left {
  border-top-color: var(--adam-primary-dark);
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }

  #main {
    margin-top: 64px;
  }

  .navbar {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    min-height: 56px;
    overflow: hidden;
    padding: 0 10px;
  }

  .navbar-left,
  .navbar-right {
    align-items: center;
    display: flex;
    float: none !important;
    gap: 6px;
    min-width: 0;
  }

  .navbar-left {
    flex: 0 0 36px;
    order: 1;
  }

  .navbar-right {
    flex: 1 1 auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
    max-width: calc(100% - 44px);
    order: 2;
    overflow: hidden;
    padding-right: 0;
  }

  .navbar-left a,
  .navbar-right a,
  .navbar-right select {
    font-size: 15px;
  }

  #brand,
  #cpage {
    display: none !important;
  }

  .navbar-right a,
  .navbar-right select {
    align-items: center;
    display: inline-flex;
    height: 38px;
    margin-top: 0 !important;
    padding: 0 8px !important;
    white-space: nowrap;
  }

  .navbar-right select {
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    min-width: 0;
    padding-right: 12px !important;
  }

  .navbar-right .stheme,
  .navbar-right .slang,
  .navbar-right .optfa {
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
  }

  .navbar-right .stheme {
    flex: 0 0 96px;
    max-width: 96px;
    order: 1;
  }

  .navbar-right .slang {
    flex: 0 0 112px;
    max-width: 112px;
    order: 2;
  }

  .navbar-right .optfa {
    flex: 1 1 130px;
    max-width: 150px;
    min-width: 96px;
    order: 2;
  }

  .navbar-right #logout {
    flex: 0 0 auto;
    order: 3;
  }

  .navbar-right #logout .mr-1 {
    margin-right: 2px !important;
  }

  .navbar-right a[title="Idle Timeout"] {
    display: none !important;
  }

  #openNav,
  #closeNav {
    background: transparent !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff !important;
    float: left !important;
    flex: 0 0 36px;
    height: 38px;
    left: auto;
    margin: 0 !important;
    min-width: 36px;
    position: relative;
    top: auto;
    z-index: 50;
  }

  #openNav {
    display: flex;
  }

  #openNav[style*="block"],
  #closeNav[style*="block"] {
    display: flex !important;
  }

  #closeNav {
    display: none;
  }

  #openNav i,
  #closeNav i {
    display: none !important;
  }

  #openNav::before,
  #closeNav::before {
    color: #ffffff;
    content: "";
    margin: 0 auto;
    width: 22px;
  }

  .sidenav {
    margin-top: 56px;
    max-width: 82vw;
    z-index: 40;
  }

  .main-container {
    padding: 14px;
  }

  .card,
  .box,
  .box-bordered {
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
  }

  .card-header h3,
  .box-header h3 {
    font-size: 16px;
  }

  .card-body {
    padding: 12px;
  }

  .table:not(#dataTable) td {
    display: block;
    padding: 7px 0;
    width: 100% !important;
  }

  .table:not(#dataTable) tr {
    border-bottom: 1px solid #eef2f7;
    display: block;
    padding: 6px 0;
  }

  .table:not(#dataTable) tr:last-child {
    border-bottom: 0;
  }

  table.table.hotspot-log-table {
    min-width: 0;
    table-layout: fixed;
    width: 100% !important;
  }

  table.table.hotspot-log-table thead {
    display: table-header-group;
  }

  table.table.hotspot-log-table tbody {
    display: table-row-group;
  }

  table.table.hotspot-log-table tr {
    border-bottom: 0;
    display: table-row !important;
    padding: 0 !important;
  }

  table.table.hotspot-log-table th,
  table.table.hotspot-log-table td {
    display: table-cell !important;
    font-size: 12px;
    padding: 7px 6px !important;
    width: auto !important;
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal !important;
  }

  table.table.hotspot-log-table th:nth-child(1),
  table.table.hotspot-log-table td:nth-child(1) {
    min-width: 92px;
    width: 28% !important;
  }

  table.table.hotspot-log-table th:nth-child(2),
  table.table.hotspot-log-table td:nth-child(2) {
    min-width: 118px;
    width: 34% !important;
  }

  table.table.hotspot-log-table th:nth-child(3),
  table.table.hotspot-log-table td:nth-child(3) {
    min-width: 150px;
    width: 38% !important;
  }

  .overflow,
  .card-body.overflow,
  .box-bordered.overflow {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto !important;
  }

  #dataTable {
    font-size: 13px;
    min-width: 720px;
    table-layout: auto;
  }

  #dataTable tr {
    display: table-row;
  }

  #dataTable th,
  #dataTable td {
    display: table-cell !important;
    line-height: 1.25;
    padding: 7px 6px !important;
    vertical-align: middle;
    white-space: normal !important;
    width: auto !important;
  }

  #dataTable td:first-child,
  #dataTable th:first-child {
    min-width: 86px;
    text-align: center;
  }

  #dataTable td > a,
  #dataTable td > span.pointer,
  #dataTable td > i.pointer {
    border-radius: 6px;
    min-height: 22px;
    min-width: 22px;
    padding: 2px 4px !important;
  }

  #dataTable td > a i,
  #dataTable td > span.pointer i,
  #dataTable td > i.pointer {
    font-size: 14px !important;
    height: 22px;
    min-width: 22px;
  }

  #dataTable td > a:has(.fa-edit),
  #dataTable td > a:has(.fa-user),
  #dataTable td > a:has(.fa-users) {
    gap: 5px;
  }

  #dataTable td > a > i.fa-qrcode,
  #dataTable td > a > i.fa-qrcode::before {
    min-width: 22px;
  }

  #dataTable.hotspot-users-table th.hotspot-print-cell,
  #dataTable.hotspot-users-table td.hotspot-print-cell {
    min-width: 78px;
    text-align: center;
    white-space: nowrap !important;
  }

  #dataTable.hotspot-users-table td.hotspot-print-cell {
    line-height: 1 !important;
  }

  #dataTable.hotspot-users-table td.hotspot-print-cell > a {
    align-items: center;
    display: inline-flex !important;
    justify-content: center;
    margin: 0 2px !important;
    min-height: 22px;
    min-width: 22px;
    padding: 2px 3px !important;
    vertical-align: middle;
  }

  #dataTable.hotspot-users-table td.hotspot-print-cell br {
    display: none !important;
  }

  #dataTable.hotspot-users-table td.hotspot-print-cell > a i {
    font-size: 14px !important;
    height: 22px;
    min-width: 22px;
  }

  #dataTable.hotspot-users-table th:first-child,
  #dataTable.hotspot-users-table td:first-child {
    min-width: 74px;
    text-align: center;
    white-space: nowrap !important;
  }

  #dataTable.hotspot-users-table td:first-child > i.pointer,
  #dataTable.hotspot-users-table td:first-child > span.pointer {
    align-items: center;
    display: inline-flex !important;
    justify-content: center;
    margin: 0 2px !important;
    min-height: 22px;
    min-width: 22px;
    padding: 2px 3px !important;
    vertical-align: middle;
  }

  #dataTable.hotspot-users-table td:first-child > span.pointer i {
    font-size: 14px !important;
    height: 22px;
    min-width: 22px;
  }

  .hotspot-active-table {
    font-size: 13px;
    min-width: 980px;
    table-layout: auto;
  }

  .hotspot-active-table thead {
    display: table-header-group;
  }

  .hotspot-active-table tbody {
    display: table-row-group;
  }

  .hotspot-active-table tr {
    border-bottom: 0;
    display: table-row !important;
    padding: 0 !important;
  }

  .hotspot-active-table tr.adam-hidden-row,
  .hotspot-active-table tbody tr.adam-hidden-row {
    display: none !important;
  }

  .hotspot-active-table th,
  .hotspot-active-table td {
    display: table-cell !important;
    line-height: 1.25;
    padding: 7px 6px !important;
    vertical-align: middle;
    white-space: normal !important;
    width: auto !important;
  }

  .hotspot-active-table th:first-child,
  .hotspot-active-table td:first-child {
    min-width: 96px;
    text-align: center;
    white-space: nowrap !important;
  }

  .hotspot-active-table th:nth-child(2),
  .hotspot-active-table td:nth-child(2),
  .hotspot-active-table th:nth-child(3),
  .hotspot-active-table td:nth-child(3) {
    min-width: 130px;
  }

  .hotspot-active-table th:nth-child(4),
  .hotspot-active-table td:nth-child(4),
  .hotspot-active-table th:nth-child(6),
  .hotspot-active-table td:nth-child(6),
  .hotspot-active-table th:nth-child(7),
  .hotspot-active-table td:nth-child(7),
  .hotspot-active-table th:nth-child(8),
  .hotspot-active-table td:nth-child(8),
  .hotspot-active-table th:nth-child(9),
  .hotspot-active-table td:nth-child(9) {
    min-width: 105px;
  }

  .hotspot-active-table th:nth-child(5),
  .hotspot-active-table td:nth-child(5) {
    min-width: 145px;
  }

  .hotspot-active-table th:nth-child(10),
  .hotspot-active-table td:nth-child(10) {
    min-width: 110px;
  }

  .hotspot-active-table th:nth-child(11),
  .hotspot-active-table td:nth-child(11) {
    min-width: 140px;
  }

  .hotspot-active-table td:first-child > i.pointer,
  .hotspot-active-table td:first-child > a {
    align-items: center;
    display: inline-flex !important;
    justify-content: center;
    margin: 0 3px;
    min-height: 22px;
    min-width: 22px;
    padding: 2px 4px !important;
    vertical-align: middle;
  }

  .hotspot-active-table td:first-child > i.pointer,
  .hotspot-active-table td:first-child > a i {
    font-size: 14px !important;
    height: 22px;
    min-width: 22px;
  }

  .user-profile-table {
    font-size: 13px;
    min-width: 720px;
    table-layout: auto;
  }

  .user-profile-table thead {
    display: table-header-group;
  }

  .user-profile-table tbody {
    display: table-row-group;
  }

  .user-profile-table tr {
    border-bottom: 0;
    display: table-row !important;
    padding: 0 !important;
  }

  .user-profile-table th,
  .user-profile-table td {
    display: table-cell !important;
    line-height: 1.25;
    padding: 7px 6px !important;
    vertical-align: middle;
    white-space: normal !important;
    width: auto !important;
  }

  .user-profile-table th:first-child,
  .user-profile-table td:first-child {
    min-width: 88px;
    text-align: center;
  }

  .user-profile-table th:nth-child(2),
  .user-profile-table td:nth-child(2) {
    min-width: 260px;
  }

  .user-profile-table th:nth-child(3),
  .user-profile-table td:nth-child(3) {
    min-width: 72px;
  }

  .user-profile-table th:nth-child(4),
  .user-profile-table td:nth-child(4),
  .user-profile-table th:nth-child(5),
  .user-profile-table td:nth-child(5),
  .user-profile-table th:nth-child(6),
  .user-profile-table td:nth-child(6),
  .user-profile-table th:nth-child(9),
  .user-profile-table td:nth-child(9) {
    min-width: 96px;
  }

  .user-profile-table th:nth-child(7),
  .user-profile-table td:nth-child(7),
  .user-profile-table th:nth-child(8),
  .user-profile-table td:nth-child(8) {
    min-width: 128px;
  }

  .user-profile-table td:first-child > i.pointer,
  .user-profile-table td:first-child > a,
  .user-profile-table td:nth-child(2) > a {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  .user-profile-table td:first-child > i.pointer,
  .user-profile-table td:first-child > a {
    min-height: 22px;
    min-width: 22px;
    padding: 0 !important;
  }

  .user-profile-table td:first-child > a i,
  .user-profile-table td:first-child > i.pointer {
    font-size: 15px !important;
    height: 22px;
    min-width: 22px;
  }

  .user-profile-table td:nth-child(2) > a {
    align-items: center;
    color: var(--adam-text) !important;
    display: inline-flex;
    gap: 5px;
    justify-content: flex-start;
    min-height: 0;
    padding: 0 !important;
  }

  .user-profile-table td:nth-child(2) > a i {
    font-size: 14px !important;
    height: auto;
    min-width: 0;
  }

  .report-toolbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-toolbar .report-search {
    grid-column: 1 / -1;
    max-width: none;
    width: 100%;
  }

  .report-toolbar .btn,
  .report-toolbar a.btn {
    justify-content: center;
    min-height: 44px;
    width: 100%;
  }

  .report-filterbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .report-filterbar > div {
    flex: none !important;
    min-width: 0;
    width: 100% !important;
  }

  .report-filterbar .group-item {
    align-items: center;
    display: flex;
    font-size: 13px;
    justify-content: center;
    min-height: 42px;
    padding-left: 7px !important;
    padding-right: 7px !important;
    width: 100% !important;
  }

  .report-filterbar select.group-item {
    justify-content: flex-start;
  }

  .selling-report-table {
    min-width: 680px !important;
  }

  .netwatch-toolbar {
    align-items: flex-start;
    gap: 8px;
  }

  .netwatch-toolbar-main,
  .netwatch-toolbar-actions {
    width: 100%;
  }

  .netwatch-toolbar a {
    background: var(--adam-button);
    border-radius: 7px;
    color: var(--adam-button-text) !important;
    padding: 8px 12px;
  }

  .netwatch-table {
    min-width: 760px !important;
  }

  .form-control,
  .group-item,
  input,
  select,
  textarea {
    min-height: 42px;
  }

  textarea.form-control,
  textarea {
    min-height: 72px;
  }

  .ppp-nonactive-header {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }

  .adam-responsive-cards {
    display: block;
  }

  .adam-responsive-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ppp-nonactive-title {
    justify-content: space-between;
    width: 100%;
  }

  .ppp-nonactive-title h3 {
    flex: 1 1 auto;
    overflow-wrap: anywhere;
  }

  .ppp-nonactive-add {
    justify-content: center;
    min-height: 42px;
    width: 100%;
  }

  .ppp-nonactive-toolbar {
    display: block;
    margin-bottom: 10px;
  }

  .ppp-nonactive-search {
    max-width: none;
    width: 100% !important;
  }

  .ppp-nonactive-table-wrap {
    display: none !important;
  }

  .ppp-nonactive-cards {
    display: block;
  }

  .ppp-secret-card {
    margin-bottom: 10px;
  }

  .ppp-secret-meta {
    grid-template-columns: minmax(0, 1fr);
  }

  .ppp-secret-card-actions {
    flex-wrap: nowrap;
  }

  .ppp-secret-card-actions .ppp-nonactive-action {
    min-height: 40px;
  }

  .ppp-secret-card-actions .ppp-nonactive-action i {
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  .navbar-right .stheme {
    flex-basis: 74px;
    max-width: 74px;
  }

  .navbar-right .slang {
    flex-basis: 88px;
    max-width: 88px;
  }

  .navbar-right .optfa {
    flex: 1 1 118px;
    max-width: 130px;
  }

  .navbar-right select {
    font-size: 14px !important;
    height: 36px;
    padding-left: 2px !important;
    padding-right: 10px !important;
  }

  .navbar-right #logout {
    font-size: 0;
    flex: 0 0 30px;
    min-width: 38px;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .navbar-right #logout i {
    font-size: 16px;
    margin-right: 0 !important;
  }

}

@media (min-width: 769px) {
  #openNav {
    display: flex !important;
  }

  #closeNav {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .login-box .table,
  .login-box .table tbody,
  .login-box .table tr,
  .login-box .table td,
  form .table tr:has(input),
  form .table tr:has(select),
  form .table tr:has(textarea),
  form .table tr:has(button),
  form .table td:has(input),
  form .table td:has(select),
  form .table td:has(textarea),
  form .table td:has(button) {
    border-bottom: 0 !important;
    border-top: 0 !important;
  }

  .login-box .table tr,
  form .table tr:has(input),
  form .table tr:has(select),
  form .table tr:has(textarea) {
    padding-bottom: 10px;
  }

  .login-box .table td,
  form .table td:has(input),
  form .table td:has(select),
  form .table td:has(textarea),
  form .table td:has(button) {
    padding-bottom: 4px;
    padding-top: 4px;
  }

  .login-box input:not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="checkbox"]),
  .login-box select,
  .login-box textarea,
  form input:not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="checkbox"]),
  form select,
  form textarea {
    width: 100% !important;
  }

  .login-box input[type="checkbox"],
  form input[type="checkbox"] {
    width: 22px !important;
  }

  .input-group {
    align-items: stretch;
    display: flex;
    width: 100%;
  }

  .input-group input,
  .input-group select,
  .input-group textarea {
    min-width: 0;
  }

  .input-group input[type="password"],
  .input-group input[type="text"],
  .input-group input[type="number"] {
    flex: 1 1 auto;
  }

  .input-group .group-item-r,
  .input-group .group-item-md,
  .input-group .connect,
  .input-group #ping_test {
    flex: 0 0 auto;
  }
}

/* Keep joined form fields crisp: password toggles and MB/GB suffixes should read as one control. */
.input-group input.group-item-l:not([type="submit"]):not([type="button"]):not([type="reset"]),
.input-group input.group-item:not([type="submit"]):not([type="button"]):not([type="reset"]),
.input-group select.group-item-l,
.input-group select.group-item,
.input-group textarea.group-item-l,
.input-group textarea.group-item {
  background: var(--adam-input) !important;
  border-color: var(--adam-line) !important;
  box-shadow: none !important;
  color: var(--adam-input-text) !important;
}

.input-group input.group-item-l:not([type="submit"]):not([type="button"]):not([type="reset"]),
.input-group select.group-item-l,
.input-group textarea.group-item-l {
  border-radius: 7px 0 0 7px !important;
}

.input-group .group-item-r:not(.connect):not(#ping_test):not([type="submit"]):not([type="button"]):not([type="reset"]) {
  background: var(--adam-input) !important;
  border-color: var(--adam-line) !important;
  border-left-color: rgba(148, 163, 184, 0.28) !important;
  border-radius: 0 7px 7px 0 !important;
  box-shadow: none !important;
  color: var(--adam-input-text) !important;
}

.input-group .group-item-r:has(input[type="checkbox"]) {
  background: var(--adam-input) !important;
  border-color: var(--adam-line) !important;
  border-left-color: rgba(148, 163, 184, 0.28) !important;
}

.input-group .group-item-r:has(input[type="checkbox"]) input[type="checkbox"] {
  background: #ffffff !important;
  border: 1px solid rgba(148, 163, 184, 0.65) !important;
  box-shadow: none !important;
}

.input-group select.group-item-r {
  background-color: var(--adam-input) !important;
  padding-left: 12px !important;
}

body.theme-dark .input-group input.group-item-l:not([type="submit"]):not([type="button"]):not([type="reset"]),
body.theme-dark .input-group input.group-item:not([type="submit"]):not([type="button"]):not([type="reset"]),
body.theme-dark .input-group select.group-item-l,
body.theme-dark .input-group select.group-item,
body.theme-dark .input-group textarea.group-item-l,
body.theme-dark .input-group textarea.group-item,
body.theme-dark .input-group .group-item-r:not(.connect):not(#ping_test):not([type="submit"]):not([type="button"]):not([type="reset"]) {
  background: #111827 !important;
  border-color: rgba(148, 163, 184, 0.26) !important;
}

body.theme-dark .input-group .group-item-r:has(input[type="checkbox"]) {
  background: #111827 !important;
  border-color: rgba(148, 163, 184, 0.26) !important;
  border-left-color: rgba(148, 163, 184, 0.22) !important;
}

/* Preserve ghost style for secondary MikroTik actions after the joined-field cleanup above. */
.input-group input[type="submit"].group-item + .connect,
.input-group input[type="submit"].group-item + .connect + #ping_test,
.input-group input[type="submit"].group-item + .connect + #ping_test + .group-item-r {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: var(--adam-primary-dark) !important;
}

.login-register-contact {
  display: inline-block;
  margin: 0;
  color: var(--adam-text-muted);
}

.login-register-contact a {
  color: var(--adam-primary);
  text-decoration: none;
}

.login-register-contact a:hover {
  color: var(--adam-primary-dark);
  text-decoration: underline;
}

.service-expired-lock {
  position: fixed;
  z-index: 80;
  inset: 56px 0 0 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(8px);
}

.service-expired-card {
  width: min(520px, 100%);
  padding: 28px;
  border: 1px solid rgba(56, 189, 248, 0.38);
  border-radius: 10px;
  background: var(--adam-card);
  box-shadow: 0 22px 60px rgba(2, 8, 23, 0.35);
  color: var(--adam-text);
  text-align: center;
}

.service-expired-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.14);
  color: #ef4444;
  font-size: 30px;
}

.service-expired-card h2 {
  margin: 0 0 10px;
  color: var(--adam-text);
  font-size: 24px;
  line-height: 1.2;
}

.service-expired-card p {
  margin: 8px 0;
  color: var(--adam-text-muted);
  font-size: 15px;
  line-height: 1.55;
}

.service-expired-meta {
  display: grid;
  gap: 6px;
  margin: 14px 0;
  padding: 12px;
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.08);
  color: var(--adam-text);
  font-weight: 600;
}

.service-expired-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  margin-top: 14px;
  padding: 0 18px;
  border-radius: 8px;
  background: #10b981;
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(16, 185, 129, 0.24);
}

.service-expired-action:hover {
  background: #059669;
  color: #ffffff !important;
}

@media screen and (max-width: 768px) {
  .service-expired-lock {
    inset: 64px 0 0 0;
    padding: 18px;
    align-items: flex-start;
  }

  .service-expired-card {
    margin-top: 36px;
    padding: 22px 18px;
  }

  .service-expired-card h2 {
    font-size: 22px;
  }
}

.voucher-editor-toolbar.table {
  margin-bottom: 12px;
}

.voucher-template-notice {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 14px;
  padding: 11px 12px;
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.09);
  color: var(--adam-text);
  line-height: 1.45;
}

.voucher-template-notice .fa {
  color: var(--adam-primary);
  margin-top: 2px;
  flex: 0 0 auto;
}

.voucher-template-notice-text {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.voucher-template-gallery {
  margin: 0 0 16px;
  padding: 14px;
  border: 1px solid var(--adam-border);
  border-radius: 8px;
  background: rgba(148, 163, 184, 0.06);
}

.voucher-template-gallery-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.voucher-template-gallery h4,
.voucher-template-gallery h5,
.voucher-template-gallery p {
  margin: 0;
}

.voucher-template-gallery h4 {
  color: var(--adam-text);
  font-size: 16px;
  line-height: 1.3;
}

.voucher-template-gallery p {
  margin-top: 4px;
  color: var(--adam-text-muted);
  font-size: 12px;
  line-height: 1.45;
}

.voucher-template-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.voucher-template-card {
  overflow: hidden;
  border: 1px solid var(--adam-border);
  border-radius: 8px;
  background: var(--adam-card);
  box-shadow: 0 10px 24px rgba(2, 8, 23, 0.10);
}

.voucher-template-card img {
  display: block;
  width: 100%;
  height: 128px;
  object-fit: cover;
  background: #f8fafc;
  border-bottom: 1px solid var(--adam-border);
}

.voucher-template-card-body {
  padding: 11px;
}

.voucher-template-card h5 {
  color: var(--adam-text);
  font-size: 14px;
  line-height: 1.25;
}

.voucher-template-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.voucher-template-actions .btn {
  min-height: 32px;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.2;
}

body.theme-dark .voucher-template-gallery,
body.theme-dark .voucher-template-card {
  background: rgba(15, 23, 42, 0.26);
}

@media screen and (max-width: 768px) {
  .voucher-editor-toolbar .row {
    gap: 8px;
  }

  .voucher-editor-toolbar .btn {
    margin-bottom: 7px;
  }

  .voucher-template-gallery {
    padding: 11px;
  }

  .voucher-template-grid {
    grid-template-columns: 1fr;
  }

  .voucher-template-card img {
    height: 150px;
  }

  .voucher-template-actions .btn {
    flex: 1 1 120px;
  }
}

/* Adam Core Phase 1 */
.adam-page {
  min-width: 0;
}

.adam-page .adam-card {
  border-radius: 8px;
}

.adam-page .card-header h3 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  line-height: 1.25;
  margin: 0;
}

.adam-form-col,
.adam-side-col {
  min-width: 0;
}

.adam-form-page .adam-form-col {
  max-width: 920px;
}

.adam-actionbar,
.adam-generate-toolbar,
.adam-session-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.adam-actionbar-right {
  justify-content: flex-end;
  margin: 0;
}

.adam-btn,
.adam-page .btn,
.adam-page button[type="submit"] {
  align-items: center;
  border-radius: 8px !important;
  display: inline-flex;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
  padding: 8px 13px !important;
  white-space: nowrap;
}

.adam-page .btn i,
.adam-btn i,
.adam-session-action i {
  font-size: 14px !important;
  line-height: 1;
}

.adam-header-btn {
  margin-left: auto;
  min-height: 34px;
}

.adam-page .form-control,
.adam-page .group-item,
.adam-page select,
.adam-page textarea {
  border-radius: 8px !important;
  min-height: 40px;
}

.adam-page textarea.form-control {
  min-height: 78px;
}

.adam-page .form-control:focus,
.adam-page .group-item:focus,
.adam-page select:focus,
.adam-page textarea:focus {
  border-color: var(--adam-primary) !important;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.18) !important;
  outline: 0;
}

.adam-form-table {
  border-collapse: separate;
  border-spacing: 0 8px;
}

.adam-form-table td {
  border: 0 !important;
  padding: 6px 8px !important;
  vertical-align: middle;
}

.adam-form-table td:first-child {
  color: var(--adam-muted);
  font-weight: 700;
  width: 170px;
}

.adam-help-card .card-body,
.adam-summary-card .card-body {
  line-height: 1.55;
}

.adam-session-page .box {
  background: linear-gradient(135deg, var(--adam-panel-soft), var(--adam-panel)) !important;
  border-color: var(--adam-line) !important;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
  margin-bottom: 10px;
}

.adam-session-page .box[class*="bg-"] {
  color: var(--adam-text) !important;
}

.adam-session-page .box-group-icon {
  background: var(--adam-action-bg);
  color: var(--adam-action-text) !important;
}

.adam-session-meta {
  display: block;
  line-height: 1.6;
  min-width: 0;
  overflow-wrap: anywhere;
}

.adam-session-actions {
  margin: 8px 0 0;
}

.adam-session-action {
  align-items: center;
  background: var(--adam-action-bg);
  border: 1px solid var(--adam-line);
  border-radius: 8px;
  color: var(--adam-action-text) !important;
  display: inline-flex;
  font-weight: 700;
  gap: 6px;
  min-height: 34px;
  padding: 6px 10px;
  text-decoration: none !important;
}

.adam-session-action:hover {
  background: var(--adam-action-hover);
}

.adam-session-controlbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.adam-session-controlbar .adam-btn {
  width: 100%;
}

.adam-list-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.adam-list-header h3 {
  margin: 0;
}

.adam-count-badge {
  background: var(--adam-action-bg);
  border: 1px solid var(--adam-line);
  border-radius: 999px;
  color: var(--adam-primary-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  margin-left: 7px;
  min-width: max-content;
  padding: 6px 9px;
  white-space: nowrap;
  vertical-align: middle;
}

.adam-list-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.adam-list-search,
.adam-list-filter {
  min-height: 40px;
}

.adam-list-search {
  max-width: 360px;
  width: 100%;
}

.adam-list-filter {
  max-width: 240px;
  width: 100%;
}

.adam-desktop-table-wrap {
  overflow-x: auto;
}

.adam-mobile-list {
  display: none;
}

.adam-mobile-row {
  align-items: center;
  background: var(--adam-panel-soft);
  border: 1px solid var(--adam-line);
  border-radius: 8px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 8px;
  min-width: 0;
  padding: 10px;
}

.adam-mobile-main {
  flex: 1 1 auto;
  min-width: 0;
}

.adam-mobile-title {
  color: var(--adam-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.adam-mobile-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.adam-mobile-sub span,
.adam-mobile-meta {
  color: var(--adam-muted);
  font-size: 12px;
  font-weight: 700;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.adam-mobile-sub span {
  background: var(--adam-action-bg);
  border-radius: 999px;
  padding: 4px 7px;
}

.adam-mobile-meta {
  margin-top: 6px;
}

.adam-mobile-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
}

.adam-mobile-action {
  align-items: center;
  background: var(--adam-action-bg);
  border: 1px solid var(--adam-line);
  border-radius: 8px;
  color: var(--adam-action-text) !important;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  text-decoration: none !important;
  width: 40px;
}

.adam-mobile-action i {
  font-size: 16px !important;
}

.adam-mobile-action.danger {
  color: var(--adam-danger) !important;
}

.adam-mobile-action.warning {
  color: var(--adam-warning) !important;
}

.adam-generate-toolbar {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.adam-tool-group {
  align-content: flex-start;
  background: var(--adam-panel-soft);
  border: 1px solid var(--adam-line);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  padding: 10px;
}

.adam-tool-group .adam-btn {
  flex: 1 1 120px;
  min-width: 120px;
}

.adam-tool-label {
  color: var(--adam-muted);
  flex: 0 0 100%;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1;
  text-transform: uppercase;
}

.adam-summary-table td {
  line-height: 1.35;
  white-space: normal;
  word-break: break-word;
}

@media (max-width: 768px) {
  .adam-page .col-4,
  .adam-page .col-6,
  .adam-page .col-8,
  .adam-page .col-12,
  .adam-form-page .adam-form-col,
  .adam-side-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .adam-page .card-body {
    padding: 12px !important;
  }

  .adam-actionbar,
  .adam-actionbar-right,
  .adam-session-actions,
  .adam-session-controlbar {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adam-actionbar .btn,
  .adam-actionbar button,
  .adam-session-actions .adam-session-action,
  .adam-header-btn {
    min-width: 0;
    width: 100%;
  }

  .adam-form-table,
  .adam-form-table tbody,
  .adam-form-table tr,
  .adam-form-table td {
    display: block;
    width: 100% !important;
  }

  .adam-form-table {
    border-spacing: 0;
  }

  .adam-form-table tr {
    background: var(--adam-panel-soft);
    border: 1px solid var(--adam-line);
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 9px;
  }

  .adam-form-table td {
    padding: 4px 0 !important;
  }

  .adam-form-table td:first-child {
    font-size: 12px;
    letter-spacing: .02em;
    text-transform: uppercase;
  }

  .adam-page .form-control,
  .adam-page .group-item,
  .adam-page select,
  .adam-page textarea {
    width: 100% !important;
  }

  .adam-generate-toolbar {
    grid-template-columns: 1fr;
  }

  .adam-tool-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adam-list-header {
    align-items: stretch;
    flex-direction: column;
  }

  .adam-list-header .adam-btn,
  .adam-list-search,
  .adam-list-filter {
    max-width: none;
    width: 100%;
  }

  .adam-desktop-table-wrap {
    display: none;
  }

  .adam-mobile-list {
    display: block;
  }

  .adam-mobile-list-page .card-body {
    overflow-x: hidden;
  }

  .adam-session-controlbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adam-tool-label {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  .adam-actionbar,
  .adam-actionbar-right,
  .adam-session-actions,
  .adam-tool-group {
    grid-template-columns: 1fr;
  }

  .adam-session-controlbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Adam Core Phase 3: UI consistency and button polish */
.adam-page,
.ppp-nonactive-page {
  overflow-x: hidden;
}

.adam-page .card-header,
.ppp-nonactive-header {
  min-width: 0;
}

.adam-page .card-header h3,
.adam-page .card-title,
.ppp-nonactive-title h3 {
  min-width: 0;
  overflow-wrap: anywhere;
}

.adam-btn,
.adam-page .btn,
.adam-page button[type="submit"],
.adam-session-action,
.ppp-nonactive-add,
.ppp-nonactive-action,
.adam-mobile-action {
  align-items: center;
  border-radius: 8px !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  line-height: 1.15;
  min-width: 0;
  text-align: center;
  text-decoration: none !important;
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease, transform .16s ease;
  vertical-align: middle;
  white-space: nowrap;
}

.adam-btn,
.adam-page .btn,
.adam-page button[type="submit"],
.ppp-nonactive-add {
  min-height: 36px;
  padding: 8px 12px !important;
}

.adam-page .btn:hover,
.adam-page button[type="submit"]:hover,
.adam-session-action:hover,
.ppp-nonactive-add:hover,
.ppp-nonactive-action:hover,
.adam-mobile-action:hover {
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.14);
  transform: translateY(-1px);
}

.adam-page .btn:focus,
.adam-page button[type="submit"]:focus,
.adam-session-action:focus,
.ppp-nonactive-add:focus,
.ppp-nonactive-action:focus,
.adam-mobile-action:focus {
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.20) !important;
  outline: 0;
}

.adam-page .btn i,
.adam-btn i,
.adam-session-action i,
.ppp-nonactive-add i,
.ppp-nonactive-action i,
.adam-mobile-action i {
  flex: 0 0 auto;
  font-size: 14px !important;
  line-height: 1;
  margin: 0 !important;
}

.adam-header-btn {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 7px 11px !important;
}

.adam-session-action,
.ppp-nonactive-action,
.adam-mobile-action {
  min-height: 38px;
  min-width: 38px;
}

.adam-session-actions,
.ppp-nonactive-actions,
.adam-mobile-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ppp-nonactive-action {
  background: var(--adam-action-bg);
  border: 1px solid var(--adam-line);
  color: var(--adam-action-text) !important;
  padding: 7px 9px;
}

.ppp-nonactive-action:hover {
  background: var(--adam-action-hover);
}

.ppp-nonactive-action span,
.adam-session-action span {
  min-width: 0;
}

.adam-mobile-action {
  height: 38px;
  padding: 0;
  width: 38px;
}

.adam-page input.form-control,
.adam-page input.group-item,
.adam-page select.form-control,
.adam-page select.group-item,
.adam-page textarea.form-control,
.adam-page textarea.group-item,
.adam-page .group-item {
  border-radius: 8px !important;
  font-size: 13px;
  line-height: 1.25;
  min-height: 38px;
  padding: 8px 10px;
}

.adam-page textarea.form-control,
.adam-page textarea.group-item {
  min-height: 76px;
  resize: vertical;
}

.adam-page label,
.adam-form-table td:first-child {
  color: var(--adam-muted);
  font-size: 12px;
  font-weight: 800;
}

.adam-form-table td {
  min-width: 0;
}

.adam-list-header h3 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.adam-count-badge,
.ppp-nonactive-count {
  flex: 0 0 auto;
  min-width: max-content;
  overflow: visible;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.adam-tool-group {
  gap: 7px;
  padding: 9px;
}

.adam-tool-group .adam-btn {
  flex: 1 1 108px;
  min-height: 36px;
  min-width: 108px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.adam-session-controlbar {
  gap: 8px;
}

.adam-session-controlbar .adam-btn,
.adam-session-controlbar .connect {
  min-height: 38px;
  width: 100%;
}

.adam-mobile-row,
.ppp-secret-card {
  max-width: 100%;
}

.adam-mobile-title,
.adam-mobile-sub span,
.adam-mobile-meta,
.ppp-secret-name,
.ppp-secret-meta strong,
.ppp-secret-comment strong,
.adam-session-meta {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.adam-page .table td:first-child,
.ppp-nonactive-action-cell {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .adam-btn,
  .adam-page .btn,
  .adam-page button[type="submit"],
  .ppp-nonactive-add {
    min-height: 36px;
    padding: 8px 10px !important;
  }

  .adam-page .card-header h3,
  .adam-page .card-title {
    align-items: center;
    gap: 8px;
  }

  .adam-header-btn {
    margin-left: 0;
  }

  .adam-actionbar,
  .adam-actionbar-right,
  .adam-session-actions,
  .adam-session-controlbar {
    gap: 8px;
  }

  .adam-actionbar .btn,
  .adam-actionbar button,
  .adam-session-actions .adam-session-action,
  .adam-session-controlbar .adam-btn,
  .adam-tool-group .adam-btn {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .adam-tool-group {
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adam-tool-group .adam-btn {
    min-width: 0;
    width: 100%;
  }

  .adam-mobile-row {
    align-items: flex-start;
    gap: 9px;
    padding: 9px;
  }

  .adam-mobile-actions {
    flex-wrap: nowrap;
  }

  .ppp-secret-card-actions {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ppp-secret-card-actions .ppp-nonactive-action {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .adam-tool-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adam-actionbar:not(.adam-session-controlbar),
  .adam-actionbar-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adam-actionbar .btn,
  .adam-actionbar button {
    min-width: 0;
  }

  .adam-mobile-row {
    flex-direction: row;
  }

  .adam-mobile-action {
    height: 36px;
    width: 36px;
  }
}

/* Adam Core Phase 4: desktop table refinement */
.adam-table-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  justify-content: center;
  white-space: nowrap;
}

.adam-table-action {
  align-items: center;
  background: var(--adam-action-bg);
  border: 1px solid var(--adam-line);
  border-radius: 7px;
  color: var(--adam-action-text) !important;
  display: inline-flex !important;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  line-height: 1;
  min-width: 34px;
  padding: 0 8px;
  text-decoration: none !important;
  vertical-align: middle;
}

.adam-table-action:hover {
  background: var(--adam-action-hover);
  border-color: var(--adam-primary);
}

.adam-table-action i,
.adam-table-action.fa {
  font-size: 14px !important;
  line-height: 1;
  margin: 0 !important;
}

.adam-desktop-action-cell {
  min-width: 92px;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .adam-desktop-table tbody td,
  .ppp-nonactive-table tbody td,
  #dataTable.table tbody td.adam-desktop-action-cell {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
    vertical-align: middle !important;
  }

  .adam-desktop-table tbody td:first-child,
  .ppp-nonactive-action-cell,
  #dataTable.table tbody td.adam-desktop-action-cell {
    min-width: 92px;
    text-align: center;
    white-space: nowrap;
    width: 92px;
  }

  .ppp-nonactive-table .ppp-nonactive-actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    justify-content: center;
    white-space: nowrap;
  }

  .ppp-nonactive-table .ppp-nonactive-action {
    flex: 0 0 auto;
    height: 34px;
    min-height: 34px;
    min-width: 34px;
    padding: 0 8px;
    width: auto;
  }

  .ppp-nonactive-table .ppp-nonactive-action i {
    font-size: 14px !important;
  }

  .adam-desktop-table tbody td:first-child > i,
  .adam-desktop-table tbody td:first-child > span,
  .adam-desktop-table tbody td:first-child > a,
  #dataTable.table tbody td.adam-desktop-action-cell > i,
  #dataTable.table tbody td.adam-desktop-action-cell > span,
  #dataTable.table tbody td.adam-desktop-action-cell > a {
    align-items: center;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    line-height: 1;
    margin: 0 3px !important;
    min-width: 34px;
    vertical-align: middle;
  }

  .adam-desktop-table tbody td:first-child i,
  #dataTable.table tbody td.adam-desktop-action-cell i {
    font-size: 14px !important;
    line-height: 1;
  }

  .adam-mobile-list,
  .ppp-nonactive-cards {
    display: none;
  }
}

@media (max-width: 768px) {
  .adam-table-actions {
    gap: 7px;
  }
}

/* Adam Core Phase 4.1: final button consistency */
.adam-page .adam-btn,
.adam-page .btn.adam-btn,
.adam-page button.adam-btn,
.adam-page .adam-session-action,
.adam-page .adam-table-action,
.ppp-nonactive-add,
.ppp-nonactive-action {
  align-items: center;
  border-radius: 8px !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  line-height: 1.15;
  min-height: 38px;
  text-align: center;
  white-space: nowrap;
}

.adam-page .adam-btn i,
.adam-page .btn.adam-btn i,
.adam-page button.adam-btn i,
.adam-page .adam-session-action i,
.adam-page .adam-table-action i,
.ppp-nonactive-add i,
.ppp-nonactive-action i {
  flex: 0 0 auto;
  font-size: 14px !important;
  line-height: 1;
  margin: 0 !important;
}

.adam-form-page .adam-actionbar:not(.adam-session-controlbar) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 18px;
}

.adam-form-page .adam-actionbar:not(.adam-session-controlbar) > .btn,
.adam-form-page .adam-actionbar:not(.adam-session-controlbar) > button {
  flex: 0 0 96px;
  height: 44px;
  min-height: 44px;
  min-width: 96px;
  padding: 0 14px !important;
  width: 96px;
}

.adam-session-controlbar {
  align-items: stretch;
  display: grid !important;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 100%;
}

.adam-session-controlbar .adam-btn,
.adam-session-controlbar .connect,
.adam-session-controlbar button {
  flex: initial;
  height: 45px;
  min-height: 45px;
  min-width: 0;
  padding: 0 12px !important;
  width: 100%;
}

.adam-session-setting-page .adam-header-btn {
  height: 38px;
  min-height: 38px;
  min-width: 112px;
}

@media (max-width: 768px) {
  .adam-form-page .adam-actionbar:not(.adam-session-controlbar) {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adam-form-page .adam-actionbar:not(.adam-session-controlbar) > .btn,
  .adam-form-page .adam-actionbar:not(.adam-session-controlbar) > button {
    flex: initial;
    min-width: 0;
    width: 100%;
  }

  .adam-session-controlbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .adam-form-page .adam-actionbar:not(.adam-session-controlbar),
  .adam-session-controlbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Adam Core Phase 4.2/4.3: Session Settings final polish */
@media (min-width: 769px) {
  .adam-session-setting-page .adam-session-controlbar {
    align-items: stretch !important;
    display: grid !important;
    flex-wrap: initial !important;
    gap: 10px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    max-width: 100%;
    padding-top: 2px;
    width: 100%;
  }

  .adam-session-setting-page .adam-session-controlbar .adam-btn,
  .adam-session-setting-page .adam-session-controlbar .connect,
  .adam-session-setting-page .adam-session-controlbar button {
    border-radius: 8px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    flex: initial !important;
    height: 44px !important;
    margin: 0 !important;
    min-height: 44px !important;
    min-width: 0 !important;
    padding: 0 14px !important;
    position: relative;
    transform: none !important;
    width: 100% !important;
    z-index: 1;
  }

  .adam-session-setting-page .adam-session-controlbar .adam-btn:hover,
  .adam-session-setting-page .adam-session-controlbar .connect:hover,
  .adam-session-setting-page .adam-session-controlbar button:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
    transform: translateY(-1px) !important;
    z-index: 2;
  }
}

/* Adam Core Phase 4.4: remove duplicate Session Settings refresh */
.adam-session-setting-page .adam-session-controlbar > button[type="button"] {
  display: none !important;
}

@media (min-width: 769px) {
  .adam-session-setting-page .adam-session-controlbar {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Adam Core Phase 4.5: Session Settings compact buttons and password alignment */
@media (min-width: 769px) {
  .adam-session-setting-page .adam-session-controlbar {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    justify-content: center !important;
    max-width: 100%;
    width: 100%;
  }

  .adam-session-setting-page .adam-session-controlbar .adam-btn,
  .adam-session-setting-page .adam-session-controlbar .connect {
    flex: 0 0 130px !important;
    height: 44px !important;
    min-height: 44px !important;
    min-width: 130px !important;
    width: 130px !important;
  }
}

.adam-session-setting-page .input-group:has(#passmk) {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.adam-session-setting-page .input-group:has(#passmk) .input-group-11 {
  flex: 1 1 auto;
  min-width: 0;
}

.adam-session-setting-page .input-group:has(#passmk) .input-group-1 {
  flex: 0 0 44px;
  width: 44px;
}

.adam-session-setting-page #passmk {
  border-radius: 8px 0 0 8px !important;
  height: 38px;
  min-height: 38px;
  width: 100% !important;
}

.adam-session-setting-page .input-group:has(#passmk) .group-item-r {
  align-items: center;
  border-radius: 0 8px 8px 0 !important;
  display: flex;
  height: 38px;
  justify-content: center;
  min-height: 38px;
  padding: 0 !important;
  width: 44px;
}

.adam-session-setting-page .input-group:has(#passmk) input[type="checkbox"] {
  margin: 0;
}

/* Adam Core Hotspot Add User: password checkbox alignment */
.adam-hotspot-add-user-page .input-group:has(#passUser) {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.adam-hotspot-add-user-page .input-group:has(#passUser) .input-group-11 {
  flex: 1 1 auto;
  min-width: 0;
}

.adam-hotspot-add-user-page .input-group:has(#passUser) .input-group-1 {
  flex: 0 0 44px;
  width: 44px;
}

.adam-hotspot-add-user-page #passUser {
  border-radius: 8px 0 0 8px !important;
  height: 38px;
  min-height: 38px;
  width: 100% !important;
}

.adam-hotspot-add-user-page .input-group:has(#passUser) .group-item-r {
  align-items: center;
  border-radius: 0 8px 8px 0 !important;
  display: flex;
  height: 38px;
  justify-content: center;
  min-height: 38px;
  padding: 0 !important;
  width: 44px;
}

.adam-hotspot-add-user-page .input-group:has(#passUser) input[type="checkbox"] {
  margin: 0;
}

/* Adam Core Phase 4.6: Hotspot edit user action buttons */
.adam-hotspot-edit-user-page .adam-hotspot-user-actions {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.adam-hotspot-edit-user-page .adam-hotspot-user-actions .adam-btn {
  align-items: center !important;
  display: flex !important;
  flex: 0 1 110px;
  gap: 6px !important;
  height: 44px;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 44px;
  min-width: 96px;
  padding: 0 14px !important;
  text-align: center;
  vertical-align: middle;
}

.adam-hotspot-edit-user-page .adam-hotspot-user-actions .adam-btn i {
  align-items: center;
  display: inline-flex;
  font-size: 14px !important;
  height: 14px;
  justify-content: center;
  line-height: 1 !important;
  margin: 0 !important;
  vertical-align: middle;
}

.adam-hotspot-edit-user-page .adam-hotspot-user-actions .adam-btn,
.adam-hotspot-edit-user-page .adam-hotspot-user-actions .adam-btn * {
  line-height: 1 !important;
}

.adam-hotspot-edit-user-page .input-group:has(#passUser) {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.adam-hotspot-edit-user-page .input-group:has(#passUser) .input-group-11 {
  flex: 1 1 auto;
  min-width: 0;
}

.adam-hotspot-edit-user-page .input-group:has(#passUser) .input-group-1 {
  flex: 0 0 44px;
  width: 44px;
}

.adam-hotspot-edit-user-page #passUser {
  border-radius: 8px 0 0 8px !important;
  height: 38px;
  min-height: 38px;
  width: 100% !important;
}

.adam-hotspot-edit-user-page .input-group:has(#passUser) .group-item-r {
  align-items: center;
  border-radius: 0 8px 8px 0 !important;
  display: flex;
  height: 38px;
  justify-content: center;
  min-height: 38px;
  padding: 0 !important;
  width: 44px;
}

.adam-hotspot-edit-user-page .input-group:has(#passUser) input[type="checkbox"] {
  margin: 0;
}

@media (max-width: 768px) {
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adam-hotspot-edit-user-page .adam-hotspot-user-actions .adam-btn {
    flex: initial;
    min-width: 0;
    width: 100%;
  }
}

/* Adam Core Phase 5: mobile refinement */
@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
  }

  .card,
  .adam-card,
  .ppp-nonactive-page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .card-header,
  .ppp-nonactive-header,
  .adam-list-header {
    gap: 10px;
    padding: 10px 12px !important;
  }

  .card-header h3,
  .adam-page .card-header h3,
  .adam-page .card-title,
  .ppp-nonactive-title h3 {
    font-size: 16px;
    line-height: 1.25;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .adam-page,
  .ppp-nonactive-page,
  .adam-mobile-list-page,
  .adam-form-page,
  .adam-generate-user-page,
  .adam-hotspot-edit-user-page,
  .adam-session-setting-page {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
  }

  .adam-page .card-body,
  .ppp-nonactive-page .card-body {
    padding: 10px !important;
  }

  .adam-form-page .adam-form-col,
  .adam-form-page .adam-side-col,
  .adam-page .col-4,
  .adam-page .col-6,
  .adam-page .col-8,
  .adam-page .col-12 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .adam-page .form-control,
  .adam-page .group-item,
  .adam-page select,
  .adam-page textarea,
  .ppp-nonactive-search {
    font-size: 14px;
    min-height: 44px;
  }

  .adam-page textarea,
  .adam-page textarea.form-control {
    min-height: 86px;
  }

  .adam-form-table tr {
    margin-bottom: 9px;
    padding: 10px;
  }

  .adam-form-table td:first-child {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .adam-actionbar:not(.adam-session-controlbar),
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions,
  .adam-session-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .adam-btn,
  .adam-page .btn,
  .adam-page button[type="submit"],
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions .adam-btn,
  .ppp-nonactive-add,
  .ppp-nonactive-action {
    min-height: 44px;
    min-width: 0;
    overflow: hidden;
    padding: 0 10px !important;
    text-overflow: ellipsis;
    width: 100%;
  }

  .adam-header-btn {
    margin-left: 0;
    width: 100%;
  }

  .adam-list-toolbar,
  .ppp-nonactive-toolbar {
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .adam-list-search,
  .adam-list-filter,
  .ppp-nonactive-search {
    max-width: none;
    width: 100% !important;
  }

  .adam-count-badge,
  .ppp-nonactive-count {
    font-size: 11px;
    line-height: 1;
    min-width: max-content;
    padding: 6px 9px;
    white-space: nowrap;
  }

  .adam-mobile-list,
  .ppp-nonactive-cards {
    width: 100%;
  }

  .adam-mobile-row,
  .ppp-secret-card {
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 9px;
    padding: 10px;
  }

  .adam-mobile-title,
  .ppp-secret-name {
    font-size: 14px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .adam-mobile-sub,
  .ppp-secret-meta {
    gap: 6px;
  }

  .adam-mobile-actions {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 7px;
  }

  .adam-mobile-action {
    height: 44px;
    min-height: 44px;
    width: 44px;
  }

  .ppp-secret-card-actions {
    gap: 7px;
  }

  .ppp-secret-card-actions .ppp-nonactive-action {
    min-height: 44px;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .adam-generate-toolbar {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .adam-tool-group {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
  }

  .adam-tool-group .adam-btn {
    min-height: 44px;
    min-width: 0;
    width: 100%;
  }

  .adam-session-controlbar {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .adam-session-setting-page .input-group:has(#passmk),
  .adam-hotspot-add-user-page .input-group:has(#passUser),
  .adam-hotspot-edit-user-page .input-group:has(#passUser) {
    max-width: 100%;
  }

  .adam-session-setting-page .input-group:has(#passmk) .group-item-r,
  .adam-hotspot-add-user-page .input-group:has(#passUser) .group-item-r,
  .adam-hotspot-edit-user-page .input-group:has(#passUser) .group-item-r {
    height: 44px;
    min-height: 44px;
  }

  .adam-session-setting-page #passmk,
  .adam-hotspot-add-user-page #passUser,
  .adam-hotspot-edit-user-page #passUser {
    height: 44px;
    min-height: 44px;
  }
}

@media (max-width: 420px) {
  .adam-page .card-body,
  .ppp-nonactive-page .card-body {
    padding: 9px !important;
  }

  .adam-actionbar:not(.adam-session-controlbar),
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions,
  .adam-session-controlbar,
  .adam-tool-group {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .adam-btn,
  .adam-page .btn,
  .adam-page button[type="submit"] {
    font-size: 12px;
  }

  .adam-mobile-row {
    padding: 9px;
  }
}

@media (max-width: 390px) {
  .adam-mobile-row {
    gap: 8px;
  }

  .adam-mobile-action {
    height: 42px;
    width: 42px;
  }

  .ppp-secret-card-actions .ppp-nonactive-action span {
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .adam-actionbar:not(.adam-session-controlbar),
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions,
  .adam-tool-group {
    gap: 8px;
  }

  .adam-btn,
  .adam-page .btn,
  .adam-page button[type="submit"],
  .ppp-nonactive-action {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

/* Adam Core Phase 6: mobile color polish and action consistency */
@media (max-width: 768px) {
  .adam-page,
  .ppp-nonactive-page {
    --adam-mobile-blue: #38bdf8;
    --adam-mobile-blue-strong: #2563eb;
    --adam-mobile-green: #059669;
    --adam-mobile-orange: #d97706;
    --adam-mobile-red: #dc2626;
    --adam-mobile-dark: #111827;
  }

  .adam-actionbar:not(.adam-session-controlbar),
  .adam-actionbar-right,
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions,
  .adam-generate-toolbar,
  .adam-tool-group,
  .ppp-nonactive-actions,
  .ppp-secret-card-actions,
  .adam-mobile-actions,
  .adam-session-actions,
  .voucher-template-actions {
    gap: 12px !important;
  }

  .adam-actionbar:not(.adam-session-controlbar),
  .adam-actionbar-right {
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .adam-page .adam-actionbar:not(.adam-session-controlbar) .btn,
  .adam-page .adam-actionbar:not(.adam-session-controlbar) button,
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions .adam-btn,
  .adam-tool-group .adam-btn,
  .voucher-template-actions .btn {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
    min-height: 44px;
  }

  .adam-page .btn.bg-primary,
  .adam-page button.bg-primary,
  .adam-page input.bg-primary,
  .adam-page .btn[title*="Save"],
  .adam-page button[name="save"],
  .adam-session-setting-page .adam-session-controlbar .adam-btn[type="submit"],
  .adam-session-setting-page .adam-session-controlbar input[type="submit"],
  .voucher-template-actions .btn.bg-primary {
    background: var(--adam-mobile-blue) !important;
    border-color: var(--adam-mobile-blue) !important;
    color: #fff !important;
  }

  .adam-page .btn.bg-info,
  .adam-page .btn.bg-secondary,
  .adam-page .btn[title*="Print"],
  .adam-page .btn[title*="Small"],
  .adam-page .btn[title*="Open"],
  .adam-header-btn,
  .ppp-nonactive-add,
  .adam-mobile-action:not(.danger):not(.warning),
  .ppp-nonactive-action:not(.text-warning) {
    background: var(--adam-mobile-blue) !important;
    border-color: var(--adam-mobile-blue) !important;
    color: #fff !important;
  }

  .adam-page .btn.bg-warning,
  .adam-page .btn[title*="Close"],
  .adam-page .btn[title*="close"] {
    background: var(--adam-mobile-orange) !important;
    border-color: var(--adam-mobile-orange) !important;
    color: #fff !important;
  }

  .adam-page .btn.bg-green,
  .adam-page .btn[title*="Share"],
  .adam-page .btn[title*="Connect"],
  .adam-session-controlbar .connect,
  .ppp-nonactive-action.text-warning,
  .ppp-nonactive-action[title^="Enable"],
  .adam-mobile-action.warning,
  .adam-mobile-action[title^="Enable"] {
    background: var(--adam-mobile-green) !important;
    border-color: var(--adam-mobile-green) !important;
    color: #fff !important;
  }

  .adam-page .btn.bg-danger,
  .adam-page .btn[title*="Remove"],
  .adam-page .btn[title*="Delete"],
  .adam-page .btn[title*="QR"],
  .adam-tool-group .adam-btn[title*="QR"],
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions .adam-btn[title*="QR"],
  .adam-mobile-action.danger,
  .ppp-nonactive-action[title^="Delete"],
  .ppp-nonactive-action[title^="Disable"],
  .ppp-nonactive-action:has(.text-danger) {
    background: var(--adam-mobile-red) !important;
    border-color: var(--adam-mobile-red) !important;
    color: #fff !important;
  }

  .adam-page .btn.bg-pink,
  .adam-page .btn[title*="User List"],
  .adam-page .btn[title*="Generate"] {
    background: var(--adam-mobile-green) !important;
    border-color: var(--adam-mobile-green) !important;
    color: #fff !important;
  }

  .adam-page .btn i,
  .adam-btn i,
  .adam-mobile-action i,
  .ppp-nonactive-action i,
  .voucher-template-actions .btn i {
    color: currentColor !important;
  }

  .adam-generate-user-page .adam-generate-toolbar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .adam-generate-user-page .adam-tool-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
  }

  .adam-generate-user-page .adam-tool-label {
    margin-bottom: 0;
  }

  .adam-generate-user-page .adam-tool-group .adam-btn[title*="Generate"],
  .adam-generate-user-page .adam-tool-group .adam-btn[title*="QR"] {
    grid-column: 1 / -1;
  }

  .ppp-secret-card-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .ppp-secret-card-actions .ppp-nonactive-action {
    width: 100%;
  }

  .ppp-secret-card-actions .ppp-nonactive-action:nth-child(3) {
    grid-column: 1 / -1;
  }

  .adam-mobile-row {
    background: linear-gradient(135deg, rgba(55, 65, 77, 0.98), rgba(31, 41, 51, 0.98));
    border-color: rgba(125, 211, 252, 0.18);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  }

  .adam-mobile-actions {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 44px;
  }

  .adam-mobile-action {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
  }

  .adam-session-controlbar {
    gap: 12px !important;
  }

  .adam-session-controlbar .adam-btn,
  .adam-session-controlbar .connect {
    border-radius: 8px !important;
    min-height: 44px;
  }

  .input-group input[type="file"] {
    border-radius: 8px !important;
    min-height: 44px;
    width: 100%;
  }

  .input-group input[type="file"] + *,
  .input-group input[type="submit"][name="submit"] {
    min-height: 44px;
  }

  form[enctype="multipart/form-data"] .input-group {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  form[enctype="multipart/form-data"] .input-group > div,
  form[enctype="multipart/form-data"] .input-group input {
    max-width: 100%;
    width: 100%;
  }

  .voucher-template-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .voucher-template-actions .btn,
  .card-header .btn,
  .card-header select {
    min-height: 44px;
  }

  .card-header select,
  .card-header .form-control {
    margin-top: 8px;
    width: 100% !important;
  }

  #sidenav .menu,
  #sidenav a.menu,
  .sidenav .menu,
  .sidenav a.menu {
    align-items: center;
    gap: 10px;
  }

  #sidenav .menu.sub,
  #sidenav a.menu.sub,
  .sidenav .menu.sub,
  .sidenav a.menu.sub {
    padding-left: 28px !important;
  }
}

@media (max-width: 420px) {
  .adam-actionbar:not(.adam-session-controlbar),
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions,
  .adam-generate-user-page .adam-tool-group,
  .voucher-template-actions {
    gap: 10px !important;
  }

  .adam-hotspot-edit-user-page .adam-hotspot-user-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .adam-hotspot-edit-user-page .adam-hotspot-user-actions .adam-btn:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .adam-mobile-actions {
    gap: 8px !important;
  }

  .ppp-secret-card-actions {
    gap: 10px !important;
  }
}

@media (max-width: 360px) {
  .adam-page .btn,
  .adam-btn,
  .adam-page button[type="submit"],
  .ppp-nonactive-action {
    font-size: 11.5px;
  }

  .adam-mobile-actions {
    grid-auto-columns: 42px;
  }
}

/* Adam Core Responsive Mobile UI Fix Pack v2 */
@media (max-width: 768px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  html,
  body,
  #main,
  .main,
  .content,
  .row,
  .card,
  .adam-page,
  .ppp-nonactive-page {
    max-width: 100%;
  }

  .card,
  .adam-card,
  .box,
  .box-bordered,
  .adam-page .card-body,
  .adam-help-card,
  .adam-summary-card {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .adam-page,
  .ppp-nonactive-page {
    --adam-action-primary: #38bdf8;
    --adam-action-success: #10b981;
    --adam-action-warning: #f59e0b;
    --adam-action-danger: #ef4444;
    --adam-action-info: #3b82f6;
    --adam-action-qr: #8b5cf6;
  }

  .btn,
  .adam-btn,
  .adam-page .btn,
  .adam-page button,
  .adam-page input[type="submit"],
  .ppp-nonactive-action,
  .adam-mobile-action,
  .adam-session-action,
  .adam-table-action {
    align-items: center;
    border-radius: 8px !important;
    display: inline-flex;
    flex: 0 1 auto;
    gap: 7px;
    justify-content: center;
    max-width: 100%;
    min-height: 44px;
    min-width: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .btn-group,
  .action,
  .actions,
  .toolbar,
  .adam-actionbar,
  .adam-actionbar-right,
  .adam-session-actions,
  .adam-mobile-actions,
  .adam-table-actions,
  .ppp-nonactive-actions,
  .ppp-secret-card-actions,
  .adam-generate-toolbar,
  .adam-tool-group,
  .voucher-editor-toolbar,
  .voucher-template-actions,
  .report-toolbar,
  .netwatch-toolbar-main,
  .netwatch-toolbar-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px !important;
    max-width: 100%;
    min-width: 0;
  }

  .adam-actionbar:not(.adam-session-controlbar),
  .adam-actionbar-right,
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions,
  .adam-generate-user-page .adam-tool-group,
  .voucher-template-actions {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100%;
  }

  .adam-actionbar:not(.adam-session-controlbar) > *,
  .adam-actionbar-right > *,
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions > *,
  .adam-generate-user-page .adam-tool-group > *,
  .voucher-template-actions > * {
    width: 100%;
  }

  .adam-session-setting-page .adam-session-controlbar {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: 1fr !important;
    justify-items: stretch;
    max-width: 100%;
    width: 100%;
  }

  .adam-session-setting-page .adam-session-controlbar .adam-btn,
  .adam-session-setting-page .adam-session-controlbar .connect,
  .adam-session-setting-page .adam-session-controlbar button {
    width: 100% !important;
  }

  .adam-page .btn.bg-primary,
  .adam-page button.bg-primary,
  .adam-page input.bg-primary,
  .adam-page button[name="save"],
  .adam-page .btn[title*="Save"],
  .adam-page .btn[title*="Add"],
  .adam-page .btn[title*="Create"],
  .adam-page .btn[title*="Refresh"],
  .adam-page .btn[title*="Reload"],
  .adam-page .btn[onclick*="reload"],
  .ppp-nonactive-add,
  .adam-header-btn {
    background: var(--adam-action-primary) !important;
    border-color: var(--adam-action-primary) !important;
    color: #fff !important;
  }

  .adam-page .btn.bg-green,
  .adam-page .connect,
  .adam-page .btn[title*="Connect"],
  .adam-page .btn[title*="Generate"],
  .adam-page button[title*="Generate"],
  .adam-page .btn[title*="Enable"],
  .adam-page .btn[title*="Start"],
  .adam-page .btn[title*="User List"],
  .adam-page .btn[title*="Share"],
  .adam-page .btn[href*="users-by-profile"],
  .adam-page .btn[href*="users&profile"],
  .adam-mobile-action.warning,
  .adam-mobile-action[title^="Enable"],
  .ppp-nonactive-action.text-warning,
  .ppp-nonactive-action[title^="Enable"] {
    background: var(--adam-action-success) !important;
    border-color: var(--adam-action-success) !important;
    color: #fff !important;
  }

  .adam-page .btn.bg-warning,
  .adam-page .btn[title*="Edit"],
  .adam-page .btn[title*="Disable"],
  .adam-page .btn[title*="Suspend"],
  .adam-page .btn[title*="Pause"],
  .adam-page .btn[title*="Close"],
  .adam-page .btn[title*="close"],
  .adam-table-action[title*="Edit"],
  .ppp-nonactive-action[title^="Edit"],
  .ppp-nonactive-action[title^="Disable"],
  .adam-mobile-action[title^="Disable"] {
    background: var(--adam-action-warning) !important;
    border-color: var(--adam-action-warning) !important;
    color: #111827 !important;
  }

  .adam-page .btn.bg-danger,
  .adam-page .btn[title*="Delete"],
  .adam-page .btn[title*="Remove"],
  .adam-page .btn[title*="Trash"],
  .adam-page .btn[title*="Destroy"],
  .adam-table-action[title*="Delete"],
  .adam-table-action:has(.fa-remove),
  .adam-table-action:has(.fa-trash),
  .adam-table-action:has(.fa-minus-square),
  .adam-mobile-action.danger,
  .adam-mobile-action[title^="Delete"],
  .adam-mobile-action[title^="Remove"],
  .ppp-nonactive-action[title^="Delete"],
  .ppp-nonactive-action[title^="Remove"],
  .ppp-nonactive-action:has(.text-danger) {
    background: var(--adam-action-danger) !important;
    border-color: var(--adam-action-danger) !important;
    color: #fff !important;
  }

  .adam-page .btn.bg-info,
  .adam-page .btn.bg-secondary,
  .adam-page .btn[title*="Open"],
  .adam-page .btn[title*="View"],
  .adam-page .btn[title*="Detail"],
  .adam-session-action[title*="Open"],
  .adam-mobile-action[title*="Grafik"],
  .adam-mobile-action[href*="grafik"] {
    background: var(--adam-action-info) !important;
    border-color: var(--adam-action-info) !important;
    color: #fff !important;
  }

  .adam-page .btn[title*="QR"],
  .adam-page .btn[href*="qr=yes"],
  .adam-tool-group .adam-btn[title*="QR"],
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions .adam-btn[title*="QR"] {
    background: var(--adam-action-qr) !important;
    border-color: var(--adam-action-qr) !important;
    color: #fff !important;
  }

  .adam-page .btn i,
  .adam-btn i,
  .adam-session-action i,
  .adam-mobile-action i,
  .adam-table-action i,
  .ppp-nonactive-action i {
    color: currentColor !important;
  }

  .adam-list-header,
  .ppp-nonactive-header,
  .card-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    min-width: 0;
  }

  .adam-count-badge,
  .ppp-nonactive-count,
  .badge {
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: center;
    min-width: 90px;
    overflow: visible;
    padding: 8px 14px;
    white-space: nowrap;
    width: auto;
  }

  .ppp-secret-status.is-enabled {
    background: rgba(16, 185, 129, 0.16) !important;
    border-color: rgba(16, 185, 129, 0.45) !important;
    color: #6ee7b7 !important;
  }

  .ppp-secret-status.is-disabled {
    background: rgba(245, 158, 11, 0.16) !important;
    border-color: rgba(245, 158, 11, 0.45) !important;
    color: #fbbf24 !important;
  }

  .adam-session-list-card .box {
    overflow: visible;
  }

  .adam-session-list-card .box-group {
    align-items: flex-start;
    gap: 12px;
  }

  .adam-session-list-card .box-group-icon {
    flex: 0 0 70px;
    height: 70px;
    width: 70px;
  }

  .adam-session-list-card .box-group-icon i {
    font-size: 28px !important;
  }

  .adam-session-list-card .box-group-area,
  .adam-session-meta {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .adam-session-list-card .adam-session-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 10px;
    width: 100%;
  }

  .adam-session-list-card .adam-session-action {
    width: 100%;
  }

  .adam-session-list-card .adam-session-action:nth-child(1) {
    background: var(--adam-action-info) !important;
    border-color: var(--adam-action-info) !important;
    color: #fff !important;
  }

  .adam-session-list-card .adam-session-action:nth-child(2) {
    background: var(--adam-action-warning) !important;
    border-color: var(--adam-action-warning) !important;
    color: #111827 !important;
  }

  .adam-session-list-card .adam-session-action:nth-child(3) {
    background: var(--adam-action-danger) !important;
    border-color: var(--adam-action-danger) !important;
    color: #fff !important;
    grid-column: 1 / -1;
  }

  .adam-help-card,
  .adam-help-card .card-body,
  .adam-side-col .card,
  .adam-side-col .card-body {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .adam-help-card p,
  .adam-help-card li,
  .adam-side-col p,
  .adam-side-col li {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .adam-page input,
  .adam-page select,
  .adam-page textarea,
  .adam-page .form-control,
  .adam-page .group-item {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }

  .adam-page textarea {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .adam-desktop-table-wrap,
  .overflow,
  .box-bordered.overflow,
  .table-responsive {
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    overflow-x: auto;
  }
}

@media (max-width: 420px) {
  .adam-actionbar:not(.adam-session-controlbar),
  .adam-actionbar-right,
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions,
  .adam-generate-user-page .adam-tool-group,
  .voucher-template-actions,
  .adam-session-list-card .adam-session-actions {
    grid-template-columns: 1fr !important;
  }

  .adam-generate-user-page .adam-tool-group {
    gap: 12px !important;
  }

  .adam-count-badge,
  .ppp-nonactive-count,
  .badge {
    min-width: 86px;
  }
}

/* Adam Core Responsive Mobile UI Fix Pack v2.1: screenshot follow-up */
@media (max-width: 768px) {
  .adam-page .adam-actionbar:not(.adam-session-controlbar),
  .adam-page .adam-actionbar-right,
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions,
  .adam-generate-user-page .adam-tool-group,
  .voucher-template-actions {
    column-gap: 14px !important;
    row-gap: 14px !important;
  }

  .adam-page .adam-actionbar:not(.adam-session-controlbar) > *,
  .adam-page .adam-actionbar-right > *,
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions > *,
  .adam-generate-user-page .adam-tool-group > *,
  .voucher-template-actions > * {
    box-sizing: border-box !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .adam-page .adam-actionbar:not(.adam-session-controlbar) .btn,
  .adam-page .adam-actionbar:not(.adam-session-controlbar) button,
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions .adam-btn,
  .adam-generate-user-page .adam-tool-group .adam-btn,
  .voucher-template-actions .btn {
    flex-basis: auto !important;
    margin: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .adam-session-setting-page .adam-session-controlbar {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important;
    width: 100% !important;
  }

  .adam-session-setting-page .adam-session-controlbar > *,
  .adam-session-setting-page .adam-session-controlbar .adam-btn,
  .adam-session-setting-page .adam-session-controlbar .connect,
  .adam-session-setting-page .adam-session-controlbar button {
    box-sizing: border-box !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .adam-generate-user-page .adam-tool-group {
    overflow: visible !important;
  }

  .adam-generate-user-page .adam-tool-group .adam-tool-label {
    width: 100% !important;
  }

  .adam-generate-user-page .adam-tool-group .adam-btn[title*="Generate"],
  .adam-generate-user-page .adam-tool-group .adam-btn[title*="QR"] {
    grid-column: 1 / -1 !important;
  }

  .adam-list-header,
  .adam-page .card-header,
  .ppp-nonactive-header {
    overflow: visible !important;
  }

  .adam-list-header h3,
  .adam-page .card-header h3 {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  .adam-count-badge,
  .ppp-nonactive-count,
  .badge {
    margin-left: auto !important;
    max-width: 100% !important;
    min-width: 88px !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  .adam-session-list-card .adam-session-actions {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .adam-session-list-card .adam-session-action {
    background: var(--adam-action-info) !important;
    border-color: var(--adam-action-info) !important;
    box-sizing: border-box !important;
    color: #fff !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .adam-session-list-card .adam-session-action:nth-child(2) {
    background: var(--adam-action-warning) !important;
    border-color: var(--adam-action-warning) !important;
    color: #111827 !important;
  }

  .adam-session-list-card .adam-session-action:nth-child(3) {
    background: var(--adam-action-danger) !important;
    border-color: var(--adam-action-danger) !important;
    color: #fff !important;
    grid-column: 1 / -1 !important;
  }

  .ppp-secret-card,
  .adam-mobile-row {
    overflow: visible !important;
  }
}

@media (max-width: 420px) {
  .adam-page .adam-actionbar:not(.adam-session-controlbar),
  .adam-page .adam-actionbar-right,
  .adam-hotspot-edit-user-page .adam-hotspot-user-actions,
  .adam-generate-user-page .adam-tool-group,
  .voucher-template-actions,
  .adam-session-list-card .adam-session-actions {
    grid-template-columns: 1fr !important;
  }

  .adam-count-badge,
  .ppp-nonactive-count,
  .badge {
    margin-left: 0 !important;
  }
}

/* Adam Core Responsive Mobile UI Fix Pack v2.2 */
@media (max-width: 768px) {
  .adam-table-actions {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: center !important;
    max-width: 100%;
  }

  .adam-table-action,
  #dataTable .adam-table-action,
  #tFilter .adam-table-action {
    align-items: center !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    height: 44px !important;
    justify-content: center !important;
    min-height: 44px !important;
    min-width: 44px !important;
    width: 44px !important;
  }

  .adam-table-action[title*="Edit"],
  #dataTable .adam-table-action[title*="Edit"],
  #tFilter .adam-table-action[title*="Edit"] {
    background: var(--adam-action-warning) !important;
    border-color: var(--adam-action-warning) !important;
    color: #111827 !important;
  }

  .adam-table-action[title*="Delete"],
  .adam-table-action[title*="Remove"],
  .adam-table-action:has(.text-danger),
  .adam-table-action.fa-minus-square,
  #dataTable .adam-table-action[title*="Delete"],
  #dataTable .adam-table-action[title*="Remove"],
  #tFilter .adam-table-action[title*="Delete"],
  #tFilter .adam-table-action[title*="Remove"] {
    background: var(--adam-action-danger) !important;
    border-color: var(--adam-action-danger) !important;
    color: #fff !important;
  }

  .adam-table-action[title*="Open"],
  .adam-table-action[title*="View"],
  #tFilter .adam-table-action[title*="Open"],
  #tFilter .adam-table-action[title*="View"] {
    background: var(--adam-action-info) !important;
    border-color: var(--adam-action-info) !important;
    color: #fff !important;
  }

  .adam-table-action i,
  .adam-table-action.fa {
    color: currentColor !important;
  }

  .adam-session-list-card .box-group-icon {
    background: rgba(15, 23, 42, 0.55) !important;
    border: 1px solid rgba(125, 211, 252, 0.20) !important;
    color: var(--adam-primary-dark) !important;
  }

  body.theme-dark .adam-session-list-card .box-group-icon {
    background: #111827 !important;
    color: #e5e7eb !important;
  }

  .adam-session-list-card .box-group-icon .connect,
  .adam-session-list-card .box-group-icon .connect:hover {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    min-height: 0 !important;
    padding: 0 !important;
    transform: none !important;
    width: auto !important;
  }

  .adam-session-list-card .box-group-icon .connect i {
    color: currentColor !important;
  }

  .adam-session-setting-page .input-group:has(input[name="areload"]),
  .adam-session-setting-page .input-group:has(select[name="idleto"]) {
    align-items: stretch !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    max-width: 100%;
    overflow: visible !important;
    width: 100% !important;
  }

  .adam-session-setting-page .input-group:has(input[name="areload"]) .input-group-10,
  .adam-session-setting-page .input-group:has(select[name="idleto"]) .input-group-9 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
  }

  .adam-session-setting-page .input-group:has(input[name="areload"]) .input-group-2,
  .adam-session-setting-page .input-group:has(select[name="idleto"]) .input-group-3 {
    flex: 0 0 78px !important;
    min-width: 78px !important;
    width: 78px !important;
  }

  .adam-session-setting-page .input-group:has(input[name="areload"]) input,
  .adam-session-setting-page .input-group:has(select[name="idleto"]) select {
    border-radius: 8px 0 0 8px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  .adam-session-setting-page .input-group:has(input[name="areload"]) .group-item-r,
  .adam-session-setting-page .input-group:has(select[name="idleto"]) .group-item-r {
    align-items: center !important;
    border-radius: 0 8px 8px 0 !important;
    display: flex !important;
    height: 44px !important;
    justify-content: center !important;
    min-height: 44px !important;
    overflow: visible !important;
    white-space: nowrap !important;
    width: 100% !important;
    word-break: normal !important;
  }

  .adam-hotspot-user-profile-page .adam-side-col,
  .adam-hotspot-user-profile-page .col-4,
  .adam-hotspot-user-profile-page .col-4 .card,
  .adam-hotspot-user-profile-page .col-4 .card-body,
  .adam-hotspot-user-profile-page .col-4 table,
  .adam-hotspot-user-profile-page .col-4 tbody,
  .adam-hotspot-user-profile-page .col-4 tr,
  .adam-hotspot-user-profile-page .col-4 td {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .adam-hotspot-user-profile-page .col-4 p,
  .adam-hotspot-user-profile-page .col-4 td {
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    word-break: break-word !important;
  }
}

@media (max-width: 480px) {
  .adam-table-actions {
    gap: 9px !important;
  }

  .adam-table-action,
  #dataTable .adam-table-action,
  #tFilter .adam-table-action {
    height: 42px !important;
    min-height: 42px !important;
    min-width: 42px !important;
    width: 42px !important;
  }
}

/* Adam Core Responsive Mobile UI Fix Pack v2.3 */
@media (max-width: 768px) {
  body {
    --adam-action-primary: #38bdf8;
    --adam-action-success: #10b981;
    --adam-action-warning: #f59e0b;
    --adam-action-danger: #ef4444;
    --adam-action-info: #3b82f6;
    --adam-action-qr: #8b5cf6;
  }

  .adam-desktop-action-cell,
  #dataTable td.adam-desktop-action-cell,
  #tFilter td.adam-desktop-action-cell,
  .user-profile-table td.adam-desktop-action-cell {
    min-width: 132px !important;
    overflow: visible !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    white-space: nowrap !important;
    width: 132px !important;
  }

  .adam-desktop-action-cell .adam-table-actions,
  #dataTable .adam-desktop-action-cell .adam-table-actions,
  #tFilter .adam-desktop-action-cell .adam-table-actions,
  .user-profile-table .adam-desktop-action-cell .adam-table-actions {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    justify-content: center !important;
    min-width: 120px !important;
    overflow: visible !important;
    width: 100% !important;
  }

  .adam-desktop-action-cell .adam-table-action,
  #dataTable .adam-desktop-action-cell .adam-table-action,
  #tFilter .adam-desktop-action-cell .adam-table-action,
  .user-profile-table .adam-desktop-action-cell .adam-table-action {
    align-items: center !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14) !important;
    display: inline-flex !important;
    flex: 0 0 56px !important;
    height: 56px !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 56px !important;
    min-width: 56px !important;
    padding: 0 !important;
    width: 56px !important;
  }

  .adam-desktop-action-cell .adam-table-action[title*="Edit"],
  #dataTable .adam-desktop-action-cell .adam-table-action[title*="Edit"],
  #tFilter .adam-desktop-action-cell .adam-table-action[title*="Edit"] {
    background: var(--adam-action-warning, #f59e0b) !important;
    border-color: var(--adam-action-warning, #f59e0b) !important;
    color: #111827 !important;
  }

  .adam-desktop-action-cell .adam-table-action[title*="Open"],
  .adam-desktop-action-cell .adam-table-action[title*="View"],
  #dataTable .adam-desktop-action-cell .adam-table-action[title*="Open"],
  #dataTable .adam-desktop-action-cell .adam-table-action[title*="View"],
  #tFilter .adam-desktop-action-cell .adam-table-action[title*="Open"],
  #tFilter .adam-desktop-action-cell .adam-table-action[title*="View"] {
    background: var(--adam-action-info, #3b82f6) !important;
    border-color: var(--adam-action-info, #3b82f6) !important;
    color: #fff !important;
  }

  .adam-desktop-action-cell .adam-table-action[title*="Delete"],
  .adam-desktop-action-cell .adam-table-action[title*="Remove"],
  .adam-desktop-action-cell .adam-table-action.fa-minus-square,
  .adam-desktop-action-cell .adam-table-action:has(.fa-minus-square),
  .adam-desktop-action-cell .adam-table-action:has(.fa-remove),
  .adam-desktop-action-cell .adam-table-action:has(.fa-trash),
  #dataTable .adam-desktop-action-cell .adam-table-action[title*="Delete"],
  #dataTable .adam-desktop-action-cell .adam-table-action[title*="Remove"],
  #tFilter .adam-desktop-action-cell .adam-table-action[title*="Delete"],
  #tFilter .adam-desktop-action-cell .adam-table-action[title*="Remove"] {
    background: var(--adam-action-danger, #ef4444) !important;
    border-color: var(--adam-action-danger, #ef4444) !important;
    color: #fff !important;
  }

  .adam-desktop-action-cell .adam-table-action i,
  .adam-desktop-action-cell .adam-table-action.fa,
  #dataTable .adam-desktop-action-cell .adam-table-action i,
  #dataTable .adam-desktop-action-cell .adam-table-action.fa,
  #tFilter .adam-desktop-action-cell .adam-table-action i,
  #tFilter .adam-desktop-action-cell .adam-table-action.fa {
    color: currentColor !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .user-profile-table td:nth-child(2),
  #dataTable td:nth-child(2),
  #tFilter td:nth-child(2) {
    min-width: 220px;
  }
}

@media (max-width: 360px) {
  .adam-desktop-action-cell,
  #dataTable td.adam-desktop-action-cell,
  #tFilter td.adam-desktop-action-cell,
  .user-profile-table td.adam-desktop-action-cell {
    min-width: 120px !important;
    width: 120px !important;
  }

  .adam-desktop-action-cell .adam-table-actions,
  #dataTable .adam-desktop-action-cell .adam-table-actions,
  #tFilter .adam-desktop-action-cell .adam-table-actions,
  .user-profile-table .adam-desktop-action-cell .adam-table-actions {
    min-width: 108px !important;
  }

  .adam-desktop-action-cell .adam-table-action,
  #dataTable .adam-desktop-action-cell .adam-table-action,
  #tFilter .adam-desktop-action-cell .adam-table-action,
  .user-profile-table .adam-desktop-action-cell .adam-table-action {
    flex-basis: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    min-width: 50px !important;
    width: 50px !important;
  }
}

/* Adam Core Responsive Mobile UI Fix Pack v2.4 */
@media (max-width: 768px) {
  #dataTable.hotspot-users-table {
    font-size: 13px !important;
    min-width: 900px !important;
    table-layout: auto !important;
  }

  #dataTable.hotspot-users-table thead {
    display: table-header-group !important;
  }

  #dataTable.hotspot-users-table tbody {
    display: table-row-group !important;
  }

  #dataTable.hotspot-users-table tr {
    display: table-row !important;
  }

  #dataTable.hotspot-users-table th,
  #dataTable.hotspot-users-table td {
    display: table-cell !important;
    height: auto !important;
    line-height: 1.25 !important;
    min-width: 72px !important;
    padding: 7px 6px !important;
    vertical-align: middle !important;
    white-space: normal !important;
    width: auto !important;
  }

  #dataTable.hotspot-users-table th:first-child,
  #dataTable.hotspot-users-table td:first-child {
    min-width: 92px !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  #dataTable.hotspot-users-table th:nth-child(2),
  #dataTable.hotspot-users-table td:nth-child(2) {
    min-width: 76px !important;
  }

  #dataTable.hotspot-users-table th:nth-child(3),
  #dataTable.hotspot-users-table td:nth-child(3) {
    min-width: 150px !important;
  }

  #dataTable.hotspot-users-table th.hotspot-print-cell,
  #dataTable.hotspot-users-table td.hotspot-print-cell {
    min-width: 86px !important;
    white-space: nowrap !important;
  }

  #dataTable.hotspot-users-table td > a,
  #dataTable.hotspot-users-table td > span.pointer,
  #dataTable.hotspot-users-table td > i.pointer {
    align-items: center !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    height: 26px !important;
    justify-content: center !important;
    margin: 0 3px !important;
    min-height: 26px !important;
    min-width: 26px !important;
    padding: 2px 4px !important;
    width: auto !important;
  }

  #dataTable.hotspot-users-table td > a i,
  #dataTable.hotspot-users-table td > span.pointer i,
  #dataTable.hotspot-users-table td > i.pointer {
    font-size: 14px !important;
    height: auto !important;
    line-height: 1 !important;
    min-width: 0 !important;
    width: auto !important;
  }

  #dataTable.hotspot-users-table td:nth-child(3) > a {
    justify-content: flex-start !important;
    white-space: normal !important;
  }

  #dataTable.hotspot-users-table td.hotspot-print-cell > a {
    height: 28px !important;
    min-height: 28px !important;
    min-width: 28px !important;
    width: 28px !important;
  }

  .adam-profile-list-page .adam-desktop-action-cell,
  .adam-profile-list-page #dataTable td.adam-desktop-action-cell,
  .adam-profile-list-page #tFilter td.adam-desktop-action-cell,
  .adam-profile-list-page .user-profile-table td.adam-desktop-action-cell {
    min-width: 124px !important;
    width: 124px !important;
  }

  .adam-profile-list-page .adam-desktop-action-cell .adam-table-actions,
  .adam-profile-list-page #dataTable .adam-desktop-action-cell .adam-table-actions,
  .adam-profile-list-page #tFilter .adam-desktop-action-cell .adam-table-actions,
  .adam-profile-list-page .user-profile-table .adam-desktop-action-cell .adam-table-actions {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    min-width: 112px !important;
  }

  .adam-profile-list-page .adam-desktop-action-cell .adam-table-action,
  .adam-profile-list-page #dataTable .adam-desktop-action-cell .adam-table-action,
  .adam-profile-list-page #tFilter .adam-desktop-action-cell .adam-table-action,
  .adam-profile-list-page .user-profile-table .adam-desktop-action-cell .adam-table-action {
    border-radius: 12px !important;
    flex: 0 0 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    min-width: 52px !important;
    padding: 0 !important;
    width: 52px !important;
  }

  .adam-profile-list-page .adam-desktop-action-cell .adam-table-action[title*="Edit"] {
    background: var(--adam-action-warning, #f59e0b) !important;
    border-color: var(--adam-action-warning, #f59e0b) !important;
    color: #111827 !important;
  }

  .adam-profile-list-page .adam-desktop-action-cell .adam-table-action[title*="Open"],
  .adam-profile-list-page .adam-desktop-action-cell .adam-table-action[title*="View"] {
    background: var(--adam-action-info, #3b82f6) !important;
    border-color: var(--adam-action-info, #3b82f6) !important;
    color: #fff !important;
  }

  .adam-profile-list-page .adam-desktop-action-cell .adam-table-action[title*="Delete"],
  .adam-profile-list-page .adam-desktop-action-cell .adam-table-action[title*="Remove"],
  .adam-profile-list-page .adam-desktop-action-cell .adam-table-action.fa-minus-square,
  .adam-profile-list-page .adam-desktop-action-cell .adam-table-action:has(.fa-minus-square) {
    background: var(--adam-action-danger, #ef4444) !important;
    border-color: var(--adam-action-danger, #ef4444) !important;
    color: #fff !important;
  }
}

@media (max-width: 360px) {
  .adam-profile-list-page .adam-desktop-action-cell,
  .adam-profile-list-page #dataTable td.adam-desktop-action-cell,
  .adam-profile-list-page #tFilter td.adam-desktop-action-cell,
  .adam-profile-list-page .user-profile-table td.adam-desktop-action-cell {
    min-width: 116px !important;
    width: 116px !important;
  }

  .adam-profile-list-page .adam-desktop-action-cell .adam-table-action,
  .adam-profile-list-page #dataTable .adam-desktop-action-cell .adam-table-action,
  .adam-profile-list-page #tFilter .adam-desktop-action-cell .adam-table-action,
  .adam-profile-list-page .user-profile-table .adam-desktop-action-cell .adam-table-action {
    flex-basis: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    min-width: 50px !important;
    width: 50px !important;
  }
}

/* Adam Core Responsive Mobile UI Fix Pack v2.5 */
.adam-ppp-profile-cards {
  display: none;
}

@media (max-width: 768px) {
  .adam-ppp-profile-list-page .overflow.box-bordered {
    display: none !important;
  }

  .adam-ppp-profile-cards {
    display: grid;
    gap: 12px;
    width: 100%;
  }

  .adam-ppp-profile-card {
    background: var(--adam-panel-soft);
    border: 1px solid var(--adam-line);
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
    min-width: 0;
    padding: 14px;
  }

  body.theme-dark .adam-ppp-profile-card {
    background: linear-gradient(135deg, rgba(55, 65, 77, 0.98), rgba(31, 41, 51, 0.98));
    border-color: rgba(125, 211, 252, 0.18);
  }

  .adam-ppp-profile-card-title {
    color: var(--adam-text);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .adam-ppp-profile-card-meta {
    display: grid;
    gap: 8px;
    margin-top: 10px;
  }

  .adam-ppp-profile-card-meta div {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .adam-ppp-profile-card-meta span {
    color: var(--adam-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
  }

  .adam-ppp-profile-card-meta strong {
    color: var(--adam-text);
    font-size: 14px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .adam-ppp-profile-card-actions {
    border-top: 1px solid var(--adam-line);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 13px;
    padding-top: 12px;
  }

  .adam-ppp-profile-action {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    justify-content: center;
    min-height: 44px;
    padding: 0 10px;
    text-decoration: none !important;
    white-space: nowrap;
    width: 100%;
  }

  .adam-ppp-profile-action.edit {
    background: var(--adam-action-warning, #f59e0b) !important;
    border: 1px solid var(--adam-action-warning, #f59e0b) !important;
    color: #111827 !important;
  }

  .adam-ppp-profile-action.delete {
    background: var(--adam-action-danger, #ef4444) !important;
    border: 1px solid var(--adam-action-danger, #ef4444) !important;
    color: #fff !important;
  }

  .adam-ppp-profile-action i {
    color: currentColor !important;
  }

  .adam-hotspot-users-page .card-header {
    align-items: stretch;
  }

  .adam-hotspot-users-head {
    display: grid;
    gap: 10px;
    width: 100%;
  }

  .adam-hotspot-users-head h3 {
    align-items: center;
    display: flex;
    gap: 8px;
    margin: 0;
  }

  .adam-hotspot-users-toolbar {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .adam-hotspot-toolbar-btn {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    justify-content: center;
    min-height: 42px;
    padding: 0 10px;
    text-decoration: none !important;
    width: 100%;
  }

  .adam-hotspot-toolbar-btn.primary {
    background: var(--adam-action-success, #10b981) !important;
    border: 1px solid var(--adam-action-success, #10b981) !important;
    color: #fff !important;
  }

  .adam-hotspot-toolbar-btn.secondary {
    background: var(--adam-action-info, #3b82f6) !important;
    border: 1px solid var(--adam-action-info, #3b82f6) !important;
    color: #fff !important;
  }

  .adam-hotspot-toolbar-btn i {
    color: currentColor !important;
  }

  .adam-hotspot-users-controls {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .adam-hotspot-users-controls > .col-6 {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }

  .adam-hotspot-filterbar {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .adam-hotspot-filterbar > div {
    width: 100% !important;
  }

  .adam-hotspot-filterbar > div:first-child {
    grid-column: 1 / -1;
  }

  .adam-hotspot-filterbar input,
  .adam-hotspot-filterbar select {
    border-radius: 8px !important;
    min-height: 42px;
    width: 100%;
  }

  .adam-hotspot-printbar {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .adam-hotspot-printbar .btn {
    min-height: 42px;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .adam-ppp-profile-card-actions,
  .adam-hotspot-filterbar,
  .adam-hotspot-printbar {
    grid-template-columns: 1fr;
  }
}

/* Adam Core Responsive Mobile UI Fix Pack v2.6 */
@media (max-width: 768px) {
  #pppSecretMobileList .adam-mobile-row,
  #pppActiveMobileList .adam-mobile-row {
    background: var(--adam-panel-soft) !important;
    border: 1px solid var(--adam-line) !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10) !important;
    color: var(--adam-text) !important;
  }

  body.theme-dark #pppSecretMobileList .adam-mobile-row,
  body.theme-dark #pppActiveMobileList .adam-mobile-row {
    background: linear-gradient(135deg, #37414d, #2f3742) !important;
    border-color: rgba(125, 211, 252, 0.18) !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22) !important;
  }

  #pppSecretMobileList .adam-mobile-title,
  #pppActiveMobileList .adam-mobile-title {
    color: var(--adam-text) !important;
    font-weight: 800;
    opacity: 1 !important;
  }

  #pppSecretMobileList .adam-mobile-meta,
  #pppActiveMobileList .adam-mobile-meta {
    color: var(--adam-muted) !important;
    opacity: 1 !important;
  }

  #pppSecretMobileList .adam-mobile-sub span,
  #pppActiveMobileList .adam-mobile-sub span {
    background: var(--adam-action-bg) !important;
    border: 1px solid var(--adam-line) !important;
    color: var(--adam-action-text) !important;
    box-shadow: none !important;
  }

  body.theme-dark #pppSecretMobileList .adam-mobile-sub span,
  body.theme-dark #pppActiveMobileList .adam-mobile-sub span {
    background: #111827 !important;
    border-color: rgba(125, 211, 252, 0.18) !important;
    color: #dbeafe !important;
  }

  #pppSecretMobileList .adam-mobile-actions,
  #pppActiveMobileList .adam-mobile-actions {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    justify-content: flex-end !important;
  }

  #pppSecretMobileList .adam-mobile-action,
  #pppActiveMobileList .adam-mobile-action {
    align-items: center !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    height: 44px !important;
    justify-content: center !important;
    min-height: 44px !important;
    min-width: 44px !important;
    padding: 0 !important;
    width: 44px !important;
  }

  #pppSecretMobileList .adam-mobile-action.danger,
  #pppActiveMobileList .adam-mobile-action.danger {
    background: var(--adam-action-danger, #ef4444) !important;
    border-color: var(--adam-action-danger, #ef4444) !important;
    color: #fff !important;
  }

  #pppSecretMobileList .adam-mobile-action[title^="Enable"] {
    background: var(--adam-action-success, #10b981) !important;
    border-color: var(--adam-action-success, #10b981) !important;
    color: #fff !important;
  }

  #pppSecretMobileList .adam-mobile-action[title^="Disable"] {
    background: var(--adam-action-warning, #f59e0b) !important;
    border-color: var(--adam-action-warning, #f59e0b) !important;
    color: #111827 !important;
  }

  #pppActiveMobileList .adam-mobile-action[href*="grafik"] {
    background: var(--adam-action-info, #3b82f6) !important;
    border-color: var(--adam-action-info, #3b82f6) !important;
    color: #fff !important;
  }

  #pppSecretMobileList .adam-mobile-action i,
  #pppActiveMobileList .adam-mobile-action i {
    color: currentColor !important;
    line-height: 1 !important;
  }

  .adam-hotspot-users-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 360px) {
  #pppSecretMobileList .adam-mobile-action,
  #pppActiveMobileList .adam-mobile-action {
    height: 42px !important;
    min-height: 42px !important;
    min-width: 42px !important;
    width: 42px !important;
  }
}

/* Adam Core Mobile UI Fix Pack v2.4 */
.adam-user-profile-cards {
  display: none;
}

@media (max-width: 768px) {
  .adam-profile-list-page .card-header h3,
  .ppp-nonactive-header,
  .adam-list-header {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
  }

  .adam-profile-list-page .card-header h3 a,
  .ppp-nonactive-add,
  .adam-header-btn {
    align-items: center !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    font-size: 13px !important;
    gap: 6px !important;
    min-height: 40px !important;
    padding: 0 12px !important;
    white-space: nowrap !important;
    width: auto !important;
  }

  .adam-profile-list-page .card-header h3 {
    overflow-x: auto !important;
    scrollbar-width: none;
  }

  .adam-profile-list-page .card-header h3::-webkit-scrollbar {
    display: none;
  }

  .adam-generate-user-page .adam-tool-group {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .adam-generate-user-page .adam-tool-group .adam-tool-label {
    grid-column: 1 / -1 !important;
  }

  .adam-generate-user-page .adam-tool-group .adam-btn {
    min-height: 44px !important;
    width: 100% !important;
  }

  .adam-generate-user-page .adam-tool-group .adam-btn[title*="Generate"],
  .adam-generate-user-page .adam-tool-group .adam-btn[title*="QR"] {
    grid-column: 1 / -1 !important;
  }

  .adam-generate-user-page .adam-tool-group .adam-btn[title*="QR"] {
    background: var(--adam-action-qr, #8b5cf6) !important;
    border-color: var(--adam-action-qr, #8b5cf6) !important;
    color: #fff !important;
  }

  .adam-hotspot-printbar {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .adam-hotspot-printbar .btn {
    background: var(--adam-action-info, #3b82f6) !important;
    border-color: var(--adam-action-info, #3b82f6) !important;
    color: #fff !important;
    min-height: 44px !important;
    width: 100% !important;
  }

  .adam-hotspot-printbar .btn[title*="QR"] {
    background: var(--adam-action-qr, #8b5cf6) !important;
    border-color: var(--adam-action-qr, #8b5cf6) !important;
    color: #fff !important;
  }

  .adam-hotspot-printbar .btn:nth-last-child(1) {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    max-width: 240px !important;
  }

  .adam-user-profile-list-page .overflow.box-bordered {
    display: none !important;
  }

  .adam-user-profile-cards {
    display: grid;
    gap: 12px;
    width: 100%;
  }

  .adam-user-profile-card {
    background: var(--adam-panel-soft);
    border: 1px solid var(--adam-line);
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10);
    color: var(--adam-text);
    min-width: 0;
    padding: 14px;
    position: relative;
  }

  body.theme-dark .adam-user-profile-card {
    background: linear-gradient(135deg, #37414d, #2f3742);
    border-color: rgba(125, 211, 252, 0.18);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  }

  .adam-user-profile-card-title a {
    color: var(--adam-text) !important;
    display: inline-flex;
    font-size: 16px;
    font-weight: 800;
    gap: 7px;
    line-height: 1.25;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-decoration: none !important;
    word-break: break-word;
  }

  .adam-user-profile-status {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 10px;
    font-weight: 900;
    gap: 5px;
    letter-spacing: .02em;
    line-height: 1;
    max-width: 118px;
    padding: 6px 8px;
    position: absolute;
    right: 12px;
    text-transform: uppercase;
    top: 12px;
    white-space: nowrap;
    z-index: 1;
  }

  .adam-user-profile-status.ok {
    background: rgba(16, 185, 129, .18);
    border: 1px solid rgba(16, 185, 129, .58);
    color: #22c55e;
  }

  .adam-user-profile-status.warn {
    background: rgba(245, 158, 11, .20);
    border: 1px solid rgba(245, 158, 11, .62);
    color: #f59e0b;
  }

  .adam-user-profile-status i {
    color: currentColor !important;
    font-size: 8px !important;
  }

  .adam-user-profile-card-title {
    padding-right: 122px;
  }

  .adam-user-profile-card-title i {
    color: var(--adam-action-text) !important;
    flex: 0 0 auto;
    margin-top: 2px;
  }

  .adam-user-profile-card-meta {
    display: grid;
    gap: 8px;
    margin-top: 10px;
  }

  .adam-user-profile-card-meta div {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .adam-user-profile-card-meta span {
    color: var(--adam-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
  }

  .adam-user-profile-card-meta strong {
    color: var(--adam-text);
    font-size: 14px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .adam-user-profile-card-actions {
    border-top: 1px solid var(--adam-line);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 13px;
    padding-top: 12px;
  }

  .adam-user-profile-action {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    justify-content: center;
    min-height: 44px;
    padding: 0 10px;
    text-decoration: none !important;
    white-space: nowrap;
    width: 100%;
  }

  .adam-user-profile-action.open {
    background: var(--adam-action-info, #3b82f6) !important;
    border: 1px solid var(--adam-action-info, #3b82f6) !important;
    color: #fff !important;
  }

  .adam-user-profile-action.delete {
    background: var(--adam-action-danger, #ef4444) !important;
    border: 1px solid var(--adam-action-danger, #ef4444) !important;
    color: #fff !important;
  }

  .adam-user-profile-action i {
    color: currentColor !important;
  }

  .adam-ppp-profile-action,
  .adam-user-profile-action {
    min-height: 44px !important;
  }
}

@media (max-width: 420px) {
  .adam-generate-user-page .adam-tool-group,
  .adam-hotspot-printbar {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .adam-generate-user-page .adam-tool-group .adam-btn[title*="Generate"],
  .adam-generate-user-page .adam-tool-group .adam-btn[title*="QR"],
  .adam-hotspot-printbar .btn:nth-last-child(1) {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 340px) {
  .adam-profile-list-page .card-header h3,
  .ppp-nonactive-header,
  .adam-list-header {
    flex-wrap: wrap !important;
  }

  .adam-user-profile-card-actions {
    grid-template-columns: 1fr;
  }

  .adam-user-profile-card-title {
    padding-right: 0;
  }

  .adam-user-profile-status {
    margin: 0 0 8px auto;
    max-width: 100%;
    position: static;
    width: fit-content;
  }
}

/* Adam Core Mobile UI Fix Pack v2.4.1: compact add form toolbar */
@media (max-width: 768px) {
  .adam-ppp-secret-page .adam-actionbar:not(.adam-session-controlbar),
  .adam-ppp-profile-page .adam-actionbar:not(.adam-session-controlbar),
  .adam-hotspot-add-user-page .adam-actionbar:not(.adam-session-controlbar),
  .adam-hotspot-user-profile-page .adam-actionbar:not(.adam-session-controlbar) {
    align-items: stretch !important;
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }

  .adam-ppp-secret-page .adam-actionbar:not(.adam-session-controlbar) > *,
  .adam-ppp-profile-page .adam-actionbar:not(.adam-session-controlbar) > *,
  .adam-hotspot-add-user-page .adam-actionbar:not(.adam-session-controlbar) > *,
  .adam-hotspot-user-profile-page .adam-actionbar:not(.adam-session-controlbar) > * {
    box-sizing: border-box !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .adam-ppp-secret-page .adam-actionbar:not(.adam-session-controlbar) .adam-btn,
  .adam-ppp-profile-page .adam-actionbar:not(.adam-session-controlbar) .adam-btn,
  .adam-hotspot-add-user-page .adam-actionbar:not(.adam-session-controlbar) .adam-btn,
  .adam-hotspot-user-profile-page .adam-actionbar:not(.adam-session-controlbar) .adam-btn {
    align-items: center !important;
    display: inline-flex !important;
    font-size: 13px !important;
    gap: 7px !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 10px !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 340px) {
  .adam-ppp-secret-page .adam-actionbar:not(.adam-session-controlbar),
  .adam-ppp-profile-page .adam-actionbar:not(.adam-session-controlbar),
  .adam-hotspot-add-user-page .adam-actionbar:not(.adam-session-controlbar),
  .adam-hotspot-user-profile-page .adam-actionbar:not(.adam-session-controlbar) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Adam Core UI Polish Pack v2.5 */
.adam-hotspot-users-page .card-header {
  align-items: stretch;
}

.adam-hotspot-users-head {
  display: grid;
  gap: 10px;
  width: 100%;
}

.adam-hotspot-users-head h3 {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 0;
}

.adam-hotspot-users-toolbar {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
}

.adam-hotspot-toolbar-btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  text-decoration: none !important;
  white-space: nowrap;
}

.adam-hotspot-toolbar-btn.primary {
  background: var(--adam-action-success, #10b981) !important;
  border: 1px solid var(--adam-action-success, #10b981) !important;
  color: #fff !important;
}

.adam-hotspot-toolbar-btn.secondary {
  background: var(--adam-action-info, #3b82f6) !important;
  border: 1px solid var(--adam-action-info, #3b82f6) !important;
  color: #fff !important;
}

.adam-hotspot-toolbar-btn i {
  color: currentColor !important;
}

.adam-hotspot-users-controls {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(480px, 1fr) auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.adam-hotspot-users-controls > .col-6 {
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: auto;
}

.adam-hotspot-filterbar {
  display: grid !important;
  gap: 8px !important;
  grid-template-columns: minmax(180px, 1.35fr) minmax(150px, 1fr) minmax(160px, 1fr);
  width: 100%;
}

.adam-hotspot-filterbar > div {
  width: 100% !important;
}

.adam-hotspot-filterbar input,
.adam-hotspot-filterbar select {
  border-radius: 8px !important;
  min-height: 38px;
  width: 100% !important;
}

.adam-hotspot-printbar {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
}

.adam-hotspot-printbar .btn {
  align-items: center;
  background: var(--adam-action-info, #3b82f6) !important;
  border-color: var(--adam-action-info, #3b82f6) !important;
  border-radius: 8px !important;
  color: #fff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
  min-width: 72px;
  padding: 0 12px !important;
  white-space: nowrap;
  width: auto;
}

.adam-hotspot-printbar .btn[title*="QR"] {
  background: var(--adam-action-qr, #8b5cf6) !important;
  border-color: var(--adam-action-qr, #8b5cf6) !important;
}

.hotspot-users-table .adam-table-action,
.hotspot-users-table td:first-child .pointer,
.hotspot-users-table .hotspot-print-cell ~ td .btn {
  min-height: 34px;
}

.voucher-editor-toolbar {
  margin-bottom: 14px;
}

.voucher-editor-toolbar td {
  padding: 0 !important;
}

.voucher-editor-toolbar td > .row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(420px, 1fr);
  margin: 0 !important;
}

.voucher-editor-toolbar .col-4,
.voucher-editor-toolbar .col-8 {
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: auto;
}

.voucher-editor-toolbar .col-4 {
  display: flex;
  gap: 10px;
}

.voucher-editor-toolbar .btn {
  align-items: center;
  border-radius: 8px !important;
  display: inline-flex;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px !important;
  white-space: nowrap;
}

.voucher-editor-toolbar .col-8 .input-group {
  display: grid !important;
  gap: 0;
  grid-template-columns: minmax(100px, .8fr) minmax(150px, 1fr) minmax(90px, .7fr) minmax(150px, 1fr);
  width: 100%;
}

.voucher-editor-toolbar .group-item,
.voucher-editor-toolbar select {
  min-height: 42px;
  width: 100% !important;
}

.voucher-template-gallery {
  max-width: 100%;
}

.voucher-template-actions .btn {
  min-height: 40px;
}

.adam-upload-logo-page form .input-group {
  align-items: stretch;
  display: grid !important;
  gap: 10px;
  grid-template-columns: minmax(260px, 1fr) minmax(160px, 220px);
  width: 100%;
}

.adam-upload-logo-page form .input-group > div {
  width: 100% !important;
}

.adam-upload-logo-page input[type="file"],
.adam-upload-logo-page input[type="submit"] {
  border-radius: 8px !important;
  min-height: 42px;
  width: 100% !important;
}

.adam-upload-logo-page .btn.bg-danger {
  align-items: center;
  background: var(--adam-action-danger, #ef4444) !important;
  border-color: var(--adam-action-danger, #ef4444) !important;
  border-radius: 8px !important;
  color: #fff !important;
  display: inline-flex;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px !important;
}

.adam-about-page .adam-about-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(280px, 1.25fr) repeat(2, minmax(240px, 1fr));
}

.adam-about-panel {
  background: var(--adam-panel-soft);
  border: 1px solid var(--adam-line);
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  color: var(--adam-text);
  padding: 18px;
}

body.theme-dark .adam-about-panel {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.20);
}

.adam-about-kicker {
  color: var(--adam-action-text);
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 8px;
}

.adam-about-panel h2,
.adam-about-panel h4 {
  color: var(--adam-text);
  margin-top: 0;
}

.adam-about-panel p,
.adam-about-panel li,
.adam-about-note {
  color: var(--adam-muted);
  line-height: 1.55;
}

.adam-about-panel ul {
  margin: 0;
  padding-left: 18px;
}

.adam-about-note {
  margin: 14px 0 0;
}

@media (max-width: 768px) {
  .sidenav > .menu.card-header {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    padding: 14px 16px !important;
    text-align: center !important;
  }

  .sidenav > .menu.card-header h3 {
    font-weight: 800 !important;
    margin: 0 auto !important;
    text-align: center !important;
    width: 100% !important;
  }

  .adam-hotspot-users-toolbar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .adam-hotspot-toolbar-btn {
    min-height: 44px;
    width: 100%;
  }

  .adam-hotspot-users-controls {
    grid-template-columns: 1fr;
  }

  .adam-hotspot-users-controls > .col-6 {
    width: 100%;
  }

  .adam-hotspot-filterbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adam-hotspot-filterbar > div:first-child {
    grid-column: 1 / -1;
  }

  .adam-hotspot-filterbar input,
  .adam-hotspot-filterbar select {
    min-height: 44px;
  }

  .adam-hotspot-printbar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .adam-hotspot-printbar .btn {
    min-height: 44px !important;
    width: 100% !important;
  }

  .adam-hotspot-printbar .btn:nth-last-child(1) {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    max-width: 240px !important;
  }

  .voucher-editor-toolbar td > .row {
    grid-template-columns: 1fr;
  }

  .voucher-editor-toolbar .col-4 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .voucher-editor-toolbar .col-4 .btn {
    min-height: 44px;
    width: 100%;
  }

  .voucher-editor-toolbar .col-8 .input-group {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .voucher-editor-toolbar .group-item,
  .voucher-editor-toolbar select {
    border-radius: 8px !important;
  }

  .adam-upload-logo-page form .input-group {
    grid-template-columns: 1fr;
  }

  .adam-upload-logo-page table,
  .adam-upload-logo-page thead,
  .adam-upload-logo-page tbody,
  .adam-upload-logo-page tr,
  .adam-upload-logo-page td {
    display: block;
    width: 100%;
  }

  .adam-upload-logo-page thead {
    display: none;
  }

  .adam-upload-logo-page tr {
    background: var(--adam-panel-soft);
    border: 1px solid var(--adam-line);
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
  }

  .adam-upload-logo-page td {
    border-left: 0 !important;
    border-right: 0 !important;
    box-sizing: border-box;
    padding: 12px !important;
  }

  .adam-upload-logo-page td img {
    border-radius: 8px;
    height: auto !important;
    max-height: 56px;
    max-width: 160px;
  }

  .adam-upload-logo-page .btn.bg-danger {
    width: 100%;
  }

  .adam-about-page .adam-about-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .voucher-editor-toolbar .col-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .voucher-editor-toolbar .col-4 .btn {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* Adam Core UI Polish Pack v2.5.1: scoped Template Editor toolbar fix */
.adam-template-editor-page .voucher-editor-toolbar {
  margin-bottom: 14px;
  table-layout: auto;
  width: 100%;
}

.adam-template-editor-page .voucher-editor-toolbar,
.adam-template-editor-page .voucher-editor-toolbar tbody,
.adam-template-editor-page .voucher-editor-toolbar tr,
.adam-template-editor-page .voucher-editor-toolbar td {
  display: block;
  width: 100%;
}

.adam-template-editor-page .voucher-editor-toolbar td {
  border: 0 !important;
  padding: 0 !important;
}

.adam-template-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
}

.adam-template-toolbar-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.adam-template-btn {
  align-items: center;
  border-radius: 8px !important;
  display: inline-flex !important;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  min-height: 44px;
  min-width: 84px;
  padding: 0 14px !important;
  white-space: nowrap !important;
}

.adam-template-icon-btn {
  min-width: 44px;
}

.adam-template-select-group {
  align-items: stretch;
  display: flex;
  flex: 1 1 210px;
  min-width: 190px;
}

.adam-template-label {
  align-items: center;
  background: var(--adam-input) !important;
  border: 1px solid var(--adam-line);
  border-radius: 8px 0 0 8px;
  color: var(--adam-input-text) !important;
  display: flex;
  flex: 0 0 auto;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  min-width: 96px;
  padding: 0 12px;
  white-space: nowrap !important;
}

.adam-template-select {
  background: var(--adam-input) !important;
  border: 1px solid var(--adam-line) !important;
  border-left: 0 !important;
  border-radius: 0 8px 8px 0 !important;
  color: var(--adam-input-text) !important;
  flex: 1 1 auto;
  min-height: 44px;
  min-width: 120px;
  padding: 0 12px !important;
  white-space: nowrap !important;
  width: auto !important;
}

@media (max-width: 1100px) {
  .adam-template-toolbar {
    flex-wrap: wrap;
  }

  .adam-template-select-group {
    flex: 1 1 280px;
  }
}

@media (max-width: 768px) {
  .adam-template-toolbar {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .adam-template-toolbar-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .adam-template-toolbar-actions .adam-template-btn {
    min-width: 0;
    width: 100%;
  }

  .adam-template-select-group {
    min-width: 0;
    width: 100%;
  }

  .adam-template-label {
    flex: 0 0 104px;
    min-width: 104px;
  }

  .adam-template-select {
    min-width: 0;
  }
}

@media (max-width: 360px) {
  .adam-template-label {
    flex-basis: 92px;
    min-width: 92px;
    padding: 0 8px;
  }
}

/* Adam Core UI Polish Pack v2.5.2: Admin Settings router action colors */
.adam-session-actions .adam-session-action:nth-child(1) {
  background: var(--adam-action-info, #3b82f6) !important;
  background-color: var(--adam-action-info, #3b82f6) !important;
  border-color: var(--adam-action-info, #3b82f6) !important;
  color: #fff !important;
}

.adam-session-actions .adam-session-action:nth-child(2) {
  background: var(--adam-action-warning, #f59e0b) !important;
  background-color: var(--adam-action-warning, #f59e0b) !important;
  border-color: var(--adam-action-warning, #f59e0b) !important;
  color: #111827 !important;
}

.adam-session-actions .adam-session-action:nth-child(3) {
  background: var(--adam-action-danger, #ef4444) !important;
  background-color: var(--adam-action-danger, #ef4444) !important;
  border-color: var(--adam-action-danger, #ef4444) !important;
  color: #fff !important;
}

.adam-session-actions .adam-session-action {
  box-sizing: border-box;
  justify-content: center;
}

.box-group-area .adam-session-actions > .adam-session-action:nth-child(1),
.box-group-area .adam-session-actions > .connect.adam-session-action {
  background: var(--adam-action-info, #3b82f6) !important;
  background-color: var(--adam-action-info, #3b82f6) !important;
  border-color: var(--adam-action-info, #3b82f6) !important;
  color: #fff !important;
}

.box-group-area .adam-session-actions > .adam-session-action:nth-child(2),
.box-group-area .adam-session-actions > a[href*="id=settings"].adam-session-action {
  background: var(--adam-action-warning, #f59e0b) !important;
  background-color: var(--adam-action-warning, #f59e0b) !important;
  border-color: var(--adam-action-warning, #f59e0b) !important;
  color: #111827 !important;
}

.box-group-area .adam-session-actions > .adam-session-action:nth-child(3),
.box-group-area .adam-session-actions > a[href*="remove-session"].adam-session-action,
.box-group-area .adam-session-actions > a[onclick*="remove-session"].adam-session-action {
  background: var(--adam-action-danger, #ef4444) !important;
  background-color: var(--adam-action-danger, #ef4444) !important;
  border-color: var(--adam-action-danger, #ef4444) !important;
  color: #fff !important;
}

.box-group-area .adam-session-actions > .adam-session-action i {
  color: currentColor !important;
}

/* Adam Core UI Polish Pack v2.5.7: consistency, readability, and scoped mobile polish */
.sidenav > .menu.card-header {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  text-align: center !important;
}

.sidenav > .menu.card-header h3,
.sidenav > .menu.card-header #MikhmonSession {
  margin: 0 auto !important;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: center !important;
  width: 100%;
}

.adam-template-editor-page .voucher-template-actions .btn,
.voucher-template-actions .btn {
  background: var(--adam-action-info, #3b82f6) !important;
  background-color: var(--adam-action-info, #3b82f6) !important;
  border-color: var(--adam-action-info, #3b82f6) !important;
  color: #fff !important;
  text-shadow: none !important;
}

.adam-template-editor-page .voucher-template-actions .btn i,
.voucher-template-actions .btn i {
  color: currentColor !important;
}

body:not(.theme-dark) .adam-template-editor-page .CodeMirror,
body:not(.theme-dark) .adam-template-editor-page .cm-s-material.CodeMirror,
body:not(.theme-dark) .adam-template-editor-page textarea#editorMikhmon,
body:not(.theme-dark) .adam-template-editor-page textarea#var {
  background: #f8fafc !important;
  border-color: var(--adam-line) !important;
  color: #172033 !important;
}

body:not(.theme-dark) .adam-template-editor-page .cm-s-material .CodeMirror-gutters {
  background: #e2e8f0 !important;
  border-right: 1px solid var(--adam-line) !important;
  color: #475569 !important;
}

body:not(.theme-dark) .adam-template-editor-page .cm-s-material .CodeMirror-linenumber {
  color: #64748b !important;
}

body:not(.theme-dark) .adam-template-editor-page .cm-s-material .CodeMirror-cursor {
  border-left-color: #172033 !important;
}

body:not(.theme-dark) .adam-template-editor-page .cm-s-material div.CodeMirror-selected {
  background: #bfdbfe !important;
}

body:not(.theme-dark) .adam-template-editor-page .cm-s-material .cm-comment {
  color: #64748b !important;
}

body:not(.theme-dark) .adam-template-editor-page .cm-s-material .cm-string {
  color: #15803d !important;
}

body:not(.theme-dark) .adam-template-editor-page .cm-s-material .cm-variable,
body:not(.theme-dark) .adam-template-editor-page .cm-s-material .cm-def {
  color: #1d4ed8 !important;
}

body:not(.theme-dark) .adam-template-editor-page .cm-s-material .cm-keyword {
  color: #7c3aed !important;
}

body.theme-pink .box.bg-blue,
body.theme-pink .box.bg-info,
body.theme-pink .box.bg-light-blue {
  background: var(--adam-action-info, #3b82f6) !important;
  color: #fff !important;
}

body.theme-pink .box.bg-green,
body.theme-pink .box.bg-success {
  background: var(--adam-action-success, #10b981) !important;
  color: #fff !important;
}

body.theme-pink .box.bg-yellow,
body.theme-pink .box.bg-warning,
body.theme-pink .box.bg-orange {
  background: var(--adam-action-warning, #f59e0b) !important;
  color: #111827 !important;
}

body.theme-pink .box.bg-red,
body.theme-pink .box.bg-danger {
  background: var(--adam-action-danger, #ef4444) !important;
  color: #fff !important;
}

body.theme-pink .box.bg-blue *,
body.theme-pink .box.bg-info *,
body.theme-pink .box.bg-light-blue *,
body.theme-pink .box.bg-green *,
body.theme-pink .box.bg-success *,
body.theme-pink .box.bg-red *,
body.theme-pink .box.bg-danger * {
  color: #fff !important;
}

body.theme-pink .box.bg-yellow *,
body.theme-pink .box.bg-warning *,
body.theme-pink .box.bg-orange * {
  color: #111827 !important;
}

.adam-hotspot-user-profile-edit-page .adam-actionbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.adam-hotspot-user-profile-edit-page .adam-actionbar .btn {
  align-items: center;
  border-radius: 8px !important;
  display: inline-flex !important;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  min-height: 44px;
  min-width: 116px;
  padding: 0 16px !important;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .adam-hotspot-users-controls {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(540px, 1fr) auto;
  }

  .adam-hotspot-filterbar {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(240px, 1.25fr) minmax(170px, 0.85fr) minmax(170px, 0.85fr);
  }

  .adam-hotspot-filterbar input,
  .adam-hotspot-filterbar select,
  .adam-hotspot-printbar .btn {
    height: 40px !important;
    min-height: 40px !important;
  }

  .adam-hotspot-printbar {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
  }

  .hotspot-log-table {
    table-layout: fixed;
    width: 100%;
  }

  .hotspot-log-table th:nth-child(1),
  .hotspot-log-table td:nth-child(1) {
    width: 96px;
  }

  .hotspot-log-table th:nth-child(2),
  .hotspot-log-table td:nth-child(2) {
    width: 34%;
  }

  .hotspot-log-table td:nth-child(2) {
    direction: rtl;
    max-width: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    unicode-bidi: plaintext;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .report-toolbar {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .report-toolbar .report-search {
    grid-column: 1 / -1;
    max-width: none !important;
    width: 100% !important;
  }

  .report-toolbar .btn,
  .report-toolbar a.btn {
    align-items: center;
    display: inline-flex !important;
    justify-content: center;
    min-height: 44px !important;
    width: 100% !important;
  }

  .report-toolbar .bg-danger,
  .report-toolbar .bg-red {
    background: var(--adam-action-danger, #ef4444) !important;
    background-color: var(--adam-action-danger, #ef4444) !important;
    border-color: var(--adam-action-danger, #ef4444) !important;
    color: #fff !important;
  }

  .adam-hotspot-user-profile-edit-page .col-8,
  .adam-hotspot-user-profile-edit-page .adam-form-col {
    max-width: 100%;
    width: 100%;
  }

  .adam-hotspot-user-profile-edit-page .adam-actionbar {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adam-hotspot-user-profile-edit-page .adam-actionbar .btn {
    min-width: 0;
    width: 100%;
  }

  .adam-system-scheduler-page .adam-scheduler-search,
  .adam-system-scheduler-page .adam-scheduler-search input {
    width: 100% !important;
  }

  .adam-system-scheduler-page .overflow.box-bordered {
    max-height: none !important;
    overflow: visible !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table,
  .adam-system-scheduler-page .adam-scheduler-table tbody,
  .adam-system-scheduler-page .adam-scheduler-table tr,
  .adam-system-scheduler-page .adam-scheduler-table td {
    display: block;
    width: 100%;
  }

  .adam-system-scheduler-page .adam-scheduler-table thead {
    display: none;
  }

  .adam-system-scheduler-page .adam-scheduler-table tr {
    background: var(--adam-panel-soft);
    border: 1px solid var(--adam-line);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    padding: 10px;
  }

  .adam-system-scheduler-page .adam-scheduler-table td {
    align-items: flex-start;
    border: 0 !important;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 8px 4px !important;
    text-align: right;
    white-space: normal !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table td::before {
    color: var(--adam-muted);
    content: attr(data-label);
    flex: 0 0 42%;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-align: left;
    text-transform: uppercase;
  }

  .adam-system-scheduler-page .adam-scheduler-actions-cell {
    align-items: center !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions-cell::before {
    align-self: center;
  }

  .adam-system-scheduler-page .adam-scheduler-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    width: 100%;
  }

  .adam-system-scheduler-page .adam-scheduler-actions i,
  .adam-system-scheduler-page .adam-scheduler-actions span {
    align-items: center;
    border: 1px solid var(--adam-line);
    border-radius: 10px;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
  }
}

@media (max-width: 360px) {
  .report-toolbar {
    grid-template-columns: 1fr !important;
  }
}

/* Adam Core UI Polish Pack v2.5.7.1: QA hotfix */
.adam-session-list-card .adam-session-stable-box,
body.theme-pink .adam-session-list-card .adam-session-stable-box {
  background: var(--adam-panel-soft) !important;
  background-color: var(--adam-panel-soft) !important;
  border: 1px solid var(--adam-line) !important;
  color: var(--adam-text) !important;
}

.adam-session-list-card .adam-session-stable-box *,
body.theme-pink .adam-session-list-card .adam-session-stable-box * {
  color: var(--adam-text) !important;
}

.adam-session-list-card .adam-session-stable-box .box-group-icon,
body.theme-pink .adam-session-list-card .adam-session-stable-box .box-group-icon {
  background: var(--adam-input) !important;
  border: 1px solid var(--adam-line) !important;
}

.adam-session-list-card .adam-session-stable-box .box-group-icon i,
body.theme-pink .adam-session-list-card .adam-session-stable-box .box-group-icon i {
  color: var(--adam-text) !important;
}

#r_2 .box.bg-blue *,
#r_2 .box.bg-info *,
#r_2 .box.bg-light-blue *,
#r_2 .box.bg-green *,
#r_2 .box.bg-success *,
#r_2 .box.bg-yellow *,
#r_2 .box.bg-warning *,
#r_2 .box.bg-orange *,
#r_2 .box.bg-red *,
#r_2 .box.bg-danger *,
#r_2 .box.bg-primary *,
#r_2 .box.bg-pink *,
.dashboard .box.bg-blue *,
.dashboard .box.bg-info *,
.dashboard .box.bg-light-blue *,
.dashboard .box.bg-green *,
.dashboard .box.bg-success *,
.dashboard .box.bg-yellow *,
.dashboard .box.bg-warning *,
.dashboard .box.bg-orange *,
.dashboard .box.bg-red *,
.dashboard .box.bg-danger * {
  color: #fff !important;
}

.adam-export-users-page .adam-export-users-body {
  max-width: 100%;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

.adam-export-users-page #export {
  max-width: none;
  min-width: 720px;
  width: 100%;
}

.adam-export-users-page #export td,
.adam-export-users-page #export th {
  overflow-wrap: anywhere;
  white-space: normal;
}

@media (max-width: 768px) {
  .adam-export-users-page .card-header h3 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .adam-export-users-page .card-header strong {
    align-items: center;
    background: var(--adam-action-info, #3b82f6);
    border-radius: 10px;
    color: #fff !important;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    width: 100%;
  }

  .adam-system-scheduler-page .adam-scheduler-table {
    min-width: 0 !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table tr {
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  }

  .adam-system-scheduler-page .adam-scheduler-table td {
    display: grid !important;
    grid-template-columns: minmax(104px, 38%) minmax(0, 1fr);
    text-align: left;
  }

  .adam-system-scheduler-page .adam-scheduler-table td::before {
    flex: none;
    min-width: 0;
  }

  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Name"],
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="On Event"],
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Comment"] {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .adam-system-scheduler-page .adam-scheduler-actions-cell {
    grid-template-columns: minmax(104px, 38%) minmax(0, 1fr) !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions {
    justify-content: flex-start;
  }
}

/* Adam Core UI Polish Pack v2.5.7.2: final mobile and language hotfix */
@media (max-width: 768px) {
  .adam-system-scheduler-page .card-body {
    overflow: visible !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table,
  .adam-system-scheduler-page .adam-scheduler-table tbody {
    background: transparent !important;
    border: 0 !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table tr {
    background: var(--adam-panel-soft) !important;
    border: 1px solid var(--adam-line) !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.14);
    display: block !important;
    margin: 0 0 14px !important;
    padding: 14px !important;
    width: 100% !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table td {
    background: transparent !important;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18) !important;
    display: grid !important;
    grid-template-columns: 108px minmax(0, 1fr) !important;
    min-height: 34px;
    padding: 8px 0 !important;
    width: 100% !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table td:last-child {
    border-bottom: 0 !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table td::before {
    color: var(--adam-muted) !important;
    content: attr(data-label);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.045em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Name"] {
    display: block !important;
    font-size: 18px;
    font-weight: 900;
    padding-top: 0 !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Name"]::before {
    display: none;
  }

  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Next Run"],
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Run Count"] {
    display: none !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table td[data-label="On Event"],
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Comment"] {
    grid-template-columns: 1fr !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table td[data-label="On Event"]::before,
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Comment"]::before {
    margin-bottom: 4px;
  }

  .adam-system-scheduler-page .adam-scheduler-actions-cell {
    display: block !important;
    padding-bottom: 0 !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions-cell::before {
    display: none;
  }

  .adam-system-scheduler-page .adam-scheduler-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .adam-system-scheduler-page .adam-scheduler-action {
    align-items: center;
    border: 0 !important;
    border-radius: 10px;
    color: #fff !important;
    display: inline-flex !important;
    font-weight: 900;
    gap: 8px;
    height: 44px;
    justify-content: center;
    min-width: 0;
    padding: 0 10px;
    width: 100% !important;
  }

  .adam-system-scheduler-page .adam-scheduler-action i {
    border: 0 !important;
    color: currentColor !important;
    height: auto !important;
    width: auto !important;
  }

  .adam-system-scheduler-page .adam-scheduler-action.remove {
    background: var(--adam-action-danger, #ef4444) !important;
  }

  .adam-system-scheduler-page .adam-scheduler-action.enable {
    background: var(--adam-action-success, #10b981) !important;
  }

  .adam-system-scheduler-page .adam-scheduler-action.disable {
    background: var(--adam-action-warning, #f59e0b) !important;
    color: #111827 !important;
  }

  .adam-export-users-page .adam-export-users-body {
    border: 1px solid var(--adam-line);
    border-radius: 12px;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 0 !important;
    -webkit-overflow-scrolling: touch;
  }

  .adam-export-users-page #export {
    border-collapse: collapse;
    min-width: 780px;
    table-layout: auto;
    width: max-content;
  }

  .adam-export-users-page #export th,
  .adam-export-users-page #export td {
    min-width: 128px;
    padding: 12px 14px !important;
    vertical-align: top;
    white-space: nowrap !important;
  }

  .adam-export-users-page #export th:first-child,
  .adam-export-users-page #export td:first-child {
    min-width: 170px;
  }

  .adam-export-users-page #export th:last-child,
  .adam-export-users-page #export td:last-child {
    min-width: 220px;
    white-space: normal !important;
  }

  .adam-export-users-page .adam-export-users-body::after {
    color: var(--adam-muted);
    content: "Swipe table left/right";
    display: block;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 12px;
    text-align: center;
  }
}

/* Adam Core UI Polish Pack v2.5.7.3: scheduler/export final QA fix */
.adam-export-users-page .adam-mobile-table-scroll {
  max-width: 100%;
}

@media (max-width: 768px) {
  .adam-system-scheduler-page .overflow.box-bordered {
    max-height: none !important;
    overflow: visible !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table,
  .adam-system-scheduler-page .adam-scheduler-table tbody {
    background: transparent !important;
    border: 0 !important;
    display: block !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table thead {
    display: none !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table tr {
    background: var(--adam-panel-soft) !important;
    border: 1px solid var(--adam-line) !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.14) !important;
    display: block !important;
    margin: 0 0 14px !important;
    overflow: visible !important;
    padding: 14px !important;
    width: 100% !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table td,
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Name"],
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Next Run"],
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Run Count"],
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="On Event"],
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Comment"] {
    align-items: start !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18) !important;
    color: var(--adam-text) !important;
    display: grid !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    grid-template-columns: 104px minmax(0, 1fr) !important;
    line-height: 1.45 !important;
    min-height: 0 !important;
    overflow: visible !important;
    overflow-wrap: anywhere !important;
    padding: 8px 0 !important;
    text-align: left !important;
    white-space: normal !important;
    width: 100% !important;
    word-break: break-word !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table td::before {
    color: var(--adam-muted) !important;
    content: attr(data-label) ":" !important;
    display: block !important;
    flex: none !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.04em !important;
    line-height: 1.35 !important;
    min-width: 0 !important;
    text-align: left !important;
    text-transform: uppercase !important;
    white-space: normal !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Action"] {
    border-bottom: 0 !important;
    display: block !important;
    padding-bottom: 0 !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Action"]::before {
    display: none !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    width: 100% !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i,
  .adam-system-scheduler-page .adam-scheduler-actions > span {
    align-items: center !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16) !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    gap: 8px !important;
    height: 44px !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding: 0 12px !important;
    text-align: center !important;
    width: 100% !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square {
    background: var(--adam-action-danger, #ef4444) !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square::after {
    content: "Remove";
    font-family: inherit;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"] {
    background: var(--adam-action-success, #10b981) !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"]::after {
    content: "Enable";
    font-family: inherit;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"] {
    background: var(--adam-action-warning, #f59e0b) !important;
    color: #111827 !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"]::after {
    content: "Disable";
    font-family: inherit;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span i {
    border: 0 !important;
    color: currentColor !important;
    height: auto !important;
    width: auto !important;
  }

  .adam-export-users-page .adam-export-users-body {
    overflow: visible !important;
    padding: 0 !important;
  }

  .adam-export-users-page .adam-mobile-table-scroll {
    border: 1px solid var(--adam-line);
    border-radius: 12px;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }

  .adam-export-users-page #export {
    border-collapse: collapse;
    min-width: 1200px !important;
    table-layout: auto !important;
    width: max-content !important;
  }

  .adam-export-users-page #export th,
  .adam-export-users-page #export td {
    min-width: 160px !important;
    overflow-wrap: normal !important;
    padding: 12px 14px !important;
    vertical-align: top !important;
    white-space: nowrap !important;
    word-break: normal !important;
  }

  .adam-export-users-page #export th:last-child,
  .adam-export-users-page #export td:last-child {
    min-width: 260px !important;
    white-space: normal !important;
  }

  .adam-export-users-page .adam-mobile-table-scroll::after {
    color: var(--adam-muted);
    content: "Swipe table left/right";
    display: block;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 12px;
    text-align: center;
  }

  .adam-export-users-page .adam-export-users-body::after {
    display: none !important;
  }
}

/* Adam Core v2.5.7.10 final: Scheduler mobile icons only */
.adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square::after,
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"]::after,
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"]::after,
.adam-system-scheduler-page .adam-scheduler-actions > span::after {
  content: none !important;
  display: none !important;
}

.adam-system-scheduler-page .adam-scheduler-actions {
  align-items: center !important;
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  justify-content: center !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square,
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"],
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"] {
  align-items: center !important;
  background: rgba(15, 23, 42, 0.16) !important;
  border: 1px solid var(--adam-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  display: inline-flex !important;
  flex: 0 0 34px !important;
  font-size: 15px !important;
  font-style: normal !important;
  height: 34px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 34px !important;
  min-width: 34px !important;
  overflow: hidden !important;
  padding: 0 !important;
  text-align: center !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
  width: 34px !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square {
  color: var(--adam-action-danger, #ef4444) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"] {
  color: var(--adam-action-success, #10b981) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"] {
  color: var(--adam-action-warning, #f59e0b) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span i {
  color: currentColor !important;
  font-size: 15px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .adam-system-scheduler-page .adam-scheduler-table th:first-child,
  .adam-system-scheduler-page .adam-scheduler-table td:first-child,
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Action"],
  .adam-system-scheduler-page .adam-scheduler-actions-cell {
    min-width: 104px !important;
    padding: 8px 10px !important;
    text-align: center !important;
    width: 104px !important;
  }
}

/* Adam Core v2.5.7.11: Export Hotspot Users mobile table preview */
@media (max-width: 768px) {
  .adam-export-users-page .adam-export-users-body {
    overflow: visible !important;
    padding: 0 !important;
  }

  .adam-export-users-page .adam-mobile-table-scroll {
    border: 1px solid var(--adam-line) !important;
    border-radius: 12px !important;
    max-height: 72vh !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .adam-export-users-page #export,
  .adam-export-users-page #export thead,
  .adam-export-users-page #export tbody,
  .adam-export-users-page #export tr,
  .adam-export-users-page #export th,
  .adam-export-users-page #export td {
    background: inherit !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    float: none !important;
    grid-template-columns: none !important;
    margin: 0 !important;
    overflow-wrap: normal !important;
    text-align: left !important;
    white-space: nowrap !important;
    word-break: normal !important;
    writing-mode: horizontal-tb !important;
  }

  .adam-export-users-page #export {
    border-collapse: collapse !important;
    display: table !important;
    min-width: 980px !important;
    table-layout: auto !important;
    width: max-content !important;
  }

  .adam-export-users-page #export thead {
    display: table-header-group !important;
  }

  .adam-export-users-page #export tbody {
    display: table-row-group !important;
  }

  .adam-export-users-page #export tr {
    display: table-row !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .adam-export-users-page #export th,
  .adam-export-users-page #export td {
    border: 1px solid var(--adam-line) !important;
    display: table-cell !important;
    font-size: 13px !important;
    height: auto !important;
    line-height: 1.35 !important;
    min-height: 0 !important;
    padding: 10px 12px !important;
    vertical-align: middle !important;
  }

  .adam-export-users-page #export th {
    background: rgba(148, 163, 184, 0.10) !important;
    font-weight: 800 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
  }

  .adam-export-users-page #export th:first-child,
  .adam-export-users-page #export td:first-child {
    min-width: 180px !important;
  }

  .adam-export-users-page #export th:nth-child(2),
  .adam-export-users-page #export td:nth-child(2),
  .adam-export-users-page #export th:nth-child(3),
  .adam-export-users-page #export td:nth-child(3) {
    min-width: 160px !important;
  }

  .adam-export-users-page #export th:nth-child(4),
  .adam-export-users-page #export td:nth-child(4),
  .adam-export-users-page #export th:nth-child(5),
  .adam-export-users-page #export td:nth-child(5) {
    min-width: 140px !important;
  }

  .adam-export-users-page #export th:last-child,
  .adam-export-users-page #export td:last-child {
    min-width: 240px !important;
    white-space: normal !important;
  }

  .adam-export-users-page #export td::before,
  .adam-export-users-page #export th::before {
    content: none !important;
    display: none !important;
  }

  .adam-export-users-page .adam-mobile-table-scroll::after {
    color: var(--adam-muted);
    content: "Swipe table left/right";
    display: block;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 12px;
    text-align: center;
  }
}

/* Adam Core v2.5.7.10: Scheduler mobile action parity with desktop */
.adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square::after,
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"]::after,
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"]::after,
.adam-system-scheduler-page .adam-scheduler-actions > span::after {
  content: none !important;
  display: none !important;
}

.adam-system-scheduler-page .adam-scheduler-actions {
  align-items: center !important;
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  justify-content: center !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square,
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"],
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"] {
  align-items: center !important;
  background: rgba(15, 23, 42, 0.16) !important;
  border: 1px solid var(--adam-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  display: inline-flex !important;
  flex: 0 0 34px !important;
  font-size: 15px !important;
  font-style: normal !important;
  height: 34px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 34px !important;
  min-width: 34px !important;
  overflow: hidden !important;
  padding: 0 !important;
  text-align: center !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
  width: 34px !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square {
  color: var(--adam-action-danger, #ef4444) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"] {
  color: var(--adam-action-success, #10b981) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"] {
  color: var(--adam-action-warning, #f59e0b) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span i {
  color: currentColor !important;
  font-size: 15px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .adam-system-scheduler-page .adam-scheduler-table th:first-child,
  .adam-system-scheduler-page .adam-scheduler-table td:first-child,
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Action"],
  .adam-system-scheduler-page .adam-scheduler-actions-cell {
    min-width: 104px !important;
    padding: 8px 10px !important;
    text-align: center !important;
    width: 104px !important;
  }
}

/* Adam Core Scheduler Action Mobile Parity Hotfix */
.adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square::after,
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"]::after,
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"]::after,
.adam-system-scheduler-page .adam-scheduler-actions > span::after {
  content: none !important;
  display: none !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square,
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"],
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"] {
  align-items: center !important;
  background: rgba(15, 23, 42, 0.16) !important;
  border: 1px solid var(--adam-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  display: inline-flex !important;
  flex: 0 0 34px !important;
  font-size: 15px !important;
  font-style: normal !important;
  height: 34px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 34px !important;
  min-width: 34px !important;
  padding: 0 !important;
  text-align: center !important;
  width: 34px !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square {
  color: var(--adam-action-danger, #ef4444) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"] {
  color: var(--adam-action-success, #10b981) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"] {
  color: var(--adam-action-warning, #f59e0b) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span i {
  color: currentColor !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

@media (max-width: 768px) {
  .adam-system-scheduler-page .adam-scheduler-table th:first-child,
  .adam-system-scheduler-page .adam-scheduler-table td:first-child,
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Action"],
  .adam-system-scheduler-page .adam-scheduler-actions-cell {
    min-width: 104px !important;
    padding: 8px 10px !important;
    text-align: center !important;
    width: 104px !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions {
    align-items: center !important;
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    justify-content: center !important;
    min-width: 76px !important;
    width: auto !important;
  }
}

/* Adam Core Scheduler Action Final Hotfix: compact desktop/mobile icons */
.adam-system-scheduler-page .adam-scheduler-actions {
  align-items: center !important;
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  justify-content: center !important;
  min-width: 78px !important;
  width: auto !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > i,
.adam-system-scheduler-page .adam-scheduler-actions > span {
  align-items: center !important;
  background: rgba(15, 23, 42, 0.16) !important;
  border: 1px solid var(--adam-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: inherit !important;
  display: inline-flex !important;
  flex: 0 0 34px !important;
  font-size: 15px !important;
  font-style: normal !important;
  height: 34px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 34px !important;
  min-width: 34px !important;
  padding: 0 !important;
  text-align: center !important;
  vertical-align: middle !important;
  width: 34px !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square {
  color: var(--adam-action-danger, #ef4444) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"] {
  color: var(--adam-action-success, #10b981) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"] {
  color: var(--adam-action-warning, #f59e0b) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square::after,
.adam-system-scheduler-page .adam-scheduler-actions > span::after {
  content: none !important;
  display: none !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span i {
  color: currentColor !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.adam-system-scheduler-page .adam-scheduler-actions-cell {
  min-width: 96px !important;
  text-align: center !important;
  width: 96px !important;
}

@media (max-width: 768px) {
  .adam-system-scheduler-page .adam-scheduler-table {
    min-width: 1120px !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table th:first-child,
  .adam-system-scheduler-page .adam-scheduler-table td:first-child,
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Action"],
  .adam-system-scheduler-page .adam-scheduler-actions-cell {
    min-width: 104px !important;
    padding: 8px 10px !important;
    text-align: center !important;
    width: 104px !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table th,
  .adam-system-scheduler-page .adam-scheduler-table td {
    line-height: 1.25 !important;
    padding-bottom: 9px !important;
    padding-top: 9px !important;
    vertical-align: middle !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions {
    gap: 8px !important;
    min-width: 76px !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i,
  .adam-system-scheduler-page .adam-scheduler-actions > span {
    flex-basis: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    min-width: 34px !important;
    width: 34px !important;
  }
}

/* Adam Core Scheduler action row hotfix: match Hotspot User List mobile buttons */
@media (max-width: 768px) {
  .adam-system-scheduler-page .overflow.box-bordered {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .adam-system-scheduler-page .adam-scheduler-table {
    min-width: 1120px !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table th:first-child,
  .adam-system-scheduler-page .adam-scheduler-table td:first-child,
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Action"] {
    min-width: 118px !important;
    padding: 8px 10px !important;
    text-align: center !important;
    width: 118px !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table th,
  .adam-system-scheduler-page .adam-scheduler-table td {
    line-height: 1.25 !important;
    padding-bottom: 9px !important;
    padding-top: 9px !important;
    vertical-align: middle !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions {
    align-items: center !important;
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    justify-content: center !important;
    min-width: 88px !important;
    width: auto !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i,
  .adam-system-scheduler-page .adam-scheduler-actions > span {
    align-items: center !important;
    background: rgba(15, 23, 42, 0.18) !important;
    border: 1px solid var(--adam-line) !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    display: inline-flex !important;
    flex: 0 0 38px !important;
    font-size: 16px !important;
    font-style: normal !important;
    height: 38px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 38px !important;
    min-width: 38px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 38px !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square {
    color: var(--adam-action-danger, #ef4444) !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"] {
    color: var(--adam-action-success, #10b981) !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"],
  .adam-system-scheduler-page .adam-scheduler-actions > span:not([title^="Enable"]) {
    color: var(--adam-action-warning, #f59e0b) !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square::after,
  .adam-system-scheduler-page .adam-scheduler-actions > span::after {
    content: none !important;
    display: none !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span i {
    color: currentColor !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }
}

/* Adam Core UI Polish Pack v2.5.7.7: scheduler icon actions and log submenu alignment */
@media (max-width: 768px) {
  .dropdown-container a[href*="hotspot=log"],
  .dropdown-container a[href*="ppp=ppplog"],
  .dropdown-container a[href*="report=userlog"] {
    align-items: center !important;
    display: flex !important;
    gap: 12px !important;
    padding-left: 48px !important;
  }

  .dropdown-container a[href*="hotspot=log"] i,
  .dropdown-container a[href*="ppp=ppplog"] i,
  .dropdown-container a[href*="report=userlog"] i {
    flex: 0 0 22px !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions {
    align-items: center !important;
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    justify-content: center !important;
    min-width: 96px !important;
    width: auto !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i,
  .adam-system-scheduler-page .adam-scheduler-actions > span {
    align-items: center !important;
    border: 1px solid var(--adam-line) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 16px !important;
    font-style: normal !important;
    height: 44px !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-width: 44px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 44px !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square {
    background: var(--adam-action-danger, #ef4444) !important;
    color: #fff !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"] {
    background: var(--adam-action-success, #10b981) !important;
    color: #fff !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"] {
    background: var(--adam-action-warning, #f59e0b) !important;
    color: #111827 !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square::after,
  .adam-system-scheduler-page .adam-scheduler-actions > span::after {
    content: none !important;
    display: none !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span i {
    color: currentColor !important;
    font-size: 16px !important;
  }
}

/* Adam Core UI Polish Pack v2.5.7.6: scheduler mobile action labels */
@media (max-width: 768px) {
  .adam-system-scheduler-page .adam-scheduler-actions {
    align-items: center !important;
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    justify-content: center !important;
    min-width: 224px !important;
    width: auto !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i,
  .adam-system-scheduler-page .adam-scheduler-actions > span {
    align-items: center !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16) !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    gap: 6px !important;
    height: 42px !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-width: 104px !important;
    padding: 0 12px !important;
    text-align: center !important;
    white-space: nowrap !important;
    width: auto !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square {
    background: var(--adam-action-danger, #ef4444) !important;
    color: #fff !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square::after {
    content: "Remove" !important;
    display: inline-block !important;
    font-family: inherit !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"] {
    background: var(--adam-action-success, #10b981) !important;
    color: #fff !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"]::after {
    content: "Enable" !important;
    display: inline-block !important;
    font-family: inherit !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"] {
    background: var(--adam-action-warning, #f59e0b) !important;
    color: #111827 !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"]::after {
    content: "Disable" !important;
    display: inline-block !important;
    font-family: inherit !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span i {
    color: currentColor !important;
    font-size: 14px !important;
  }
}

/* Adam Core UI Polish Pack v2.5.7.5: log separation and newest-first hotfix */
@media (max-width: 768px) {
  .adam-hotspot-log-page .adam-mobile-table-scroll,
  .adam-user-log-page .adam-mobile-table-scroll,
  .adam-ppp-log-page .adam-mobile-table-scroll {
    border: 1px solid var(--adam-line) !important;
    border-radius: 12px !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .adam-hotspot-log-page .adam-log-table,
  .adam-user-log-page .adam-log-table,
  .adam-ppp-log-page .adam-ppp-log-table {
    border-collapse: collapse !important;
    display: table !important;
    min-width: 920px !important;
    table-layout: auto !important;
    width: max-content !important;
  }

  .adam-hotspot-log-page .adam-log-table thead,
  .adam-user-log-page .adam-log-table thead,
  .adam-ppp-log-page .adam-ppp-log-table thead {
    display: table-header-group !important;
  }

  .adam-hotspot-log-page .adam-log-table tbody,
  .adam-user-log-page .adam-log-table tbody,
  .adam-ppp-log-page .adam-ppp-log-table tbody {
    display: table-row-group !important;
  }

  .adam-hotspot-log-page .adam-log-table tr,
  .adam-user-log-page .adam-log-table tr,
  .adam-ppp-log-page .adam-ppp-log-table tr {
    display: table-row !important;
  }

  .adam-hotspot-log-page .adam-log-table th,
  .adam-hotspot-log-page .adam-log-table td,
  .adam-user-log-page .adam-log-table th,
  .adam-user-log-page .adam-log-table td,
  .adam-ppp-log-page .adam-ppp-log-table th,
  .adam-ppp-log-page .adam-ppp-log-table td {
    display: table-cell !important;
    min-width: 130px !important;
    overflow-wrap: normal !important;
    padding: 10px 12px !important;
    white-space: nowrap !important;
    word-break: normal !important;
    writing-mode: horizontal-tb !important;
  }

  .adam-hotspot-log-page .adam-log-table td::before,
  .adam-user-log-page .adam-log-table td::before,
  .adam-ppp-log-page .adam-ppp-log-table td::before {
    content: none !important;
    display: none !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i,
  .adam-system-scheduler-page .adam-scheduler-actions > span {
    align-items: center !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    height: 42px !important;
    justify-content: center !important;
    min-width: 42px !important;
    padding: 0 !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square {
    color: var(--adam-action-danger, #ef4444) !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"] {
    color: var(--adam-action-success, #10b981) !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"] {
    color: var(--adam-action-warning, #f59e0b) !important;
  }

  .adam-hotspot-log-page .adam-mobile-table-scroll::after,
  .adam-user-log-page .adam-mobile-table-scroll::after,
  .adam-ppp-log-page .adam-mobile-table-scroll::after {
    color: var(--adam-muted);
    content: "Swipe table left/right";
    display: block;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 12px;
    text-align: center;
  }
}

/* Adam Core UI Polish Pack v2.5.7.4: mobile table scroll final */
@media (max-width: 768px) {
  .adam-system-scheduler-page .overflow.box-bordered,
  .adam-ppp-log-page .adam-mobile-table-scroll,
  .adam-export-users-page .adam-mobile-table-scroll {
    border: 1px solid var(--adam-line) !important;
    border-radius: 12px !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .adam-system-scheduler-page .overflow.box-bordered {
    max-height: 75vh !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table,
  .adam-system-scheduler-page .adam-scheduler-table thead,
  .adam-system-scheduler-page .adam-scheduler-table tbody,
  .adam-system-scheduler-page .adam-scheduler-table tr,
  .adam-system-scheduler-page .adam-scheduler-table th,
  .adam-system-scheduler-page .adam-scheduler-table td,
  .adam-ppp-log-page .adam-ppp-log-table,
  .adam-ppp-log-page .adam-ppp-log-table thead,
  .adam-ppp-log-page .adam-ppp-log-table tbody,
  .adam-ppp-log-page .adam-ppp-log-table tr,
  .adam-ppp-log-page .adam-ppp-log-table th,
  .adam-ppp-log-page .adam-ppp-log-table td {
    background: inherit !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: revert !important;
    float: none !important;
    grid-template-columns: none !important;
    margin: 0 !important;
    overflow-wrap: normal !important;
    text-align: left !important;
    white-space: nowrap !important;
    width: auto !important;
    word-break: normal !important;
    writing-mode: horizontal-tb !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table,
  .adam-ppp-log-page .adam-ppp-log-table {
    border-collapse: collapse !important;
    display: table !important;
    min-width: 1200px !important;
    table-layout: auto !important;
    width: max-content !important;
  }

  .adam-ppp-log-page .adam-ppp-log-table {
    min-width: 980px !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table thead,
  .adam-ppp-log-page .adam-ppp-log-table thead {
    display: table-header-group !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table tbody,
  .adam-ppp-log-page .adam-ppp-log-table tbody {
    display: table-row-group !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table tr,
  .adam-ppp-log-page .adam-ppp-log-table tr {
    display: table-row !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table th,
  .adam-system-scheduler-page .adam-scheduler-table td,
  .adam-ppp-log-page .adam-ppp-log-table th,
  .adam-ppp-log-page .adam-ppp-log-table td {
    border: 1px solid var(--adam-line) !important;
    display: table-cell !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    min-height: 0 !important;
    min-width: 100px !important;
    padding: 10px 12px !important;
    vertical-align: middle !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table td::before,
  .adam-system-scheduler-page .adam-scheduler-table th::before,
  .adam-ppp-log-page .adam-ppp-log-table td::before,
  .adam-ppp-log-page .adam-ppp-log-table th::before {
    content: none !important;
    display: none !important;
  }

  .adam-system-scheduler-page .adam-scheduler-table th:first-child,
  .adam-system-scheduler-page .adam-scheduler-table td:first-child,
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Action"],
  .adam-system-scheduler-page .adam-scheduler-actions-cell {
    min-width: 104px !important;
    padding: 8px 10px !important;
    text-align: center !important;
    width: 104px !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions {
    align-items: center !important;
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    grid-template-columns: none !important;
    justify-content: center !important;
    min-width: 76px !important;
    width: auto !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i,
  .adam-system-scheduler-page .adam-scheduler-actions > span {
    align-items: center !important;
    background: rgba(15, 23, 42, 0.18) !important;
    border: 1px solid var(--adam-line) !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    display: inline-flex !important;
    flex: 0 0 34px !important;
    font-size: 15px !important;
    font-style: normal !important;
    height: 34px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    min-height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 34px !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square {
    color: var(--adam-action-danger, #ef4444) !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"] {
    color: var(--adam-action-success, #10b981) !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"] {
    color: var(--adam-action-warning, #f59e0b) !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square::after,
  .adam-system-scheduler-page .adam-scheduler-actions > span::after {
    content: none !important;
    display: none !important;
  }

  .adam-system-scheduler-page .adam-scheduler-actions > span i {
    color: currentColor !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }

  .adam-export-users-page .adam-export-users-body {
    overflow: visible !important;
    padding: 0 !important;
  }

  .adam-export-users-page #export {
    border-collapse: collapse !important;
    min-width: 1200px !important;
    table-layout: auto !important;
    width: max-content !important;
  }

  .adam-export-users-page #export th,
  .adam-export-users-page #export td {
    min-width: 150px !important;
    overflow-wrap: normal !important;
    padding: 10px 12px !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    word-break: normal !important;
    writing-mode: horizontal-tb !important;
  }

  .adam-system-scheduler-page .overflow.box-bordered::after,
  .adam-ppp-log-page .adam-mobile-table-scroll::after,
  .adam-export-users-page .adam-mobile-table-scroll::after {
    color: var(--adam-muted);
    content: "Swipe table left/right";
    display: block;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 12px;
    text-align: center;
  }

  .adam-export-users-page .adam-export-users-body::after {
    display: none !important;
  }
}


/* Adam Core v2.5.7.10 EOF: Scheduler mobile action parity */
.adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square::after,
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"]::after,
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"]::after,
.adam-system-scheduler-page .adam-scheduler-actions > span::after {
  content: none !important;
  display: none !important;
}

.adam-system-scheduler-page .adam-scheduler-actions {
  align-items: center !important;
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  justify-content: center !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square,
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"],
.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"] {
  align-items: center !important;
  background: rgba(15, 23, 42, 0.16) !important;
  border: 1px solid var(--adam-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  display: inline-flex !important;
  flex: 0 0 34px !important;
  font-size: 15px !important;
  font-style: normal !important;
  height: 34px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 34px !important;
  min-width: 34px !important;
  overflow: hidden !important;
  padding: 0 !important;
  text-align: center !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
  width: 34px !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > i.fa-minus-square {
  color: var(--adam-action-danger, #ef4444) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Disable"] {
  color: var(--adam-action-success, #10b981) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span[title^="Enable"] {
  color: var(--adam-action-warning, #f59e0b) !important;
}

.adam-system-scheduler-page .adam-scheduler-actions > span i {
  color: currentColor !important;
  font-size: 15px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .adam-system-scheduler-page .adam-scheduler-table th:first-child,
  .adam-system-scheduler-page .adam-scheduler-table td:first-child,
  .adam-system-scheduler-page .adam-scheduler-table td[data-label="Action"],
  .adam-system-scheduler-page .adam-scheduler-actions-cell {
    min-width: 104px !important;
    padding: 8px 10px !important;
    text-align: center !important;
    width: 104px !important;
  }
}

/* Adam Core v2.5.7.11 EOF: Export Hotspot Users mobile table preview */
@media (max-width: 768px) {
  .adam-export-users-page .adam-export-users-body {
    overflow: visible !important;
    padding: 0 !important;
  }

  .adam-export-users-page .adam-mobile-table-scroll {
    border: 1px solid var(--adam-line) !important;
    border-radius: 12px !important;
    max-height: 72vh !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .adam-export-users-page #export,
  .adam-export-users-page #export thead,
  .adam-export-users-page #export tbody,
  .adam-export-users-page #export tr,
  .adam-export-users-page #export th,
  .adam-export-users-page #export td {
    background: inherit !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    float: none !important;
    grid-template-columns: none !important;
    margin: 0 !important;
    overflow-wrap: normal !important;
    text-align: left !important;
    white-space: nowrap !important;
    word-break: normal !important;
    writing-mode: horizontal-tb !important;
  }

  .adam-export-users-page #export {
    border-collapse: collapse !important;
    display: table !important;
    min-width: 980px !important;
    table-layout: auto !important;
    width: max-content !important;
  }

  .adam-export-users-page #export thead {
    display: table-header-group !important;
  }

  .adam-export-users-page #export tbody {
    display: table-row-group !important;
  }

  .adam-export-users-page #export tr {
    display: table-row !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .adam-export-users-page #export th,
  .adam-export-users-page #export td {
    border: 1px solid var(--adam-line) !important;
    display: table-cell !important;
    font-size: 13px !important;
    height: auto !important;
    line-height: 1.35 !important;
    min-height: 0 !important;
    padding: 10px 12px !important;
    vertical-align: middle !important;
  }

  .adam-export-users-page #export th {
    background: rgba(148, 163, 184, 0.10) !important;
    font-weight: 800 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
  }

  .adam-export-users-page #export th:first-child,
  .adam-export-users-page #export td:first-child {
    min-width: 180px !important;
  }

  .adam-export-users-page #export th:nth-child(2),
  .adam-export-users-page #export td:nth-child(2),
  .adam-export-users-page #export th:nth-child(3),
  .adam-export-users-page #export td:nth-child(3) {
    min-width: 160px !important;
  }

  .adam-export-users-page #export th:nth-child(4),
  .adam-export-users-page #export td:nth-child(4),
  .adam-export-users-page #export th:nth-child(5),
  .adam-export-users-page #export td:nth-child(5) {
    min-width: 140px !important;
  }

  .adam-export-users-page #export th:last-child,
  .adam-export-users-page #export td:last-child {
    min-width: 240px !important;
    white-space: normal !important;
  }

  .adam-export-users-page #export td::before,
  .adam-export-users-page #export th::before {
    content: none !important;
    display: none !important;
  }

  .adam-export-users-page .adam-mobile-table-scroll::after {
    color: var(--adam-muted);
    content: "Swipe table left/right";
    display: block;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 12px;
    text-align: center;
  }
}

/* Adam Core v2.5.7.21 EOF: Dashboard Hotspot and PPP mobile tile parity */
@media (max-width: 768px) {
  #reloadHome #r_2 > .card:has(.card-header .fa-wifi) .card-body > .row,
  #reloadHome #r_2 > .card:has(.card-header .fa-sitemap) .card-body > .row {
    align-items: stretch !important;
    box-sizing: border-box !important;
    display: grid !important;
    gap: 10px 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    width: calc(100% - 18px) !important;
  }

  #reloadHome #r_2 > .card:has(.card-header .fa-wifi) .card-body > .row > .col-box-6,
  #reloadHome #r_2 > .card:has(.card-header .fa-sitemap) .card-body > .row > .col-box-6 {
    float: none !important;
    max-width: none !important;
    padding: 0 !important;
    width: auto !important;
  }

  #reloadHome #r_2 > .card:has(.card-header .fa-wifi) .card-body > .row > .col-box-6 > .box,
  #reloadHome #r_2 > .card:has(.card-header .fa-sitemap) .card-body > .row > .col-box-6 > .box {
    box-sizing: border-box !important;
    height: 88px !important;
    min-height: 88px !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  #reloadHome #r_2 > .card:has(.card-header .fa-wifi) .card-body > .row > .col-box-6 > .box a,
  #reloadHome #r_2 > .card:has(.card-header .fa-sitemap) .card-body > .row > .col-box-6 > .box a {
    align-items: flex-start !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    height: 100% !important;
    justify-content: center !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 6px 11px !important;
  }

  #reloadHome #r_2 > .card:has(.card-header .fa-wifi) .box h1,
  #reloadHome #r_2 > .card:has(.card-header .fa-sitemap) .box h1 {
    display: block !important;
    line-height: 1 !important;
    margin: 0 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
  }

  #reloadHome #r_2 > .card:has(.card-header .fa-wifi) .box h1 i,
  #reloadHome #r_2 > .card:has(.card-header .fa-wifi) .box h1 span,
  #reloadHome #r_2 > .card:has(.card-header .fa-sitemap) .box h1 i,
  #reloadHome #r_2 > .card:has(.card-header .fa-sitemap) .box h1 span {
    display: inline-block !important;
    vertical-align: middle !important;
  }

  #reloadHome #r_2 > .card:has(.card-header .fa-wifi) .box h1 span,
  #reloadHome #r_2 > .card:has(.card-header .fa-sitemap) .box h1 span {
    font-size: 12.5px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  #reloadHome #r_2 > .card:has(.card-header .fa-wifi) .box h1 .fa-user-plus,
  #reloadHome #r_2 > .card:has(.card-header .fa-sitemap) .box h1 .fa-user-plus {
    font-size: 20px !important;
    line-height: 1 !important;
    margin-right: 3px !important;
  }

  #reloadHome #r_2 > .card:has(.card-header .fa-wifi) .box a > div,
  #reloadHome #r_2 > .card:has(.card-header .fa-sitemap) .box a > div {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.06 !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  #reloadHome #r_2 > .card:has(.card-header .fa-wifi) .box a > div i,
  #reloadHome #r_2 > .card:has(.card-header .fa-sitemap) .box a > div i {
    font-size: 11px !important;
    line-height: 1 !important;
    margin-right: 2px !important;
    vertical-align: baseline !important;
  }
}
