body.search .main-content {
  width: auto;
  max-width: 840px;
  padding: 0 10px;
  margin: 0 auto 40px;
  position: relative;
  min-height: 75vh;
}
body.search .hdate,
body.search .list__section {
  width: 100%;
}
body.search .search__box {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  min-height: 80px;
  margin: 20px 0;
}
body.search .boa {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 14px;
  color: #157efc;
  border: 4px solid #d0d0d0;
  font-family: "Noticia Text";
}
body.dark.search .hdate {
  background-color: transparent;
  padding: 20px 0 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
body.dark.search .boa {
  border: 4px solid #d0d0d0;
  /* margin-bottom: 10px; */
}
body.dark.search .boa::placeholder {
  color: #fff;
}
body.dark.search .dates .date input {
  color: #fff;
}
body.dark.search .search__empty {
  color: #fff;
}
body.dark.search .boa {
  color: #fff;
}
body.search .dates .date {
  position: relative;
  padding: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%3Cpath%20d%3D%22M4%2C7V24H27V7Zm7%2C13H8V17h3Zm0-6H8V11h3Zm6%2C6H14V17h3Zm0-6H14V11h3Zm6%2C6H20V17h3Zm0-6H20V11h3Z%22%20fill%3D%22%23d2d2d2%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  width: 45%;
}
body.search .dates {
  padding-right: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
body.search .dates .date:after {
  display: none;
}
body.search .search__empty {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 18px;
  line-height: 1.5rem;
  font-family: "Roboto";
  font-weight: 300;
  text-align: center;
}
/* body.search .search__clear {
  max-width: 30px;
  width: 10%;
  position: absolute;
  top: 18px;
  right: -8px;
} */
body.search .search__clear svg {
  width: 40px;
  height: 40px;
  pointer-events: none;
}
body.search .search__clear {
  height: 40px;
  border: 4px solid #d0d0d0;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.95em;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #157efc;
}
body.search .search__clear:hover {
  background-color: #fff;
  color: #157efc;
  border-color: #157efc;
}
body.search .search__clear:hover svg g line {
  stroke: #157efc;
}
body.search .search__clear svg circle {
  stroke: none;
}
body.search .search__clear svg g,
body.search .search__clear svg g line {
  stroke: #fff;
  stroke-width: 2;
}
body.search .boa:focus {
  border: 4px solid #157efc;
}
.s-input-holder {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height: 80px;
}
.pika-single {
  display: block;
  z-index: 9999;
  position: relative;
  color: #828282;
  font-weight: 900;
  background: #d0d0d0;
}
.pika-lendar {
  width: 176px;
  border: 2px solid #d0d0d0;
}
.is-disabled .pika-button {
  pointer-events: none;
  background-color: grey;
}
.is-inrange .pika-button {
  background-color: #fff;
}
.pika-button:hover {
  background-color: #157efc;
  color: #fff;
}
.btn-holder {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 1000px) {
  body.search .search__box {
    margin-top: 50px;
    flex-direction: column;
    margin-bottom: 20px;
  }
  body.dark.search .boa {
    margin-bottom: 20px;
  }
  body.search .boa {
    margin-bottom: 20px;
  }
  body.search .boa {
    width: -webkit-fill-available;
    width: -moz-available;
  }
  body.search .hdate,
  body.search .list__section {
    width: auto;
  }
  body.search .dates {
    justify-content: space-between;
  }
  /* body.search .dates .date {
    width: 100%;
  } */
  body.search .btn-holder {
    justify-content: flex-end;
  }
  body.search .search__clear {
    margin-right: 0;
  }
  .gosearch {
    margin-right: 0;
  }
  body.search .main-content {
    width: auto;
    max-width: 840px;
    padding: 0 10px;
    margin: 0 auto 40px;
    position: relative;
    min-height: calc(100vh - 240px);
  }
  body.search .search__empty {
    position: relative;
    padding: 20px;
    width: auto;
    top: unset;
    left: unset;
    transform: unset;
  }
}
