.widget_summary { 
    display: flex; 
    align-items: center; 
    margin-bottom: 10px; 
}
.w_left  { width: 25%; }
.w_center{ width: 55%; }
.w_right { width: 20%; text-align: right; }
.x_content { 
    overflow: hidden; 
    font-size: 16px; 
    line-height: 1.5; 
}
.progress { height: 10px; }
.progress-bar { transition: width 0.3s ease; }


/* Normal ekranlar için */
#series-toggle label {
    font-size: 16px; /* büyük ekran yazı boyutu */
	
}

/* Küçük ekranlar için (smaller than 768px, yani md altı) */
@media (max-width: 767.98px) {
    #series-toggle label {
        font-size: 8px; /* küçük ekran yazı boyutu */
    }
	#reportrange22{font-size: 10px}
	#b1{font-size: 16px!important;}
}

/* Daha küçük ekranlar (mobil) için */
@media (max-width: 575.98px) {
    #series-toggle label {
        font-size: 8px; /* çok küçük ekran yazı boyutu */
    }
	#reportrange22{font-size: 8px}
	#b1{font-size: 16px!important;}
	#ekstraPanel{margin-top:10px}
}


.tile_info1 {
    width: 100%;
}
.tile_info1 tr {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.tile_info1 td {
    flex: 1;
    text-align: left;
}
.tile_info1 td:last-child {
    text-align: right;
}
.tile_info1 td:first-child {
    white-space: nowrap;
}

.x_content table { width: 100%; } 
.canvasDoughnutAsset { max-width: 140px; max-height: 140px; } 
.x_content { overflow: hidden; } 
.fa-square { font-size: 16px; vertical-align: middle; }


.x_content table {
    width: 100%;
}
.canvasDoughnutAsset {
    max-width: 140px;
    max-height: 140px;
}


    .tile_info {
        width: 100%;
    }

    /* 5’ten fazla satır için kaydırma çubuğu */
    .tile_info {
        max-height: 140px;
        overflow-y: auto;
        display: block;
    }

.tabStil:focus + .form-check-label 
{border: solid 2px #8A8A8A;
 border-top: none;
 border-left: none;
 border-right: none;}
ul.hesap li {

	border:1px #0099cc solid;
	border-bottom-right-radius:20px;
	border-top-left-radius:20px;
	float:left;
	padding:15px 20px;
	margin-left:20px;
	margin-bottom:20px;
	list-style-type:none;
	width:250px;
	text-align:center;
}
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #f00;
}
ul.hesap li span {
	display:block;
	text-align:center;
	font-size:16px;
	margin-top:5px;
}


ul.hesap a li:hover {
	background-color:#D5EEFF;
	
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
ul.hesap a li img {
	transform:scale(1.0);
	-webkit-transform:scale(1.0);
	-moz-transform:scale(1.0);
	-ms-transform:scale(1.0);
	
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
ul.hesap a li:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}


ul.ozellikler {
	font-size:14px;
	line-height:30px;
}

ul.ozellikler li {
	border-bottom:1px solid #0099cc;
	margin-bottom:15px;
}




.list-group-item:hover{
	 background-color: #f5f5f5;
}


.some_selected {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* yarı saydam karartma */
  display: none;
  z-index: 1000;
}

#loadingIndicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}

#loadingIndicator img {
  width: 96px;
  height: 96px;
}


/*ARKAPLAN RENKLER*/
.kirmizi { background-color:#F00; }
.yesil { background-color:#0F0; }
.mavi { background-color:#00F; }
.sari { background-color:#FFDE00; }
.beyaz { background-color:#FFF; }
.siyah { background-color:#000; }
.turuncu { background-color:#FF634D; }
.krem { background-color:#FDEDD0; }
.acikmavi { background-color:#BCF1ED; }
.bordo { background-color:#A31E39; }
.koyu{background-color:#222222;}
.gri{background-color:#dddddd!important;}
.acikgri{background-color:#f0f0f0!important;}
.acikyesil{background-color:#f1fbea;} 

.bkmanarenk{background-color:#2596be;}


/*YÜKSEKLİKLER*/

.h10 { height:10px; }
.h30 { height:30px; }
.h50 { height:50px; }
.h70 { height:70px; }
.h100 { height:100px; }
.h150 { height:150px; }
.h200 { height:200px; }
.h250 { height:250px; }
.h300 { height:300px; }
.h350 { height:350px; }
.h400 { height:400px; }
.h450 { height:450px; }
.h500 { min-height:500px; }
.h600 { height:600px; }
.h650 { height:650px; }
.h700 { height:700px; }
.h750 { height:750px; }
.h800 { height:800px; }
.h900 { height:900px; }
.h1000 { height:1000px; }
.h{height:auto;}
.htam{min-height:100%}

.mt-20{margin-top:-20px;}
.ml-10{margin-left:-10px;}


/*GENİŞLİKLER*/
.w5 { width:5px!important; }
.w10 { width:10px; }
.w15 { width:15px!important; }
.w20 { width:20px!important; }
.w25 { width:25px!important; }
.w30 { width:30px!important; }
.w50 { width:50px!important; }
.w70 { width:70px!important; }
.w100 { width:100px; }
.w120 { width:120px; }
.w150 { width:150px; }
.w200 { width:200px; }
.w250 { width:250px; }
.w300 { width:300px; }
.w350 { width:350px; }
.w400 { width:400px; }
.w450 { width:450px; }
.w500 { min-width:500px; }
.w{width:100%;}

.w5_ { width:5%!important; }
.w10_ { width:10%!important; }
.w15_ { width:15%!important; }
.w20_ { width:20%!important; }
.w25_ { width:25%!important; }
.w30_ { width:30%!important; }
.w35_ { width:35%!important; }
.w40_ { width:40%!important; }
.w45_ { width:45%!important; }
.w50_ { width:50%!important; }
.w55_ { width:55%!important; }
.w60_ { width:60%!important; }
.w70_ { width:70%!important; }


.dikyazi {
-ms-transform: rotate(270deg); 
-moz-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}

/* SweetAlert Modal Fix for Bootstrap */
.sweet-overlay {
    z-index: 2000 !important;
}
.sweet-alert {
    z-index: 2001 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.sCursor:hover {
	
    cursor: pointer;
	background-color:#BCF1ED;
}

.dikeyMetin {
  transform: rotate(-90deg);
}


/*YAZI RENKLERİ*/ 
.kirmiziT { color:#F00; }
.yesilT { color:#0F0; }
.maviT { color:#00F; }
.sariT { color:#FFDE00; }
.beyazT { color:#FFF !important; }
.siyahT { color:#000; }
.turuncuT { color:#FF634D; }
.kremT { color:#FDEDD0; }
.acikmaviT { color:#BCF1ED; }
.bordoT { color:#A31E39; }
.mavimsiT{color:#4ACCD1;}

/*MARGIN DEGERLERI*/
.mt10 { margin-top:10px }
.mt20 { margin-top:20px }
.mt15 { margin-top:15px }
.mr10 { margin-right:10px }
.mb10 { margin-bottom:10px }
.ml10 { margin-left:10px }
.mt30 { margin-top:30px }
.mr30 { margin-right:30px }
.mb30 { margin-bottom:30px }
.ml30 { margin-left:30px }
.ml50 { margin-left:50px }
.mr50 { margin-right:50px }
.mt5 { margin-top:5px }
.mr5 { margin-right:5px }
.mb5 { margin-bottom:5px }
.ml5 { margin-left:5px }
.mt0 { margin-top:0px }
.mr0 { margin-right:0px }
.mb0 { margin-bottom:0px }
.ml0 { margin-left:0px }
.m0{margin:0px !important;}
.m5{margin:5px!important;}
.m10{margin:10px!important;}
.m15{margin:15px!important;}
.m20{margin:20px!important;}
.mr20 { margin-right:20px }

/*PADDING DEGERLERI*/
.pt5{ padding-top:5px }
.pt10 { padding-top:10px }
.pr10 { padding-right:10px }
.pb10 { padding-bottom:10px }
.pl10 { padding-left:10px }
.pt0 { padding-top:0px }
.pr0 { padding-right:0px }
.pb0 { padding-bottom:0px }
.pl0 { padding-left:0px }
.p0{padding:0px !important;}
.p5{padding:5px !important;}
.p10{padding:10px !important;}
.p15{padding:15px !important;}
.p20{padding:20px !important;}
.pl20{padding-left:20px;}

/*yazı boyutları*/
.yb8{font-size:8px!important;}
.yb10{font-size:10px!important;}
.yb11{font-size:11px!important;}
.yb12{font-size:12px!important;}
.yb14{font-size:14px!important;}
.yb16{font-size:16px!important;}
.yb18{font-size:18px;}
.yb20{font-size:20px;}
.yb22{font-size:22px;}
.yb24{font-size:24px;}
.yb26{font-size:26px;}
.yb70{font-size:70px;}


.anketKutu{
	border-width:2px;
	border-color:#B3B3FF;
	border-style:solid;

}
svg:not(:root) { height: 100% !important; }

th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}
th.w30 {
  /* Something you can count on */
  width:20px !important;
 
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(0px, 0px)
    /* 45 is really 360 - 45 */
    rotate(-90deg);
  width: 30px;
  white-space:normal;
  height:150px;
   /*overflow: hidden;*/
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
td.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(0px, 0px)
    /* 45 is really 360 - 45 */
    rotate(-90deg);
  width: 30px;
  white-space:normal;
  height:150px;
   /*overflow: hidden;*/
}
td.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.ozelTablo > thead > tr > th,
.ozelTablo > tbody > tr > th,
.ozelTablo > tfoot > tr > th,
.ozelTablo > thead > tr > td,
.ozelTablo > tbody > tr > td,
.ozelTablo > tfoot > tr > td {
  padding: 4px!important; 
  line-height: 1.42857143!important; 
  vertical-align: top!important; 
  border-top: 1px solid #ddd!important; 
}
.ozelListe {
  position: relative;
  display: block;
  padding: 4px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/*
#dataTables-example{
float: left !important;	
}
.dataTables_paginate {
  float: left !important;
  float: left !important;
}
div.dataTables_paginate {
    float: left!important;
    margin: 0;
}*/

.genislik{
	width: 70.33333333%;
}
.sagaDaya{
	text-align:right;
}
.solaDaya{
	text-align:left;
}
.ortala{
	text-align:center!important;
}
.vOrtala{
	vertical-align:center!important;
}

@media print {
	
#ortalamaAltii {
    background-color: #FF0000 !important;
    -webkit-print-color-adjust: exact; 
	}
#ortalamaUstu {
    background-color: #00FF00 !important;
    -webkit-print-color-adjust: exact; 
	}
	#grafikRenk1 {
    background-color: #0B62A4 !important;
    -webkit-print-color-adjust: exact; 
	}
#grafikRenk2 {
    background-color: #f75b68 !important;
    -webkit-print-color-adjust: exact; 
	}
	#grafikRenk3 {
    background-color: #4DA74D !important;
    -webkit-print-color-adjust: exact; 
	}
#grafikRenk4 {
    background-color: #646464 !important;
    -webkit-print-color-adjust: exact; 
	}

.panel-heading {
    background-color: #f5f5f5 !important;
    -webkit-print-color-adjust: exact; 
	}
	   .noprint
      {
        display:none;
		
      }
	 
}
.yeniStil2 input {
	position: absolute;
	left: -999999px;
}
.yeniStil2 span.kutu {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #c62828;
	position: absolute;
	transition: all 0.5s;
	cursor: pointer;
}
.yeniStil2 span.metin {
	display: inline-block;
	margin-left: 30px;
	font: bold 14px/24px Arial;
	cursor: pointer;
}
.yeniStil2 input:checked + span.kutu {
	background: #558B2F;
}

/* ==========================================================================
   MOBILE UI LAYOUT IMPROVEMENTS (Antigravity Fixes)
   ========================================================================== */

/* Hiding utility for mobile */
@media (max-width: 767.98px) {
  .hide-on-mobile {
    display: none !important;
  }
  .top_search {
    display: none !important;
  }
}

/* Global Mobile Navigation Drawer Styles */
@media (max-width: 991px) {
  /* Sidebar drawer layout */
  .col-md-3.left_col {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 260px !important;
    height: 100vh !important;
    z-index: 10001 !important;
    background: #2A3F54 !important;
    overflow-y: auto !important;
    transform: translateX(-100%) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: block !important;
  }
  
  body.mobile-menu-active .col-md-3.left_col {
    transform: translateX(0) !important;
  }
  
  body.mobile-menu-active {
    overflow: hidden !important;
  }
  
  /* Backdrop overlay */
  .mobile-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000 !important;
    display: none;
    backdrop-filter: blur(2px);
    transition: opacity 0.3s ease;
  }
  
  body.mobile-menu-active .mobile-menu-backdrop {
    display: block !important;
  }
  
  /* Top menu flex removed to fix overlap bug */
  
  ul.navbar-right li {
    margin: 0 !important;
    padding: 0 8px !important;
    float: none !important;
    display: inline-block !important;
  }
  
  ul.navbar-right li a {
    padding: 8px 4px !important;
    font-size: 14px !important;
  }
  
  /* Enflasyon & Turu Başlat buttons on mobile */
  ul.navbar-right li a.btn {
    margin-top: 0 !important;
    padding: 4px 8px !important;
    font-size: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  ul.navbar-right li a.btn i {
    margin-right: 0 !important;
  }
  
  /* User profile toggle dropdown adjustments on mobile */
  .user-profile img {
    margin-right: 0 !important;
    width: 32px !important;
    height: 32px !important;
  }
  }


/* Responsive Table Cards (removes horizontal scroll) */
@media (max-width: 767.98px) {
  .portfoy_tablosu, 
  .portfoy_tablosu *, 
  .portfoy_tablosu *::before, 
  .portfoy_tablosu *::after {
    box-sizing: border-box !important;
  }

  .portfoy_tablosu, 
  .portfoy_tablosu thead, 
  .portfoy_tablosu tbody {
    display: block !important;
    width: 100% !important;
  }
  
  .portfoy_tablosu th, 
  .portfoy_tablosu td, 
  .portfoy_tablosu tr {
    display: block !important;
    width: auto !important;
  }
  
  .portfoy_tablosu thead {
    display: none !important;
  }
  
  .portfoy_tablosu.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
    table-layout: fixed !important;
  }

  .dataTables_wrapper .dataTables_scrollBody {
    overflow-x: hidden !important;
    overflow-y: visible !important;
  }
  
  .dataTables_wrapper .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .portfoy_tablosu tbody tr {
    margin-bottom: 20px !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    padding: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  }
  
  .portfoy_tablosu tbody td {
    text-align: right !important;
    padding: 10px 8px !important;
    border: none !important;
    border-bottom: 1px solid #f2f2f2 !important;
    position: relative !important;
    padding-left: 120px !important;
    min-height: 44px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    white-space: normal !important;
    word-break: break-word !important;
  }
  
  .portfoy_tablosu tbody td:last-child {
    border-bottom: none !important;
    justify-content: flex-end !important;
    gap: 8px !important;
  }
  
  .portfoy_tablosu tbody td::before {
    content: attr(data-label);
    position: absolute !important;
    left: 8px !important;
    top: 10px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    color: #4A5568 !important;
    text-align: left !important;
  }
  
  /* Fix buttons layout on mobile card */
  .portfoy_tablosu tbody td .btn {
    margin: 2px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
  }

  .label-align { text-align: left !important; padding-bottom: 5px; } 
  .dt-buttons { margin-bottom: 10px; text-align: center; } 
  .dt-buttons .btn { margin: 2px !important; padding: 5px 10px !important; font-size: 12px !important; }
}

@media (max-width: 767.98px) { .portfoy_tablosu tbody td:last-child { flex-wrap: nowrap !important; white-space: nowrap !important; display: flex !important; flex-direction: row !important; } .portfoy_tablosu tbody td .pull-right { float: none !important; margin: 0 !important; } }
