/* ========================================================================
   CSS DEĞİŞKENLERİ - GENEL TASARIM SİSTEMİ
   ======================================================================== */
:root {
    --kurumsal-lacivert: #1a237e;
    --kurumsal-gri: #f1f3f4;
    --fosfor-yesil: #39FF14;
    --krem-sari: #fff9c4;
    --input-h: 22px;
    /* Kullanıcı tema renkleri (JS tarafından dinamik olarak güncellenir) */
    --kullanici-baslik-rengi: #1a237e;
    --kullanici-arkaplan-rengi: rgba(244, 255, 92, 0.4);
}

body{margin: 0px; background: var(--kullanici-arkaplan-rengi, rgba(244, 255, 92, 0.4));}

.ince {
  overflow: scroll;
  white-space: wrap;
  height: 140px;
  width: 140px;
}
.ince::-webkit-scrollbar{
  width: 3px;
  height: 3px;
}
.ince::-webkit-scrollbar-thumb{
  background-color: #424242; 
}
.ince::-webkit-scrollbar-track{background-color: none;}


/*---------------------------------------------------------*/
.logo

{
	width: 100%;
	height: 80px;
	background: #E3F2FD;
	padding-top: 5px;
	font-family: Arial black;
	text-shadow: 3px 3px 2px #607D8B;
    color: darkblue;
	font-size: 50px;
	text-align: center;
	line-height: 40px;
	overflow: clip;
    white-space: nowrap;
    
}

/*---------------------------------------------------------*/

.sollogo

{
	
	height: 75px;
	float: left;
	vertical-align: center;

}

.unvan
{
	margin: 10px 0 10px 150px; position: absolute; float: left; font-size: 100%;
}

.tablo_baslik
{
	 width: 100%; background: #B0E0E6; font:bold 35px calibri;
	 border-radius: 5px;
	 margin-bottom: 10px; box-shadow: 3px 3px 4px #000; text-shadow: 0px 0px 3px white;
}

/*---------------------------------------------------------*/

.saglogo

{
	
	height: 75px;
	float: right; position: relative;

}

/*---------------------------------------------------------*/

.cont

{
	position: relative;
	background: lightgray;
	width: 100%;
	height: 55px;
	
}

/*---------------------------------------------------------*/

.anamenustil

{

	font-family: Arial Black;
	font-size: 18px;
	color: blue;
	padding: 1px;
}

/*---------------------------------------------------------*/

.anamenustil:hover

{
	color: darkblue;
	text-shadow: 0px 0px 1px #9E9E9E;
}

/*---------------------------------------------------------*/

.menu_aciliyor

{
	text-align: left;
	margin: 1px 0 0 53px;
    display: inline;
	width: 140px;
	height: 51px;
	overflow: clip;
    white-space: nowrap;
    float: left;
    text-shadow: 3px 3px 3px #9E9E9E;
    transition: width 1.5s, height 0.4s;
}

/*---------------------------------------------------------*/

.menu_aciliyor:hover

{
	width: 250px;
	height: 600px;

}

/*---------------------------------------------------------*/

.menu_aciliyor:hover .anamenustil

{
	color: darkblue;
	text-shadow: 0px 0px 1px #9E9E9E;
}

/*---------------------------------------------------------*/

.buton_acilanda

{
	font-family: Calibri;
	color: darkblue;
	width: 230px;
	text-align: left;
	height: 25px;
	font-size: 14px;
}

/*---------------------------------------------------------*/

.istatistik

{
	width: 100%;
	height: 218px;
	background: red;
	float: left;
	color: darkred;
	font-size: 30px;
	text-align: center;
	vertical-align: center;
	font-family: Arial Black;

}

/*---------------------------------------------------------*/

.altmenu

{
	width: 100%;
	height: 431px;
	background: #B0E0E6;
	
}

/*---------------------------------------------------------*/

ul
{
	list-style: none;
}

/*---------------------------------------------------------*/

.pratikmenu li a

{
	height: 25px;
	float: left;
	text-decoration: none;
	font-family: tahoma;

	margin: 5px;
	color: darkred;
	margin: 5px;
	line-height: 20px;
	padding: 6px;
	
}

/*---------------------------------------------------------*/

.pratikmenu li a:hover

{
	background: darkblue;
	color: lightgray;
}


.yuvarlakButon
{
	width:70px; height: 70px; background: green; border-radius:35px; text-align: center; font: bolder 14px calibri; color: white; border:none;
	text-shadow: 0px 0px 1px red; text-align: center;
}

.yuvarlakButon:active
{
	background:limegreen; font: 13px calibri;
}

/*---------------------------------------------------------*/

.yardim-ikonu 
{
    position: absolute;
    right: 20px;
    font-size: 26px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.yardim-ikonu:hover 
{
    transform: translateY(-15%) scale(1.05);
}


/*---------------------------------------------------------*/

.yardimsayfasi 
{
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.yardimsayfasikutu 
{
    background-color: #fff;
    width: 1000px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    font-family: Arial, sans-serif;
    overflow: hidden;
}

/*---------------------------------------------------------*/

.yardimbaslik 
{
    background-color: darkred;
    color: white;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kapat-carpi 
{
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

/*---------------------------------------------------------*/

.yardimicerik 
{
    padding: 20px;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
}

/* ========================================================================
   YARDIM SAYFASI VE ONAY KUTUSU - GENEL TASARIM
   ======================================================================== */

/* YARDIM SAYFASI STİLLERİ */
.yardimsayfasi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.yardimsayfasikutu {
    width: 700px;
    max-width: 90%;
    max-height: 85vh;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 2px solid #1a237e;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.yardimbaslik {
    background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid darkred;
}

.yardimbaslik h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Segoe UI', sans-serif;
    letter-spacing: 0.5px;
}

.kapat-carpi {
    font-size: 28px;
    cursor: pointer;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
    background: rgba(255, 255, 255, 0.1);
}

.kapat-carpi:hover {
    background: rgba(232, 17, 35, 0.9);
    transform: rotate(90deg) scale(1.1);
}

.yardimicerik {
    flex: 1;
    overflow-y: auto;
    padding: 20px 25px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
}

.yardimicerik::-webkit-scrollbar {
    width: 8px;
}

.yardimicerik::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.yardimicerik::-webkit-scrollbar-thumb {
    background: #1a237e;
    border-radius: 10px;
}

.yardimicerik::-webkit-scrollbar-thumb:hover {
    background: #0d47a1;
}

.yardimicerik p {
    margin: 10px 0;
    color: #424242;
}

.yardimicerik strong {
    color: #1a237e;
    font-weight: 600;
}

.yardimicerik h4 {
    margin: 15px 0 8px 0;
    color: darkred;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(139, 0, 0, 0.2);
}

.yardimicerik ul {
    margin: 8px 0;
    padding-left: 25px;
}

.yardimicerik li {
    margin: 6px 0;
    color: #555;
}

.yardimicerik li strong {
    color: #1a237e;
}

.notkutusu {
    background: linear-gradient(135deg, #fff9c4 0%, #fff59d 100%);
    border-left: 4px solid #f57c00;
    padding: 12px 15px;
    margin: 15px 0;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.notkutusu small {
    color: #424242;
    font-size: 12px;
    line-height: 1.5;
}

.yardimalt {
    background: #f1f3f4;
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: center;
}

.yardimkapat {
    padding: 10px 30px;
    background: #2e7d32;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Segoe UI', sans-serif;
    transition: all 0.2s;
    box-shadow: 0 2px 6px rgba(46, 125, 50, 0.3);
}

.yardimkapat:hover {
    background: #388e3c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.4);
}

.yardimkapat:active {
    background: #1b5e20;
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(46, 125, 50, 0.3);
}

/* ONAY KUTUSU STİLLERİ */
.onay-arka-plan {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

.onay-penceresi {
    width: 420px;
    background: #ffffff;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: modalAcilis 0.2s ease-out;
}

.onay-kapat-butonu {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: #e81123;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border: 2px solid white;
    transition: 0.2s;
}

.onay-kapat-butonu:hover {
    transform: scale(1.1);
    background: #b40b19;
}

.onay-baslik-bandi {
    height: 16px;
    width: 100%;
    background: #1a237e;
    border-radius: 2px 2px 0 0;
}

.onay-icerik {
    padding: 25px;
    text-align: center;
}

.onay-soru {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 10px;
}

.onay-detay {
    font-size: 13px;
    color: #666;
    margin-bottom: 25px;
}

.onay-buton-grubu {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.onay-btn {
    padding: 8px 25px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: 0.2s;
    min-width: 100px;
}

.onay-btn-evet {
    background: #2e7d32;
    color: white;
    box-shadow: 0 2px 4px rgba(46, 125, 50, 0.2);
}

.onay-btn-evet:hover {
    background: #388e3c;
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3);
    transform: translateY(-1px);
}

.onay-btn-evet:active {
    background: #1b5e20;
    transform: translateY(1px) scale(0.97);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
}

.onay-btn-hayir {
    background: #d32f2f;
    color: white;
    box-shadow: 0 2px 4px rgba(211, 47, 47, 0.2);
}

.onay-btn-hayir:hover {
    background: #e53935;
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.3);
    transform: translateY(-1px);
}

.onay-btn-hayir:active {
    background: #b71c1c;
    transform: translateY(1px) scale(0.97);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.3);
}

.onay-alt-bant {
    background: rgba(244, 255, 92, 0.4);
    padding: 10px;
    text-align: center;
    border-radius: 0 0 2px 2px;
    border-top: 1px solid #eee;
    font-size: 11px;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
}

/* ANIMASYONLAR */
@keyframes modalAcilis {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

/* NG-CLOAK */
[ng-cloak] {
    display: none !important;
}
