:root {
  --dl-butter-yellow: #fff1b5;
  --dl-pastel-blue: #c1dbe8;
  --dl-old-brown: #43302e;
  --dl-seashell: #f1f1f1;
  --dl-white: #ffffff;
  --dl-muted: #7c716e;
  --dl-border: rgba(67, 48, 46, 0.16);
  --dl-shadow: 0 24px 70px rgba(67, 48, 46, 0.16);
  --dl-radius: 8px;
  --dl-font: "Aeonik", "Inter", "Segoe UI", Arial, sans-serif;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--dl-old-brown);
  font-family: var(--dl-font);
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 241, 181, 0.75), transparent 28%),
    linear-gradient(145deg, var(--dl-seashell) 0%, var(--dl-pastel-blue) 100%) !important;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.72), transparent 48%),
    repeating-linear-gradient(90deg, rgba(67, 48, 46, 0.035) 0 1px, transparent 1px 92px);
}

.dlight-admin-lockup {
  position: relative;
  z-index: 1;
  width: min(360px, calc(100vw - 40px));
  margin: 38px auto 24px;
  text-align: center;
}

.dlight-admin-logo {
  display: block;
  width: min(240px, 72vw);
  height: auto;
  margin: 0 auto;
}

.dlight-admin-tagline {
  margin: 12px 0 0;
  color: var(--dl-muted);
  font-size: 14px;
  letter-spacing: 0;
}

.login-page {
  width: min(390px, calc(100vw - 32px)) !important;
  padding: 0 !important;
}

.form {
  max-width: none !important;
  margin: 0 auto 48px !important;
  padding: 28px !important;
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius);
  box-shadow: var(--dl-shadow) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(12px);
}

.form input {
  min-height: 48px;
  border: 1px solid var(--dl-border) !important;
  border-radius: var(--dl-radius);
  color: var(--dl-old-brown);
  background: var(--dl-seashell) !important;
  font-family: var(--dl-font) !important;
}

.dlight-admin-login-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  text-align: left;
}

.dlight-admin-login-heading p,
.dlight-admin-login-heading h1 {
  margin: 0;
}

.dlight-admin-login-heading p {
  color: var(--dl-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dlight-admin-login-heading h1 {
  color: var(--dl-old-brown);
  font-size: 24px;
  line-height: 1.12;
}

.dlight-admin-shortcuts-empty {
  display: block;
  padding: 18px;
  color: var(--dl-muted);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius);
}

.form input:focus {
  border-color: var(--dl-old-brown) !important;
  box-shadow: 0 0 0 3px rgba(193, 219, 232, 0.8);
}

.form button {
  min-height: 50px;
  border-radius: var(--dl-radius);
  color: var(--dl-white) !important;
  background: var(--dl-old-brown) !important;
  font-family: var(--dl-font) !important;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none !important;
}

.form button:hover,
.form button:active,
.form button:focus {
  background: #2f211f !important;
}

.dlight-admin-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.dlight-admin-submit:disabled {
  opacity: 0.82;
  cursor: wait;
}

.dlight-admin-submit-loader,
.dlight-admin-loading-mark {
  display: none;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-top-color: #fff;
  border-radius: 50%;
  animation: dlightAdminSpin 0.78s linear infinite;
}

.dlight-admin-submit.is-loading .dlight-admin-submit-loader {
  display: inline-block;
}

.dlight-admin-loading {
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 14px;
  color: var(--dl-muted);
  font-size: 13px;
  font-weight: 700;
}

.dlight-admin-loading-mark {
  display: inline-block;
  border-color: rgba(67, 48, 46, 0.2);
  border-top-color: var(--dl-old-brown);
}

@keyframes dlightAdminSpin {
  to {
    transform: rotate(360deg);
  }
}

#loading img {
  width: 92px !important;
}

body > .container {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1480px);
  margin: 0 auto;
}

.gn-menu-main {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--dl-border);
  box-shadow: 0 8px 28px rgba(67, 48, 46, 0.08);
}

.gn-menu-main a {
  color: var(--dl-old-brown);
}

.gn-menu-main .gn-icon-menu {
  background: var(--dl-old-brown);
  color: var(--dl-white);
}

.gn-menu-wrapper {
  background: rgba(255, 255, 255, 0.98) !important;
  border-right: 1px solid var(--dl-border);
  box-shadow: 18px 0 40px rgba(67, 48, 46, 0.1);
}

.gn-scroller {
  background: transparent !important;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
  box-shadow: none !important;
}

.gn-menu li a {
  min-height: 48px;
  color: var(--dl-old-brown) !important;
  border-bottom: 1px solid rgba(67, 48, 46, 0.08);
  font-family: var(--dl-font);
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0;
  text-transform: none;
}

.gn-menu li a:hover,
.gn-menu li a:focus {
  color: var(--dl-old-brown) !important;
  background: rgba(193, 219, 232, 0.42) !important;
}

.gn-search-item {
  border-bottom: 1px solid var(--dl-border);
}

.gn-search {
  color: var(--dl-old-brown) !important;
  background: var(--dl-seashell) !important;
  border: 1px solid var(--dl-border) !important;
  border-radius: var(--dl-radius) !important;
}

.container header {
  margin: 34px 0 20px;
  padding: 24px;
  background: var(--dl-white) !important;
  border: 1px solid var(--dl-border) !important;
  border-radius: var(--dl-radius) !important;
  box-shadow: var(--dl-shadow) !important;
}

.container header h1 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: var(--dl-old-brown);
  font-size: 28px;
  line-height: 1.15;
}

.container header h1 img {
  width: auto !important;
  max-width: 180px;
  height: auto !important;
  max-height: 74px;
  object-fit: contain;
}

.dlight-admin-page-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dlight-admin-page-title {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.dlight-admin-page-title h1 {
  display: block;
  font-size: 30px;
}

.dlight-admin-page-logo {
  width: min(190px, 34vw) !important;
  max-height: 78px !important;
  object-fit: contain;
}

.dlight-admin-eyebrow,
.dlight-admin-subtitle {
  margin: 0;
}

.dlight-admin-eyebrow {
  color: var(--dl-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dlight-admin-subtitle {
  max-width: 760px;
  margin-top: 8px;
  color: var(--dl-muted);
  font-size: 14px;
  line-height: 1.5;
}

.dlight-admin-active-count {
  flex: 0 0 auto;
  padding: 12px 16px;
  color: var(--dl-old-brown);
  background: var(--dl-butter-yellow);
  border: 1px solid rgba(67, 48, 46, 0.12);
  border-radius: var(--dl-radius);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.dlight-admin-shortcuts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.dlight-admin-shortcuts a {
  display: grid;
  gap: 5px;
  min-height: 74px;
  padding: 14px;
  color: var(--dl-old-brown);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius);
  box-shadow: 0 14px 38px rgba(67, 48, 46, 0.08);
  text-decoration: none;
}

.dlight-admin-shortcuts a:hover,
.dlight-admin-shortcuts a:focus {
  background: var(--dl-white);
  border-color: rgba(67, 48, 46, 0.32);
  transform: translateY(-1px);
}

.dlight-admin-shortcuts span {
  color: var(--dl-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dlight-admin-shortcuts strong {
  font-size: 14px;
  line-height: 1.25;
}

.responstable img[src*="logo.png"],
h2 img[src*="logo.png"] {
  width: min(180px, 42vw) !important;
  height: auto !important;
  max-height: 74px;
  object-fit: contain;
  vertical-align: middle;
}

.center {
  width: 100% !important;
  max-width: none;
  margin: 0 auto 32px !important;
  padding: 18px !important;
  background: var(--dl-white);
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius);
  box-shadow: var(--dl-shadow);
}

.dlight-action-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--dl-border);
}

.dlight-action-link {
  display: inline-flex;
  text-decoration: none;
}

.dlight-filter-group,
.dlight-month-search {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.dlight-filter-group {
  padding: 4px;
  background: var(--dl-seashell);
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius);
}

.dlight-filter-group input[type="button"] {
  min-width: 40px;
  margin: 0;
  padding: 0 11px;
  background: var(--dl-white) !important;
  color: var(--dl-old-brown) !important;
  border-color: transparent !important;
  box-shadow: 0 4px 14px rgba(67, 48, 46, 0.06);
}

.dlight-month-search {
  margin-left: auto;
}

.dlight-month-search span,
.dlight-month-search label {
  color: var(--dl-muted);
  font-size: 13px;
  font-weight: 800;
}

.dlight-month-search input[type="text"] {
  width: 120px;
}

input[type="button"],
button,
.dt-button {
  min-height: 38px;
  margin: 3px;
  padding: 0 14px;
  color: var(--dl-white) !important;
  background: var(--dl-old-brown) !important;
  border: 1px solid var(--dl-old-brown) !important;
  border-radius: var(--dl-radius) !important;
  font-family: var(--dl-font);
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
}

input[type="text"],
input[type="search"],
select {
  min-height: 38px;
  padding: 0 10px;
  color: var(--dl-old-brown);
  background: var(--dl-seashell);
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius);
  font-family: var(--dl-font);
}

.dataTables_wrapper {
  color: var(--dl-old-brown);
}

.dataTables_filter,
.dataTables_length,
.dt-buttons {
  margin: 0 0 12px;
}

table.dataTable,
#example {
  width: 100% !important;
  overflow: hidden;
  background: var(--dl-white);
  border: 1px solid var(--dl-border);
  border-radius: var(--dl-radius);
  border-collapse: separate !important;
  border-spacing: 0;
}

table.dataTable thead th,
#example thead th {
  padding: 12px 10px;
  color: var(--dl-old-brown);
  background: var(--dl-butter-yellow);
  border-bottom: 1px solid var(--dl-border) !important;
  font-size: 12px;
  line-height: 1.25;
}

table.dataTable tbody td,
#example tbody td {
  padding: 10px;
  border-bottom: 1px solid rgba(67, 48, 46, 0.08);
  font-size: 12px;
  line-height: 1.35;
  vertical-align: top;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
#example tbody tr:nth-child(odd) {
  background: rgba(241, 241, 241, 0.72);
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover,
#example tbody tr:hover {
  background: rgba(193, 219, 232, 0.34);
}

.dataTables_info,
.dataTables_paginate {
  margin-top: 12px;
  color: var(--dl-muted) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: var(--dl-radius) !important;
}

@media (max-width: 900px) {
  body > .container {
    width: min(100% - 20px, 1480px);
  }

  header h1 {
    align-items: flex-start;
    flex-direction: column;
    font-size: 23px;
  }

  .dlight-admin-page-hero,
  .dlight-admin-page-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .dlight-admin-active-count {
    white-space: normal;
  }

  .dlight-month-search {
    margin-left: 0;
  }

  .center {
    overflow-x: auto;
  }
}

.form-style-1,
#contact {
  color: var(--dl-old-brown) !important;
  background: var(--dl-white) !important;
  border: 1px solid var(--dl-border) !important;
  border-radius: var(--dl-radius) !important;
  box-shadow: var(--dl-shadow) !important;
  font-family: var(--dl-font) !important;
}

.form-style-1 {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 12px;
  width: min(100%, 1180px);
  margin: 0 auto 18px !important;
  padding: 18px !important;
}

.form-style-1 li {
  margin: 0 !important;
}

.form-style-1 label,
#contact label,
#contact legend {
  color: var(--dl-old-brown) !important;
  font-weight: 700 !important;
}

.form-style-1 input,
.form-style-1 select,
#contact input,
#contact select,
#contact textarea {
  min-height: 40px !important;
  color: var(--dl-old-brown) !important;
  background: var(--dl-seashell) !important;
  border: 1px solid var(--dl-border) !important;
  border-radius: var(--dl-radius) !important;
  font-family: var(--dl-font) !important;
}

.form-style-1 input:focus,
.form-style-1 select:focus,
#contact input:focus,
#contact select:focus,
#contact textarea:focus {
  border-color: var(--dl-pastel-blue) !important;
  box-shadow: 0 0 0 3px rgba(193, 219, 232, 0.65) !important;
}

.form-style-1 input[type="submit"],
.form-style-1 input[type="button"],
#contact button,
#contact input[type="button"],
#contact input[type="submit"] {
  min-height: 40px !important;
  color: var(--dl-white) !important;
  background: var(--dl-old-brown) !important;
  border-color: var(--dl-old-brown) !important;
  border-radius: var(--dl-radius) !important;
  font-weight: 700 !important;
}

#contact {
  width: min(100% - 28px, 920px) !important;
  margin: 22px auto !important;
  padding: 22px !important;
}

#contact h3 {
  color: var(--dl-old-brown) !important;
  font-size: 28px !important;
  line-height: 1.15;
}

#contact h4 {
  color: var(--dl-muted) !important;
}

#contact fieldset {
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
}

#contact input[type="checkbox"] {
  min-height: auto !important;
  width: 18px;
  height: 18px;
  accent-color: var(--dl-old-brown);
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  margin-left: 8px;
}

@media (max-width: 1050px) {
  .form-style-1 {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }
}

@media (max-width: 640px) {
  .form-style-1 {
    grid-template-columns: 1fr;
  }

  #contact {
    width: min(100% - 16px, 920px) !important;
    padding: 16px !important;
  }
}

/* Batch 144: Modern user-management dashboard */
.dlight-user-kpis {
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  gap: 14px;
  width: min(100% - 40px, 1480px);
  margin: -22px auto 22px;
  position: relative;
  z-index: 2;
}

.dlight-user-kpi {
  min-height: 116px;
  padding: 18px;
  color: var(--dl-old-brown);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(249, 238, 211, 0.82));
  border: 1px solid rgba(67, 48, 46, 0.12);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(67, 48, 46, 0.12);
}

.dlight-user-kpi span,
.dlight-user-kpi small {
  display: block;
  color: var(--dl-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.dlight-user-kpi strong {
  display: block;
  margin: 8px 0 6px;
  font-size: 32px;
  line-height: 1;
}

.dlight-user-kpi.kpi-active {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(213, 234, 208, 0.82));
}

.dlight-user-kpi.kpi-attention {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 224, 199, 0.86));
}

.dlight-user-kpi.kpi-expiring {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(193, 219, 232, 0.86));
}

.dlight-user-workspace {
  display: block;
  width: 100%;
  padding: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(67, 48, 46, 0.12);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(67, 48, 46, 0.14);
}

.dlight-user-workspace-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(67, 48, 46, 0.1);
}

.dlight-user-workspace-heading h2 {
  margin: 0;
  color: var(--dl-old-brown);
  font-size: 28px;
  line-height: 1.1;
}

.dlight-user-workspace-heading span {
  color: var(--dl-muted);
  font-size: 13px;
  font-weight: 800;
}

.dlight-user-status-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.dlight-user-status-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 11px;
  color: var(--dl-old-brown);
  background: var(--dl-seashell);
  border: 1px solid rgba(67, 48, 46, 0.12);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.dlight-user-status-legend i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.legend-complete { background: var(--dl-pastel-blue); }
.legend-attention { background: #f4b183; }
.legend-off { background: var(--dl-butter-yellow); }
.legend-sponsor { background: var(--dl-old-brown); }

.dlight-user-workspace .dlight-action-bar {
  margin: 0 0 16px;
  background: linear-gradient(135deg, rgba(249, 238, 211, 0.96), rgba(193, 219, 232, 0.34));
  border-radius: 18px;
  box-shadow: none;
}

#example tbody tr.user-row-complete td {
  background-color: rgba(193, 219, 232, 0.44) !important;
}

#example tbody tr.user-row-attention td {
  background-color: rgba(244, 177, 131, 0.42) !important;
}

#example tbody tr.user-row-off td {
  background-color: rgba(249, 238, 211, 0.76) !important;
}

#example tbody tr.user-row-sponsor td {
  color: var(--dl-white) !important;
  background-color: rgba(67, 48, 46, 0.86) !important;
}

#example tbody tr.user-row-sponsor a {
  color: var(--dl-butter-yellow) !important;
}

#example tbody tr.user-row-expiring td:first-child {
  box-shadow: inset 5px 0 0 var(--dl-pastel-blue);
}

#example tbody td a {
  font-weight: 800;
}

#example tbody td img {
  width: 30px !important;
  height: 30px !important;
  object-fit: contain;
  padding: 5px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(67, 48, 46, 0.1);
  border-radius: 10px;
}

.dlight-table-icon-link,
.dlight-table-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(67, 48, 46, 0.1);
  border-radius: 12px;
  cursor: pointer;
}

.dlight-table-icon-button {
  padding: 0;
}

.dlight-table-icon-link:hover,
.dlight-table-icon-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(67, 48, 46, 0.12);
}

.dlight-table-icon-link img,
.dlight-table-icon-button img {
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

#example tbody td select {
  width: 100%;
  min-width: 104px;
}

.dlight-action-dialog {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(67, 48, 46, 0.34);
  backdrop-filter: blur(10px);
}

.dlight-action-dialog.is-open {
  display: flex;
}

.dlight-action-dialog-card {
  width: min(420px, 100%);
  padding: 26px;
  color: var(--dl-old-brown);
  background: linear-gradient(145deg, rgba(255, 252, 244, 0.98), rgba(249, 238, 211, 0.96));
  border: 1px solid rgba(67, 48, 46, 0.12);
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(67, 48, 46, 0.24);
}

.dlight-action-dialog-card h3 {
  margin: 4px 0 10px;
  color: var(--dl-old-brown);
  font-size: 30px;
  line-height: 1.1;
}

.dlight-action-dialog-card p {
  margin: 0;
  color: var(--dl-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.dlight-action-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
}

.dlight-secondary-action,
.dlight-danger-action {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.dlight-secondary-action {
  color: var(--dl-old-brown);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(67, 48, 46, 0.16);
}

.dlight-danger-action {
  color: var(--dl-white);
  background: var(--dl-old-brown);
  border: 1px solid rgba(67, 48, 46, 0.2);
}

.dlight-action-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100000;
  max-width: min(380px, calc(100vw - 32px));
  padding: 14px 16px;
  color: var(--dl-old-brown);
  background: rgba(255, 252, 244, 0.96);
  border: 1px solid rgba(67, 48, 46, 0.12);
  border-radius: 16px;
  box-shadow: 0 20px 46px rgba(67, 48, 46, 0.18);
  font-size: 13px;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.dlight-action-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dlight-action-toast.is-success {
  border-color: rgba(104, 143, 82, 0.34);
  box-shadow: 0 20px 46px rgba(104, 143, 82, 0.18);
}

.dlight-action-toast.is-error {
  border-color: rgba(147, 67, 58, 0.34);
  box-shadow: 0 20px 46px rgba(147, 67, 58, 0.18);
}

.dlight-action-toast.is-info {
  border-color: rgba(193, 219, 232, 0.8);
}

body.dlight-action-busy {
  cursor: progress;
}

body.dlight-action-busy .dlight-delete-user,
body.dlight-action-busy .dlight-gender-select {
  opacity: 0.68;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .dlight-user-kpis {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}

@media (max-width: 760px) {
  .dlight-user-kpis {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    width: min(100% - 20px, 1480px);
    margin-top: 12px;
  }

  .dlight-user-workspace {
    padding: 14px;
    border-radius: 18px;
  }

  .dlight-user-workspace-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .dlight-user-status-legend {
    justify-content: flex-start;
  }
}
