:root {
  --more-primary:#F15E75;
  --more-text:#3B4249;
}

.more-wp .nav-tabs {
  padding-top: 5px;
  border-width: 2px;
}
.more-wp .nav-tabs button {
  font-size: 18px;
  font-weight: 700;
  color: var(--more-text);
  background-color: transparent;
  border: 3px solid transparent;
  padding: 0.5rem;
  display: block;
  width: 100%;
  white-space: nowrap;
  margin-bottom: -5px;
}
.more-wp .nav-tabs button:hover, .more-wp .nav-tabs button:focus {
  border: none !important;
  isolation: inherit;
  outline: 0;
  box-shadow: none;
}
.more-wp .nav-tabs button.active {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 3px solid var(--more-primary) !important;
  color: var(--more-primary);
}
.more-wp .tab-pane .box {
  text-align: center;
  min-height: 120px;
  display: grid;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.more-wp .tab-pane .box svg {
  margin: 0 auto;
}
.more-wp .tab-pane .box svg:hover path {
  fill: var(--more-primary);
  stroke: var(--more-primary);
}
.more-wp .tab-pane .box svg path {
  fill: #C4C4C4;
}
.more-wp .tab-pane .box svg path:hover {
  fill: var(--more-primary);
}
.more-wp .tab-pane .box p {
  font-weight: 700;
}

.booking-box {
  margin: 0 15px;
  padding: 13px;
  padding-top: 0;
  border: 1px solid #DADADA;
  border-radius: 5px;
}
.booking-box .gr-heading {
  padding: 10px 0;
  padding-bottom: 5px;
  margin: 0;
}
.booking-box .booking-status {
  font-size: 14px;
  font-weight: 600;
  color: #5A57F4;
}
.booking-box .booking-number-order {
  font-size: 14px;
  font-weight: 600;
}
.booking-box .store-name {
  font-size: 16px;
  font-weight: 700;
}
.booking-box .store-address {
  font-size: 12px;
  margin-top: 1px;
  font-weight: 500;
}
.booking-box .store-meta {
  font-size: 12px;
  margin-top: 3px;
  font-weight: 500;
}
.booking-box .store-time,
.booking-box .store-service {
  margin-top: 2px;
  word-break: break-word;
}
.booking-box .store-btn {
  width: 90px;
  display: inline-block;
  max-width: 90px;
  outline: none;
  border: 1px solid #F15E75;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  height: 28px;
  line-height: 26px;
  border-radius: 5px;
}
.booking-box .t-bold {
  font-weight: 700;
}
.booking-box.confirm .booking-status {
  color: #F15E75;
}
.booking-box.complete .booking-status {
  color: #53C4DA;
}
.booking-box.complete .booking-status:before {
  background-image: url("../images/icon-booking-completed.svg");
}
.booking-box.reject {
  border-color: #DADADA;
}
.booking-box.reject .booking-status {
  color: #8C8C8C;
}
.booking-box.reject .booking-status:before {
  background-image: url("../images/icon-booking-cancel-v2.svg");
}
.booking-box.complete .booking-status, .booking-box.reject .booking-status, .booking-box.already-review .booking-status {
  position: relative;
  padding-left: 25px;
}
.booking-box.complete .booking-status:before, .booking-box.reject .booking-status:before, .booking-box.already-review .booking-status:before {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 16px;
  height: 16px;
}
.booking-box.already-review .store-btn {
  color: #D9D9D9;
  border: 1px solid #DADADA;
}

.tile-listing {
  border: 1px solid #DADADA;
  border-radius: 5px;
  margin: 15px;
}
.tile-listing .tile {
  border-bottom: 1px solid #DADADA;
}
.tile-listing .tile:last-child {
  border-bottom: none;
}
.tile-listing a {
  font-weight: 500;
  display: flex;
  color: #3B4249;
  font-size: 14px;
  padding: 15px;
}
.tile-listing .arrow-right:after {
  border-width: 0 1px 1px 0;
  padding: 3px;
  right: 15px;
  top: 55%;
  transform: translateY(-50%) rotate(-45deg);
}

.tile-listing.no-border {
  margin: 0 15px;
  border: none;
}
.tile-listing.no-border a {
  font-weight: 600;
  display: flex;
  color: #3B4249;
  font-size: 16px;
  padding: 5px 0;
}
.tile-listing.no-border .tile {
  border: none;
}
.tile-listing.no-border .arrow-right:after {
  border-width: 0 1px 1px 0;
  padding: 3px;
  right: 5px;
  top: 55%;
  transform: translateY(-50%) rotate(-45deg);
}

.gr-heading.sm {
  margin-bottom: 5px;
}
.gr-heading.sm p {
  font-weight: 400;
  font-size: 14px;
}

#list_faqs .accordion-item {
  border: none;
  border-bottom: 1px solid rgb(232, 232, 232);
}
#list_faqs .accordion-item:last-of-type {
  border-bottom: none;
}
#list_faqs .accordion-item .accordion-button {
  font-size: 15px;
  color: rgb(59, 66, 73);
  background: none !important;
  padding-left: 0;
  padding-right: 0;
}
#list_faqs .accordion-item .accordion-button strong {
  margin-left: 10px;
}
#list_faqs .accordion-item .accordion-button:after {
  width: 15px;
  height: 15px;
  background-size: cover;
}
#list_faqs .accordion-item .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}
#list_faqs .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
#list_faqs .accordion-item .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
#list_faqs .accordion-item .accordion-body {
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  margin-bottom: 20px;
}
#list_faqs .accordion-item .accordion-body > div {
  background: rgb(250, 250, 250);
  padding: 10px;
}

.category-tags {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  margin-bottom: 30px;
  margin-top: 20px;
}
.category-tags .category-tag {
  padding: 10px 13px;
  font-size: 15px;
  line-height: 15px;
  color: black;
  background: rgb(240, 240, 240);
  border-radius: 100px;
  font-weight: 400;
  white-space: nowrap;
}
.category-tags .category-tag.active, .category-tags .category-tag:hover {
  color: white;
  background: rgba(0, 0, 0, 0.83);
}

.page-faqs .gr-heading {
  padding: 0;
  margin: 0;
  margin-top: 38px;
  margin-bottom: 15px;
}

.faqs-box {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 2px;
}
.faqs-box .question {
  font-weight: 700;
  font-size: 18px;
}
.faqs-box .anwser {
  font-size: 14px;
  color: #252831;
}
.faqs-box span {
  padding: 15px;
  border-top: 1px solid #DADADA;
}

/*# sourceMappingURL=more.css.map */
