.gfield_repeater_item .gfield_repeater_buttons button,
.arehbo-form-repeater-add-row {
  display: flex;
  align-items: center;
  height: auto;
  width: fit-content;
  border: none !important;
  background-color: transparent !important;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #000;
}

.gfield_repeater_item .gfield_repeater_buttons button .arehbo-icon,
.arehbo-form-repeater-add-row .arehbo-icon {
  margin-right: 20px;
}

.gfield_repeater_item .gfield_repeater_buttons button .arehbo-icon,
.arehbo-form-repeater-add-row .arehbo-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transition: color 0.2s, background-color 0.2s, opacity 0.2s;
}

.gfield_repeater_item .gfield_repeater_buttons button .arehbo-icon svg,
.arehbo-form-repeater-add-row .arehbo-icon svg {
  display: block;
}

.gfield_repeater_item .gfield_repeater_buttons button .arehbo-icon--delete svg,
.arehbo-form-repeater-add-row .arehbo-icon--delete svg {
  width: 24px;
  height: 24px;
}

.gfield_repeater_item .gfield_repeater_buttons button .arehbo-icon--delete,
.arehbo-form-repeater-add-row .arehbo-icon--delete {
  color: #fff;
  background: #ed6d05;
}

.gfield_repeater_item .gfield_repeater_buttons button .arehbo-icon.slick-disabled,
.arehbo-form-repeater-add-row .arehbo-icon.slick-disabled {
  opacity: 0.5;
}

.gfield_repeater_item .gfield_repeater_buttons button .arehbo-icon:not(.arehbo-icon--delete),
.arehbo-form-repeater-add-row .arehbo-icon:not(.arehbo-icon--delete) {
  color: #004081;
  background: #c4dfdf;
}

.gfield_repeater_item .gfield_repeater_buttons button:hover .arehbo-icon--delete,
.arehbo-form-repeater-add-row:hover .arehbo-icon--delete {
  color: #ed6d05;
  background: #fff;
}

.gfield_repeater_item .gfield_repeater_buttons button:hover .arehbo-icon:not(.arehbo-icon--delete),
.arehbo-form-repeater-add-row:hover .arehbo-icon:not(.arehbo-icon--delete) {
  color: #c4dfdf;
  background: #004081;
}

.gfield_repeater_item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  border-bottom: 2px solid #e0e0e6 !important;
}

.gfield_repeater_item .gfield_repeater_cell {
  grid-column: span 4;
  display: block;
}

.gfield_repeater_item .gfield_repeater_cell:first-of-type {
  padding-top: 8px;
}

.gfield_repeater_item .gfield_repeater_buttons {
  grid-column: span 12;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item {
  margin-left: auto;
}

.gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item[style*="visibility:hidden"],
.gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item[style*="visibility: hidden"] {
  visibility: visible !important;
  opacity: 0;
  pointer-events: none;
}

.gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item .arehbo-icon--delete {
  margin-right: 0;
}

.gfield_repeater_item .gfield_repeater_cell:nth-of-type(3) ~ .gfield_repeater_cell {
  grid-column: span 6;
}

.gfield_repeater_item:not(:last-of-type) .add_repeater_item {
  opacity: 0;
  pointer-events: none;
}

.gfield_repeater_item .gfield_repeater_buttons .add_repeater_item.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.custom-number-field .ginput_container_number {
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  width: 130px;
  height: 40px;
  margin: 20px auto 20px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.custom-number-field .ginput_container_number input,
.custom-number-field .ginput_container_number .number-btn {
  position: relative;
  display: block;
  float: left;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
  line-height: 40px;
  outline: 0;
}

.custom-number-field .ginput_container_number .number-btn {
  width: 40px;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  transition: all 250ms ease;
}

.custom-number-field .ginput_container_number .number-btn .arehbo-icon {
  color: #ed6d05;
}

.custom-number-field .ginput_container_number .number-btn.disabled {
  cursor: default;
}

.custom-number-field .ginput_container_number .number-btn.disabled .arehbo-icon {
  color: #f0b46a;
}

.custom-number-field .ginput_container_number input {
  width: 50px !important;
  height: 40px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #004081;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px !important;
  z-index: 1;
}

.custom-number-field .ginput_container_number input[type="number"]::-webkit-inner-spin-button,
.custom-number-field .ginput_container_number input[type="number"]::-webkit-outer-spin-button,
.gform_wrapper form .numberstyle-qty input[type="number"]::-webkit-inner-spin-button,
.gform_wrapper form .numberstyle-qty input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-number-field .ginput_container_number input[type="number"],
.gform_wrapper form .numberstyle-qty input[type="number"] {
  -moz-appearance: textfield;
}

.form-generator-field-container,
.form-generator-field-container .repeater-input .repeater-input__fields {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.form-generator-field-container {
  gap: 1rem;
}

.form-generator-field-container .repeater-input .row-template {
  display: none;
}

.form-generator-field-container .input-container .errors .error {
  background-color: #f8d7da;
  font-size: 14px;
  color: #721c24;
  padding: 0.3rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(245, 198, 203, 0.8);
}

.form-generator-field-container .input-container label {
  display: block;
  margin-bottom: 0.5rem;
}

.form-generator-field-container .input-container.required label:after {
  content: "*";
  color: red;
}

.form-generator-field-container .input-container input {
  width: 100%;
}

.gform_wrapper form .gform_body .gform_fields .gfield--width-quarter {
  display: flex;
  flex-direction: column;
}

.gform_wrapper form .gform_body .gform_fields .gfield--width-quarter .gfield_label {
  flex: 1;
}

.gform_wrapper form .order-price-field {
  border: 1px solid rgba(var(--color-primary-rgb), 0.2);
  border-radius: 30px;
  padding: 24px;
}

.gform_wrapper form .price-block {
  text-align: center;
  margin-top: 20px;
  background-color: transparent;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #004081;
  height: auto;
}

.gform_wrapper form .price-block .price {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.gform_wrapper form .price-block .price-explain {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.gform_wrapper form .numberstyle-qty {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 32px;
  width: fit-content;
  min-width: 122px;
  height: auto;
  margin: 20px auto 0;
  box-shadow: 0 8px 24px rgba(var(--color-primary-rgb), 0.12);
}

.gform_wrapper form .order-price-field .gfield_label {
  text-align: center;
}

.gform_wrapper form .numberstyle-qty .order-qty-input,
.gform_wrapper form .numberstyle-qty .qty-btn {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  height: 36px;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
  line-height: 1;
  outline: 0;
  box-shadow: 0 0;
}

.gform_wrapper form .numberstyle-qty .qty-btn {
  width: 36px;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: var(--color-white);
}

.gform_wrapper form .numberstyle-qty .qty-btn:hover {
  background-color: var(--color-accent-dark);
}

.gform_wrapper form .numberstyle-qty .qty-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.gform_wrapper form .numberstyle-qty .qty-btn .arehbo-icon {
  display: inline-flex;
  color: currentColor;
}

.gform_wrapper form .numberstyle-qty .order-qty-input {
  width: 24px;
  min-width: 24px;
  height: 36px !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--color-primary);
  font-family: var(--font-sans);
  font-size: var(--font-size-standard);
  font-weight: 600;
  line-height: 36px !important;
  z-index: 1;
  text-align: center;
}

.gform_wrapper form .numberstyle-qty .order-qty-input[type="number"],
.gform_wrapper form .order-price-field .order-qty-input[type="number"],
.gform_wrapper form .order-price-field .order-qty-input {
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  line-height: 36px !important;
  font-family: var(--font-sans) !important;
  font-size: var(--font-size-standard) !important;
  font-weight: 600 !important;
  color: var(--color-primary) !important;
  appearance: textfield !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}

.gform_wrapper .numberstyle-qty .order-qty-input[type]:not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
.gform_wrapper .order-price-field .order-qty-input[type]:not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-color: transparent !important;
  border-width: 0 !important;
  border-style: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  line-height: 36px !important;
  font-family: var(--font-sans) !important;
  font-size: var(--font-size-standard) !important;
  font-weight: 600 !important;
  color: var(--color-primary) !important;
  appearance: textfield !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}

.gform_wrapper form .numberstyle-qty .order-qty-input:focus {
  outline: 0;
  box-shadow: none !important;
  border: none !important;
}

.gform_wrapper form .d-none {
  display: none !important;
}
