body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", Arial, sans-serif;
  background: #fe0920;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; /* Arka planın kaydırıldığında sabit kalmasını sağlar */
}
.permission-card {
  background-color: #ffffff;
  border: 1px solid #eee;
  transition: all 0.2s ease;
}
.permission-card:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.permission-card span {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
.note-form {
  background-color: #fff;
}
.note-form textarea {
  resize: none;
  font-size: 15px;
  color: #333;
  padding: 12px;
  border: 1px solid #e0e0e0;
}
.note-form textarea:focus {
  border-color: #fe0920;
  box-shadow: 0 0 0 2px rgba(254, 9, 32, 0.15);
}
.form-check-input {
  width: 48px;
  height: 24px;
  background-color: #ccc;
  border: none;
  transition: background-color 0.3s ease;
}
.form-check-input:checked {
  background-color: #fe0920;
}
.form-check-input:focus {
  box-shadow: none;
}

/* Bootstrap switch görünümünü özelleştirme */
.form-check-input {
  width: 48px;
  height: 24px;
  background-color: #ccc;
  border: none;
  transition: background-color 0.3s ease;
}
.form-check-input:checked {
  background-color: #fe0920;
}
.form-check-input:focus {
  box-shadow: none;
}

/* Küçük ekranlar için ayarlar */
@media (max-width: 480px) {
  .permission-card span {
    font-size: 13px;
  }
  .permission-card {
    padding: 12px 14px;
  }
}
.settings-menu {
  background: #fff;
  border-radius: 16px;
}

.setting-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding: 14px 12px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s ease;
}

.setting-item:hover {
  background: #f8f9fa;
}

.setting-item:last-child {
  border-bottom: none;
}

.setting-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 12px;
}

.setting-text {
  flex: 1;
  font-size: 15px;
}

.account-info-form input[readonly] {
  cursor: not-allowed;
  color: #444;
  font-weight: 500;
}
.account-info-form label {
  font-size: 14px;
}
.account-info-form .alert {
  background: #f9f9f9;
  border-color: #eee;
  font-size: 13px;
}
.social-card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  transition: all 0.2s ease;
}
.social-card:hover {
  background-color: #f9f9f9;
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.social-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.form-check-input {
  width: 48px;
  height: 24px;
  background-color: #ccc;
  border: none;
  transition: background-color 0.3s ease;
}
.form-check-input:checked {
  background-color: #fe0920;
}
.form-check-input:focus {
  box-shadow: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.header .logo {
  width: 100%;
  max-width: 100px;
}

.plate-number {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plate-number .plate-img {
  width: 100%;
  max-width: 200px;
}

.owner-info {
  text-align: center;
  margin: 20px 0;
}

.owner-info p {
  margin: 0;
  font-size: 18px;
  color: black;
}

.owner-info .social-media {
  margin-top: 10px;
}

.owner-info .social-icon {
  display: inline-block;
  padding-top: 10px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: white;
  text-align: center;
  transition: transform 0.3s ease;
}

.owner-info .social-icon:hover {
  transform: scale(1.1);
}

.owner-info .facebook {
  background: linear-gradient(45deg, #3b5998, #8b9dc3);
}

.owner-info .twitter {
  background: linear-gradient(45deg, #1da1f2, #0d8af0);
}

.owner-info .instagram {
  background: linear-gradient(45deg, #e1306c, #f77737, #fbbc05, #833ab4);
}

.owner-info .linkedin {
  background: linear-gradient(45deg, #0077b5, #005582);
}

.owner-info .tiktok {
  background: linear-gradient(45deg, #69c9d0, #ee1d52, #010101);
}

.owner-info h1 {
  margin: 5px 0 0;
  font-size: 24px;
  color: #000;
}
.note-info {
  text-align: center;
}
.note-info p {
  text-align: center;
  margin: 0;
}
.buttons {
  text-align: center;
  margin: 20px 0;
}

.buttons .btn {
  display: block;
  width: 80%;
  margin: 10px auto;
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background-color: #17a2b8;
  border: none;
  cursor: pointer;
}

.buttons .btn:hover {
  opacity: 0.8;
}

.buttons .btn:focus {
  outline: none;
}

.buttons .whatsapp {
  background: linear-gradient(45deg, #00c853, #008733);
}

.buttons .call {
  background: linear-gradient(45deg, #ff5252, #c10101);
}

.buttons .message {
  background: linear-gradient(45deg, #1976d2, #073d76);
}

.buttons .note {
  background: linear-gradient(45deg, #ff7043, #e14600);
}

.buttons .info {
  background: linear-gradient(45deg, #17a2b8, #007b8a);
}

.car-info {
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 0 0 10px 10px;
}

.car-info h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.car-info p {
  font-size: 16px;
  margin: 5px 0;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
}

.modal-body {
  max-height: 60vh;
  overflow-y: auto;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

input[type="text"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

.submit {
  background-color: #28a745;
  color: white;
  border: none;
  cursor: pointer;
}

.submit:hover {
  background-color: #218838;
}

footer {
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}

footer p {
  margin: 5px 0;
  font-size: 14px;
  color: #000;
}

.no-underline {
  text-decoration: none;
  color: #c10101;
}

/* Custom checkbox styles */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  border: 1px solid #888;
  padding: 10px;
  border-radius: 5px;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 10px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #2196f3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Warning message */
.warning {
  display: none;
  color: red;
  margin-top: 10px;
  text-align: center;
}

/* Error state for checkbox */
input.error {
  outline: 2px solid red;
}

/* Button container */
.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.accept-btn {
  background-color: #0aa110;
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 13px;
  border-radius: 5px;
}

.back-btn {
  background-color: #fc0920;
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 13px;
  border-radius: 5px;
}
.clear-btn {
  background-color: #f44336;
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 13px;
  border-radius: 5px;
}
/* Responsive Design */
@media (min-width: 350px) {
  .container {
    max-width: 350px;
  }
}
/* Eklenmesi gereken eksik CSS kuralları */

/* Login form styles */
.login-form {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  text-align: left;
}

.login-form h2 {
  margin-bottom: 20px;
  text-align: center;
}

.login-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.login-form input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.login-form .btn {
  background: #fe0920;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s ease;
  width: 100%;
}

.login-form .btn:hover {
  background: #a00000;
}

.register-link {
  margin-top: 20px;
  text-align: center;
}

.register-link a {
  color: #fe0920;
  text-decoration: none;
  font-weight: bold;
}

.register-link a:hover {
  text-decoration: underline;
}

.footer {
  margin-top: 20px;
  text-align: center;
}

.footer small {
  display: block;
  margin-top: 20px;
}

.register-form {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  max-width: 500px;
  margin: 30px auto;
  font-family: "Segoe UI", sans-serif;
}

.register-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="tel"],
.register-form input[type="password"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 16px;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 14px;
}

.checkbox-row input[type="checkbox"] {
  margin-top: 3px;
}

.checkbox-row label {
  font-weight: normal;
  color: #555;
}

.register-form .btn {
  background: #fe0920;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
}

.register-form .btn:hover {
  background: #a00000;
}

.register-form small {
  font-size: 13px;
  color: #666;
}

.login-link {
  margin-top: 20px;
  text-align: center;
}

.login-link a {
  color: #c10101;
  text-decoration: none;
  font-weight: bold;
}

.login-link a:hover {
  text-decoration: underline;
}
/* SMS verify form styles */
.sms-verify-form {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  text-align: left;
}

.sms-verify-form h2 {
  margin-bottom: 20px;
  text-align: center;
}

.sms-verify-form p {
  margin-bottom: 20px;
  text-align: center;
}

.sms-verify-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.sms-verify-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.sms-verify-form .btn {
  background: #fe0920;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s ease;
  width: 100%;
}

.sms-verify-form .btn:hover {
  background: black;
}

.resend-link {
  margin-top: 20px;
  text-align: center;
}

.resend-link a {
  color: #fe0920;
  text-decoration: none;
  font-weight: bold;
}

.resend-link a:hover {
  text-decoration: underline;
}

.footer {
  margin-top: 20px;
  text-align: center;
}

.footer small {
  display: block;
  margin-top: 20px;
}

/* Welcome content styles */
.welcome-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  text-align: center;
}

.welcome-content h2 {
  margin-bottom: 20px;
}

.welcome-content p {
  margin-bottom: 20px;
}

.welcome-content .btn {
  background: #fe0920;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 15px;
  transition: background 0.3s ease;
  width: 100%;
}

.welcome-content .btn:hover {
  background: #1b1820;
}
/* Management content styles */
.management-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  text-align: center;
}

.management-content h2 {
  margin-bottom: 20px;
}

.management-content p {
  margin-bottom: 20px;
}

.management-content .btn {
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}

.car-list {
  margin-top: 20px;
}

.car-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.car-item .plate-img {
  max-width: 100%;
  height: auto;
}

.car-info {
  flex: 1;
  text-align: left;
}

.car-info p {
  margin: 5px 0;
}

/* Edit car content styles */
.edit-car-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  text-align: left;
  width: 90%;
}

.edit-car-content h2 {
  margin-bottom: 20px;
  text-align: center;
}

.edit-car-content label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.edit-car-content input {
  width: 90%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* Switch styles */
.switch {
  position: relative;
  display: block;
  width: 60px;
  height: 34px;
  margin-bottom: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Diğer stil kuralları */
.header {
  text-align: center;
}

.logo {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
.management-content .add-car-btn {
  background: linear-gradient(45deg, #28a745, #218838); /* Yeşil */
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.management-content .info-car-btn {
  background: #fe4f09;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.management-content .logout-btn {
  background: linear-gradient(45deg, #dc3545, #c82333); /* Kırmızı */
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
}
.management-content .edit-user-btn {
  background: linear-gradient(45deg, #007bff, #0056b3); /* Mavi */
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.management-content .edit-car-btn {
  background: #fe0920;
  width: 70%;
  border-radius: 5px 0 0 5px;
  margin-right: 1px;
}
.management-content .note-car-btn {
  background: linear-gradient(45deg, #fd7e14, #e36706); /* Turuncu */
  width: 50%;
  margin-right: 1px;
}
.management-content .delete-car-btn {
  background: #003399;
  width: 50%;
  border-radius: 0 5px 5px 0;
}
.forgot-password-form,
.reset-password-form {
  text-align: center;
}

.forgot-password-form h2,
.reset-password-form h2 {
  margin-bottom: 20px;
}
input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.forgot-password-form .forget-btn {
  background: linear-gradient(45deg, #ff7043, #e14600);
  border-radius: 10px;
}
.button-group {
  display: flex;
  justify-content: center; /* Butonları yatayda ortalamak için */
}
/* Bottom bar */
.bottom-nav {
  background: #ffffff;
  padding: 12px 0 calc(env(safe-area-inset-bottom, 0) + 5px);
  display: flex;
  justify-content: space-around;
  align-items: center;

  border-radius: 18px 18px 0 0;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.12);

  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Normal ikonlar */
.bottom-nav-item {
  color: #b6b6b6;
  font-size: 22px;
  padding: 10px;
  text-decoration: none;
  position: relative;
  transition: 0.25s ease;
}

.bottom-nav-item.active {
  color: #ff3b30;
  transform: translateY(-4px);
}

/* Bildirim rozeti */
.bottom-nav-item .badge {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #ff3b30;
  color: #fff;
  padding: 2px 6px;
  font-size: 11px;
  border-radius: 12px;
  font-weight: bold;
}

/* Dokunma efekti */
.bottom-nav-item:active {
  transform: scale(0.9);
}

/* === ORTA + BUTONU === */
.center-add-btn {
  width: 58px;
  height: 58px;
  background: #ff3b30;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  text-decoration: none;

  position: absolute;
  top: -28px; /* barın üzerine taşır */
  left: 50%;
  transform: translateX(-50%);

  box-shadow: 0 4px 14px rgba(255, 59, 48, 0.45);
  transition: 0.2s ease;
}

.center-add-btn:active {
  transform: translateX(-50%) scale(0.92);
}
.notification {
  position: relative;
  display: inline-block;
}
.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: white;
  color: #003399;
}
.logout-icon {
  background: none;
  border: none;
  color: #dc3545;
  font-size: 24px;
  cursor: pointer;
}

/* Badge stil kodları */
.badge {
  padding: 3px 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
}

.badge-read {
  background-color: #28a745;
}

.badge-unread {
  background-color: #dc3545;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.close-ios {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-ios:hover,
.close-ios:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.note {
  color: #666;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination-btn {
  margin: 0 5px;
  padding: 10px 15px;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
}

.pagination-btn.active {
  background-color: #4caf50;
  color: white;
}

.pagination-btn:hover {
  background-color: #ccc;
}
.settings-content {
  width: 90%;
  margin: 5% auto;
  padding: 15px; /* İç boşluğu daralttık */
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.settings-content h2 {
  text-align: center;
  font-size: 18px; /* Başlık boyutunu küçülttük */
  margin-bottom: 15px;
}

.settings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* İki sütun oluşturur */
  gap: 10px; /* Butonlar arasındaki boşluğu daralttık */
  justify-content: center; /* Butonları ortalar */
}

.settings-item {
  position: relative;
  margin-right: 10px; /* Sağ tarafta boşluk bırakır */
}

.settings-btn {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  padding: 12px;
  text-align: center;
  border: 2px solid #fe0920;
  color: #fe0920;
  background-color: #fff;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s;
}

.settings-btn:hover {
  background-color: #fe0920;
  color: #fff;
}

.premium-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #fe4f09; /* Etiketin arka plan rengi */
  color: white;
  padding: 3px 7px; /* Etiket boyutunu küçülttük */
  font-size: 10px; /* Yazı tipini küçülttük */
  border-radius: 5px;
  z-index: 1;
}
/* Carousel */
.carousel {
  margin: 20px 0;
}

.carousel-item img {
  width: 100%;
  height: 200px; /* Resimlerin yüksekliği */
  object-fit: cover; /* Resimlerin boyutunu kapsayacak şekilde ayarla */
}
.menu-list {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.menu-item {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  font-size: 15px;
  background: #fff;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
  cursor: pointer;
}

.menu-item:hover {
  background: #f8f9fa;
}

.menu-item span.arrow {
  margin-right: 12px;
  color: #dc3545;
  font-weight: bold;
  font-size: 16px;
}

.menu-item:last-child {
  border-bottom: none;
}
.menu-list a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.2s;
}

.menu-list a:hover {
  color: #007bff;
}

.menu-list a:visited {
  color: #333; /* Ziyaret edilmiş bağlantıların rengi değişmesin */
}
.social-section {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.social-section label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.social-section input[type="text"] {
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px;
}

.toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider.round {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 24px;
}

.slider.round:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

.switch input:checked + .slider.round {
  background-color: #007bff;
}

.switch input:checked + .slider.round:before {
  transform: translateX(22px);
}

.button-group {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn {
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.accept-btn {
  background-color: #28a745;
  color: #fff;
}

.back-btn {
  background-color: #f8f9fa;
  color: #333;
  border: 1px solid #ccc;
}
.readonly-group {
  margin-bottom: 16px;
}

.readonly-group label {
  display: block;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
}

.readonly-group input[type="text"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
}

.readonly-note {
  font-size: 13px;
  color: #777;
  margin-top: 8px;
  padding-left: 4px;
}

.readonly-note a {
  color: #007bff;
  text-decoration: none;
}

.readonly-note a:hover {
  text-decoration: underline;
}
danger-zone {
  background-color: #fff3f3;
  border: 1px solid #f5c2c7;
  padding: 24px;
  border-radius: 12px;
  margin-top: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  color: #5a0000;
}

.danger-zone h2 {
  color: #b30000;
  margin-bottom: 12px;
}

.warning-box {
  background-color: #ffe5e5;
  padding: 12px;
  border-left: 4px solid #ff0000;
  border-radius: 6px;
  margin: 16px 0;
  font-weight: bold;
}

.btn.delete-btn {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

.btn.delete-btn:hover {
  background-color: #bb2d3b;
}
.kvkk-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.kvkk-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.kvkk-close {
  color: #aaa;
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.kvkk-close:hover {
  color: #000;
}

.note-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.note-item {
  background: #fff;
  border: 1px solid #ddd;
  border-left: 5px solid #ccc;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.note-item.unread {
  border-left-color: #007bff;
  background-color: #f4f9ff;
}

.note-item.read {
  border-left-color: #28a745;
  background-color: #f7fdf8;
}

.note-info {
  font-size: 15px;
  margin-bottom: 8px;
}

.note-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.pagination-btn {
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #f1f1f1;
  color: #333;
  text-decoration: none;
}

.pagination-btn.active {
  background-color: #007bff;
  color: white;
}

.no-notes {
  text-align: center;
  color: #888;
  margin-top: 30px;
}

.car-stats-line {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: 8px 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.248);
  font-size: 13px;
  color: #333;
  max-width: 500px;
  margin: 0 auto;
}

.stat {
  display: flex;
  align-items: center;
  gap: 6px;
}

.stat i {
  font-size: 15px;
  color: #003399;
}

.stat span {
  color: #6c757d;
  font-weight: 500;
}

.stat strong {
  font-weight: 600;
  color: #212529;
}

.divider {
  width: 1px;
  height: 18px;
  background: #dee2e6;
}

.mini-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mini-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.mini-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 4px;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.mini-item:hover {
  background: #f1f1f1;
}

.mini-text h5 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}

.mini-text small {
  color: #777;
  font-size: 12px;
  display: block;
  margin-top: 2px;
  text-align: left;
}

/* mini-btn zaten sende var, aynen çalışır */

.mini-btn {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.mini-btn.car {
  background: #003399;
} /* Mavi */
.mini-btn.note {
  background: #03acc6;
} /* Açık mavi */
.mini-btn.lock {
  background: #eebf01;
} /* Gri */
.mini-btn.qr {
  background: #02130b;
} /* Yeşil */
.mini-btn:hover {
  transform: scale(1.08);
  filter: brightness(1.15);
}
.mini-btn.fuel {
  background: #fd7e14;
} /* Turuncu */
.mini-btn.insurance {
  background: #20c997;
} /* Yeşil-mavi */
.mini-btn.kasko {
  background: #ffc107;
} /* Sarı */
.mini-btn.tire {
  background: #495057;
} /* Koyu gri */
a {
  text-decoration: none;
}
.action-btn {
  flex: 1;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s;
  margin-bottom: 20px;
}
.action-btn.add {
  background: #039224;
}
.action-btn:hover {
  filter: brightness(1.1);
}
.center-btn {
  flex: 1;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s;
  margin-bottom: 20px;
  background-color: #d30d20;
}
