/* CRM V74 therapy filter spacing and alignment fix */

#page-therapy #therapy-page-body > .card:has(.therapy-filter-grid){
  padding:18px 20px 20px!important;
  overflow:visible!important;
}

#page-therapy .therapy-filter-grid{
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.95fr) 56px!important;
  gap:12px!important;
  align-items:end!important;
}

#page-therapy .therapy-filter-grid > div:not(.crm-u-sort-wrap){
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  align-items:stretch!important;
  min-width:0!important;
  padding-top:0!important;
}

#page-therapy .therapy-filter-grid label,
#page-therapy .therapy-filter-grid .crm-unified-filter-label,
#page-therapy .therapy-filter-grid > div > label{
  display:block!important;
  position:static!important;
  margin:0 0 9px!important;
  padding:0 0 0 2px!important;
  min-height:12px!important;
  font-size:10px!important;
  line-height:1.25!important;
  letter-spacing:.07em!important;
  white-space:nowrap!important;
  transform:none!important;
}

#page-therapy .therapy-filter-grid input,
#page-therapy .therapy-filter-grid select{
  box-sizing:border-box!important;
  width:100%!important;
  height:50px!important;
  min-height:50px!important;
  margin:0!important;
  padding:0 18px!important;
  line-height:50px!important;
  border-radius:14px!important;
}

#page-therapy .therapy-filter-grid .crm-u-sort-wrap{
  width:56px!important;
  min-width:56px!important;
  height:auto!important;
  margin:0!important;
  padding-top:21px!important;
  align-self:start!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
}

#page-therapy .therapy-filter-grid .crm-u-sort-btn{
  width:56px!important;
  min-width:56px!important;
  height:50px!important;
  min-height:50px!important;
  margin:0!important;
  border-radius:14px!important;
}

@media(max-width:980px){
  #page-therapy .therapy-filter-grid{
    grid-template-columns:minmax(0,1fr) minmax(230px,.9fr) 52px!important;
  }
  #page-therapy .therapy-filter-grid .crm-u-sort-wrap{
    width:52px!important;
    min-width:52px!important;
    padding-top:21px!important;
  }
  #page-therapy .therapy-filter-grid .crm-u-sort-btn{
    width:52px!important;
    min-width:52px!important;
  }
}

@media(max-width:760px){
  #page-therapy #therapy-page-body > .card:has(.therapy-filter-grid){
    padding:14px!important;
  }
  #page-therapy .therapy-filter-grid{
    grid-template-columns:1fr!important;
  }
  #page-therapy .therapy-filter-grid .crm-u-sort-wrap,
  #page-therapy .therapy-filter-grid .crm-u-sort-btn{
    width:100%!important;
    min-width:0!important;
  }
  #page-therapy .therapy-filter-grid .crm-u-sort-wrap{
    padding-top:0!important;
    align-self:stretch!important;
  }
}
