abbr[title] {
  text-decoration: none;
  cursor: pointer;
}

.line-clamp-2 {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-product {
  min-height: 325px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-product .image-box {
  width: 100%;
  text-align: center;
  border-radius: 8px;
  padding: 5px 15px 5px 15px;
  /* padding-bottom: 5px; */
  position: relative;
  display: flex;
  min-height: 215px;
  align-items: center;
  justify-content: center;
}
.card-product .image-box img {
  width: 100%;
  margin: auto;
  /* -o-object-fit: contain;
  object-fit: contain; */
  /* height: 200px; */
  width: 10rem;
}

.card-product .product-desc {
  display: grid;
  overflow: hidden;
  padding: 5px 15px 15px 15px;
  /* padding-top: 5px; */
}

.card-product .product-desc .product-price {
  font-size: medium;
}

.app-default-style {
  background-color: #f4f6fa;
}

.symbol.symbol-75px > img {
  width: 50px;
  height: 70px;
}

.top-min-20px {
  top: -20px;
}

.left-20px {
  left: 20px;
}

.w-50px {
  width: 50px;
}

.h-50px {
  height: 50px;
}

.ribbon-venture-wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -5px;
  top: 8px;
  z-index: 2;
}

.ribbon-venture {
  padding: 2px 10px;
  font-size: 12px;
  border-top-left-radius: 0.475rem;
  border-top-right-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
  box-shadow: 0px -1px 5px 0px rgba(30, 33, 41, 0.1);
}

.ribbon-venture-fold {
  background-color: #15a747;
  width: 5px;
  height: 5px;
  border-radius: 0 0 0 5px;
}

.rounded-style {
  border: 4px solid #ffffff;
}

.app-header-secondary {
  transition: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  z-index: 100;
}

.rounded-lg {
  border-radius: 2rem;
}

.app-header {
  border-bottom: none !important;
}

.app-header-secondary {
  box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05) !important;
}

.bottom-tools {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background-color: #ffffff;
  box-shadow: rgba(141, 150, 170, 0.4) 0px -1px 6px;
  z-index: 99;
}
.app-content-tracking {
  margin-top: -80px;
  border-radius: 30px;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0px 0px 100px rgba(255, 255, 255, 0.25);
}

@media (min-width: 768px) {
  .w-md-700px {
      width: 700px !important;
  }
}

@media (min-width: 992px) {
  .app-toolbar-style {
    padding-bottom: 160px !important;
  }
  .app-content-style {
    margin-top: -160px;
    border-radius: 30px;
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0px 0px 100px rgba(255, 255, 255, 0.25);
  }
  .pb-lg-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

@media (max-width: 991.98px) {
  .scrolltop {
    bottom: 75px;
  }
  .app-content-tracking {
    margin-top: -35px;
  }
}

.ticket-wrap {
  width: 100%;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #f1f1f4;
  border-radius: 1rem;
}
.ticket-wrap .ticket-wrap-inner {
  width: 100%;
  display: flex;
  background-color: white;
  border-radius: 1rem;
  overflow: hidden;
}

.ticket-wrap .ticket-wrap-inner .ticket-left {
  width: 40%;
  padding: 0 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ticket-left-inner {
  padding: 0 8px;
  height: 75%;
  flex-direction: column;
  justify-content: center;
  border-right: 2px dashed #d9d9d9;
}
.ticket-left .up-border,
.ticket-left .down-border {
  padding: 14px 15px;
  background-color: #f4f6fa;
  border-radius: 50%;
  position: absolute;
}
.ticket-left .up-border {
  top: -13px;
  right: -8px;
}
.ticket-left .down-border {
  bottom: -13px;
  right: -8px;
}
.ticket-wrap .ticket-wrap-inner .ticket-left h2 {
  margin-bottom: 0;
  font-size: 14px;
}
.ticket-wrap .ticket-wrap-inner .ticket-right {
  width: 60%;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: right;
}
.ticket-wrap .ticket-wrap-inner .ticket-right .ticket-right-inner {
  padding: 12px;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #ffffff;
  position: inherit;
  width: 100%;
}
.ticket-wrap .ticket-wrap-inner .ticket-right .ticket-right-inner .title {
  margin-top: 10px;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
}
.ticket-wrap .ticket-wrap-inner .ticket-right .ticket-right-inner .author {
  margin-bottom: 4px;
  font-weight: 200;
  font-size: 12px;
}

.ticket-wrap .ticket-wrap-inner .ticket-right .ticket-right-inner .date {
  margin-bottom: 0;
  font-size: 14px;
}

.ticket-wrap .ticket-wrap-inner .ticket-right::before {
  content: '';
  position: absolute;
  right: -16px;
  bottom: -78px;
  width: 100%;
  height: 320px;
  background-color: #2690fb;
  border-radius: 50%;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blur-effect {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.list-category {
  display: none;
}

.bg-orange {
  background-color: #eb5833;
}