.add-container {
  width: 25%;
}

.minus-box, .plus-box {
  border: solid #81e0dc 0.5px;
  width: 25px;
  height: 25px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}

.minus-box:hover, .plus-box:hover {
  background-color: #1e743f;
  color: #fff;
}

.number-display {
  font-size: 1.1rem;
}

.bg-light-blue {
  background: #c5e6f0;
  color: #000;
}

.checkbox-tools:checked,
.checkbox-tools:not(:checked),
.checkbox-tools:checked,
.checkbox-tools:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}

.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  width: 100px;
  font-size: 0.8rem;
  line-height: 10px;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.checkbox-tools:not(:checked) + label {
  background-color: #818286 !important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.checkbox-tools:checked + label {
  background-color: #299c66;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-tools:not(:checked) + label:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 600px) {
  .event-detail h3 {
    font-size: 1rem;
  }
  .event-detail .social-btn {
    font-size: 0.5rem;
  }
  .event-detail .event-dates p {
    font-size: 0.5rem;
  }
  .cover-pic {
    margin-bottom: 8px !important;
  }
  .event-des h5 {
    font-size: 1rem;
  }
  .event-des p {
    font-size: 0.7em;
  }
  .checkbox-tools:checked + label,
  .checkbox-tools:not(:checked) + label {
    width: 90px;
    font-size: 0.7rem;
  }
  .ticket-info-box {
    font-size: 0.9em;
  }
  .overview {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 380px) {
  .event-detail h3 {
    font-size: 0.8rem;
  }
  .checkbox-tools:checked + label,
  .checkbox-tools:not(:checked) + label {
    width: 80px;
    font-size: 0.6rem;
  }
  .ticket-info-box {
    font-size: 0.8em;
  }
}

footer {
  margin-top: 1rem;
  background-color: #333545;
  color: #fff;
}

.bottom-nav {
  display: none;
  z-index: 1;
  position: fixed;
  bottom: 0;
  top: calc(100vh - 3.5rem);
  height: 3.5rem;
  width: 100vw;
  overflow-x: scroll;
  background-color: #f7f7f7;
  padding-right: 1rem;
  border-top: 0.5px solid rgba(167, 167, 167, 0.233);
}

.bottom-nav .bottom-box {
  padding-top: 0.6rem;
  padding-right: 50px !important;
  width: 120vw;
}

.bottom-nav .bottom-box a {
  margin-right: 4rem;
  color: #000;
}

.bottom-nav .bottom-box a i {
  font-size: 1.1rem;
}

.bottom-nav .bottom-box a span {
  margin-top: -0.2rem !important;
  font-size: 0.7rem !important;
  margin-bottom: 0;
}

.bottom-nav .bottom-box .active, .bottom-nav .bottom-box .active i {
  color: #0e479e !important;
}

@media only screen and (max-width: 500px) {
  .mobile-width {
    overflow-x: scroll;
  }
  .mobile-width .mobile-width-box {
    width: 170vw !important;
  }
  .m-card-cover {
    line-height: 0.8;
  }
  .m-card-cover .love-box h6 {
    font-size: 0.5rem;
    line-height: 0.8rem !important;
  }
  .m-card-cover .love-box small {
    font-size: 0.5em;
    line-height: 0.8em !important;
  }
  .card-title {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 768px) {
  .sidebar {
    width: 10rem !important;
  }
}
/*# sourceMappingURL=custom.css.map */