/* ANB Enterprise ERP v.620 - fixed project/tower/unit back button */
#content .page-title-row .actions[data-project-back-fixed-v620="1"]{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  min-height:50px!important;
}
#content .page-title-row .actions[data-project-back-fixed-v620="1"] > button,
#content .page-title-row .actions[data-project-back-fixed-v620="1"] > a{
  transform:none!important;
  animation:none!important;
  will-change:auto!important;
}
#content .page-title-row .actions .project-fixed-back-v620{
  min-width:104px!important;
  min-height:50px!important;
  white-space:nowrap!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-weight:700!important;
  box-shadow:none!important;
  transform:none!important;
  animation:none!important;
}
#content .page-title-row .actions .project-fixed-back-v620:hover,
#content .page-title-row .actions .project-fixed-back-v620:focus,
#content .page-title-row .actions .project-fixed-back-v620:active{
  transform:none!important;
  animation:none!important;
}
@media (max-width:1080px){
  #content .page-title-row .actions[data-project-back-fixed-v620="1"]{justify-content:flex-start!important}
}
