.gui-fixed-footer .placeholder-height {
  height: 100px;
}
.gui-fixed-footer .gui-fixed-group-button {
  position: fixed;
  background: #fff;
  border-top: 1px solid #f2f2f2;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.gui-fixed-footer .gui-fixed-group-button .gui-fixed-buttons {
  display: flex;
  padding: 15px;
}
.gui-fixed-footer .gui-fixed-group-button .gui-fixed-buttons .am-button {
  flex: 1;
}
.gui-fixed-footer .gui-fixed-group-button .gui-fixed-buttons .am-button {
  margin-left: 10px;
}
.gui-fixed-footer .gui-fixed-group-button .gui-fixed-buttons .am-button:first-child {
  margin-left: 0px;
}
