html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #4286f4;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: #f8f9fa;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

/* FotokopiKapinda özel stilleri */
.fotokopikapinda-gradient {
  background: #373B44;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4286f4, #373B44);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4286f4, #373B44); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.fotokopikapinda-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.fotokopikapinda-navbar {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fotokopikapinda-footer {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* SweetAlert2 Toast Sağda Gösterme */
.swal2-toast-right {
  right: 20px !important;
  left: auto !important;
  transform: translateX(0) !important;
}

.swal2-toast-right.swal2-toast {
  margin-right: 20px !important;
  margin-left: auto !important;
}

/* SweetAlert2 Toast pozisyonunu zorla sağa al */
.swal2-container.swal2-top-end {
  justify-content: flex-end !important;
  align-items: flex-start !important;
}

.swal2-container.swal2-top-end .swal2-popup {
  margin-right: 20px !important;
  margin-left: auto !important;
  right: 0 !important;
  left: auto !important;
}

/* Container için ek stil */
.swal2-container-right {
  justify-content: flex-end !important;
  align-items: flex-start !important;
}

.swal2-container-right .swal2-popup {
  margin-right: 20px !important;
  margin-left: auto !important;
  right: 0 !important;
  left: auto !important;
}

/* Tüm SweetAlert2 toast'ları sağa zorla */
.swal2-container {
  justify-content: flex-end !important;
  align-items: flex-start !important;
}

.swal2-container .swal2-popup.swal2-toast {
  margin-right: 20px !important;
  margin-left: auto !important;
  right: 0 !important;
  left: auto !important;
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  left: auto !important;
}

/* FotokopiKapinda tema renkleri */
.text-fotokopi {
  color: #4286f4 !important;
}

.bg-fotokopi {
  background-color: #4286f4 !important;
}

.border-fotokopi {
  border-color: #4286f4 !important;
}

.btn-fotokopi {
  background-color: #4286f4;
  border-color: #4286f4;
  color: white;
}

.btn-fotokopi:hover {
  background-color: #373B44;
  border-color: #373B44;
  color: white;
}