.return .body {
  width: 100%;
  display: grid;
  grid-template: repeat(4, 1fr)/repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.return .body .return-from,
.return .body .return-to {
  grid-column: 1/3;
  position: relative;
}
.return .body .return-from input,
.return .body .return-to input {
  cursor: not-allowed;
  padding-left: 40px;
}
.return .body .return-from img,
.return .body .return-to img {
  position: absolute;
  top: 39px;
  left: 13px;
  width: 16px;
}
.return .body .return-from .to,
.return .body .return-to .to {
  top: 38.5px;
  width: 14px;
}
.return .body .date {
  position: relative;
}
.return .body .date input {
  padding-left: 35px;
  font-size: 14px;
}
.return .body .date img {
  position: absolute;
  width: 15px;
  top: 38px;
  left: 10px;
}
.return .body .time .field {
  display: flex;
  padding-left: 10px;
  cursor: default;
  position: relative;
}
.return .body .time .field img {
  width: 15px;
  margin-right: 10px;
}
.return .body .time .field span {
  transform: translateY(1px);
}
.return .body .field-focus {
  border-color: var(--theme);
}
.return .body .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;
}
.return .body .select .list {
  padding: 4px 0;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
.return .body .select .list:hover {
  background-color: #569ff7;
  color: #fff;
}
.return .body .buttons {
  width: 100%;
  grid-column: 1/3;
}
.return .body .buttons .btn {
  margin-top: 10px;
}
.return .body .buttons .btn .skip {
  border: 1px solid var(--gray-light);
  background-color: #fff;
  color: var(--theme);
  font-weight: 600;
  grid-column: 1/3;
  width: 100%;
}
.return .body .buttons .btn .skip:hover {
  background-color: #fcfcfc;
}
.return .body .buttons .btns {
  display: flex;
  margin-top: 20px;
}
.return .body .buttons .btns .continue3 {
  margin-left: auto;
}/*# sourceMappingURL=return.css.map */