.s-site-logo-img {
  content: url(./cekicipro-icon.png);
}

.s-sidebar-header-logo.s-site-logo-img,
.s-form-title-logo.s-site-logo-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 8px;
}

.s-sidebar-header-title {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.s-sidebar-header-branding .s-sidebar-header-title::after {
  content: none;
}

:root {
  --bs-primary: #e56b00;
  --bs-primary-rgb: 229, 107, 0;
  --s-sidebar-active-bg: rgba(229, 107, 0, 0.18);
}

.s-TranslationGrid input.custom-text {
  width: 100%;
  height: 23px;
  padding: 0 3px;
}

.s-PermissionCheckEditor {
  min-height: 450px;
}

.cekici-job-file {
  display: flex;
  align-items: center;
  min-height: 72px;
}

.cekici-job-file-thumb {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  cursor: zoom-in;
  background: #f4f4f4;
}

.cekici-job-file-empty {
  font-size: 0.85rem;
}

.cekici-job-file-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  background: rgba(0, 0, 0, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  cursor: zoom-out;
}

.cekici-job-file-overlay img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
