:root {
  --ck-primary: #2563eb;
  --ck-secondary: #0f172a;
  --ck-soft: #eff6ff;
  --ck-muted: #64748b;
  --ck-border: #dbe3ef;
  --ck-surface: #ffffff;
  --ck-surface-soft: #f8fbff;
  --ck-success: #16a34a;
  --ck-warning: #f59e0b;
  --ck-danger: #dc2626;
}

body,
body.skin-blue.sidebar-mini {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(15, 23, 42, 0.14), transparent 28%),
    #f4f7fb;
  color: #0f172a;
  font-family: "Poppins", sans-serif;
}

.content-wrapper {
  min-height: calc(100vh - 100px);
  background: transparent;
}

.content {
  padding: 24px;
}

.content-header {
  padding: 18px 24px 0;
}

.ck-page-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.ck-subtitle,
.ck-row-meta,
.ck-time-stack span,
.ck-company-card small {
  color: var(--ck-muted);
}

.ck-breadcrumb {
  margin-bottom: 8px;
  color: var(--ck-muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ck-alert {
  margin-bottom: 20px;
  border: 0;
  border-radius: 16px;
}

.main-header .logo,
.main-header .navbar {
  background: linear-gradient(135deg, var(--ck-secondary), var(--ck-primary)) !important;
}

.main-header .logo {
  border-bottom: 0 !important;
}

.main-sidebar,
.left-side {
  background: #0f172a;
}

.sidebar-menu > li.header {
  background: transparent;
  color: #8aa0c7;
}

.sidebar-menu > li > a {
  color: #e2e8f0;
}

.sidebar-menu > li.active > a,
.sidebar-menu > li:hover > a {
  background: rgba(255, 255, 255, 0.08);
  border-left-color: var(--ck-primary);
  color: #fff;
}

.user-panel > .info,
.user-panel > .info > a {
  color: #fff;
}

.ck-brand-lockup {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.ck-brand-logo,
.ck-brand-sidebar-logo,
.ck-login-logo {
  object-fit: cover;
}

.ck-brand-logo {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
}

.ck-brand-sidebar-logo {
  width: 64px;
  height: 64px;
  border: 3px solid rgba(255, 255, 255, 0.15);
}

.ck-login-logo {
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  border-radius: 18px;
}

.box,
.ck-company-card {
  border-top: 0;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.box .box-header {
  padding: 18px 22px;
  border-bottom: 1px solid var(--ck-border);
}

.box .box-body {
  padding: 22px;
}

.ck-section-box {
  margin-bottom: 22px;
}

.ck-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.ck-toolbar-spaced {
  margin-bottom: 24px;
}

.ck-toolbar-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ck-chip,
.ck-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ck-pill {
  background: rgba(37, 99, 235, 0.1);
  color: var(--ck-primary);
}

.ck-pill-soft {
  background: rgba(15, 23, 42, 0.06);
  color: #334155;
}

.ck-chip-ready {
  background: #dcfce7;
  color: #166534;
}

.ck-chip-not-ready {
  background: #fee2e2;
  color: #991b1b;
}

.ck-chip-generated {
  background: #dbeafe;
  color: #1d4ed8;
}

.ck-chip-printed {
  background: #fef3c7;
  color: #92400e;
}

.ck-chip-checkout {
  background: #e2e8f0;
  color: #334155;
}

.ck-login-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.35), transparent 25%),
    linear-gradient(145deg, #08111f 0%, #0f172a 45%, #132c55 100%);
}

.ck-login-card {
  border-radius: 24px;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.ck-login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px 16px;
}

.ck-login-stage {
  width: 100%;
  max-width: 470px;
}

.ck-login-alert {
  margin-bottom: 16px;
}

.ck-login-panel {
  width: 100%;
}

.ck-login-card.box {
  margin: 0;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 248, 255, 0.96));
  box-shadow:
    0 30px 80px rgba(7, 20, 49, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ck-login-card.box .box-body {
  padding: 28px 26px 26px;
}

.ck-login-mark {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.ck-login-mark-card {
  width: 100%;
  max-width: 324px;
  min-height: 146px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(37, 99, 235, 0.14);
  box-shadow:
    0 18px 40px rgba(37, 99, 235, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.ck-login-mark-logo {
  max-width: 100%;
  max-height: 86px;
  object-fit: contain;
}

.ck-login-heading {
  margin-bottom: 20px;
  text-align: center;
}

.ck-login-heading h2 {
  margin: 0 0 8px;
  color: #60748f;
  font-size: 22px;
  font-weight: 500;
}

.ck-login-heading p {
  margin: 0;
  color: #6f8198;
  font-size: 13px;
}

.ck-login-form {
  display: grid;
  gap: 16px;
}

.ck-login-field label {
  display: block;
  margin-bottom: 8px;
  color: #112d5f;
  font-size: 14px;
  font-weight: 700;
}

.ck-login-field .form-control {
  height: 44px;
  border: 1px solid #c9d7ec;
  border-radius: 11px;
  background: #fdfefe;
  box-shadow: none;
  color: #24364d;
}

.ck-login-field .form-control::placeholder {
  color: #7d8fa4;
}

.ck-password-wrap {
  position: relative;
}

.ck-password-wrap .form-control {
  padding-right: 52px;
}

.ck-password-toggle {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 46px;
  height: 42px;
  border: 0;
  border-left: 1px solid #d3def0;
  border-radius: 0 10px 10px 0;
  background: transparent;
  color: #596b84;
}

.ck-login-submit {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(90deg, #3569e6, #4aa6e6);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 16px 24px rgba(53, 105, 230, 0.28);
}

.ck-login-submit:hover,
.ck-login-submit:focus {
  color: #fff;
  background: linear-gradient(90deg, #2f60d7, #4098df);
}

.ck-login-demo {
  margin-top: 16px;
  text-align: center;
  color: #7b8ba1;
  font-size: 12px;
}

.ck-login-footer {
  margin-top: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.ck-kicker,
.ck-form-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ck-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ck-kiosk-shell {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 420px);
  gap: 22px;
  align-items: start;
}

.ck-kiosk-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 20px;
  padding: 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(135deg, var(--ck-secondary), var(--ck-primary));
  color: #fff;
  box-shadow: 0 26px 50px rgba(37, 99, 235, 0.2);
}

.ck-kiosk-copy h2 {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 700;
}

.ck-kiosk-copy p {
  max-width: 620px;
  font-size: 17px;
  opacity: 0.94;
}

.ck-kiosk-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.ck-kiosk-steps {
  display: grid;
  gap: 12px;
}

.ck-kiosk-step,
.ck-kiosk-ticket,
.ck-aside-card,
.ck-door-card,
.ck-company-card .box-body {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 20px;
  color: #0f172a;
}

.ck-kiosk-step {
  padding: 18px;
}

.ck-kiosk-step strong,
.ck-aside-card h3,
.ck-door-card strong {
  display: block;
  margin-bottom: 6px;
}

.ck-kiosk-step span,
.ck-kiosk-ticket p,
.ck-aside-list li,
.ck-empty-panel span {
  color: var(--ck-muted);
}

.ck-kiosk-ticket {
  padding: 24px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.ck-kiosk-note {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #eff6ff;
  color: #1e3a8a;
  font-size: 13px;
  font-weight: 500;
}

.ck-form-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.8fr);
  gap: 22px;
}

.ck-form-main,
.ck-form-aside {
  min-width: 0;
}

.ck-form-main {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.ck-form-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding: 28px 30px 18px;
  border-bottom: 1px solid var(--ck-border);
}

.ck-form-title {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.ck-form-copy {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--ck-muted);
}

.ck-form-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ck-wizard-form {
  padding: 26px 30px 30px;
}

.ck-stepper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.ck-step {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--ck-border);
  border-radius: 18px;
  background: var(--ck-surface-soft);
  text-align: left;
  transition: 0.2s ease;
}

.ck-step.is-active {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(15, 23, 42, 0.04));
  border-color: rgba(37, 99, 235, 0.25);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.1);
}

.ck-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #fff;
  color: var(--ck-primary);
  font-weight: 700;
}

.ck-step-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ck-step-text strong {
  color: #0f172a;
}

.ck-step-text small {
  color: var(--ck-muted);
  font-size: 11px;
}

.ck-pane-head {
  margin-bottom: 20px;
}

.ck-pane-head h3 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 700;
}

.ck-pane-head p {
  margin: 0;
  color: var(--ck-muted);
}

.ck-field label,
.ck-kiosk-ticket label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

.ck-field .form-control,
.ck-kiosk-ticket .form-control {
  height: 48px;
  border: 1px solid var(--ck-border);
  border-radius: 14px;
  box-shadow: none;
}

.ck-load-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.ck-load-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--ck-border);
  border-radius: 22px;
  background: #fff;
  transition: 0.2s ease;
  cursor: pointer;
}

.ck-load-card.is-static {
  cursor: default;
}

.ck-load-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.ck-load-card input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.ck-load-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(15, 23, 42, 0.06));
}

.ck-load-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ck-load-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ck-primary);
  font-size: 26px;
}

.ck-load-label {
  font-weight: 700;
  color: #0f172a;
}

.ck-load-card input:checked ~ .ck-load-label,
.ck-load-card input:checked + .ck-load-visual {
  outline: none;
}

.ck-load-card input:checked ~ .ck-load-label::before {
  content: "Seleccionado";
  display: block;
  margin-bottom: 4px;
  color: var(--ck-primary);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ck-load-card input:checked + .ck-load-visual,
.ck-load-card input:checked ~ .ck-load-label {
  filter: saturate(1.05);
}

.ck-load-card.is-selected {
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.16);
}

.ck-capture-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--ck-border);
  border-radius: 22px;
  background: #fff;
}

.ck-capture-head strong,
.ck-capture-head small,
.ck-capture-foot,
.ck-current-link {
  display: block;
}

.ck-capture-head small,
.ck-capture-foot,
.ck-current-link a {
  color: var(--ck-muted);
}

.ck-capture-frame {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 180px;
  padding: 18px;
  border: 2px dashed rgba(37, 99, 235, 0.3);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.08), rgba(15, 23, 42, 0.03));
  color: var(--ck-primary);
  text-align: center;
}

.ck-capture-frame.is-license::after {
  content: "";
  width: 82%;
  height: 52%;
  border: 2px solid rgba(15, 23, 42, 0.15);
  border-radius: 14px;
}

.ck-capture-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.ck-empty-panel {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px;
  border: 1px dashed var(--ck-border);
  border-radius: 20px;
  background: #fff;
}

.ck-wizard-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.ck-wizard-actions {
  display: flex;
  gap: 10px;
}

.ck-form-aside {
  display: grid;
  gap: 16px;
}

.ck-aside-card {
  padding: 20px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

.ck-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.ck-summary-list li,
.ck-summary-list.compact div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ck-border);
}

.ck-summary-list li:last-child,
.ck-summary-list.compact div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ck-summary-list span,
.ck-summary-list.compact span {
  color: var(--ck-muted);
  font-size: 13px;
}

.ck-summary-list strong,
.ck-summary-list.compact strong {
  color: #0f172a;
  font-size: 13px;
  text-align: right;
}

.ck-aside-list {
  margin: 0;
  padding-left: 18px;
}

.ck-aside-list li + li {
  margin-top: 8px;
}

.ck-saving-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, 0.38);
  backdrop-filter: blur(6px);
  z-index: 9999;
}

.ck-saving-card {
  min-width: 260px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
  text-align: center;
}

.ck-saving-card strong,
.ck-saving-card small {
  display: block;
}

.ck-saving-card strong {
  margin-bottom: 6px;
}

.ck-saving-card small {
  color: var(--ck-muted);
}

.ck-saving-spinner {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border: 4px solid rgba(37, 99, 235, 0.18);
  border-top-color: var(--ck-primary);
  border-radius: 50%;
  animation: ck-spin 0.8s linear infinite;
}

.small-box.ck-stat-card {
  border-radius: 22px;
  overflow: hidden;
}

.small-box.ck-stat-card .inner {
  padding-top: 16px;
}

.ck-admin-table td {
  vertical-align: top !important;
}

.ck-row-actions {
  min-width: 370px;
}

.ck-time-stack {
  display: grid;
  gap: 4px;
  min-width: 170px;
}

.ck-comments-preview {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--ck-border);
  color: var(--ck-muted);
  font-size: 12px;
}

.ck-inline-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

.ck-door-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.ck-door-card {
  padding: 18px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.ck-door-card.is-busy {
  border-color: rgba(245, 158, 11, 0.35);
}

.ck-door-card.is-free {
  border-color: rgba(34, 197, 94, 0.35);
}

.ck-door-meta {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  color: var(--ck-muted);
  font-size: 13px;
}

.ck-company-card .box-body,
.ck-company-card .box-body * {
  position: relative;
}

.ck-company-stats .box {
  margin-bottom: 20px;
}

.ck-metric-card {
  position: relative;
  min-height: 174px;
  color: #fff;
}

.ck-metric-card .box-body {
  padding: 24px;
}

.ck-metric-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.26), transparent 34%);
  pointer-events: none;
}

.ck-metric-card-primary {
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
}

.ck-metric-card-success {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.ck-metric-card-accent {
  background: linear-gradient(135deg, #7c3aed, #2563eb);
}

.ck-metric-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.ck-metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 20px;
}

.ck-metric-card strong,
.ck-metric-card span {
  display: block;
}

.ck-metric-card strong {
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.ck-metric-card span {
  color: rgba(255, 255, 255, 0.84);
}

.ck-directory-box {
  background: rgba(255, 255, 255, 0.94);
}

.ck-directory-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ck-directory-head .box-title {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

.ck-companies-table td {
  vertical-align: middle !important;
}

.ck-company-row {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 250px;
}

.ck-company-row-logo {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.ck-company-row-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ck-company-row-copy,
.ck-contact-stack {
  display: grid;
  gap: 4px;
}

.ck-company-row-copy strong,
.ck-contact-stack strong {
  color: #0f172a;
}

.ck-company-row-copy span,
.ck-contact-stack span,
.ck-branding-stack .ck-row-meta {
  color: var(--ck-muted);
  font-size: 13px;
}

.ck-branding-stack {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 150px;
}

.ck-color-swatch {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--swatch);
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.ck-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--ck-primary);
  font-weight: 700;
}

.ck-action-cluster {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.ck-company-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.ck-company-logo {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.ck-company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.table > thead > tr > th {
  border-bottom: 1px solid var(--ck-border);
  color: #475569;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.table > tbody > tr > td {
  padding: 14px 10px;
  border-top-color: #edf2f7;
}

.btn {
  border-radius: 14px;
}

.btn-lg {
  border-radius: 16px;
}

.form-control,
.input-group-sm > .form-control,
.input-group-sm > .input-group-btn > .btn {
  border-radius: 12px;
}

.hide {
  display: none !important;
}

@keyframes ck-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1200px) {
  .ck-form-shell,
  .ck-kiosk-shell,
  .ck-kiosk-hero {
    grid-template-columns: 1fr;
  }

  .ck-form-badges {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .content,
  .content-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ck-toolbar,
  .ck-form-header,
  .ck-wizard-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .ck-page-title,
  .ck-kiosk-copy h2,
  .ck-form-title {
    font-size: 28px;
  }

  .ck-wizard-form,
  .ck-form-header,
  .ck-kiosk-hero,
  .ck-kiosk-ticket,
  .box .box-body,
  .box .box-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ck-row-actions {
    min-width: 300px;
  }

  .ck-login-stage {
    max-width: 100%;
  }

  .ck-login-card.box .box-body {
    padding: 22px 18px 20px;
  }

  .ck-login-mark-card {
    min-height: 120px;
  }

  .ck-directory-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ck-company-row,
  .ck-branding-stack,
  .ck-action-cluster {
    min-width: 0;
  }
}
