/* aCloak custom patch over WowDash */
:root {
  --acloak-accent: #5a6acf;
}
body { min-height: 100vh; }
.auth .card { border-radius: 16px; }
.ac-auth-hero {
  background: linear-gradient(160deg, rgba(91,106,207,.15), rgba(91,106,207,.03));
  border: 1px solid rgba(91,106,207,.18);
  max-width: 520px;
}
.ac-disabled-link { opacity: .6; cursor: not-allowed; }
.ac-breadcrumb { list-style: none; padding-left: 0; }
.active-page {
  background: rgba(91,106,207,.12) !important;
  color: #5a6acf !important;
  border-radius: 12px;
}
.sidebar-menu li.open > a.active-page .menu-icon,
.sidebar-menu li > a.active-page .menu-icon { color: #5a6acf !important; }
.card .table > :not(caption) > * > * { vertical-align: middle; }
.table.bordered-table td small,
.table.bordered-table th small { line-height: 1.2; }
.ac-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: #f4f5fb;
  color: #4d566b;
}
.ac-chip--green { background: #e9f9f1; color: #15925f; }
.ac-chip--red { background: #fff0f0; color: #d13d3d; }
.ac-chip--blue { background: #eef2ff; color: #5564d4; }
.ac-chip--yellow { background: #fff8e8; color: #c58b16; }
.ac-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  word-break: break-all;
  background: #f6f7fb;
  border: 1px dashed #dbe0ef;
  border-radius: 10px;
  padding: 6px 10px;
  display: inline-block;
}
.ac-kv {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}
.ac-kv + .ac-kv { margin-top: 8px; }
.ac-section-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #46506a;
}
.ac-list-scroll { max-height: 220px; overflow: auto; }
.ac-textarea-mono { font-family: ui-monospace, monospace; font-size: 13px; }
.ac-source-item {
  border: 1px solid #eef0f6;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
}
.ac-source-item.disabled { opacity: .6; background: #fafbff; }
.ac-stat-card .icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ac-stat-card .value { font-size: 28px; font-weight: 700; line-height: 1; }
.ac-page-actions .btn { white-space: nowrap; }
.alert { border-radius: 10px; }
textarea.form-control { min-height: 120px; }
.form-check-input:checked { background-color: #5a6acf; border-color: #5a6acf; }
@media (max-width: 991.98px) {
  .dashboard-main-body { padding: 20px 16px 80px; }
}
