* {
      margin:0px;
      padding:0px;
      list-style-type: none; 
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
*:before, *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}

*:active, *:hover, *:focus { outline:0px !important; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body { 


padding-left:360px;padding-top:40px;padding-right: 30px;padding-bottom:30px;

  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  
  color: #4b5565;
-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
  font-size:14px;

  
    background:
        radial-gradient(900px 900px at 15% 10%, rgba(46,111,64,.10), transparent 55%),
        radial-gradient(900px 900px at 85% 20%, rgba(37,99,235,.10), transparent 55%),
        linear-gradient(180deg, #ffffff, #f6f7fb);
    min-height: 100vh;
}


textarea { resize: none;overflow: auto; }

a, a:hover, a:focus { color: #4b5565;cursor:pointer;text-decoration: none;  }


b, strong { font-weight: bold; }

img { border: 0;}
svg:not(:root) { overflow: hidden; }

button {  overflow: visible; }
button, input, optgroup, select, textarea {  color: inherit;  font: inherit; }
button, html input[type="button"], input[type="reset"], input[type="submit"] {  -webkit-appearance: button;  cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="radio"][disabled], input[type="checkbox"][disabled]{ cursor: not-allowed; }

optgroup { font-weight: bold; }

input,button,select,textarea {  font-family: inherit;  font-size: inherit;  line-height: inherit; }


small { font-size: 85%; }

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }
.text-muted { color: #999999;font-weight: 300; }
.text-primary { color: #3498db; }
.text-underline, 
.text-underline:hover, 
.text-underline:focus{ text-decoration: underline; }


.text-success { color: #27ae60; }
.text-info { color: #00afd1; }
.text-warning { color: #ffc61d; }
.text-danger { color: #f6504d; }


.thumbnail { display:block;padding: .25rem; background: #FFFFFF;border: 1px solid #dee2e6;border-radius: .25rem;text-align: center; }
.thumbnail img { width:100%;height:auto;max-width: 100%;cursor: pointer;vertical-align: middle; }
.thumbnail input {display: none;}
.thumbnail a { display: block;background: #f5f6fc;padding:5px; color: #25378b;text-align: center;width:100%; }

.container { margin-right: auto;margin-left: auto; padding-left: 15px; padding-right: 15px; }

@media (max-width: 992px) { .container { width: 100%; } }
@media (min-width: 992px) { .container { width: 95%; } }
@media (min-width: 1200px) { .container { width: 95%; } }

.row { margin-left: -15px;margin-right: -15px; }


[class*=col-] { position: relative;min-height: 1px;padding-left: 15px; padding-right: 15px; }

[class*=col-md] { float: left; }

.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }

.col-xs-offset-12 { margin-left: 100%; }
.col-xs-offset-11 { margin-left: 91.66666667%; }
.col-xs-offset-10 { margin-left: 83.33333333%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-8 { margin-left: 66.66666667%; }
.col-xs-offset-7 { margin-left: 58.33333333%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-5 { margin-left: 41.66666667%; }
.col-xs-offset-4 { margin-left: 33.33333333%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-2 { margin-left: 16.66666667%; }
.col-xs-offset-1 { margin-left: 8.33333333%; }

@media (min-width: 768px) {
      [class*=col-sm] { float: left; }
      .col-sm-12 { width: 100%; }
      .col-sm-11 { width: 91.66666667%; }
      .col-sm-10 { width: 83.33333333%; }
      .col-sm-9 { width: 75%; }
      .col-sm-8 { width: 66.66666667%; }
      .col-sm-7 { width: 58.33333333%; }
      .col-sm-6 { width: 50%; }
      .col-sm-5 { width: 41.66666667%; }
      .col-sm-4 { width: 33.33333333%; }
      .col-sm-3 { width: 25%; } 
      .col-sm-2 { width: 16.66666667%; }
      .col-sm-1 { width: 8.33333333%; }
}
@media (min-width: 992px) {
      [class*=col-md] { float: left; } 
      .col-md-12 { width: 100%;  }
      .col-md-11 { width: 91.66666667%; }
      .col-md-10 { width: 83.33333333%; }
      .col-md-9 { width: 75%; }
      .col-md-8 { width: 66.66666667%; }
      .col-md-7 { width: 58.33333333%; }
      .col-md-6 { width: 50%; }
      .col-md-5 { width: 41.66666667%; }
      .col-md-4 { width: 33.33333333%; }
      .col-md-3 { width: 25%; }
      .col-md-2 { width: 16.66666667%; }
      .col-md-1 { width: 8.33333333%; }
}
@media (min-width: 1200px) {
      [class*=col-lg] { float: left; }
      .col-lg-12 { width: 100%; }
      .col-lg-11 { width: 91.66666667%; }
      .col-lg-10 { width: 83.33333333%; }
      .col-lg-9 { width: 75%; }
      .col-lg-8 { width: 66.66666667%; }
      .col-lg-7 { width: 58.33333333%; }
      .col-lg-6 { width: 50%; }
      .col-lg-5 { width: 41.66666667%; }
      .col-lg-4 { width: 33.33333333%; }
      .col-lg-3 { width: 25%; }
      .col-lg-2 { width: 16.66666667%; }
      .col-lg-1 { width: 8.33333333%; }
}

.col-auto { margin:0 auto !important;float:none;max-width:1000px; }



.table { width: 100%;  max-width: 100%; border-spacing: 0;  }

.table > tbody > tr > td { 
      padding: 8px; 
      vertical-align: middle; 
      -webkit- transition: all .15s ease;
      -moz- transition: all .15s ease;
      -o-transition: all .15s ease;
      transition: all .15s ease;
}

.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child { padding-left:15px; }


.table > tbody > tr > td:last-child { text-align: right; }
.table > tbody > tr > td:last-child .btn-xs + .btn-xs{ margin-left:5px; }
.table > tbody > tr > td label + label{clear:both;display:block;margin-top:5px;width:100%;}


.table thead th, .table tfoot th {
      position: relative; 
      padding:15px 10px;
      background: #f5f6fc;
      color: #869fb1;
      font-weight: 600;
      font-size: 13px;
      white-space: nowrap;
      vertical-align: middle;
      text-overflow: ellipsis;
      text-align: left;
}



.form-control {
  display: block;
  font-size: 14px;
  background: #FFF;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: 100%;

    min-height: 46px;
    border-radius: 4px;
    border: 1px solid #d9dde7;
    background: #fbfbfd;
    color: #111827;
    padding: 0 14px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;

}
.form-control:focus { border-color: #697586;  }
.form-control::-moz-placeholder { color: #697586; opacity: 1; }
.form-control:-ms-input-placeholder { color: #697586; }
.form-control::-webkit-input-placeholder { color: #697586; }

.form-control[disabled], .form-control[readonly] { background: #f7f7f7; opacity: 1; }

.form-control[disabled]{ cursor: not-allowed; }


.login .form-control::placeholder{ color: rgba(107,114,128,.75); }

.login .form-control:focus{
    background: #ffffff;
    border-color: rgba(37,99,235,.65);
    box-shadow: 0 0 0 4px rgba(37,99,235,.15);
}


.form-control[type=color] { height:50px;cursor: pointer;  }


.form-group { margin-bottom: 25px; }
.form-group > label { display: block; vertical-align: middle;color:#6c7293; font-size:13px;margin-bottom:7px;color: rgb(75, 85, 101);font-weight:600; }



.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
      position: relative;
      display: inline-block;
      font-weight: normal;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      background: none;
      border:none;
      outline: none;
      white-space: nowrap;
      padding:8px 16px;
      border-radius: 3px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.15s ease;
      transition: all 0.15s ease;
      overflow: hidden;
}

.btn-xs { padding: .3em .6em; font-size: 75%; font-weight: bold; line-height: 1; border-radius: .25em; }
.btn-sm { padding: 5px 10px;font-size: 13px; }

.btn[disabled] { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }

.btn-default, .btn-default:hover, .btn-default:focus { background: #131318;color:#FFF; }
.btn-primary, .btn-primary:hover, .btn-primary:focus  {  background:#086ad8;color: #FFFFFF; }
.btn-success, .btn-success:hover, .btn-success:focus  { background: #27ae60;color: #FFFFFF; }
.btn-info, .btn-info:hover, .btn-info:focus  { background: #31b0d5; color: #FFFFFF; }
.btn-warning, .btn-warning:hover, .btn-warning:focus  { background: #d58512;color: #FFFFFF; }
.btn-danger, .btn-danger:hover, .btn-danger:focus  { background: #c9302c;color:#FFFFFF; }


.btn-block { display: block;width: 100%;}
.btn-block + .btn-block { margin-top: 5px; }


.nav > li { position: relative;display: block; }
.nav > li > a { position: relative; display: block; padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus { background: #ffffff; }
.nav > li.disabled > a { color: #e1e1e1; }
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  background: transparent;
  text-decoration: none;
  cursor: not-allowed;
  color: #e1e1e1;
}


.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }




[class*=label-] { display: inline-block;padding: .3em .6em;font-size: 75%;font-weight: bold;line-height: 1;color: #ffffff;vertical-align: baseline;border-radius: 3px; }
[class*=label-]:hover, [class*=label-]:focus{color:#FFFFFF; }
.label-default { background: #AAA; }
.label-primary { background: #3498db; }
.label-purple { background: #8e44ad; }
.label-primary { background: #3498db; }
.label-success { background: #27ae60; }
.label-info { background: #00afd1; }
.label-warning { background: #e67e22; }
.label-danger { background: #f6504d; }

.badge {  display: inline-block; background: #e1e1e1;width:15px;height:15px;line-height:15px; font-size: 12px; color: #ffffff;  text-align: center; border-radius: 100%; }


[class*=alert-]{ display: block; padding: 15px; border-radius: 4px; border:none;text-align: center; }
.alert-success { background: #27ae60; color: #FFF; }
.alert-info {  background: #d9edf7; color: #00afd1; }
.alert-warning { background: #fcf8e3; color: #ffc61d; }
.alert-danger { background: #f6504d; color: #FFF;}



.panel-default { display: block; position: relative;background: #ffffff;border-radius: 3px;}
.panel-body:not(table) {  position:relative;padding: 24px;}
.panel-heading { display: inline-flex;align-items: center;background: #ffffff; border-radius: 4px 4px 0px 0px;width:100%; padding: 20px 24px;border-bottom: 1px solid rgb(238, 242, 246);  }

.panel-title { margin-right: auto;font-weight: 500;font-size:18px;color:#121926; }
.panel-title > .far { margin-right:5px; }
.panel-actions { text-align:right;vertical-align: middle; }


.panel-footer { padding:24px;border-top:1px solid rgb(238, 242, 246); }

.modal { position: fixed;top: 0;right: 0; bottom: 0;left: 0;  display:flex;align-items: center;justify-content: center; background:rgba(0,0,0,.4);overflow-y: auto; z-index: 1050; }


@media (min-width: 768px) {
  .modal-normal { width: 900px; }
  .modal-medium { width: 600px;  }
  .modal-small { width: 300px;  }
}
@media (min-width: 992px) {
  .modal-large { width:75%; }
}

.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.panel-footer:before,
.panel-footer:after{
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.nav:after,
.panel-body:after,
.panel-footer:after {
  clear: both;
}


.hide {
  display: none !important;
}



@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}



@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}



@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

}



@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}


@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


/* =========================
   LIGHT THEME CORE OVERRIDES
   (Append to end of file)
   ========================= */

:root{
  --bg: #f6f7fb;
  --surface: #ffffff;
  --surface-2: #fbfbfd;
  --border: #e7eaf2;
  --border-2: #d9dde7;

  --text: #111827;
  --text-2: #374151;
  --muted: #6b7280;

  --primary: #2563eb;
  --primary-600: #1d4ed8;

  --success: #16a34a;
  --info: #0ea5e9;
  --warning: #f59e0b;
  --danger: #ef4444;

  --radius: 12px;
  --radius-sm: 10px;

  --shadow-sm: 0 1px 2px rgba(17,24,39,.06);
  --shadow-md: 0 10px 28px rgba(17,24,39,.10);
}

/* Base reset improvements */
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Erişilebilir focus: eski outline:0 yerine */
*:focus{ outline: none !important; }
*:focus-visible{
  outline: 3px solid rgba(37,99,235,.25) !important;
  outline-offset: 2px;
  border-radius: 8px;
}

html{
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Body layout: sidebar genişliğiyle uyumlu, mobilde sıfırla */
body{
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  color: #4b5565;
  font-size: 14px;

  padding-left: 360px; /* sidebar offset */
  overflow-x: hidden;

  background:
    radial-gradient(900px 450px at 15% 10%, rgba(46,111,64,.10), transparent 55%),
    radial-gradient(900px 450px at 85% 20%, rgba(37,99,235,.10), transparent 55%),
    linear-gradient(180deg, #ffffff, var(--bg));
  min-height: 100vh;
}

@media (max-width: 992px){
  body{
    padding: 16px;
    padding-left: 16px; /* mobilde sidebar offset olmasın */
  }
}

/* Links */
a, a:hover, a:focus{
  color: var(--text-2);
  cursor: pointer;
  text-decoration: none;
}

/* Typography helpers */
.text-muted{ color: var(--muted); font-weight: 400; }
.text-primary{ color: var(--primary); }
.text-success{ color: var(--success); }
.text-info{ color: var(--info); }
.text-warning{ color: var(--warning); }
.text-danger{ color: var(--danger); }

/* Containers (light cleanup) */
.container{ padding-left: 15px; padding-right: 15px; }
@media (min-width: 992px){ .container{ width: 95%; } }

/* =========================
   FORM CONTROLS
   ========================= */
.form-control{
  display: block;
  width: 100%;
  min-height: 46px;

  border-radius: var(--radius-sm);
  border: 1px solid var(--border-2);
  background: var(--surface-2);
  color: var(--text);

  padding: 0 14px;

  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.form-control::placeholder{ color: rgba(107,114,128,.75); }

.form-control:focus{
  background: var(--surface);
  border-color: rgba(37,99,235,.65);
  box-shadow: 0 0 0 4px rgba(37,99,235,.15);
}

.form-control[disabled],
.form-control[readonly]{
  background: #f3f4f6;
  border-color: var(--border);
  opacity: 1;
  cursor: not-allowed;
}

textarea.form-control{
  height: auto;
  padding: 12px 14px;
}

/* =========================
   BUTTONS (unify)
   ========================= */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger{
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-weight: 600;
  box-shadow: var(--shadow-sm);
}


.btn-primary:hover{ background: var(--primary-600); }
.btn-default:hover{ background: #0b1220; }
.btn-success:hover{ filter: brightness(.95); }
.btn-info:hover{ filter: brightness(.95); }
.btn-warning:hover{ filter: brightness(.97); }
.btn-danger:hover{ filter: brightness(.95); }

.btn[disabled]{
  cursor: not-allowed;
  opacity: .6;
  box-shadow: none;
}

.btn-xs{ padding: .35em .6em; font-size: 12px; border-radius: 9px; box-shadow: none; }
.btn-sm{ padding: 8px 10px; font-size: 13px; }

.btn-block{ display:block; width:100%; }

/* =========================
   PANELS (cards)
   ========================= */
.panel-default{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.panel-heading{
  background: var(--surface);
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
}

.panel-title{
  font-weight: 700;
  font-size: 16px;
  color: var(--text);
}

.panel-body:not(table){ padding: 20px; }
.panel-footer{
  padding: 18px 20px;
  border-top: 1px solid var(--border);
  background: #fafbff;
}

/* =========================
   TABLES (modern light)
   ========================= */
.table{
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.table thead th,
.table tfoot th{
  padding: 12px 16px;
  background: #f2f4fb;
  color: #374151;
  font-weight: 700;
  font-size: 13px;
  border-bottom: 1px solid var(--border);
}

.table > tbody > tr > td{
  padding: 12px 16px;
  color: #4b5563;
  border-top: 1px solid var(--border);
  vertical-align: middle;
  transition: background .15s ease;
}

.table > tbody > tr:hover > td{ background: #fafbff; }

.table > tbody > tr > td:last-child{ text-align: right; }
.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child{ padding-left: 16px; }

/* =========================
   LABELS / BADGES / ALERTS
   ========================= */
[class*=label-]{
  border-radius: 999px;
  padding: .35em .65em;
  font-size: 12px;
  font-weight: 700;
}

.badge{
  width: 18px; height: 18px; line-height: 18px;
  border-radius: 999px;
  background: #e5e7eb;
  color: #111827;
  font-size: 12px;
}

[class*=alert-]{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 14px 16px;
  text-align: left;
  background: var(--surface);
  color: var(--text-2);
  box-shadow: var(--shadow-sm);
}

.alert-success{ border-color: rgba(22,163,74,.25); background: rgba(22,163,74,.08); }
.alert-info{ border-color: rgba(14,165,233,.25); background: rgba(14,165,233,.08); }
.alert-warning{ border-color: rgba(245,158,11,.28); background: rgba(245,158,11,.10); }
.alert-danger{ border-color: rgba(239,68,68,.25); background: rgba(239,68,68,.10); }

/* =========================
   MODAL
   ========================= */
.modal{
  background: rgba(17,24,39,.45);
  padding: 16px;
}
.modal-normal, .modal-medium, .modal-small, .modal-large{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

/* Optional: keep your textarea behavior */
textarea{ resize: none; overflow: auto; }
