div.aw_fslabel_label.top_fixed,
div.aw_fslabel_label.bottom_fixed {
  position: sticky;
  right: 0;
  left: 0;
  z-index: 999;
}
div.aw_fslabel_label.top_fixed {
  top: 0;
}
div.aw_fslabel_label.bottom_fixed {
  bottom: 0;
}
div.aw_fslabel_wrapper.bottom_fixed {
  width: 100%;
  position: sticky;
  bottom: 0;
}
div.aw_fslabel_wrapper.top_fixed {
  width: 100%;
  position: fixed;
}
div.aw_fslabel_label.top_fixed ~ .page-wrapper .aw-onestep.aw-onestep-sidebar {
  top: 60px;
}
