.quote .body {
  width: 100%;
}
.quote .body ::-moz-placeholder {
  color: #595959;
  font-size: 15px;
}
.quote .body ::placeholder {
  color: #595959;
  font-size: 15px;
}
.quote .body .borderError {
  border: 1px solid var(--red);
}
.quote .body .fromTo {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.quote .body .fromTo .fromIcon {
  position: absolute;
  top: 13px;
  left: 11px;
  z-index: 2;
  width: 17px;
}
.quote .body .fromTo .dottedArrow {
  position: absolute;
  top: 33px;
  left: 16px;
  z-index: 4;
  width: 6px;
}
.quote .body .fromTo .toIcon {
  position: absolute;
  top: 58px;
  left: 10px;
  z-index: 2;
  width: 17px;
}
.quote .body .fromTo .fromToIconBackground {
  width: 41px;
  height: 8px;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 41px;
  left: 1px;
}
.quote .body .fromTo .container {
  width: 100%;
  position: relative;
}
.quote .body .fromTo .container i {
  color: var(--gray);
  position: absolute;
  font-size: 20px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.quote .body .fromTo .container .closeIcon {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 15px;
}
.quote .body .fromTo .container .closeIcon p {
  margin: 0;
  position: absolute;
  width: 18px;
  height: 3px;
  background-color: #b6bbc1;
  border-radius: 6px;
  top: 8px;
  right: 1px;
}
.quote .body .fromTo .container .closeIcon .one {
  transform: rotate(45deg);
}
.quote .body .fromTo .container .closeIcon .two {
  transform: rotate(-45deg);
}
.quote .body .fromTo .container .closeIcon:hover p {
  background-color: #9fa4aa;
}
.quote .body .fromTo input {
  padding-left: 40px;
  border: 1px solid var(--gray-light);
  color: var(--theme);
  font-size: 15px;
  background: transparent;
  transition: border 0.5s ease-in-out;
}
.quote .body .fromTo input:focus {
  border-color: var(--theme);
}
.quote .body .fromTo .from .pickup_location {
  width: 100%;
  height: 45px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-right: 80px;
  background-position: calc(100% - 40px) calc(100% + 30px);
  z-index: 2;
}
.quote .body .fromTo .to {
  transform: translateY(-1px);
  z-index: 2;
}
.quote .body .fromTo .to .dropoff_location {
  width: 100%;
  height: 43px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-color: transparent;
  padding-right: 80px;
  background-position: calc(100% - 40px) calc(100% + 30px);
}
.quote .body .fromTo .to .dropoff_location:focus {
  border-color: var(--theme);
}
.quote .body .fromTo .results {
  position: absolute;
  top: calc(71% + 30px);
  width: 100%;
  max-height: 500px;
  padding: 10px 0;
  overflow: auto;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: var(--shadow-small);
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  transition: all 0.4s;
}
.quote .body .fromTo .results .list {
  display: flex;
  cursor: pointer;
  padding: 12px 20px;
}
.quote .body .fromTo .results .list img {
  margin-right: 16px;
}
.quote .body .fromTo .results .list .details {
  font-size: 13px;
  color: var(--gray);
}
.quote .body .fromTo .results .list:hover {
  background-color: #f4f4f4;
}
.quote .body .fromTo .resultsEnable {
  top: 71%;
  visibility: visible;
  opacity: 1;
}
.quote .body .restFields {
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  gap: 20px;
  max-width: 459px;
  width: 100%;
  margin: 20px auto 20px;
}
.quote .body .restFields .date {
  position: relative;
}
.quote .body .restFields .date input {
  padding-left: 35px;
  font-size: 14px;
}
.quote .body .restFields .date img {
  position: absolute;
  width: 15px;
  top: 38px;
  left: 10px;
}
.quote .body .restFields .time .field {
  display: flex;
  padding-left: 10px;
  cursor: default;
  position: relative;
}
.quote .body .restFields .time .field img {
  width: 15px;
  margin-right: 10px;
}
.quote .body .restFields .time .field span {
  transform: translateY(1px);
}
.quote .body .restFields .time .field-focus {
  border-color: var(--theme);
}
.quote .body .restFields .time .select {
  position: absolute;
  display: none;
  background-color: #fff;
  border: 1px solid var(--gray-light);
  box-shadow: var(--shadow-large);
  max-width: 180px;
  width: 100%;
  max-height: 350px;
  padding: 0;
  z-index: 2;
  border-radius: 4px;
  overflow: auto;
}
.quote .body .restFields .time .select .list {
  padding: 4px 0;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
.quote .body .restFields .time .select .list:hover {
  background-color: #569ff7;
  color: #fff;
}
.quote .body .restFields .luggage,
.quote .body .restFields .luggageMid,
.quote .body .restFields .luggageLarge,
.quote .body .restFields .passenger {
  position: relative;
}
.quote .body .restFields .luggage input,
.quote .body .restFields .luggageMid input,
.quote .body .restFields .luggageLarge input,
.quote .body .restFields .passenger input {
  text-align: center;
}
.quote .body .restFields .luggage span,
.quote .body .restFields .luggageMid span,
.quote .body .restFields .luggageLarge span,
.quote .body .restFields .passenger span {
  position: absolute;
  font-size: 20px;
  top: 26px;
  color: var(--gray-light);
  cursor: pointer;
  width: 30px;
  height: 41px;
  line-height: 2;
  padding: 0 8px;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.quote .body .restFields .luggage span:hover,
.quote .body .restFields .luggageMid span:hover,
.quote .body .restFields .luggageLarge span:hover,
.quote .body .restFields .passenger span:hover {
  color: var(--gray);
}
.quote .body .restFields .luggage .subtraction,
.quote .body .restFields .luggageMid .subtraction,
.quote .body .restFields .luggageLarge .subtraction,
.quote .body .restFields .passenger .subtraction {
  left: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.quote .body .restFields .luggage .add,
.quote .body .restFields .luggageMid .add,
.quote .body .restFields .luggageLarge .add,
.quote .body .restFields .passenger .add {
  right: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.quote .body .restFields .luggage,
.quote .body .restFields .luggageMid,
.quote .body .restFields .luggageLarge {
  position: relative;
}
.quote .body .restFields .luggage .tooltip,
.quote .body .restFields .luggageMid .tooltip,
.quote .body .restFields .luggageLarge .tooltip {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  cursor: pointer;
}
.quote .body .restFields .luggage .tootipPopUp,
.quote .body .restFields .luggageMid .tootipPopUp,
.quote .body .restFields .luggageLarge .tootipPopUp {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 30px;
  background-color: #d6d6d6;
  box-shadow: var(--shadow-large);
  border-radius: 4px;
  padding: 20px;
  z-index: 5;
  transition: opacity 0.3s ease;
}
.quote .body .restFields .luggage .tootipPopUp::before,
.quote .body .restFields .luggageMid .tootipPopUp::before,
.quote .body .restFields .luggageLarge .tootipPopUp::before, {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #d6d6d6;
  position: absolute;
  right: -9px;
  top: 5px;
}
.quote .body .continue1 {
  width: 100%;
}

@media (max-width: 550px) {
  .quote .body .restFields {
    grid-template: repeat(3, 1fr)/repeat(2, 1fr);
  }
  .quote .body .restFields .date {
    grid-column: 1/3;
  }
  .quote .body .restFields .time {
    grid-column: 1/3;
  }
}/*# sourceMappingURL=quote.css.map */
