/* BeatHelper v17.6.11 — home icon scale parity. */
@media (min-width:768px){
  /* Statistics established the desktop icon scale; recent/quick now match it. */
  .screen[data-page="home"] .home-recent-grid .row .icon,
  .screen[data-page="home"] .home-quick-grid .quick .icon,
  .screen[data-page="home"] .user-stat-icon{
    width:44px!important;
    height:44px!important;
    flex:0 0 44px!important;
    border-radius:13px!important;
  }
  .screen[data-page="home"] .home-recent-icon-glyph svg,
  .screen[data-page="home"] .home-quick-grid .quick .icon svg,
  .screen[data-page="home"] .user-stat-icon svg{
    width:19px!important;
    height:19px!important;
  }
  .screen[data-page="home"] .home-recent-icon-text{font-size:17px!important;line-height:1!important}
  .screen[data-page="home"] .home-quick-grid .quick .crm-glyph{width:19px!important;height:19px!important}
}

/* v1.7.2 — contract field validation */
.tool-field.has-error .tool-input,
.tool-field.has-error .tool-textarea,
.tool-field.has-error .tool-select,
.tool-field.has-error .tool-date{border-color:rgba(241,113,138,.62)!important;box-shadow:0 0 0 3px rgba(241,113,138,.08)!important}
.contract-field-error{margin-top:1px;color:#F18A9D;font-size:9px;line-height:1.35}
@media(min-width:720px){.contract-field-error{font-size:11px}}
