
.login-wrapper {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5vh;
  box-sizing: border-box;

}

/* Görseli alt tarafa odaklayıp sığdıran stil */
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom; /* Görselin alt tarafını (masayı) korur */
  z-index: 1;
  object-position: center 65%;
}

/* Formun resmin üstünde kalmasını sağlar */
#yonetim_giris_body {
  position: relative;
  z-index: 2;
}
*{margin:0px;padding:0px;border:0px;font-size:100%;font:inherit;vertical-align:baseline;border-spacing:0px;}
#yonetim_giris_body{background-color:#edf0f5;font-family:"Verdana", Lucida Grande, Tahoma, Arial, sans-serif;font-size:13px;}
#yonetim_giris_kapsayici{margin:10% auto;width:297px;height:180px;padding:10px 25px 0 25px;background:url('images/1.png');}
#yonetim_giris_kapsayici input[type=text], #yonetim_giris_kapsayici input[type=password]
{
    width:190px;
    padding:0 5px 0 5px;
    height:46px;
    border:1px solid #e1e1e1;
    margin-bottom:12px;
    border-radius:5px;
    color:#9e9696;
    float:left;
}
#yonetim_giris_kapsayici p {
    width: 90px;
    padding: 15px 5px 0 0;
    float: left;
    font-size: 13px;
}
#yonetim_giris_kapsayici input[type=submit] {
    width: 295px;
    height: 46px;
    border: 1px solid #a2c359;
    margin-bottom: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    background-color: blue;
    cursor: pointer;
}
#yonetim_giris_kapsayici span {
    color: #990000;
}
#yonetim_giris_kapsayici a {
    color: #0000CC;
    text-decoration: underline;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
	background-color: blue;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: blue;
}

::-webkit-scrollbar-thumb
{
	background-color: blue;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, 1) 0%,
											  rgba(0, 0, 0, 1) 25%,
											  transparent 100%,
											  rgba(0, 0, 0, 1) 75%,
											  transparent)
}
#imageModal {
    border: none;
    border-radius: 10px;
    padding: 0;
    margin: auto; /* Ekranın tam ortasına kilitler */
    max-width: 650px; /* Pencerenin maks genişliği */
    width: 90vw;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    overflow: hidden;
}

/* Modal Açıldığında Arkadaki Karartı */
#imageModal::backdrop {
    background: rgba(0, 0, 0, 0.7);
}

/* İç Kapsayıcı */
.modal-body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
#imageModal .modal-body {
    overflow: hidden; /* Büyüyen resmin modal dışına taşmasını engeller */
}

#modalImg {
    transition: transform 0.05s ease-out; /* Tepki süresini hızlandırdık */
    transform-origin: center center;
}
/* Büyütülen Resim Sınırları */
#modalImg {
    max-width: 100%;
    max-height: 70vh; /* Ekran yüksekliğinin %70'ini aşmaz */
    object-fit: contain;
    display: block;
    border-radius: 4px;
}

/* Sağ Üst Kapat Butonu */
#imageModal .close-btn {
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    z-index: 99;
}

#imageModal .close-btn:hover {
    color: #e74c3c;
}
#modalImg {
    max-width: 100%;
    max-height: 80vh; /* Ekran yüksekliğine sığdır */
    object-fit: contain;
    display: block;
    border-radius: 4px;
    
    /* Önemli: Başlangıç imleci ve transform değerleri JS ile senkronize olmalı */
    cursor: zoom-in;
    transform: translate(0px, 0px) scale(1);
    
    /* Wheel eventi sırasında JS ile kontrol edilecek */
    transition: none; 
}
body {
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font: 75%/120% Arial, Helvetica, sans-serif;
   background:lightblue;
   text-align:center;
}
html, body {
  max-width: 100%;
  overflow-x: hidden; /* Sağ tarafa taşan kısımları keser */
}
a:focus {
	outline: none;
}
#panel {
	background: blue;
	height: 250px;
	display: none;
	padding-top:20px;
}
.slide {
	
	margin: 0;
	padding: 0 0 0 0;
	border-top: solid 4px black;
	background: url("http://www.graphicsfamily.com/test/zmn.png") no-repeat center top ;
}
.btn-slide {
	background: blue;
	text-align: center;
	width: 100px;
	height: 20px;
	padding: 5px 10px 5px 5px;
	display: block;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	border-bottom-right-radius: 30px;
}
.active {
	background-position: right 12px;
}

.copyright{
	width:100%;
	height:auto; 
	background-color:#171717;
	color:#aaa;
	position:fixed; 
	bottom:0px;
	font:  10px Arial;
	padding:5px;
	opacity:0.6;
	border-top:#a00 2px solid;
	z-index:99999;
	left:0px;
	right:0px;
	text-align:center;}
.copyright:hover{opacity:1}

.aaa{
    display: block;
  background-color:white;
  text-decoration: none;
	margin:auto;
  color:red;
  font-size:15px;
  border:3px solid black;
	border-radius:30px;
	font-weight:bold; 
	font-family: "Times New Roman", Times, serif;
  width:150px;
  height:40px;
  margin-left:20px;
}
.aaa:hover{
	background:#FFDEDE;
}
.bbb{
    display: block;
  background-color:black;
  text-decoration: none;
	margin:auto;
  color:white;
  font-size:40px;
  border:5px solid black;
	border-radius:30px;
	font-weight:bold; 
	font-family: "Times New Roman", Times, serif;
  width:200px;
  height:150px;
  margin-left:80px;
  margin-top:5px;
}
.bbb:hover{
	background:#FFDEDE;
}
.zzz{
    display: block;
  background-color:black;
  text-decoration: none;
	margin:auto;
  color:white;
  font-size:40px;
  border:5px solid black;
	border-radius:30px;
	font-weight:bold; 
	font-family: "Times New Roman", Times, serif;
  width:300px;
  height:150px;
  margin-left:80px;
  margin-top:5px;
  line-height:50px;
}
.zzz:hover{
	background:#FFDEDE;
}
.ccc{
  display: inline-block !important;
  background-color:white;
  text-decoration: none;
	margin:auto;
  color:red;
  font-size:15px;
  line-height:15px;
  border:2px solid black;
	border-radius:30px;
	font-weight:bold; 
	font-family: "Times New Roman", Times, serif;
  width:40px;
  height:30px;
}
.ccc:hover{
	background:#FFDEDE;
}
.ddd{
    display: block;
  background-color:#fff4a3;
  text-decoration: none;
	margin:auto;
  color:red;
  font-size:20px;
  line-height:30px;
  border:5px solid black;
	border-radius:30px;
	font-weight:bold; 
	font-family: "Times New Roman", Times, serif;
  width:300px;
  height:100px;
  margin-left:20px;
  margin-top:20px;
}
.ddd:hover{
	background:#FFDEDE;
}
.eee{
    display: block;
  background-color:lightblue;
  text-decoration: none;
	margin:auto;
  color:red;
  font-size:25px;
  line-height:30px;
  border:5px solid black;
	border-radius:30px;
	font-weight:bold; 
	font-family: "Times New Roman", Times, serif;
  width:80px;
  height:40px;
  margin-left:20px;
  margin-top:20px;
}
.eee:hover{
	background:#FFDEDE;
}
.fff{
    display: block;
  background-color:white;
  text-decoration: none;
	margin:auto;
  color:red;
  font-size:40px;
  line-height:30px;
  border:10px solid black;
	border-radius:30px;
	font-weight:bold; 
	font-family: "Times New Roman", Times, serif;
  width:250px;
  height:200px;
  margin-left:15px;
  margin-top:50px;
}
.fff:hover{
	background:#FFDEDE;
}
table, th, td {
  padding:2px;
  margin:20px auto;
font-weight:bold; 
font-size:10px;
line-height:10px;
text-align:center;
	border:1px solid;
    border-collapse: collapse; 
	width:95%;
}
tr{
	background:#C4C4C4;
}
tr:hover{
	background:#ff8282;
}
.ggg{
    display: block;
  background-color:blue;
  text-decoration: none;
	margin:auto;
  color:white;
  font-size:25px;
  line-height:30px;
  border:5px solid black;
	border-radius:30px;
	font-weight:bold; 
	font-family: "Times New Roman", Times, serif;
  width:200px;
  height:100px;
  margin-left:20px;
  margin-top:20px;
  margin-bottom:50px;
}
.ggg:hover{
	background:#FFDEDE;
}
.veri{
	width:120px;
	height:60px;
	font-weight:bold;
	font-size:50px;
	border:1px solid red;
	margin:auto;
}
input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
        display: none;
      }
.tamtut{
	background:white;
	border:solid 3px blue;
	font-size:20px; 
	padding:10px;
}
.tamtut:hover{
	background:#FFDEDE;
}
.excelaktar{
	margin-bottom:300px;
	border:5px solid green;
	font-size:25px;
	width:200px;
	height:100px;
	background:white;
	line-height:30px;
	border-radius:30px;
	margin-right:100px;
	float:right;
	background:#507756;
}
.excelaktar:hover{
	background:white;
}
.hhh{
	margin-top:20px;
  background-color:white;
  text-decoration: none;
  color:red;
  font-size:20px;
  line-height:20px;
  border:2px solid black;
	border-radius:30px;
	font-weight:bold; 
	font-family: "Times New Roman", Times, serif;
  width:100px;
  height:60px;
}
.hhh:hover{
	background:#FF0A0A;
	color:black;
}
.jjj{
    display: block;
  background-color:red;
  text-decoration: none;
	margin:auto;
  color:white;
  font-size:30px;
  line-height:30px;
  border:5px solid black;
	border-radius:30px;
	font-weight:bold; 
	font-family: "Times New Roman", Times, serif;
  width:300px;
  height:100px;
}
.jjj:hover{
	background:#FFDEDE;
	color:black;
}
.radio-input {
  display: flex;
  align-items: center;
  gap: 2px;
  background-color: lightblue;
  padding: 4px;
  border-radius: 10px;
  z-index: -1;
}

.radio-input input {
  display: none;
}

.radio-input .label {
  width: 90px;
  height: 60px;
  background: linear-gradient(to bottom, #333333, rgb(36, 35, 35));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: all 0.1s linear;
  border-top: 1px solid #4e4d4d;
  background-color: #333333;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 17px 5px 1px rgba(0, 0, 0, 0.2);
}

.label:has(input[type="radio"]:checked) {
  box-shadow: 0px 17px 5px 1px rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #1d1d1d, #1d1d1d);
  border-top: none;
}

.label:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.label:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 103%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(
    to bottom,
    transparent 10%,
    transparent,
    transparent 90%
  );
  transition: all 0.1s linear;
  z-index: -1;
}

.label:has(input[type="radio"]:checked)::before {
  background: linear-gradient(
    to bottom,
    transparent 10%,
    #cae2fd63,
    transparent 90%
  );
}

.label .text {
  color: red;
  font-size: 15px;
  line-height: 12px;
  padding: 0px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.1s linear;
  text-shadow:
    -1px -1px 1px rgb(224, 224, 224, 0.1),
    0px 2px 3px rgb(0, 0, 0, 0.3);
}

.label input[type="radio"]:checked + .text {
  color: rgb(202, 226, 253);
  text-shadow: 0px 0px 12px #cae2fd;
}


/* Hem başlık (th) hem de içerik (td) hücreleri için geçerli */
table th, table td {
    text-align: center;      /* Yatayda tam ortalama */
    vertical-align: middle;   /* Dikeyde (aşağı-yukarı) tam ortalama */
    padding: 10px;           /* İç boşluk vererek yazıları rahatlatır */
    word-wrap: break-word;   /* Uzun yazılar sığmazsa alt satıra geçer */
}

/* Fatura sütunundaki resimlerin hücreyi patlatmaması için kontrol */
table td img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;          /* Resmi de yatayda ortalar */
}
.baslik11{
	text-align:center;
	color:red;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
.dinamik-form .form-group {
      margin-bottom: 15px;
      display: flex;
      flex-direction: column;
      max-width: 400px;
	font-size:20px;
    }

    .dinamik-form .form-label {
      font-weight: bold;
      margin-bottom: 5px;
	font-size:20px;
	line-height:25px;
	margin:0 auto;
    }

    .dinamik-form .form-input {
      padding: 8px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 4px;
	font-size:20px;
	line-height:25px;
	width:300px;
	margin:0 auto;
    }

    .dinamik-form .form-textarea {
      resize: vertical;
	font-size:20px;
    }
	
.table-img {
  width: 100%;
  max-width: 80px; /* Tabloda küçük dursun */
  cursor: pointer;
  border-radius: 4px;
  transition: opacity 0.2s;
}

.table-img:hover {
  opacity: 0.8;
}

/* MODAL ARKA PLAN (Ön planda durur, tüm ekranı kaplar) */
.modal {
  display: none; /* Varsayılan olarak gizli */
  position: fixed;
  z-index: 9999; /* Sayfadaki her şeyin üstünde durur */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85); /* Yarı saydam siyah arka plan */
  justify-content: center;
  align-items: center;
}

/* MODAL İÇİNDEKİ BÜYÜK RESİM */
.modal-content {
  max-width: 90%;
  max-height: 85%;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
  animation: zoomIn 0.25s ease-in-out; /* Açılış efekti */
}

/* SAĞ ÜST KÖŞEDEKİ KAPATMA (X) BUTONU */
.close-btn {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

.close-btn:hover {
  color: #ff4d4d;
}

/* Hafif Büyüme Efekti */
@keyframes zoomIn {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}	
.table-responsive {
  width: 100%;
  overflow-x: auto; /* Ekran yetmezse tablo alanına kaydırma çubuğu koyar */
  -webkit-overflow-scrolling: touch; /* Mobilde yumuşak kaydırma */
}
.dosyasec{
	background:blue;
	color:red;
}
.sgk-popup-overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  
}

/* Pop-up Pencere Kutusu */
/* Pop-up Pencere Kutusu */
.sgk-popup-pencere {
    background-color: #BCBBBB;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 1700px; /* Çok geniş ekranlarda aşırı yayılmaması için */
    
    /* Ekrana sabitleme ve tam ortalama */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    /* Ekran yüksekliğini sınırlama ve dikey kaydırma */
    height: 90vh;
    overflow-y: auto;
    overflow-x: auto;
    
    text-align: left;
    color: #333;
    box-sizing: border-box;
}

/* Kapat (X) Butonu */
.sgk-popup-kapat {
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  z-index: 10;           /* Tablonun üstünde kalsın */
}

.sgk-popup-kapat:hover {
  color: #e74c3c;        /* Üzerine gelince kırmızı olsun */
}

/* Tablodaki Görüntüle Butonu */
.btn-sgk-detay {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 6px 14px;
  border-radius: 12px;
  cursor: pointer;
}
input[type="number"] {
  width: 100%;
  max-width: 200px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}

/* Tıklandığında / Odaklandığında (Focus) */
input[type="number"]:focus {
  border-color: #d32f2f; /* Butondaki kırmızı tonuyla uyumlu */
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.2);
}
.sgk-islem-grubu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  width: 100%;
}

/* Input ve 'Bildirim Yap' butonunu yan yana getiren form */
.bildirim-form {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
}

/* ccc sınıfının satırı kaplamasını engeller */


/* Input genişliği */
.bildirim-form input[type="number"] {
  width: 160px;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
}
.arkaplan{
	background:white;
}
/* İkinci (İç) Pop-up Arka Katmanı */
.sgk-alt-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2000; /* Birinci pop-up'ın üstünde kalması için */
}

/* İkinci Pop-up Penceresi (Diğerinden daha küçük boyutlu) */
.sgk-alt-popup-pencere {
    position: relative;
    background-color: #fff;
	margin: 0 auto;
    padding: 20px;
    width: 70%;         /* Birinci pop-up'tan daha dar/küçük */
    max-width: 1200px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
	height: 65vh;
	max-height: 1200px;
}


.sgk-alt-popup-kapat {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}
.goruntule-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2000; /* Ana pop-up'ın üstünde durması için */
}

/* Görüntüle Pop-up Penceresi */
.goruntule-popup-pencere {
    position: relative;
    background-color: #fff;
    margin: 6% auto;
    padding: 20px;
    width: 70%;
    max-width: 750px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

/* Kapat Butonu (×) */
.goruntule-popup-kapat {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}






@media (min-width: 768px){
	
.aaa{
	width:200px;
	height:100px;
	font-size:25px;
	line-height:30px;
}
.copyright{
	font-size:15px;
}
table, th, td {
	font-size:20px;
	line-height:20px;
}
td{
	width:300px;
}
.ccc{
	width:250px;
	height:50px;
	font-size:25px;
	font-height:bold;
}	
.baslik11{
	font-size:30px;
}
.hhh{
	font-size:30px;
	width:200px;
	height:80px;
}	
	
	
	
	
	
}