.navbar {
  background: linear-gradient(135deg, #1a365d 0%, #2d4a7c 100%) !important;
}
.card-xtrf {
  border-left: 4px solid #1a365d;
}
.card-zoho {
  border-left: 4px solid #e42527;
}
.card-success {
  border-left: 4px solid #198754;
}
.card-warning {
  border-left: 4px solid #ffc107;
}
.card-error {
  border-left: 4px solid #dc3545;
}
.badge-xtrf {
  background-color: #1a365d;
  color: #fff;
}
.badge-zoho {
  background-color: #e42527;
  color: #fff;
}
.login-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(26, 54, 93, 0.85) 0%, rgba(45, 74, 124, 0.85) 100%), url('/assets/imgs/login-bg.jpg') center center / cover no-repeat fixed;
}
.login-card {
  background: #ffffff;
  border-radius: 1.125rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  max-width: 420px;
  width: 100%;
  overflow: hidden;
}
.login-header {
  background: linear-gradient(135deg, #1a365d 0%, #2d4a7c 100%);
  color: #fff;
  padding: 3rem 1.5rem;
  text-align: center;
}
.login-header h1 {
  font-size: 1.5rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.login-body {
  padding: 3rem 1.5rem;
}
.btn-xtrf {
  background: #1a365d;
  border-color: #1a365d;
  color: #fff;
}
.btn-xtrf:hover {
  background: #0f1f35;
  border-color: #0f1f35;
  color: #fff;
}
.btn-zoho {
  background: #e42527;
  border-color: #e42527;
  color: #fff;
}
.btn-zoho:hover {
  background: #be1819;
  border-color: #be1819;
  color: #fff;
}
.sync-status {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}
.sync-status--active {
  background: rgba(25, 135, 84, 0.15);
  color: #198754;
}
.sync-status--pending {
  background: rgba(255, 193, 7, 0.15);
  color: #a07800;
}
.sync-status--error {
  background: rgba(220, 53, 69, 0.15);
  color: #dc3545;
}
.table-sync th {
  background: #f8f9fa;
  font-weight: 600;
}
.table-sync .actions {
  white-space: nowrap;
}
.text-xtrf {
  color: #1a365d !important;
}
.text-zoho {
  color: #e42527 !important;
}
.bg-xtrf {
  background-color: #1a365d !important;
}
.bg-zoho {
  background-color: #e42527 !important;
}
