#csrfErrorModal .modal-content {
  border: 2px solid #1e73be;
  border-radius: 10px;
}
#csrfErrorModal .modal-header {
  background-color: #1e73be;
  color: white;
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #1e73be; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #1e73be; }

.btn-primary {
  background-color: #1e73be;
  border-color: #1e73be;
}
.btn-primary:hover {
  background-color: #1e73be;
  border-color: #1e73be;
}

.form-control:focus {
  border-color: #1e73be;
  box-shadow: 0 0 0 0.25rem rgba(255, 122, 69, 0.25);
}

.is-invalid { border-color: #1e73be !important; animation: shake 0.4s ease; }
.invalid-feedback { color: #1e73be; font-size: 0.85rem; margin-top: 0.3rem; display: block; }

.password-strength { height: 6px; margin-top: 8px; background-color: #f0f0f0; border-radius: 3px; overflow: hidden; }
.strength-bar { height: 100%; width: 0%; transition: width 0.4s ease, background-color 0.4s ease; }

@media (max-width: 768px) {
  .register-container { margin: 1rem; border-radius: 10px; }
  body { background-image: none; background-color: #f8f9fa; }
}

@keyframes shake { 0%,100%{transform:translateX(0)} 20%,60%{transform:translateX(-5px)} 40%,80%{transform:translateX(5px)} }

.badge-type {
  background-color: #1e73be;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: .35rem .6rem;
  font-weight: 700;
  font-size: .75rem;
}

.btn-fav {
  border-color: #1e73be;
  color: #1e73be;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.btn-fav:hover, .btn-fav.active { background-color: #1e73be; color: #fff; }
.btn-fav .count-badge { font-weight: 700; }

.card.border-0.shadow-sm { border-radius: 16px; }

#filterForm .form-label.small { font-weight: 600; color: #666; }

.pagination .page-link { color: #1e73be; }
.pagination .page-item.active .page-link { background-color: #1e73be; border-color: #1e73be; }

.rounded-3 { background: linear-gradient(135deg,#1e73be,#408dd0) !important; color: #f0f0f0;}

.gradient-hero {
  background: linear-gradient(135deg, #1e73be, #408dd0);
}
.landing-hero .underline {
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.6);
  text-decoration-thickness: .15rem;
  text-underline-offset: .25rem;
}
.trust-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .5rem;
}
.trust-cards .tc-item {
  background: rgba(255,255,255,.15);
  color: #fff;
  padding: .75rem .9rem;
  border-radius: 12px;
  backdrop-filter: blur(2px);
  font-weight: 600;
}
.trust-cards .tc-item i { margin-right: .5rem; }

.ann-list { display: grid; gap: .6rem; }
.ann-item { padding: .35rem 0; border-bottom: 1px dashed rgba(0,0,0,.06); }
.ann-item:last-child { border-bottom: none; }

.sample-card:hover {
  transform: translateY(-2px);
  transition: transform .15s ease, box-shadow .15s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

a {
  color: #1e73be;
}

#DuyuruFaRegular {
    color: #1e73be !important;
}
.login-container { max-width: 520px; margin: 5rem auto; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); overflow: hidden; background: #fff; border: 1px solid rgba(0,0,0,0.06); }
.login-header { background: linear-gradient(135deg, #1e73be, #408dd0); color: #fff; padding: 1.75rem; text-align: center; }
.login-header i { font-size: 2.5rem; margin-bottom: .5rem; }
.login-body { padding: 2rem; }
.form-control:focus { border-color: #1e73be; box-shadow: 0 0 0 0.25rem rgba(255,122,69,0.25); }
.btn-primary { background-color: #1e73be; border-color: #1e73be; }
.btn-primary:hover { background-color: #1e73be; border-color: #408dd0; }
.login-footer { padding: 1rem 1.5rem; background: #fafafa; border-top: 1px solid #eee; text-align: center; }
.login-footer a { color: #1e73be; font-weight: 600; text-decoration: none; }
.login-footer a:hover { color: #1e73be; text-decoration: underline; }