/* v3.12.43 — İşletme dashboard grafik ve son işler görünüm düzeltmeleri */
.biz-collection-layout{display:grid;grid-template-columns:146px minmax(0,1fr);gap:18px;align-items:center;min-height:152px}
.biz-collection-ring{width:136px;height:136px;display:grid;place-items:center;margin-inline:auto}
.biz-collection-ring svg{display:block;width:136px;height:136px;overflow:visible}
.biz-collection-details{display:grid;gap:11px;min-width:0}
.biz-collection-rate{padding:12px 13px;border:1px solid #e7def8;border-radius:15px;background:linear-gradient(135deg,#faf7ff,#fff)}
.biz-collection-rate small{display:block;color:#80758f;font-size:10px;font-weight:750}
.biz-collection-rate strong{display:block;margin:3px 0;color:#281f3d;font-size:21px;line-height:1.1;font-variant-numeric:tabular-nums}
.biz-collection-rate span{display:block;color:#968da4;font-size:9px;line-height:1.4}
.biz-collection-details .biz-donut-legend{gap:7px}
.biz-collection-details .biz-donut-legend span{padding:8px 9px}
.biz-card-head>.chip{max-width:100%;white-space:normal;text-align:center;line-height:1.35}

.biz-weekly-chart{position:relative}
.biz-weekly-bars{min-height:198px;padding:8px 4px 0;gap:8px;border-bottom:1px solid #eee8f7}
.biz-week-col{min-width:0;gap:7px}
.biz-week-values{min-height:31px;display:grid;justify-items:center;align-content:end;gap:1px;line-height:1.15}
.biz-week-values b{color:#4d4260;font-size:10px;font-weight:800;white-space:nowrap}
.biz-week-values span{color:#7f75a0;font-size:9px;font-weight:700;white-space:nowrap}
.biz-week-pair{height:116px;align-items:flex-end;justify-content:center;gap:5px}
.biz-week-pair span{width:16px;min-height:2px;transition:height .25s ease,opacity .25s ease}
.biz-week-pair span.is-zero{opacity:.16;box-shadow:none}
.biz-week-col>small{display:grid;justify-items:center;gap:1px;line-height:1.2}
.biz-week-col>small b{color:#635873;font-size:10px}
.biz-week-col>small em{color:#9a91a8;font-size:8px;font-style:normal;font-weight:650;white-space:nowrap}
.biz-weekly-empty-note{position:absolute;left:50%;top:50%;transform:translate(-50%,-35%);width:min(90%,430px);padding:10px 12px;border:1px dashed #d9d0e9;border-radius:12px;background:rgba(255,255,255,.94);color:#847a92;font-size:10px;font-weight:700;text-align:center;pointer-events:none}

.biz-recent-jobs{display:grid;gap:9px}
.biz-recent-job{width:100%;display:grid;grid-template-columns:50px minmax(0,1fr) minmax(145px,auto) 22px;align-items:center;gap:12px;padding:12px 13px;border:1px solid #eee7f8;border-radius:16px;background:linear-gradient(180deg,#fff,#fbf9ff);color:inherit;text-align:left;box-shadow:0 7px 18px rgba(75,48,128,.035);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.biz-recent-job:hover{border-color:#d8cdf3;box-shadow:0 11px 24px rgba(75,48,128,.08);transform:translateY(-1px)}
.biz-recent-date{width:46px;min-height:50px;border-radius:14px;background:#f0ebff;color:#603dc8;display:grid;place-content:center;text-align:center;line-height:1}
.biz-recent-date b{font-size:17px;font-weight:850}
.biz-recent-date small{margin-top:4px;font-size:9px;font-weight:750;text-transform:uppercase}
.biz-recent-main{min-width:0;display:grid;gap:3px}
.biz-recent-main strong{color:#302640;font-size:13px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.biz-recent-main small{color:#746a82;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.biz-recent-main em{color:#9a91a7;font-size:9px;font-style:normal;line-height:1.35}
.biz-recent-finance{text-align:right;display:grid;justify-items:end;gap:5px}
.biz-recent-finance>b{color:#2d243c;font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap}
.biz-recent-finance small{display:inline-flex;min-height:24px;align-items:center;padding:4px 8px;border-radius:999px;font-size:8px;font-weight:800;white-space:nowrap}
.biz-recent-finance small.paid{background:#e9f8ef;color:#138049}
.biz-recent-finance small.due{background:#fff2e5;color:#cc6508}
.biz-recent-arrow{color:#8e82a1;font-size:23px;line-height:1;text-align:center}

@media(max-width:700px){
  .biz-collection-layout{grid-template-columns:1fr;gap:12px}
  .biz-collection-ring{width:124px;height:124px}.biz-collection-ring svg{width:124px;height:124px}
  .biz-collection-rate{text-align:center}
  .biz-weekly-bars{gap:4px;padding-inline:0;overflow-x:auto;scrollbar-width:thin}
  .biz-week-col{min-width:42px}
  .biz-week-pair span{width:12px}
  .biz-week-values b{font-size:9px}.biz-week-values span{font-size:8px}
  .biz-recent-job{grid-template-columns:44px minmax(0,1fr) 18px;gap:10px;padding:11px}
  .biz-recent-date{width:42px;min-height:46px}
  .biz-recent-finance{grid-column:2;justify-items:start;text-align:left;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
  .biz-recent-arrow{grid-column:3;grid-row:1 / span 2}
  .biz-recent-main strong,.biz-recent-main small{white-space:normal}
}
