body {
  font-family: sans-serif;
}

body.login-body {
  background-color: #1e1e1c;
  font-family: 'Segoe UI', sans-serif;
}

.login-card {
  background-color: #2c2c29;
  max-width: 400px;
  width: 100%;
}

.login-logo {
  max-width: 150px;
  height: auto;
}

.text-gold {
  color: #d4af37;
}


  .btn-outline-gold {
    color: #d4af37;
    border: 1px solid #d4af37;
  }

  .btn-outline-gold:hover {
    background-color: #d4af37;
    color: #1e1e1c;
    border-color: #d4af37;
  }

h1, h2, h3, h4, h5, h6 {
  color: #d4af37 !important;
}


button,
.btn {
  font-weight: 600 !important;
}


.btn-gold {
  background-color: #d4af37;
  color: #1e1e1c;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-gold:hover {
  background-color: #bfa133;
  color: white;
}

.form-control:focus {
  border-color: #d4af37;
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}

@media (max-width: 768px) {
  .login-card {
    padding: 1.5rem;
    margin: 1rem;
  }

  .login-logo {
    max-width: 120px;
  }

  h5.text-gold {
    font-size: 1rem;
  }

  .form-label {
    font-size: 0.95rem;
  }
}

body {
  background-color: #2c2c29;
  color: #eeeeee;
}

.main-content {
  background-color: #2c2c29;
  padding: 20px;
  min-height: 100vh;
  color: #eeeeee;
}

.card-header {
  background-color: #2c2c29 !important;
  color: #d4af37 !important;
  border-bottom: 1px solid #444;
}


table, .form-control {
  background-color: #1e1e1c !important;
  color: #eeeeee !important;
  border: 1px solid #444 !important;
}

.table th {
  background-color: #4c4c49 !important;
  color: #d4af37 !important;
}

.table tr:hover td {
  background-color: #4b4b4b!important;
}

input::placeholder,
textarea::placeholder {
  color: #aaaaaa!important;
  opacity: 1!important;
}

    @media print {
      body * { visibility: hidden; }
      .container, .container * { visibility: visible; }
      .container { position: absolute; left: 0; top: 0; width: 100%; }
    }
    
  .page-break {
    page-break-before: always;
    break-before: page;
    height: 0;
    visibility: hidden;
  }


input[disabled], textarea[disabled], select[disabled] {
  background-color: #f8f9fa;  
  color: #6c757d;             
}

    
.sidebar .nav-link:hover {
  background-color: #5e4c43 !important;
}


.text-gold-lg {
    color: #d4af37 !important;
    font-size: 1.25rem;
    font-weight: 700;
}

 .navbar-icon {
    color: #d4af37;
    font-size: 1.3rem;
    transition: all 0.2s ease;
  }

  .navbar-icon:hover {
   color: white;
  }

.badge.badge-small {
  font-size: 0.75rem;
  padding: 1px 4px;
}
  
html {
  overflow-y: scroll;
}

.text-green-custom {
  color: #28a745; /* Bootstrap yeşili */
   font-weight: bold;
}




  #dosyaTablo th, #dosyaTablo td {
    padding: 4px 6px !important;  /* Daha sıkı görünüm için */
    white-space: nowrap;
    vertical-align: middle;
  }




.table-darkmode {
  background-color: #3f3f3f;
  color: #eeeeee;
}

.table-darkmode th {
  background-color: #2a2a2a;
  color: #ffffff;
}

.table-darkmode td {
  background-color: #2f2f2f;
  color: #dddddd;
  vertical-align: middle;
}

.table-darkmode tr:hover td {
  background-color: #1b1b1b;
}

.table-darkmode td,
.table-darkmode th {
  border-color: #3a3a3a;
}



.input-success {
  background-color: #fff;
  border: 1px solid #28a745;
  color: #212529;
}

.input-success::file-selector-button {
  background-color: #28a745;
  color: #fff;
  border: none;
  padding: 0.45rem 1rem;
  margin-right: 1rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.tapu-dot,
.ruhsat-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #198754; /* Bootstrap yeşil */
}


.nav-tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  font-weight: bold;
}

.nav-tabs .nav-link.active {
  border-bottom: 3px solid currentColor;
  background-color: transparent;
}

.nav-tabs .nav-link:hover {
  background-color: #2a2a2a;
}

    .custom-tabs {
  display: flex;
  border-bottom: 2px solid #333;
  gap: 10px;
}

.tab-link {
  padding: 10px 20px;
  background-color: #2a2a2a;
  color: #ccc;
  border: 1px solid #444;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.tab-link:hover {
  background-color: #3a3a3a;
  color: #fff;
}

.tab-link.active {
  background-color: #1e1e1e;
  color: #fff;
  border-color: #d4af37 #d4af37 transparent #d4af37;
  box-shadow: 0 -2px 10px rgba(212, 175, 55, 0.2);
}

input[type="date"] {
  color-scheme: dark;
  accent-color: #d4af37; /* Altın sarısı örnek */
}
  
  