.horizontal-scroling {
  display: flex;
  overflow: scroll;
  padding-bottom: 16px;
  width: 100%;
  scroll-behavior: smooth;
}

.disabled-day {
  cursor: pointer;
  background-color: #999;
  color: white;
  pointer-events: none;
  opacity: 0.5;
}

.payment-area {
  background-color: #f8f9fc;
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 3.5rem;
}

.opacity-100 {
  opacity: 1;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-25 {
  opacity: 0.25;
}

.disable-click {
  pointer-events: none !important;
}

.navbar-buy-ticket {
  margin-left: 0.4rem;
  display: grid;
  border: none !important;
  border-bottom: 1px solid;
  font-size: 1rem;
  color: #cacaca;
  padding: 0;
}

.navbar-buy-ticket i, .navbar-buy-ticket.active {
  pointer-events: none;
}

.my-seats {
  pointer-events: all;
  width: 1.4rem;
  background-color: #07bc0c;
  height: 1.4rem;
  margin: 0 0.1rem;
}

.zoom-header {
  display: flex;
}

.zoomin {
  position: relative;
}

.main-container {
  width: auto;
  height: 600px;
  background: #ebebeb;
  overflow: auto;
}

.zoomout {
  position: relative;
}

.maindiv {
  width: 1000px;
  height: 600px;
  background: #ebebeb;
  transform-origin: 0% 0%;
}

.zoom-btn {
  border: none !important;
  border-radius: 0;
}

.home_page_main_content img {
  width: 100%;
}
