#wpbody-content {
  font-family: 'Montserrat', sans-serif;
}

.zcj-content .zcj-item strong {
  width: 170px;
  display: inline-block;
}

.zcj-content input#zcj-new-evidence {
  width: 454px;
}

input.zcj-new-dynamic-item-new {
  height: 30px !important;
}

.zcj-email-preferences {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.entry-content .wp-block-columns h1,
	.entry-content .wp-block-columns h2,
	.entry-content .wp-block-columns h3,
	.entry-content .wp-block-columns h4,
	.entry-content .wp-block-columns h5,
	.entry-content .wp-block-columns h6 {
		margin: -0.5rem 0 2rem !important;
	}

.zcj-email-preferences h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111827;
}

.zcj-email-preferences label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
    font-size: 14px;
    color: #374151;
}

.zcj-email-preferences label:hover {
    background: #f9fafb;
}

.zcj-email-preferences input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #2563eb; 
    cursor: pointer;
}

.zcj-email-preferences label + label {
    margin-top: 8px;
}

.zcj-email-preferences input[type="checkbox"]:checked + span,
.zcj-email-preferences input[type="checkbox"]:checked {
    font-weight: 500;
}

#zcj-action-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  display: none;
}

input.zcj-admin-translation-doc {
  margin-left: -8.5rem;
}

.zcj-admin-progress-container {
  position: relative;
  margin: 16px 0 24px;
}

.zcj-admin-progress-wrap {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}

.zcj-admin-progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #22c55e, #16a34a);
  transition: width 0.6s ease;
}

.zcj-admin-progress-badge {
  position: absolute;
  top: -26px;
  transform: translateX(-50%);
  background: #111827;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 999px;
  white-space: nowrap;
}

.zcj-admin-progress-meta {
  margin-top: 14px;
  font-size: 12px;
  color: #6b7280;
  text-align: center;
}

.zcj-admin-progress-badge {
  position: absolute;
  top: 11%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 9px;
  border-radius: 50%;
  background: #cf2d53;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
  transition: left 0.6s ease;
}

.field-row {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 14px;
}

.zcj-field-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.zcj-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.zcj-label-text {
  font-weight: 600;
  font-size: 15px;
}

.zcj-required-text {
  color: #d63638;
  font-weight: bold;
}

.zcj-approved {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.upload-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.small-note {
  font-size: 12px;
  color: #777;
}

.zcj-error {
  margin-top: 20px;
  padding: 15px;
  background: var(--success);
  border: 1px solid #c3e6cb;
  color: #155724;
  border-radius: 6px;
  font-size: 13px;
}

span.zcj-approved svg {
  display: block;
}

button.button.zcj-remove-dynamic-item {
  display: inline-block;
  text-decoration: none;
  font-size: 10px;
  line-height: 1.153846;
  min-height: 17px;
  margin: 0;
  padding: 0 5px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.action-btns {
  display: flex;
  gap: 10px;
  align-items: center;
}

.zcj-selected-preview {
  margin-top: 10px;
  display: block !important;
}

.zcj-selected-preview ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zcj-selected-preview li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 6px;
  background: #fff;
  margin-left: 0;
}

.zcj-selected-preview .zcj-file-name {
  font-size: 13px;
  color: #333;
  word-break: break-word;
}

.zcj-remove-selected-file {
  border: none;
  background: #d02653;
  color: #fff;
  width: 22px;
  margin-top: 0px !important;
  height: 22px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 11px;
  line-height: 22px;
  padding: 0;
  text-decoration: none !important;
}

#zcj-action-popup .zcj-popup-inner {
  background: #fff;
  max-width: 950px;
  width: 95%;
  margin: 40px auto;
  padding: 20px;
  border-radius: 10px;
  max-height: 85vh;
  overflow-y: auto;
}

#zcj-action-popup .zcj-popup-close {
  position: sticky;
  top: 0;
  float: right;
  z-index: 10;
}

.zcj-admin-info-box {
  background: #fff;
  border: 1px solid #e7e9f1;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 4px 18px rgba(16, 24, 40, 0.06);
}

.zcj-admin-visual {
  margin-bottom: 14px;
}

.zcj-progress-container {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.progress-wrap {
  position: relative;
  width: 100%;
  height: 12px;
  background: #e5e7eb;
  border-radius: 50px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: #cf2d53;
  border-radius: 50px;
  transition: width 0.6s ease;
}

.zcj-progress-badge {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #cf2d53;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: left 0.6s ease;
}

button.swal2-confirm.swal2-styled:hover {
  background: #cf2d53 !important;
}

button.swal2-confirm.swal2-styled {
  background: #cf2d53 !important;
  border-width: 1px;
}

button.swal2-cancel.swal2-styled {
  background: #ffff !important;
  color: #cf2d53;
  border-color: #cf2d53 !important;
  color: #cf2d53 !important;
  border-style: solid;
  border-width: 1px;
}

button.swal2-cancel.swal2-styled {
  background: #ffff !important;
  color: #cf2d53;
  border-color: #cf2d53 !important;
  color: #cf2d53 !important;
  border-style: solid;
  border-width: 1px;
}

.zcj-admin-visual img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid #eef0f6;
}

.zcj-admin-video {
  margin-bottom: 14px;
}

.zcj-admin-video a {
  display: inline-block;
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  background: #eef4ff;
  border: 1px solid #dbeafe;
  color: #1d4ed8;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  word-break: break-word;
  transition: 0.2s ease;
}

.zcj-admin-video a:hover {
  background: #dbeafe;
  border-color: #93c5fd;
}

.zcj-admin-instructions,
.zcj-admin-comment {
  background: #f9fafb;
  border: 1px solid #eef0f6;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.zcj-admin-instructions strong,
.zcj-admin-comment strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 800;
  color: #111827;
}

.zcj-admin-instructions div,
.zcj-admin-comment div {
  color: #374151;
  font-weight: 500;
}

.swal2-container.swal2-top-end.swal2-backdrop-show {
  margin-top: 40px !important;
}

.zcj-content #zcj-add-evidence {
  width: 69px;
  background-color: #cd2653;
  border-color: #cd2653;
}

.zcj-content .zcj-remove-item {
  background-color: #cd2653;
  border-color: #cd2653;
  color: #fff;
}

.zcj-remove-evidence {
  background-color: transparent !important;
  border-color: #cd2653 !important;
  color: #cd2653 !important;
}

.zcj-content .zcj-item {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.zcj-progress {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.zcj-gf-entry-view {
  background: #fff;
  border: 1px solid #ccd0d4;
  padding: 15px;
  margin-top: 15px;
}

.zcj-gf-row {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.zcj-required-text {
  font-size: 12px;
  font-weight: 600;
  color: red;
  margin-left: 10px;
}

.saved-message {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: green;
  margin-right: 10px;
}

.btn-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zcj-file-row.files-download {
  background: none !important;
  border: none !important;
}

.zcj-gf-row:last-child {
  border-bottom: none;
}

.zcj-gf-label {
  width: 100%;
  font-weight: 600;
  color: #23282d;
}

.zcj-gf-value {
  width: 65%;
}

.zcj-gf-entry-view {
  background: #fff;
  border: 1px solid #ccd0d4;
  margin-top: 20px;
}

.zcj-gf-row {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #eee !important;
  border-radius: 6px;
  background: #fff;
}

.zcj-gf-label {
  font-weight: 600;
  color: #23282d;
  font-size: 15px;
}

.zcj-gf-value {
  white-space: normal;
  font-size: 15px;
}

.zcj-gf-complex {
  font-size: 15px;
}

.zcj-gf-complex img {
  float: left;
  margin: 3px 10px 0 0;
}

.gfield_consent_description {
  margin-top: 12px;
}

.zcj-gf-block h4 {
  margin-top: 0 !important;
}

.zcj-gf-block {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.zcj-gf-block h4 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
}

.zcj-gf-complex table {
  width: 100%;
  border-collapse: collapse;
}

.zcj-gf-complex th,
.zcj-gf-complex td {
  padding: 8px;
  border: 1px solid #ddd;
  text-align: left;
}

#zcj-edit-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 420px;
  max-width: 90%;
  padding: 20px 24px;
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  z-index: 100000;
  display: none;
  animation: zcjModalFade 0.25s ease;
}

#zcj-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 99999;
  display: none;
}

#zcj-edit-modal h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #1d2327;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
}

#zcj-edit-modal label {
  font-weight: 600;
  font-size: 13px;
  color: #444;
}

#zcj-edit-modal input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #ccd0d4;
  margin-top: 4px;
}

.zcj-errors {
  color: #d63638;
  font-size: 13px;
  margin-top: 4px;
}

.zcj-input-error {
  border: 1px solid #d63638 !important;
}

#zcj-edit-modal input:focus {
  border-color: #d63638;
  box-shadow: 0 0 0 1px #d63638;
  outline: none;
}

#zcj-edit-modal p:last-child {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

#zcj-edit-modal .button-primary {
  background: #d63638;
  border-color: #d63638;
}

#zcj-users-table_filter {
  padding-bottom: 10px;
}

.user-error {
  color: #ff0000;
  padding: 2px;
}

#zcj-edit-modal .button-primary:hover {
  background: #cf2d53 !important;
  border-color: #cf2d53 !important;
}

@keyframes zcjModalFade {
  from {
    opacity: 0;
    transform: translate(-50%, -45%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.zcj-login-required {
  text-align: center;
  padding: 60px 20px;
  border-radius: 12px;
  max-width: 520px;
  margin: 80px auto;
}

.zcj-login-required p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #1f2937;
}

.zcj-login-btn {
  display: inline-block;
  padding: 14px 34px;
  background: #cf2d53 !important;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 8px 20px rgb(207 45 83 / 30%);
}

.zcj-login-btn:hover {
  background: #cf2d53 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgb(207 45 83 / 40%);
}

.zcj-stage-card {
  display: none;
}

.zcj-stage-card.active {
  display: block;
}

.zcj-step-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.zcj-prev-btn,
.zcj-next-btn {
  padding: 10px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.zcj-prev-btn {
  text-decoration: none !important;
  background: #e5e7eb;
  color: #111827;
}

.zcj-next-btn {
  text-decoration: none !important;
  background: #9b1c1c;
  color: #ffffff;
}

.zcj-prev-btn:disabled,
.zcj-next-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.zcj-journey-wrapper {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

.zcj-journey-header {
  text-align: center;
  margin-bottom: 40px;
}

.zcj-journey-header h1 {
  font-size: 34px;
  margin-bottom: 10px;
}

.zcj-journey-header p {
  color: #555;
}

.zcj-progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 25px;
}

.zcj-stage-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px;
  border-left: 10px solid #c2b8aa;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease;
}

.zcj-stage-card.current {
  border-left-color: #9b1c1c;
}

.zcj-stage-card.completed {
  border-left-color: #2e7d32;
  background: #f1fbf4;
}

.zcj-stage-card:hover {
  transform: translateY(-3px);
}

.zcj-locked {
  filter: blur(3px);
  opacity: 0.45;
  pointer-events: none;
}

.zcj-stage-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zcj-stage-header h2 {
  margin: 0;
  font-size: 22px;
}

.zcj-stage-status {
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 20px;
  background: #eee;
}

.zcj-stage-body {
  margin-top: 20px;
}

.zcj-gift-box {
  background: #fff4d6;
  border: 1px dashed #c8a951;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.zcj-upload-section {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.zcj-upload-btn {
  background: #9b1c1c;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
}

.zcj-stage-form {
  margin-top: 10px;
}

.zcj-progress-bar-wrapper {
  margin-bottom: 50px;
}

.zcj-progress-label {
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.zcj-progress-track {
  background: #e5e7eb;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.zcj-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #9b1c1c, #2e7d32);
  transition: width 0.6s ease;
}

.zcj-progress-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.zcj-progress-step {
  text-align: center;
  flex: 1;
  position: relative;
}

.step-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 6px;
  background: #cbd5e1;
}

.step-label {
  font-size: 12px;
  color: #555;
  display: block;
}

.zcj-progress-step.completed .step-dot {
  background: #2e7d32;
}

.zcj-progress-step.current .step-dot {
  background: #9b1c1c;
  box-shadow: 0 0 0 4px rgba(155, 28, 28, 0.2);
}

.zcj-progress-step.locked .step-dot {
  background: #cbd5e1;
}

.zcj-stage h2 {
  font-size: 25px;
}

.zcj-upload-section h4 {
  font-size: 20px;
}

:root {
  --slovak-white: #ffffff;
  --slovak-blue: #0b4ea2;
  --slovak-red: #ee1c25;
  --light-bg: #f8f9fa;
  --card-bg: #ffffff;
  --text-primary: #333333;
  --text-secondary: #555555;
  --border-color: #e0e0e0;
  --success: #d4edda;
  --error: #f8d7da;
  --notice: #fff3cd;
  --current: #cce5ff;
  --locked-bg: #f5f5f5;
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.zcj-action-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zcj-action-form select {
  padding: 8px;
  border: 2px solid var(--border-color);
  border-radius: 4px;
}

.zcj-action-form input[type='submit'] {
  background: #ce2955 !important;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}

form#zcj-link-form-23 {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.25;
}

.zcj-action-form input[type='submit']:hover {
  background: #cf2d53 !important;
}

.zcj-link-form {
  margin-top: 20px;
  padding: 20px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.zcj-link-form label,
.zcj-link-form input {
  display: inline-block;
}

.zcj-link-form input[type='number'] {
  width: 100px;
  padding: 3px;
  margin-right: 10px;
}

.zcj-link-form input[type='submit'] {
  background: #ce2955;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
}

.zcj-update-form {
  margin-top: 20px;
  padding: 20px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.zcj-update-form select {
  margin-left: 10px;
  padding: 6px;
  border: 2px solid var(--border-color);
  border-radius: 4px;
}

.zcj-update-form input[type='submit'] {
  margin-top: 15px;
  background: var(--slovak-blue);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
}

.zcj-review-docs {
  margin-top: 20px;
  padding: 0px;
  border: none;
  border-radius: 8px;
}

.zcj-success {
  margin-top: 20px;
  padding: 15px;
  background: var(--success);
  border: 1px solid #c3e6cb;
  color: #155724;
  border-radius: 6px;
}

.wp-core-ui select {
  font-size: 13px;
  line-height: 2;
  color: #000000 !important;
  border-color: #8c8f94;
  box-shadow: none;
  border-radius: 3px;
  padding: 0 24px 0 8px;
  min-height: 36px;
  max-width: 19rem;
  background: none !important;
  background-size: 11px 16px;
  cursor: pointer;
  vertical-align: middle;
}

input#collapseAll {
  background: #cf2d53 !important;
  border: none;
  color: #fff;
  padding: 10px 22px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  margin: 0 0 0 auto;
}

.zcj-journey-global-message {
  margin: 18px 0 22px;
  padding: 18px 22px;
  border-radius: 14px;

  background: linear-gradient(135deg, #f5f9ff, #eef4ff);
  border: 1px solid #dce7ff;

  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #1f2d3d;

  box-shadow: 0 6px 20px rgba(30, 115, 190, 0.08);
  position: relative;
  overflow: hidden;
}

.zcj-journey-global-message::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #d44264;
}

.zcj-journey-global-message strong {
  color: #d44264;
  font-weight: 700;
}

.zcj-progress-container-collapse {
  display: flex;
  align-items: center;
}

.zcj-progress-container-collapse h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #1f2937;
}

#collapseAll {
  padding: 10px 18px;
  border-radius: 8px;
  border: none;
  background: #111827;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

#collapseAll:hover {
  text-decoration: none;
}

#collapseAll:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

.left-field label {
  margin: 0 0 -4px;
}

.zcj-login-form .zcj-form-group {
  grid-template-columns: repeat(1, 1fr);
}

.zcj-notice {
  margin-top: 20px;
  padding: 15px;
  background: var(--notice);
  border: 1px solid #ffeeba;
  color: #856404;
  border-radius: 6px;
}

#zcj-add-user-form {
  max-width: 100%;
}

#zcj-add-user-form input[type='email'],
#zcj-add-user-form input[type='text'],
#zcj-add-user-form select {
  display: block;
  width: 61%;
  padding: 12px;
  margin-bottom: 15px;
  border: 2px solid var(--border-color);
  border-radius: 6px;
}

#zcj-add-user-form input[type='submit'] {
  background: #cd2653;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.1em;
  display: block;
  width: 14%;
  margin: 0 0 0 auto;
}

#zcj-add-user-form input[type='submit']:hover {
  background: #c8102e;
}

.zcj-admin-upload-form {
  margin-right: -164px;
  padding-top: 23px;
  display: flex !important;
  margin-left: 5px;
}

.zcj-step-table th.zcj-th:nth-child(1),
.zcj-step-table td.zcj-td:nth-child(1),
.zcj-step-table th.zcj-th:nth-child(2),
.zcj-step-table td.zcj-td:nth-child(2) {
  width: 200px;
}

.zcj-locked {
  filter: blur(3px);
  opacity: 0.5;
  pointer-events: none;
}

.zcj-select-wrap {
  position: relative;
}

.zcj-select-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  transform: translateY(-50%);
}

.zcj-gift-box {
  background: #fff4d6;
  border: 1px dashed #c8a951;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
}

.zcj-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 24px;
  margin-top: 25px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border-bottom: 4px solid #cd2653;
  width: 95%;
}

.user-recent-table thead th {
  font-weight: 700 !important;
  color: #737d8e !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  opacity: 0.7 !important;
  letter-spacing: 0.5px;
}

.user-recent-table tbody td {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.25;
}

.zcj-card h2 {
  margin: 10px 0 25px;
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  position: relative;
  display: inline-block;
  padding: 0;
}

.zcj-card h2::after {
  content: '';
  position: absolute;
  left: 110%;
  bottom: 0;
  top: 0;
  margin: auto 0;
  width: 150px;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(90deg, #cd2653, #ffffff);
}

.zcj-recent-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0;
  text-align: left;
}

.user-recent-table tbody td,
.user-recent-table thead th {
  padding: 0.9rem 1.3rem;
  letter-spacing: 0;
  border-bottom: 1px solid #e9ecef;
}

.user-recent-table thead th {
  border-bottom-color: #e9ecef;
}

.user-recent-table tbody td,
.user-recent-table thead th {
  vertical-align: middle;
}

button.zcj-btn.zcj-btn-delete-file {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  background-color: #c0392b;
  color: #fff;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid #c0392b;
  border-radius: 8px;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background 0.15s ease;
}

button.zcj-btn.zcj-btn-delete-file:hover {
  background-color: #a93226;
  border-color: #a93226;
}

.zcj-card p {
  margin-top: 20px !important;
}

.zcj-update-form {
  max-width: 100%;
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.update-stages-item-inner strong {
  display: block;
}

.zcj-upload-section {
  margin: 20px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.zcj-upload-btn {
  background: var(--slovak-blue);
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#zcj-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.zcj-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.zcj-video-box {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  background: #000;
  margin: 5% auto;
  border-radius: 12px;
  overflow: hidden;
}

.zcj-video-box iframe {
  width: 100%;
  height: 100%;
}

.zcj-video-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

.zcj-upload-feedback.success p {
  color: #155724;
  background: #d4edda;
  padding: 10px;
  border-radius: 4px;
}

.zcj-upload-feedback.error p {
  color: #721c24;
  background: #f8d7da;
  padding: 10px;
  border-radius: 4px;
}

.zcj-doc-list li {
  margin: 8px 0;
}

.zcj-update-form select {
  width: 100%;
  max-width: 100%;
  padding: 5px 14px;
  margin: 8px 0 6px;
  border-radius: 5px;
  border: 1px solid #d0d7de !important;
  font-size: 14px;
  background-color: #f9fafb;
  transition: all 0.25s ease;
}

.update-stages-item-inner input {
  width: 100%;
  max-width: 100%;
  padding: 5px 14px;
  margin: 8px 0 6px;
  border-radius: 5px;
  border: 1px solid #d0d7de !important;
  font-size: 14px;
  background-color: #f9fafb;
  transition: all 0.25s ease;
}

.update-stages-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 25px;
}

.zcj-update-form input[type='submit'] {
  background: #cd2653;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.1em;
  display: block;
  width: 14%;
  margin: 0 0 0 auto;
}

.zcj-update-form::before {
  content: '';
}

.zcj-update-form select {
  box-sizing: border-box;
}

.zcj-update-form select:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.zcj-update-form select option[value='locked'] {
  color: #991b1b;
}

.zcj-update-form select option[value='current'] {
  color: #92400e;
}

.zcj-update-form select option[value='completed'] {
  color: #065f46;
}

.zcj-update-form select[value='locked'],
.zcj-update-form select:has(option[value='locked']:checked) {
  background: #fee2e2;
  border-color: #fca5a5;
}

.zcj-update-form select:has(option[value='current']:checked) {
  background: #fef3c7;
  border-color: #fcd34d;
}

.zcj-update-form select:has(option[value='completed']:checked) {
  background: #dcfce7;
  border-color: #86efac;
}

.zcj-update-form input[type='submit'] {
  background: #cd2653;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.1em;
  display: block;
  width: 14%;
  margin: 0 0 0 auto;
}

.zcj-update-form input[type='submit']:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(79, 70, 229, 0.3);
}

.zcj-update-form input[type='submit']:active {
  transform: translateY(0);
  box-shadow: none;
}

.zcj-form-group .email-fields input {
  width: 100% !important;
  margin-top: 10px;
}

.zcj-form-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100% !important;
  gap: 0 25px;
  margin-bottom: 30px;
}

.zcj-form-group .select2-container {
  width: 100% !important;
}

.zcj-form-group .select2-selection--single {
  height: 48px !important;
  border-radius: 8px !important;
  border: 1px solid #d0d5dd !important;
  padding: 8px 12px !important;
  font-size: 14px;
  background: #f9fafb;
  transition: all 0.2s ease;
}

.zcj-form-group .select2-selection--single:hover {
  border-color: #94a3b8 !important;
  background: #ffffff;
}

.select2-container--focus .select2-selection--single,
.select2-container--open .select2-selection--single {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  background: #ffffff;
}

.select2-selection__rendered {
  line-height: 30px !important;
  color: #111827 !important;
  font-weight: 500;
}

.select2-selection__placeholder {
  color: #9ca3af !important;
  font-weight: 400;
}

.select2-selection__arrow {
  height: 46px !important;
  right: 10px !important;
}

.select2-dropdown {
  border-radius: 10px !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.select2-search__field {
  padding: 10px !important;
  border-radius: 6px !important;
  border: 1px solid #d1d5db !important;
  font-size: 14px !important;
}

.select2-results__option {
  padding: 10px 14px !important;
  font-size: 14px;
}

.select2-results__option--highlighted {
  background: #2563eb !important;
  color: #ffffff !important;
}

.select2-results__option[aria-selected='true'] {
  background: #e0ecff !important;
  color: #1e3a8a !important;
  font-weight: 600;
}

.select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

.zcj-form-group .email-fields label {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.25;
}

.regster-dates {
  background-color: #10a23626;
  border: 1px solid #10a236;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  color: #10a236;
}

.zcj-permission-box {
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.zcj-permission-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.zcj-permission-section {
  margin-bottom: 25px;
}

.zcj-permission-section-title {
  margin: 0 0 10px 0;
  font-size: 15px;
}

.zcj-permission-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.zcj-permission-msg {
  display: none;
  margin: 0;
  color: green;
  font-weight: 600;
}

.zcj-review-title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.zcj-step-box {
  border: 1px solid #ddd;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #fff;
}

.zcj-step-title {
  margin: 0 0 8px;
  font-size: 16px;
}

.zcj-step-updated {
  display: inline-block;
  margin-bottom: 10px;
  color: #555;
}

.zcj-step-empty,
.zcj-review-empty {
  color: #666;
}

.zcj-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.zcj-step-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.zcj-th {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 8px;
  font-size: 13px;
}

.zcj-td {
  padding: 8px;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  vertical-align: top;
}

.zcj-files-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.zcj-file-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  /* padding: 8px 10px; */
  background: #f9f9f9;
  /* border: 1px solid #eee; */
  border-radius: 8px;
}

.zcj-file-name {
  font-size: 13px;
  font-weight: 500;
  color: #222;
  word-break: break-word;
}

.zcj-file-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.zcj-btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.2s;
}

.zcj-btn-preview {
  background-color: transparent !important;
  border: 1px solid #d02653;
  color: #d02653 !important;
}

.zcj-btn-preview {
  background-color: transparent !important;
  border: 1px solid #d02653;
  color: #d02653 !important;
}

.zcj-btn-download {
  background-color: transparent;
  border: 1px solid #d02653;
  color: #d02653;
}

/* a.zcj-btn-download — same as .zcj-btn-download above */

.zcj-btn-download:hover {
  background: #379a3f;
  color: #fff;
}

.zcj-no-file {
  color: #888;
}

.user-recent-table {
  border: none !important;
}

.user-recent-table tbody td ul li .statuss-lable {
  display: inline-block;
  width: 178px;
}

.update-stages-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.manage-client-btn {
  background: #cf2d53 !important;
  border-color: #cf2d53 !important;
}

.manage-client-btn-border {
  background-color: transparent !important;
  border-color: #cf2d53 !important;
  color: #cf2d53 !important;
}

.zcj-reset-pass,
.zcj-delete-user,
#zcj-close-modal {
  background-color: transparent !important;
  border-color: #cf2d53 !important;
  color: #cf2d53 !important;
}

.zcj-edit-user,
#zcj-save-user {
  background: #cf2d53 !important;
  border-color: #cf2d53 !important;
}

h1.entry-title {
  font-size: 62px;
}

.post-inner {
  padding: 0 !important;
}

.client-journey-checklist .zcj-content .zcj-item strong {
  width: auto;
}

.zcj-content-same {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
}

.zcj-content-evedence .zcj-item strong {
  width: 432px !important;
}

.zcj-section {
  margin-bottom: 30px;
}

.client-journey-checklist {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 24px;
  margin-top: 25px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border-bottom: 4px solid #cd2653;
  width: 95%;
}

.zcj-step-content {
  padding: 15px 0;
}

.section-box {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.field-row.zcj-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 14px 12px;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  margin-bottom: 12px;
  background: #fafafa;
  transition: 0.2s ease-in-out;
}

.field-row.zcj-row:hover {
  background: #ffffff;
  border-color: #dcdcdc;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.left-field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

.zcj-label-text {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

.zcj-required-text {
  color: #d63638;
  font-size: 16px;
  font-weight: 700;
  margin-left: 4px;
}

.upload-wrap {
  width: 420px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.zcj-file {
  width: 100%;
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 9px 10px;
  border-radius: 10px;
  font-size: 13px;
  cursor: pointer;
}

.small-note {
  font-size: 12px;
  color: #666;
}

.zcj-uploaded-files {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 10px 12px;
}

.zcj-uploaded-files-list strong {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: #111;
}

.zcj-progress-header {
  margin-bottom: 6px;
}

.zcj-progress-text {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.zcj-uploaded-files-list ul {
  margin: 0 !important;
  padding-left: 0px;
}

.zcj-uploaded-files-list ul li.zcj-uploaded-item {
  margin-left: 0;
}

.zcj-uploaded-files-list li {
  margin-bottom: 6px;
  font-size: 13px;
}

.zcj-uploaded-files-list a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.zcj-uploaded-files-list a:hover {
  text-decoration: underline;
}

.zcj-permission-box {
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.zcj-permission-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
}

.zcj-permission-section-title {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.zcj-permission-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  cursor: pointer;
}

.zcj-permission-label {
  font-size: 14px;
}

.zcj-permission-msg {
  display: none;
  margin: 0;
  color: green;
  font-weight: 600;
}

.zcj-review-docs {
  margin-top: 15px;
}

.zcj-review-title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.zcj-step-box {
  margin-bottom: 25px;
  border: 1px solid #efecec;
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 20px #0000000f;
}

.zcj-step-title {
  margin: 0 0 8px;
  font-size: 16px;
}

.zcj-step-updated {
  display: inline-block;
  margin-bottom: 10px;
  color: #555;
}

.zcj-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.zcj-step-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.zcj-step-table thead th {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 8px;
  font-size: 13px;
}

.zcj-step-table tbody td {
  padding: 8px;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  vertical-align: top;
}

.zcj-file-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.zcj-file-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.zcj-file-name {
  font-size: 13px;
  font-weight: 500;
}

.zcj-btn {
  padding: 4px 10px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
}

.zcj-btn-preview {
  background-color: transparent !important;
  border: 1px solid #d02653;
  color: #d02653 !important;
}

.zcj-uploaded-files-list {
  margin-top: 10px;
}

.zcj-uploaded-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.zcj-uploaded-item {
  display: flex;
  gap: 12px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-bottom: 8px;
  background: #fff;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.zcj-file-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.zcj-file-icon {
  font-size: 26px;
  width: 70px;
  text-align: center;
}

.zcj-file-info {
  flex: 1;
}

.zcj-file-name {
  font-weight: 600;
  margin-bottom: 0;
}

.zcj-file-actions {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: baseline;
}

.zcj-btn-preview,
.zcj-btn-download {
  padding: 6px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  background-color: transparent;
  border: 1px solid #d02653;
  color: #d02653;
}

.zcj-file-icon {
  font-size: 30px;
  width: 70px;
  text-align: left;
  line-height: 0.9;
}

.zcj-btn-preview:hover,
.zcj-btn-download:hover {
  background-color: #fef0f3;
}

.zcj-btn-download {
  background-color: transparent;
  border: 1px solid #d02653;
  color: #d02653;
}

.zcj-no-file {
  color: #999;
}

.zcj-empty-text {
  color: #666;
}

.btn-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.saved-message {
  font-size: 13px;
  color: #2c7a2c;
  font-weight: 600;
}

.btn-next.zcj-save-step {
  background: #cf2d53 !important;
  border: none;
  color: #fff;
  padding: 10px 42px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}

.btn-next.zcj-save-step:hover {
  background: #cf2d53 !important;
  text-decoration: none;
}

.btn-next.zcj-save-step:focus {
  background: #cf2d53 !important;
  text-decoration: none;
}

.zcj-admin-info-visual .zcj-admin-visual img {
  width: 300px;
  height: 272px;
  object-fit: cover;
  border-radius: 0 !important;
}

.zcj-uploaded-files {
  margin-bottom: 10px;
}

.zcj-admin-info-visual .zcj-admin-video iframe {
  height: 272px !important;
}

.zcj-uploaded-files-list ul {
  margin: 0 !important;
  padding-left: 0px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zcj-uploaded-files-list ul li.zcj-uploaded-item {
  margin: 0;
  width: 49%;
}

.zcj-uploaded-files-list .zcj-btn-preview,
.zcj-file-row.files-download .zcj-btn-preview {
  background-color: transparent;
  border: 1px solid #d02653;
  color: #d02653;
}

.zcj-uploaded-files-list .zcj-btn-download,
.zcj-file-row.files-download .zcj-btn-download {
  background-color: transparent;
  border: 1px solid #d02653;
  color: #d02653;
}

.zcj-admin-info-visual {
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .field-row.zcj-row {
    flex-direction: column;
    gap: 12px;
  }

  .upload-wrap {
    width: 100%;
  }
}

.client-journey-checklist h2.zcj-toggle {
  font-size: 28px;
  margin-top: 0;
  font-weight: 600;
}

@media (max-width: 600px) {
  .zcj-update-form {
    padding: 18px;
  }
}

@media (max-width: 900px) {
  .zcj-recent-table thead {
    display: none;
  }

  .zcj-recent-table tbody tr {
    display: block;
    padding: 12px;
    border-radius: 12px;
  }

  @media (max-width: 768px) {
    #zcj-manage-table {
      font-size: 0.9em;
    }

    .zcj-link-form,
    .zcj-update-form,
    #zcj-add-user-form {
      padding: 20px;
    }
  }
}

.button,
.button-secondary,
.zcj-card .button,
.zcj-card .button-secondary,
.zcj-admin-wrapper .button,
.zcj-admin-wrapper .button-secondary {
  background: transparent !important;
  border-color: #cf2d53 !important;
  color: #cf2d53 !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: 'Montserrat', sans-serif;
}

.button-primary,
.zcj-admin-wrapper .button-primary,
.zcj-card .button-primary {
  background: #cf2d53 !important;
  border-color: #cf2d53 !important;
  color: #fff !important;
}

.zcj-admin-wrapper input[type='checkbox'],
.zcj-card input[type='checkbox'] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #8c8f94;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  margin: 0 0 0;
  flex: 0 0 auto;
  margin-top: 0;
}

.zcj-admin-wrapper input[type='checkbox']:checked,
.zcj-card input[type='checkbox']:checked {
  background-color: #cf2d53 !important;
  border-color: #cf2d53 !important;
}

.zcj-admin-wrapper input[type='checkbox']:checked::before,
.zcj-card input[type='checkbox']:checked::before {
  content: '✔' !important;
  color: #ffffff !important;
  font-size: 13px !important;
  position: absolute !important;
  left: 2px !important;
  top: 6.6px !important;
  margin: 0 !important;
  height: auto !important;
  width: auto !important;
}

.main-zcj-admin-video-preview-user {
  align-items: self-start;
  gap: 25px;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}

.check-zcj-permission-item {
  display: grid;
  align-items: center;
  gap: 15px;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  margin-bottom: 20px;
}

.zcj-gf-entry-views .zcj-gf-block:first-child {
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 12px;
}

.zcj-translation-admin-box a.zcj-btn-preview {
  color: #fff;
}

.doc-text {
  font-size: 15px;
  font-weight: 600;
}

.doc-error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

p.doc-approved-text {
  font-size: 12px;
  padding-top: 14px;
}

td.zcj-td {
  vertical-align: middle !important;
}

.available-placeholder ul {
  padding: 0 !important;
}

.available-placeholder ul li code {
  display: inline-block;
  width: 9%;
  text-align: center;
  margin-right: 0;
}

.form-feild {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.form-feilds {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

label {
  margin-bottom: 5px;
  display: inline-block;
}

input[type='text'] {
  height: 56px;
}

#zcj-add-user-form #zcj_gf_user_select {
  width: 100% !important;
  max-width: 100% !important;
}

.my-journey-sec .section-boxs table tbody tr th,
.my-journey-sec .section-boxs table tbody tr td {
  font-size: 16px !important;
}

.my-journey-sec .journey-top-head h2 {
  margin: 0 !important;
}

.my-journey-sec .journey-top-head {
  margin: 15px 0 15px;
}

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
  margin-top: 0 !important;
}

p.zcj-login-msg {
  text-align: center;
}

.zcj-dynamic-submission label {
  margin-left: 13px;
}

.zcj-dynamic-submission label input {
  margin-right: 10px;
}

@media only screen and (max-width: 1679px) {
  h1.entry-title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1399px) {
  h1.entry-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  h1.entry-title {
    font-size: 36px;
  }

  .singular .entry-header {
    padding: 6rem 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  h1.entry-title {
    font-size: 30px;
  }

  .zcj-uploaded-files-list ul li.zcj-uploaded-item {
    width: 48.555%;
  }

  .my-journey-sec .section-boxs .field-row.zcj-row {
    gap: 10px;
    flex-flow: column;
  }

  .my-journey-sec .section-boxs table tbody tr th,
  .my-journey-sec .section-boxs table tbody tr td {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  h1.entry-title {
    font-size: 26px;
  }

  .my-journey-sec .section-boxs .zcj-uploaded-files-list ul li.zcj-uploaded-item {
    width: 100%;
  }

  .my-journey-sec .journey-top-head h2 {
    margin: 0 !important;
    font-size: 20px !important;
  }

  .my-journey-sec .journey-top-head {
    margin-bottom: 20px !important;
  }

  .singular .entry-header {
    padding: 4rem 0 !important;
  }

  .my-journey-sec .journey-top-head input#collapseAll {
    padding: 10px 18px;
    font-size: 12px;
  }

  .btn-next.zcj-save-step {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 575px) {
  .my-journey-sec .wrapper {
    padding: 20px 12px;
  }

  h1.entry-title {
    font-size: 22px;
  }

  .my-journey-sec .journey-top-head h2 {
    font-size: 18px !important;
  }

  .zcj-journey-global-message {
    padding: 15px;
    font-size: 15px;
  }

  .my-journey-sec .step-title {
    font-size: 16px !important;
  }

  .zcj-btn-preview,
  .zcj-btn-download {
    font-size: 12px;
  }

  .zcj-progress-badge {
    width: 30px;
    height: 30px;
  }

  .zcj-admin-instructions,
  .zcj-admin-comment {
    padding: 12px 10px !important;
  }

  .zcj-step-content {
    padding: 15px 12px !important;
  }

  .my-journey-sec .zcj-label-text {
    font-size: 14px !important;
  }

  .my-journey-sec .section-boxs table tbody tr th,
  .my-journey-sec .section-boxs table tbody tr td {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 480px) {
  h1.entry-title {
    font-size: 20px;
  }

  .my-journey-sec .journey-top-head input#collapseAll {
    padding: 10px 12px;
    font-size: 10px;
  }

  .my-journey-sec .section-boxs table tbody tr th:first-child {
    width: 28% !important;
  }
}

@media only screen and (max-width: 400px) {
  .my-journey-sec .journey-top-head h2 {
    font-size: 15px !important;
  }

  .my-journey-sec .step-title {
    font-size: 15px !important;
  }

  .my-journey-sec .zcj-uploaded-item {
    display: block !important;
  }

  .my-journey-sec .zcj-file-actions {
    justify-content: center !important;
  }
}

/* ---- Admin: selected client focus mode ---- */
/* Selected client row: light highlight only, no red border on cells */
.zcj-row-selected > td:first-child {
    border-left: 3px solid #c0392b;
}

/* ---- Admin review: completed section visual ---- */
.zcj-step-box.zcj-admin-section-complete {
    border: 1px solid #27ae60;
    background: #f9fefb;
}

.zcj-step-box.zcj-admin-section-complete .zcj-step-title {
    color: #1a5c36;
}

/* Submission approve/unapprove — same look as doc approve/unapprove */
.zcj-approve-submission {
  padding: 5px 14px;
  border-radius: 5px;
  border: 1px solid #b8860b;
  background-color: #fdf3d0;
  color: #7a5800;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.zcj-approve-submission:hover {
  background-color: #f5e199;
}
.zcj-unapprove-submission {
  padding: 5px 14px;
  border-radius: 5px;
  background-color: #d2182524;
  border: 1px solid #d21825;
  color: #d21825;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.zcj-unapprove-submission:hover {
  background-color: #f8d0d2;
}

/* Fix DataTables child row indentation — removes the default left-padding
   that makes sections appear nested inside each other */
table.dataTable tbody tr.child td,
table.dataTable tbody tr td.child,
#zcj-manage-table tbody tr.child td,
tr.zcj-row-selected + tr > td {
    padding: 0 !important;
}

/* ---- Admin review: collapsible section titles ---- */
.zcj-admin-toggle {
  user-select: none;
}

.zcj-admin-toggle:hover {
  opacity: 0.8;
}

.zcj-admin-arrow {
  font-size: 11px;
  color: #aaa;
  transition: transform 0.2s ease;
  display: inline-block;
  margin-left: 8px;
  flex-shrink: 0;
}

.zcj-step-box.zcj-collapsed .zcj-admin-arrow {
  transform: rotate(-90deg);
}

