.bottom-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: column;
  align-items: start;
  position: fixed;
  left: 30px;
  bottom: 88px;
}

.bottom-bar-icon {
  width: 64px;
  height: 64px;
  display: block;
}

@media screen and (max-width: 991.98px) {
  html {
    overflow-x: hidden;
  }
  .bottom-bar {
    background-color: #fff;
    width: 100%;
    z-index: 100;
    justify-content: center;
    flex-direction: row;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
    padding: 8px 16px;
    bottom: 0;
    left: 0;
  }

  .bottom-bar-icon {
    width: 32px;
    height: 32px;
  }
}
