body > #bottom_action {
  position: absolute;
  bottom: 0;
  z-index: 450;
  width: 100%;
  height: 70px;
  background-color: #fff;
  transform: translateY(100%);
  transition: transform 0.3s;
  box-shadow: 0 -1px 3px 0 #151b2626;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  padding: 8px 24px; }
  body > #bottom_action.show {
    transform: translateY(0%); }
  body > #bottom_action.hide {
    transform: translateY(100%); }

/*# sourceMappingURL=bottomAction.css.map */
