.table td,
.table th {
  vertical-align: middle;
}

.table thead th {
  vertical-align: middle;
}

.cut-text {
  min-height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cut-text-2 {
  min-height: 45px;
}

*[disabled] {
  cursor: not-allowed;
}

.inactive {
  filter: grayscale(100%);
}


.fake-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.nowrap {
  white-space: nowrap;
}

.force-center {
  display: flex;
  justify-content: center;
}


.not-allowed {
  cursor: not-allowed;
}

.form-select:disabled {
  text-align: left !important;
}

#toast-container > div{
  width: 100%;
}
.cursor-pointer{
  cursor:pointer;
}
.help-block.with-errors{
  font-size: .7em;
  line-height: 1.8;
  left: 10px;
}
[v-cloak] {
  display: none;
}
.text-gray-error{
  color: #7E7E7E!important;
}
.privacy-content p{
  margin-bottom: 15px;
  font-size: 14px;
  color: #555;
  text-align: justify;
}
.privacy-content ul {
  margin-bottom: 15px;
  font-size: 14px;
  color: #555;
  text-align: justify;
}
.privacy-content ul {
  list-style: disc inside;
}
.privacy-content .section-title {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.modal-content-custom{
  width: 98%!important;
}
.privacy-content-dws{
  height: 76vh;
  overflow: auto;
}
.privacy-content-border{
  border-top: 1px solid #d0d0d0;
}
.bg-input-display-name{
  background-color: #d0d0d0!important;
}
.custom-errors-text{
  font-size: .7em;
  line-height: 1.8;
  left: 10px;
  color: #E01B22;
  position: absolute;
  bottom: -30px;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.section-coupon .box-coupon .box-coupon-detail{
  padding:15px;
}
.section-coupon .box-coupon .box-coupon-detail h2{
  font-size:20px;
  font-family: "aktiv-grotesk-thai";
  font-weight: 700;
}
.offer-detail h1{
  font-family: "aktiv-grotesk-thai";
  text-transform: unset;
  font-weight: 700;
}
.section-coupon .box-coupon .box-coupon-detail .box-detail{
  font-size:15px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  height: calc(1.5em * 2);
}
.section-coupon .box-coupon .box-coupon-detail .box-condition{
  font-size:13px;
}
.section-coupon .offer-condition .condition-content, .section-coupon .offer-condition .condition-content p {
  font-size: 13px;
  word-break: break-word;
  margin-bottom: 3px;
}
.section-coupon .offer-condition h2 {
  font-size: 20px;
  margin-bottom: 8px;
}
@media screen and (max-width: 386px){
  .section-coupon .box-coupon .box-coupon-detail{
    padding:10px;
  }
  .section-coupon .box-coupon .box-coupon-detail h2{
    font-size:16px;
    font-family: "aktiv-grotesk-thai";
    font-weight: 700;
  }
  .section-coupon .box-coupon .box-coupon-detail .box-detail{
    font-size:12px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    height: calc(1.5em * 2);
  }
  .section-coupon .box-coupon .box-coupon-detail .box-condition{
    font-size:11px;
  }
  .tab-coupon a{
      font-size: 16px;
  }
  .text-used{
      font-size: 13px;
  }
}