/* CRM V69 Therapy schedule table inspired by All Appointments */

#page-therapy .crm-v69-therapy-list-shell{
  width:100%!important;
  margin-top:0!important;
  border:1px solid #d9e4ef!important;
  border-radius:18px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:0 6px 18px rgba(15,23,42,.03)!important;
}

#page-therapy .crm-v69-therapy-table-wrap{
  width:100%!important;
  overflow-x:auto!important;
}

#page-therapy .crm-v69-therapy-table{
  width:100%!important;
  min-width:1320px!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  table-layout:fixed!important;
}

#page-therapy .crm-v69-therapy-table col:nth-child(1){width:15%!important;}
#page-therapy .crm-v69-therapy-table col:nth-child(2){width:18%!important;}
#page-therapy .crm-v69-therapy-table col:nth-child(3){width:12%!important;}
#page-therapy .crm-v69-therapy-table col:nth-child(4){width:14%!important;}
#page-therapy .crm-v69-therapy-table col:nth-child(5){width:13%!important;}
#page-therapy .crm-v69-therapy-table col:nth-child(6){width:11%!important;}
#page-therapy .crm-v69-therapy-table col:nth-child(7){width:10%!important;}
#page-therapy .crm-v69-therapy-table col:nth-child(8){width:14%!important;}

#page-therapy .crm-v69-therapy-table thead th{
  height:52px!important;
  padding:0 16px!important;
  border-bottom:1px solid #dce5ef!important;
  background:#fff!important;
  color:#8296b2!important;
  font-size:9px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  text-align:left!important;
  white-space:nowrap!important;
}

#page-therapy .crm-v69-therapy-table tbody td{
  height:82px!important;
  padding:14px 16px!important;
  border-bottom:1px solid #e2e9f1!important;
  background:#fff!important;
  color:#10243f!important;
  font-size:12px!important;
  vertical-align:middle!important;
}

#page-therapy .crm-v69-therapy-table tbody tr:last-child td{
  border-bottom:0!important;
}

#page-therapy .crm-v69-therapy-table tbody tr:hover td{
  background:#fbfdff!important;
}

#page-therapy .crm-v69-primary{
  color:#071d38!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:900!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

#page-therapy .crm-v69-secondary{
  margin-top:6px!important;
  color:#7186a2!important;
  font-size:10.5px!important;
  line-height:1.35!important;
  font-weight:650!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

#page-therapy .crm-v69-mr-pill,
#page-therapy .crm-v69-status-pill,
#page-therapy .crm-v69-payment-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:32px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  white-space:nowrap!important;
  font-size:10.5px!important;
  font-weight:900!important;
}

#page-therapy .crm-v69-mr-pill{
  border:1px solid #c9e0fb!important;
  background:#edf7ff!important;
  color:#0871ad!important;
}

#page-therapy .crm-v69-status-pill.is-confirmed,
#page-therapy .crm-v69-status-pill.is-completed{
  border:1px solid #c8f1dc!important;
  background:#eafbf2!important;
  color:#087a43!important;
}

#page-therapy .crm-v69-status-pill.is-scheduled,
#page-therapy .crm-v69-status-pill.is-pending{
  border:1px solid #f7e3bd!important;
  background:#fff7e7!important;
  color:#b45a00!important;
}

#page-therapy .crm-v69-status-pill.is-cancelled,
#page-therapy .crm-v69-status-pill.is-no-show{
  border:1px solid #ffd2d2!important;
  background:#fff0f0!important;
  color:#d61f1f!important;
}

#page-therapy .crm-v69-status-pill.is-default{
  border:1px solid #dce5ef!important;
  background:#f5f8fb!important;
  color:#4f6480!important;
}

#page-therapy .crm-v69-payment-pill.is-paid{
  border:1px solid #c8f1dc!important;
  background:#eafbf2!important;
  color:#087a43!important;
}

#page-therapy .crm-v69-payment-pill.is-partial,
#page-therapy .crm-v69-payment-pill.is-not-invoiced{
  border:1px solid #f7e3bd!important;
  background:#fff7e7!important;
  color:#a75b00!important;
}

#page-therapy .crm-v69-payment-pill.is-unpaid{
  border:1px solid #ffd5d5!important;
  background:#fff0f0!important;
  color:#e02727!important;
}

#page-therapy .crm-v69-view-btn{
  min-height:42px!important;
  height:42px!important;
  padding:0 16px!important;
  border:1px solid #ff5c35!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#ff6a43 0%,#ff4f2b 100%)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  box-shadow:0 6px 14px rgba(255,92,53,.17)!important;
}

#page-therapy .crm-v69-view-btn:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 9px 18px rgba(255,92,53,.22)!important;
}

#page-therapy .crm-v69-therapy-mobile-list{
  display:none!important;
}

#page-therapy .crm-v69-therapy-mobile-card{
  padding:15px!important;
  border-bottom:1px solid #e3eaf2!important;
}

#page-therapy .crm-v69-therapy-mobile-card:last-child{
  border-bottom:0!important;
}

#page-therapy .crm-v69-mobile-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
}

#page-therapy .crm-v69-mobile-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:12px!important;
}

#page-therapy .crm-v69-mobile-cell{
  min-width:0!important;
  padding:10px!important;
  border:1px solid #e0e8f1!important;
  border-radius:11px!important;
  background:#f9fbfd!important;
}

#page-therapy .crm-v69-mobile-cell span{
  display:block!important;
  margin-bottom:5px!important;
  color:#8194ae!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

#page-therapy .crm-v69-mobile-cell strong{
  display:block!important;
  color:#10243f!important;
  font-size:11.5px!important;
  line-height:1.45!important;
  font-weight:850!important;
  overflow-wrap:anywhere!important;
}

#page-therapy .crm-v69-mobile-actions{
  margin-top:12px!important;
}

#page-therapy .crm-v69-mobile-actions .crm-v69-view-btn{
  width:100%!important;
}

body.crm-night-mode #page-therapy .crm-v69-therapy-list-shell,
body.crm-night-mode #page-therapy .crm-v69-therapy-table thead th,
body.crm-night-mode #page-therapy .crm-v69-therapy-table tbody td{
  background:#2b323a!important;
  border-color:#46515e!important;
}

body.crm-night-mode #page-therapy .crm-v69-therapy-table tbody tr:hover td,
body.crm-night-mode #page-therapy .crm-v69-mobile-cell{
  background:#252c33!important;
}

body.crm-night-mode #page-therapy .crm-v69-primary,
body.crm-night-mode #page-therapy .crm-v69-mobile-cell strong{
  color:#f2f5f8!important;
}

@media(max-width:900px){
  #page-therapy .crm-v69-therapy-table-wrap{
    display:none!important;
  }
  #page-therapy .crm-v69-therapy-mobile-list{
    display:block!important;
  }
}

@media(max-width:540px){
  #page-therapy .crm-v69-mobile-grid{
    grid-template-columns:1fr!important;
  }
}
