@charset "UTF-8";
:root {
  --left-voucher-color: #26AB9A;
}

.el-textarea__inner {
  border: none;
}

.customScroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.customScroll::-webkit-scrollbar {
  width: 4px;
  height: 0px;
  background-color: transparent;
}

.customScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #CCCECC;
}

.detailChart {
  height: 0;
  opacity: 0;
}

.see-more {
  /* display: flex; */
  align-items: center;
  padding: 10px 20px;
  border-radius: 15px;
  justify-content: center;
  background: rgba(245, 245, 245, 0.5411764706);
  z-index: 9;
  gap: 2px;
}

.arrows {
  width: 60px;
  height: 72px;
  transform: scale(0.5);
}

.arrows path {
  stroke: #000;
  fill: transparent;
  stroke-width: 4px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow

/*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */
}

.button-search-input {
  min-width: 55px;
}

@media (max-width: 767px) {
  .banner-slide {
    margin-top: 58px !important;
  }
}
@media (min-width: 768px) {
  .detailChart {
    height: 100%;
    opacity: 1;
  }
  .button-search-input {
    min-width: 150px;
  }
}

.suggest-keyword {
  color: #333935;
}

/*# sourceMappingURL=style.css.map */

.ticket {
  overflow: hidden;
  background: transparent;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.09));
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.09));
  transform: translateZ(0);
  height: 100%;
}

.left-voucher:before,
.right-voucher:after {
  z-index: -1;
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  top: calc(50% - 20px);
  border-radius: 50%;
  box-shadow: 0 0 0 400px white;
}

.left-voucher:before {
  z-index: -2;
  left: -25px;
  box-shadow: 0 0 0 300px
  var(--left-voucher-color);
}

.right-voucher:after {
  right: -25px;
}

.title-voucher {
  overflow: hidden;
  text-overflow:
      ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mini-title-supplier {
  display: none;
}
@media (max-width: 768px) {
  .hashtag{
      display: -webkit-box !important;
      -webkit-line-clamp:1;
      text-overflow: ellipsis;
      overflow:hidden;

  }
}

@media (min-width: 950px) and (max-width: 1024px) {
  .right-voucher:after {
    box-shadow: 0 0 0 245px white;
  }
}

@media (min-width: 768px) and (max-width: 949px) {
  .right-voucher:after {
    box-shadow: 0 0 0 calc(70vw - 80px) white;
  }
}

@media (min-width: 640px)  and (max-width: 767px) {
  .right-voucher:after {
    box-shadow: 0 0 0 calc(100vw/2 - 80px) white;
  }
}
@media (min-width: 391px) and (max-width: 639px) {
  .right-voucher:after {
    box-shadow: 0 0 0 calc(100vw - 80px) white;
  }
}
@media (max-width: 390px) {
  .ticket {
      background: white;
  }
  .left-voucher:before {
      display: none;
  }
  .right-voucher::after {
      display: none;
  }
  .mini-title-supplier {
      display: block;
  }
  .ticket-wrap::-webkit-scrollbar {
      display: none;
  }
  .ticket-wrap {
      overflow-x: scroll;
      overflow-y: auto;
  }
  .ticket {
      filter: none;
      -webkit-filter: none;
  }
  .logo-supplier {
      display: none;
  }
  .mini-action {
      justify-content: center;
      padding-right: 0px;
      flex-direction: column;
  }
  .expried-date {
      justify-content: flex-start !important;
      margin-bottom: 0.5rem;
  }
}

.show-detail .voucher-content {
    display: none !important;
  }

  .show-detail .voucher-detail {
    display: block !important;
  }

  .slick-prev, .slick-next {
    border-radius: 50%;
    background-color: #e5e5e5 !important;
    z-index: 1;
    min-width: 20px;
  }
  .slick-prev {
    left: -12px;
  }

  .slick-next {
    right: 0;
  }

  .category-active {
    box-shadow: #e5e5e5 0px 0px 6px 4px;
    border-radius: 10px;
  }

  .other-category-active {
    border-color: #265414 !important;
    color: #265414 !important;
  }
  a {
    color: #08bce0;
  }
