/* V1 attendant layering and directional timing refinements. */

/* While checking the vehicle, the load attendant is physically behind its body. */
.load-staff.inspecting{z-index:6!important}

/* Keep the accepted horizontal pace but make the staff-gate vertical movement brisker. */
.unload-staff,
.unload-staff.gate-entry,
.unload-staff.gate-entry.through-gate,
.unload-staff.inspecting{
  transition:left 3s cubic-bezier(.4,0,.2,1),top 1.35s cubic-bezier(.4,0,.2,1),transform .5s ease!important;
}
