.wand-page-footer-bar {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  height: 72px;
  z-index: 30;
  box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.06);
}
.wand-page-footer-button-ok {
  margin-left: 8px;
}
