﻿
:root {
  --ks-content-bg: #f5f6fa;
}

html[data-bs-theme="light"] body {
  background: var(--ks-content-bg);
  color: #32393f;
}

.keysystems-link-button {
  border: 0;
  background: transparent;
  color: inherit;
}

.keysystems-brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #0d6efd;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.keysystems-auth-logo {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #0d6efd;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}

.keysystems-empty-state {
  min-height: 96px;
  display: grid;
  place-items: center;
  color: #6c757d;
}

.keysystems-qr-image {
  width: 220px;
  height: 220px;
  object-fit: contain;
}

.keysystems-code {
  display: block;
  padding: 0.75rem;
  border-radius: 0.75rem;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  overflow-wrap: anywhere;
}

.sidebar-wrapper .sidebar-header .logo-name h5 {
  letter-spacing: 0;
}

.top-header .dropdown-user .dropdown-item button {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.main-content .card {
  border-radius: 1rem;
}

.main-content .table td,
.main-content .table th {
  vertical-align: middle;
}
