.opening__title {
  margin: auto auto 0 1rem;
}
@media (min-width: 767px) {
  .opening__title {
    margin: auto;
  }
}

.opening__slider {
  max-height: 110px;
  height: 100%;
}
@media (min-width: 767px) {
  .opening__slider {
    max-width: 480px;
  }
}

.hidden {
  display: none !important;
}

.opening__block {
  background-color: #FF3600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  overflow: hidden;
}

#button-background {
  position: absolute;
  background-color: #ffffff;
  color: #6044C4;
  /* background-color: rgba(30, 30, 28, 0.23); */
  width: 90%;
  height: 65px;
  border: white;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#slider {
  transition: width 0.3s, border-radius 0.3s, height 0.3s;
  position: absolute;
  left: -10px;
  background-color: #1D1D1B;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider.unlocked {
  transition: all 0.3s;
  width: 100%;
  left: 0 !important;
  height: inherit;
  border-radius: inherit;
}

.material-icons {
  color: white;
  font-size: 24px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}

.slide-text {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}/*# sourceMappingURL=swipe-btn.css.map */