* {
  font-style: normal;
  font-family: Helvetica;
  color: var(--hd-grey-70, rgba(0, 0, 0, 0.6));
  font-size: 14px;
}

.seperator-line {
  width: 100%;
  border-bottom: var(--theme-color, #682336) 1px solid;
  margin: 20px 0px;
}

.branches-group .form-group {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .branches-group .form-group {
    flex-direction: column;
  }
}
.branches-group .form-group input {
  width: 100%;
}

button[disabled] {
  cursor: not-allowed;
  /* Change cursor to indicate it's disabled */
  pointer-events: none;
  /* Prevent any mouse events */
  background-color: #D6D6D6 !important;
  color: #FFFFFF !important;
  border-color: #D6D6D6 !important;
  /* Optional: Change border color to match */
}

.remark_title {
  color: var(--hd-grey-70, rgba(0, 0, 0, 0.6));
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 2rem;
}
.remark_title ul {
  list-style: unset;
  margin-left: 15px;
}
.remark_title li {
  text-align: left;
}

.product-neo {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
}

.product-neo-thumb img {
  padding: 0px;
}

.product-neo-title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.product-neo-quantity {
  margin-bottom: 1rem;
}

.product-neo-thumb {
  min-height: 200px;
  width: auto;
  display: inline-block;
}

.product-neo-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-neo-vouchers {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.voucher_code_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.8rem 0px;
}

@media screen and (max-width: 768px) {
  .product-neo-title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .product-neo-info {
    text-align: left;
  }
}
.product-p-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.custom-dropdown {
  position: relative;
  width: 100%;
}

.custom-dropdown.open .custom-dropdown-options {
  display: block !important;
}

.custom-dropdown-select {
  width: 100%;
  padding: 0px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  font-size: 16px;
  background: white;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.3s ease;
  white-space: pre-line;
  line-height: normal;
  border-color: rgba(0, 0, 0, 0.15);
  height: auto;
  color: #7d7677;
  font-size: 1em;
  margin: 0;
  outline: 0;
}

.custom-dropdown-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.custom-dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 2px solid #e1e5e9;
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}

.custom-dropdown-option {
  padding: 0.5rem 0.6rem;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  white-space: pre-line;
  line-height: 1.4;
}

.custom-dropdown-option:hover {
  background-color: #f8f9fa;
}

.custom-dropdown-option:last-child {
  border-bottom: none;
}

.custom-dropdown-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.custom-dropdown.open .custom-dropdown-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

.form-group input, .form-group select {
  width: 100%;
  padding: 10px 14px;
  line-height: 16px;
  border: 1px solid var(--hd-grey-15, rgba(0, 0, 0, 0.15));
  height: auto;
  border-color: rgba(0, 0, 0, 0.15) !important;
  position: relative;
  min-width: 60px;
}
.form-group select {
  border: 1px solid #ccc;
  background-image: url(/module/campaign/pickup_reservation/images/icon/arrow_down.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  appearance: none;
}

.buyer-detail {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
.buyer-detail ul {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.confirm-title {
  color: #858585;
}

.confirm-desc {
  color: #000000;
}

.bill-detail {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
.bill-detail ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1px;
}
.bill-detail .product-detail {
  max-width: 80%;
}
.bill-detail .product-title, .bill-detail .product-qty {
  font-weight: 300;
}

.confirm-tnc-title {
  margin-bottom: 10px;
}

.confirm-tnc {
  font-size: 12px;
}

.order-info__qrcode {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.order-info__qrcode-desc {
  font-weight: bold;
}
.order-info__qrcode-code {
  text-align: center;
}
.order-info__qrcode img {
  width: 170px;
  height: 170px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--color-line);
}
@media screen and (max-width: 992px) {
  .order-info__qrcode img {
    width: 300px;
    height: 300px;
  }
}

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