.rnb-eo-item-to-add {
  height: 46px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  text-indent: 10px;
  text-overflow: ellipsis;
  padding-right: 28px;
  appearance: none;
  border: 1px solid #ebebeb;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99997 5.85018C4.82075 5.85018 4.64155 5.78175 4.50492 5.64518L0.205141 1.34536C-0.0683805 1.07184 -0.0683805 0.628372 0.205141 0.354961C0.478553 0.0815496 0.921933 0.0815496 1.19548 0.354961L4.99997 4.15968L8.80449 0.355094C9.07801 0.0816825 9.52135 0.0816825 9.79474 0.355094C10.0684 0.628505 10.0684 1.07197 9.79474 1.34549L5.49503 5.64531C5.35832 5.78191 5.17913 5.85018 4.99997 5.85018Z' fill='%238C969F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 14px) center;
  margin-top: 8px;
  margin-bottom: 12px;
}
@media (max-width: 420px) {
  .rnb-eo-item-to-add {
    width: 100%;
  }
}

.extend-order-form {
  display: grid;
  gap: 20px;
}

.extend-order-form .return-period {
  display: grid;
  gap: 16px;
}
@media (min-width: 421px) {
  .extend-order-form .return-period {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.extend-order-form .return-period h5 {
  color: #777;
  font-size: 15px;
  font-weight: 400;
  margin: 16px 0 -6px;
}
@media (min-width: 421px) {
  .extend-order-form .return-period h5 {
    grid-column: span 2 / span 2;
  }
}

.extend-order-form .rnb-date-time-picker {
  position: relative;
}

.extend-order-form .rnb-date-time-picker i[class*='fa'] {
  position: absolute;
  left: 12px;
  top: calc(50% - 8px);
}

.extend-order-form .return-period input {
  height: 46px;
  padding-left: 34px;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #ebebeb;
  width: 100%;
}

.extend-order-form .return-period input:focus {
  background-color: transparent;
}

.extend-order-form .booking-pricing-info {
  color: #000;
  padding: 10px;
  background: #efecec69;
}

.extend-order-form .booking-pricing-info ul {
  margin: 0;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
}

.extend-order-form .booking-pricing-info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.extend-order-form .booking-pricing-info li .price {
  font-weight: 600;
}

.extend-order-form .booking-pricing-info li.error {
  color: #b91c1c;
}

.extend-order-form .booking-pricing-info li:last-child {
  border-bottom: 0;
}

/* ui widgets styles */
.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.ui-datepicker {
  padding: 0;
}

.ui-widget-content {
  border: 1px solid #cbd5e1;
}

.ui-widget-content a:focus {
  outline: 0;
}

.ui-datepicker .ui-datepicker-header {
  color: #4b5563;
  border: 0;
  font-weight: 400;
  background: transparent;
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  background-size: 18px;
  background-position: center;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M15 19l-7-7 7-7' /%3E%3C/svg%3E");
}

.ui-datepicker .ui-datepicker-next .ui-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M9 5l7 7-7 7' /%3E%3C/svg%3E");
}

.ui-datepicker .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar thead {
  background-color: #e5e7eb;
}

.ui-datepicker .ui-datepicker-calendar th {
  font-weight: 600;
  padding: 0.4em 0.3em;
  background-color: transparent;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0;
  text-align: center;
  background-color: transparent;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 0;
  border-radius: 4px;
  background-color: #e5e7eb !important;
  background-position: center;
}

.ui-widget-content .ui-state-active {
  color: #ffffff;
  border-radius: 4px;
  background-color: #334155 !important;
}

/* time picker style */
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  color: #1e293b;
  background: #e5e7eb;
}
