
/* BTYS v8.32.8 - BTİM Public Theme Rebuild
   Tek tema dosyası. Eski btim-v82702 / v83205 kuralları yüklenmez. */

:root{
  --btim8-blue:#176fa8;
  --btim8-blue-dark:#0f567f;
  --btim8-blue-soft:#edf6fc;
  --btim8-ink:#233b4c;
  --btim8-muted:#6b7f8e;
  --btim8-border:#d5dfe6;
  --btim8-bg:#f3f6f8;
  --btim8-white:#fff;
  --btim8-danger:#9f3340;
  --btim8-success:#176d50;
}

.btim-public-hero,
.btim-public-section,
.btim-public-panel,
.btim-cimer-track-page{
  box-sizing:border-box;
}
.btim-public-hero *,
.btim-public-section *,
.btim-public-panel *,
.btim-cimer-track-page *{
  box-sizing:border-box;
}

.btim-honeypot{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}

/* ---------- Üst alan ---------- */
.btim-public-hero.btim-v83208-hero{
  background:linear-gradient(180deg,#ffffff 0%,#f7fafc 100%);
  border-bottom:1px solid var(--btim8-border);
  padding:24px 0 20px;
}
.btim-public-hero .site-container,
.btim-public-section .site-container{
  width:min(1180px,calc(100% - 32px));
  max-width:1180px;
  margin:0 auto;
}
.btim-public-brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.btim-public-seal{
  width:62px;
  height:62px;
  flex:0 0 62px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--btim8-blue);
  border:5px solid #dceefa;
  color:#fff;
  font-size:14px;
  font-weight:900;
  letter-spacing:.04em;
}
.btim-public-brand>div:last-child{min-width:0}
.btim-public-brand small{
  display:block;
  color:var(--btim8-blue);
  font-weight:900;
  letter-spacing:.08em;
  font-size:11px;
}
.btim-public-brand h1{
  margin:2px 0 3px;
  color:var(--btim8-ink);
  font-size:clamp(27px,4vw,41px);
  line-height:1.1;
  overflow-wrap:anywhere;
}
.btim-public-brand p{
  margin:0;
  color:var(--btim8-muted);
  font-size:14px;
  line-height:1.5;
}

/* ---------- Sayfa / tab ---------- */
.btim-public-section.btim-v83208-section{
  background:var(--btim8-bg);
  padding:20px 0 44px;
  min-height:520px;
}
.btim-service-error{
  display:grid;
  gap:3px;
  margin-bottom:12px;
  padding:11px 13px;
  border:1px solid #efc3c8;
  border-radius:6px;
  background:#fff2f3;
  color:var(--btim8-danger);
}
.btim-public-tabs.btim-v83208-tabs{
  width:100%;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:5px;
  margin:0 0 10px;
  padding:5px;
  border:1px solid #d4dde4;
  border-radius:7px;
  background:#e7edf1;
}
.btim-public-tabs button{
  appearance:none;
  min-height:43px;
  border:1px solid transparent;
  border-radius:5px;
  background:transparent;
  color:#4d6576;
  font:inherit;
  font-weight:850;
  cursor:pointer;
}
.btim-public-tabs button:hover{background:#f8fbfd}
.btim-public-tabs button.active{
  background:var(--btim8-blue);
  border-color:var(--btim8-blue);
  color:#fff;
}
.btim-public-panel[hidden]{display:none!important}

/* ---------- Yeni başvuru kartı ---------- */
.btim-cimer-public-card{
  width:100%;
  background:#fff;
  border:1px solid #d2dbe2;
  border-radius:7px;
  overflow:hidden;
  box-shadow:0 5px 22px rgba(35,59,76,.055);
}
.btim-public-card-head{
  min-height:45px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:11px 14px;
  border-bottom:1px solid #d6dfe5;
  background:#eef1f3;
  color:#2d4556;
}
.btim-public-card-head strong{font-size:14px}
.btim-public-card-head span{
  color:#718594;
  font-size:11px;
}
#btimApplicationForm{
  display:block;
  padding:15px;
}

/* ---------- Wizard ---------- */
.btim-stepper{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:3px;
  margin-bottom:16px;
}
.btim-stepper button{
  appearance:none;
  min-width:0;
  min-height:45px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:8px 10px;
  border:0;
  border-radius:4px;
  background:#e9edef;
  color:#526978;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  overflow:hidden;
}
.btim-stepper button b{
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#617888;
  font-size:12px;
}
.btim-stepper button span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.btim-stepper button.active{
  background:var(--btim8-blue);
  color:#fff;
}
.btim-stepper button.active b{color:var(--btim8-blue)}
.btim-step-panel{
  display:grid;
  gap:15px;
}
.btim-step-panel[hidden]{display:none!important}

/* ---------- Başvuru türü ---------- */
.btim-type-choice{
  display:grid;
  gap:9px;
  padding:12px;
  border:1px solid var(--btim8-border);
  border-radius:5px;
  background:#fafcfd;
}
.btim-type-choice>span{
  font-size:12px;
  font-weight:900;
  color:#37566a;
}
.btim-type-radios{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.btim-type-radios label{margin:0}
.btim-type-radios input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.btim-type-radios label>span{
  display:inline-flex;
  align-items:center;
  min-height:37px;
  padding:8px 11px;
  border:1px solid #ccd7df;
  border-radius:5px;
  background:#fff;
  color:#3f596a;
  font-size:13px;
  font-weight:750;
  cursor:pointer;
  user-select:none;
}
.btim-type-radios input:checked+span{
  background:var(--btim8-blue-soft);
  border-color:#5495bf;
  color:var(--btim8-blue-dark);
  box-shadow:inset 0 0 0 1px #5495bf;
}

/* ---------- Formlar ---------- */
#btimApplicationForm .btim-form-grid,
#btimApplicationForm .btim-v83208-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
#btimApplicationForm .wide{grid-column:1/-1!important}
#btimApplicationForm label,
#btimTrackForm label{
  display:grid;
  gap:5px;
  min-width:0;
  margin:0;
  color:#3d586b;
  font-size:12px;
  font-weight:850;
}
#btimApplicationForm label small,
#btimTrackForm label small{
  color:#8293a0;
  font-weight:600;
}
#btimApplicationForm input:not([type="checkbox"]):not([type="radio"]),
#btimApplicationForm select,
#btimApplicationForm textarea,
#btimTrackForm input{
  width:100%;
  max-width:100%;
  min-width:0;
  min-height:43px;
  border:1px solid #c9d5dd;
  border-radius:5px;
  background:#fff;
  color:#273f50;
  padding:9px 10px;
  font:inherit;
  font-size:15px;
  outline:none;
}
#btimApplicationForm textarea{
  min-height:165px;
  resize:vertical;
  line-height:1.55;
}
#btimApplicationForm input:focus,
#btimApplicationForm select:focus,
#btimApplicationForm textarea:focus,
#btimTrackForm input:focus{
  border-color:#5d9fc8;
  box-shadow:0 0 0 3px rgba(23,111,168,.11);
}
.btim-counter{
  justify-self:end;
  color:#8394a1;
  font-size:10px;
}
.btim-file-list{
  display:grid;
  gap:5px;
  margin-top:3px;
}
.btim-file-item{
  padding:7px 9px;
  border:1px solid #dbe3e8;
  border-radius:4px;
  background:#f8fafb;
  color:#526978;
  font-size:11px;
  overflow-wrap:anywhere;
}

/* ---------- Step aksiyonları ---------- */
.btim-step-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:9px;
  padding-top:13px;
  border-top:1px solid #e2e8ec;
}
.btim-submit{
  appearance:none;
  width:auto;
  min-width:128px;
  min-height:42px;
  border:1px solid var(--btim8-blue);
  border-radius:5px;
  background:var(--btim8-blue);
  color:#fff;
  padding:9px 14px;
  font:inherit;
  font-weight:850;
  cursor:pointer;
}
.btim-submit:hover{background:var(--btim8-blue-dark)}
.btim-submit:disabled{opacity:.55;cursor:not-allowed}
.btim-submit.btim-back{
  border-color:#cbd6de;
  background:#fff;
  color:#345064;
}
.btim-submit.btim-back:hover{background:#f7fafc}

/* ---------- Son kontrol / KVKK ---------- */
.btim-review-box{
  padding:12px 13px;
  border-left:4px solid var(--btim8-blue);
  border-radius:4px;
  background:#f1f8fc;
  color:#405d70;
  line-height:1.55;
}
.btim-review-box strong{display:block;color:#29495e}
.btim-review-box p{margin:5px 0 0}
#btimApplicationForm details{
  border:1px solid #d6e0e6;
  border-radius:5px;
  overflow:hidden;
  background:#fff;
}
#btimApplicationForm details summary{
  cursor:pointer;
  padding:10px 12px;
  background:#f5f7f8;
  color:#3c5668;
  font-size:12px;
  font-weight:850;
}
.btim-legal-text{
  max-height:320px;
  overflow:auto;
  padding:12px;
  color:#536978;
  font-size:12px;
  line-height:1.55;
}
.btim-legal-text h3{
  margin:13px 0 5px;
  color:#314d60;
  font-size:12px;
}
.btim-legal-text p{margin:0 0 8px}
.btim-privacy-box,
.btim-special-data-box,
.btim-consent{
  border:1px solid #d9e1e6;
  border-radius:5px;
  background:#fbfcfd;
}
.btim-privacy-box{padding:11px}
.btim-privacy-warning{
  padding:9px 10px;
  border-radius:4px;
  background:#fff6e8;
  color:#80571d;
  font-size:11px;
  line-height:1.5;
}
.btim-consent{
  display:flex!important;
  grid-template-columns:none!important;
  align-items:flex-start;
  gap:8px!important;
  padding:10px;
  color:#40596b!important;
  line-height:1.5;
  font-size:12px!important;
}
.btim-consent input{
  flex:0 0 auto;
  margin:3px 0 0;
}
.btim-consent-required{
  border-color:#c8dce8;
  background:#f5fbff;
}

/* ---------- Submit sonucu ---------- */
.btim-result{
  margin:0 15px 15px;
  padding:11px 12px;
  border:1px solid #d5e0e7;
  border-radius:5px;
  background:#f8fafb;
  color:#405a6c;
  line-height:1.55;
}
.btim-result[hidden]{display:none!important}
.btim-result.success{
  border-color:#b6dfcf;
  background:#effaf5;
  color:var(--btim8-success);
}
.btim-result.error,
.btim-error{
  border:1px solid #efc4c9;
  border-radius:5px;
  background:#fff2f3;
  color:var(--btim8-danger);
  padding:11px;
}

/* ================================================================
   BAŞVURU TAKİP / CİMER BENZERİ DOSYA GÖRÜNÜMÜ
   ================================================================ */
.btim-cimer-track-page{
  width:100%;
  max-width:none!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.btim-cimer-track-layout{
  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  gap:13px;
  align-items:start;
}
.btim-cimer-track-sidebar{
  display:grid;
  gap:10px;
  min-width:0;
  position:sticky;
  top:84px;
}
.btim-cimer-side-actions{display:grid}
.btim-cimer-new-btn{
  appearance:none;
  min-height:42px;
  border:0;
  border-radius:4px;
  background:var(--btim8-blue);
  color:#fff;
  font:inherit;
  font-weight:850;
  cursor:pointer;
}
.btim-cimer-side-card{
  min-width:0;
  border:1px solid #d4dde4;
  border-radius:5px;
  background:#fff;
  overflow:hidden;
}
.btim-cimer-side-title{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  padding:10px 11px;
  border-bottom:1px solid #d4dde4;
  background:#eef1f3;
  color:#31495a;
  font-size:12px;
}
.btim-cimer-side-card form{
  display:grid;
  gap:9px;
  padding:11px;
}
.btim-cimer-search-btn{
  appearance:none;
  min-height:40px;
  border:0;
  border-radius:4px;
  background:var(--btim8-blue);
  color:#fff;
  font:inherit;
  font-weight:850;
  cursor:pointer;
}
.btim-cimer-help-card p{
  margin:0;
  padding:10px 11px;
  color:#647988;
  font-size:11px;
  line-height:1.55;
}
.btim-cimer-help-card .btim-cimer-safe-note{
  border-top:1px solid #e3e9ed;
  background:#f8fafb;
}
.btim-cimer-track-main{min-width:0}
.btim-cimer-track-empty{
  min-height:360px;
  display:grid;
  place-items:center;
  align-content:center;
  padding:28px;
  border:1px solid #d4dde4;
  border-radius:5px;
  background:#fff;
  text-align:center;
  color:#627887;
}
.btim-cimer-track-empty h2{
  margin:12px 0 5px;
  color:#2c485b;
}
.btim-cimer-track-empty p{
  max-width:600px;
  margin:0;
  line-height:1.6;
}
.btim-cimer-empty-icon{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:6px solid #e2f0f9;
  background:var(--btim8-blue);
  color:#fff;
  font-weight:900;
}

/* case file */
.btim-cimer-case{
  width:100%;
  min-width:0;
  border:1px solid #d1dae1;
  border-radius:5px;
  background:#fff;
  overflow:hidden;
}
.btim-cimer-case-head{
  min-height:43px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:9px;
  padding:10px 12px;
  border-bottom:1px solid #d1dae1;
  background:#eef1f3;
}
.btim-cimer-case-head strong{color:#2b4354}
.btim-cimer-case-head small{color:#778a98}
.btim-cimer-case-meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  padding:10px 12px;
  border-bottom:1px solid #e0e6ea;
}
.btim-cimer-case-meta>div{
  min-width:0;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:7px;
  align-items:center;
  padding:0 11px;
  border-right:1px solid #e0e6ea;
}
.btim-cimer-case-meta>div:first-child{padding-left:0}
.btim-cimer-case-meta>div:last-child{border-right:0}
.btim-cimer-case-meta span{
  color:#6a7e8d;
  font-size:10px;
  font-weight:850;
}
.btim-cimer-case-meta b{
  min-width:0;
  color:#334c5d;
  font-size:12px;
  overflow-wrap:anywhere;
}
.btim-cimer-application-body{padding:14px 13px 16px}
.btim-cimer-salute{
  margin-bottom:10px;
  color:#30495b;
  font-weight:850;
}
.btim-cimer-subject{
  margin-bottom:8px;
  color:#315a75;
  font-weight:850;
}
.btim-cimer-body-text{
  white-space:pre-wrap;
  color:#293f4e;
  font-size:13px;
  line-height:1.72;
  overflow-wrap:anywhere;
}
.btim-cimer-applicant{
  margin-top:14px;
  color:#496577;
  font-size:11px;
  line-height:1.5;
}
.btim-cimer-applicant strong{
  display:block;
  margin-bottom:2px;
  color:#294457;
}

.btim-cimer-section{
  margin:11px;
  border:1px solid #d5dde3;
  border-radius:3px;
  background:#fff;
  overflow:hidden;
}
.btim-cimer-section-title{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:8px 10px;
  border-bottom:1px solid #d5dde3;
  background:#eeeeef;
  color:#314858;
  font-size:12px;
  font-weight:850;
}
.btim-cimer-files{display:grid}
.btim-cimer-file{
  display:flex;
  align-items:center;
  gap:7px;
  min-width:0;
  padding:8px 10px;
  border-bottom:1px solid #e5eaed;
  color:#2e5b79;
  text-decoration:none;
  font-size:11px;
  overflow-wrap:anywhere;
}
.btim-cimer-file:last-child{border-bottom:0}

.btim-cimer-movement-table,
.btim-cimer-response-table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
  color:#334a5a;
  font-size:11px;
}
.btim-cimer-movement-table th,
.btim-cimer-movement-table td,
.btim-cimer-response-table th,
.btim-cimer-response-table td{
  padding:7px 8px;
  border-right:1px solid #e1e6e9;
  border-bottom:1px solid #e1e6e9;
  text-align:left;
  vertical-align:top;
  line-height:1.45;
  overflow-wrap:anywhere;
}
.btim-cimer-movement-table th:last-child,
.btim-cimer-movement-table td:last-child,
.btim-cimer-response-table th:last-child,
.btim-cimer-response-table td:last-child{border-right:0}
.btim-cimer-movement-table tr:last-child td,
.btim-cimer-response-table tr:last-child td{border-bottom:0}
.btim-cimer-movement-table th,
.btim-cimer-response-table th{
  background:#f5f6f7;
  color:#536979;
  font-weight:850;
}
.btim-cimer-movement-table th:nth-child(1){width:145px}
.btim-cimer-movement-table th:nth-child(2){width:130px}
.btim-cimer-response-table th:nth-child(1){width:145px}
.btim-cimer-response-table th:nth-child(3){width:235px}

.btim-cimer-move-icon{
  width:16px;
  height:16px;
  display:inline-grid;
  place-items:center;
  margin-right:5px;
  border-radius:50%;
  background:#238a50;
  color:#fff;
  font-size:9px;
  font-weight:900;
}
.btim-cimer-move-icon.dispatch{background:#ee9418}
.btim-cimer-move-icon.answer{background:var(--btim8-blue)}

.btim-cimer-answer-list{display:grid}
.btim-cimer-answer{
  border-bottom:1px solid #dde4e8;
}
.btim-cimer-answer:last-child{border-bottom:0}
.btim-cimer-answer-head{
  padding:8px 10px;
  background:#f7fafc;
  color:var(--btim8-blue);
  font-size:11px;
  font-weight:850;
  overflow-wrap:anywhere;
}
.btim-cimer-answer-text{
  padding:10px;
  white-space:pre-wrap;
  color:#334b5c;
  font-size:12px;
  line-height:1.65;
  overflow-wrap:anywhere;
}
.btim-cimer-empty-section{
  padding:10px;
  color:#738693;
  font-size:11px;
}
.btim-cimer-case-footer{
  padding:8px 11px;
  border-top:1px solid #dfe5e9;
  background:#f8fafb;
  color:#788a97;
  font-size:10px;
}
.btim-track-result:empty{display:none}

/* ---------- Tablet ---------- */
@media(max-width:900px){
  .btim-cimer-track-layout{grid-template-columns:220px minmax(0,1fr)}
  .btim-cimer-case-meta{grid-template-columns:1fr}
  .btim-cimer-case-meta>div{
    padding:7px 0;
    border-right:0;
    border-bottom:1px solid #e5eaed;
  }
  .btim-cimer-case-meta>div:last-child{border-bottom:0}
}

/* ---------- Mobil ---------- */
@media(max-width:720px){
  .btim-public-hero.btim-v83208-hero{padding:15px 0}
  .btim-public-hero .site-container,
  .btim-public-section .site-container{
    width:min(100% - 20px,1180px);
  }
  .btim-public-brand{
    align-items:flex-start;
    gap:10px;
  }
  .btim-public-seal{
    width:49px;
    height:49px;
    flex-basis:49px;
    border-width:3px;
    font-size:11px;
  }
  .btim-public-brand h1{font-size:25px}
  .btim-public-brand p{font-size:12px}
  .btim-public-section.btim-v83208-section{padding:11px 0 28px}

  .btim-public-tabs.btim-v83208-tabs{
    grid-template-columns:1fr 1fr;
    margin-bottom:8px;
  }
  .btim-public-tabs button{
    min-height:41px;
    padding:7px 5px;
    font-size:12px;
  }

  .btim-public-card-head{
    display:grid;
    min-height:0;
    padding:10px 11px;
  }
  #btimApplicationForm{padding:11px}

  .btim-stepper{
    grid-template-columns:1fr;
    gap:4px;
  }
  .btim-stepper button{
    justify-content:flex-start;
    min-height:40px;
    padding:7px 10px;
  }
  .btim-stepper button span{
    white-space:normal;
    text-align:left;
  }

  .btim-type-radios{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .btim-type-radios label>span{
    width:100%;
    min-height:41px;
  }

  #btimApplicationForm .btim-form-grid,
  #btimApplicationForm .btim-v83208-grid{
    grid-template-columns:minmax(0,1fr)!important;
  }
  #btimApplicationForm .wide{grid-column:1!important}

  #btimApplicationForm input:not([type="checkbox"]):not([type="radio"]),
  #btimApplicationForm select,
  #btimApplicationForm textarea,
  #btimTrackForm input{
    min-height:46px;
    font-size:16px;
  }
  #btimApplicationForm textarea{min-height:150px}

  .btim-step-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .btim-step-actions>span{display:none}
  .btim-step-actions .btim-submit{
    width:100%;
    min-width:0;
    min-height:45px;
  }
  .btim-result{margin:0 11px 11px}

  /* takip */
  .btim-cimer-track-layout{grid-template-columns:1fr}
  .btim-cimer-track-sidebar{
    position:static;
    top:auto;
  }
  .btim-cimer-help-card{display:none}
  .btim-cimer-track-empty{
    min-height:260px;
    padding:20px 14px;
  }
  .btim-cimer-case-head{display:grid}
  .btim-cimer-case-head small{font-size:10px}
  .btim-cimer-application-body{padding:12px 10px}
  .btim-cimer-section{margin:8px}

  .btim-cimer-movement-table,
  .btim-cimer-response-table,
  .btim-cimer-movement-table tbody,
  .btim-cimer-response-table tbody,
  .btim-cimer-movement-table tr,
  .btim-cimer-response-table tr,
  .btim-cimer-movement-table td,
  .btim-cimer-response-table td{
    display:block;
    width:100%;
  }
  .btim-cimer-movement-table,
  .btim-cimer-response-table{table-layout:auto}
  .btim-cimer-movement-table thead,
  .btim-cimer-response-table thead{display:none}
  .btim-cimer-movement-table tr,
  .btim-cimer-response-table tr{
    padding:7px 8px;
    border-bottom:1px solid #dbe3e8;
  }
  .btim-cimer-movement-table tr:last-child,
  .btim-cimer-response-table tr:last-child{border-bottom:0}
  .btim-cimer-movement-table td,
  .btim-cimer-response-table td{
    border:0;
    padding:4px 0;
  }
  .btim-cimer-movement-table td:before,
  .btim-cimer-response-table td:before{
    content:attr(data-label);
    display:block;
    margin-bottom:2px;
    color:#768997;
    font-size:9px;
    font-weight:900;
    text-transform:uppercase;
  }
}

/* ---------- Küçük telefon ---------- */
@media(max-width:430px){
  .btim-public-tabs.btim-v83208-tabs{grid-template-columns:1fr}
  .btim-type-radios{grid-template-columns:1fr}
  .btim-step-actions{grid-template-columns:1fr}
  .btim-consent{font-size:11px!important}
  .btim-cimer-case-meta>div{
    grid-template-columns:1fr;
    gap:2px;
  }
}
