@media screen and (min-width: 891px) {
  .elm.start {
    flex-grow: 1.5;
  }
  .elm.end {
    flex-grow: 1.3;
  }
}
@media screen and (min-width: 843px) and (max-width: 890px) {
  .elm.start {
    flex-grow: 1.3;
  }
}
@media screen and (max-width: 775px) {
  .elm.end .prog-btn_iti .txt {
    display: none;
  }
  .elm.end {
    flex-grow: 0 !important;
  }
}
@media screen and (min-width: 704px) and (max-width: 717px) {
  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
    width: 44px !important;
  }
}
@media screen and (max-width: 703px) {
  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
    width: 49px !important;
    height: 46px !important;
  }
}
@media screen and (min-width: 772px) {
  .query_container .title_cont .upper {
    padding-bottom: 66px !important;
  }
  .query_container .title_cont .extra {
    margin-top: -58px !important;
  }
}

@media screen and (min-width: 546px) and (max-width: 771px) {
  .modal-base .datapicker_container .daterangepicker {
    margin-top: 25px !important;
  }
  .daterangepicker .drp-calendar {
    max-width: 380px !important;
  }
  .modal-base .daterangepicker .calendar-table th,
  .modal-base .daterangepicker .calendar-table td {
    padding: 4px;
  }
}

#htl_query {
  position: absolute;
  top: 550px;
  z-index: 16;
  font-family: SF Pro Text, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue",
    "Lucida Grande", sans-serif;
  width: 100%;
}

.query_container,
.query_container_mock {
  position: relative;
  margin: 0px auto;
  padding: 20px 25px;
  max-width: 810px;
  box-sizing: border-box;
  height: auto;
}

.proximity-dates .title_cont_query {
  width: 100%;
  text-align: center;
  padding: 0 25px;
}

.proximity-dates .title_cont_query .upper {
  color: #0077b9;
  font-size: 28px;
  font-weight: 400;
  padding: 64px 0 86px;
  line-height: 1.1em;
}
.proximity-dates .title_cont_query .upper.only {
  padding-bottom: 36px !important;
}

.proximity-dates .title_cont_query .extra {
  color: #646464;
  font-weight: 400;
  font-size: 15px;
  margin-top: -75px;
  padding-bottom: 0px;
  position: absolute;
  width: 100%;
  left: 0;
}

.elm.end .up_shade {
  position: absolute;
  left: 0;
  top: -32px;
  height: 64px;
  width: 100%;
  z-index: 1;
}

.query_pill {
  border: 1px solid #ddd;
  border-radius: 33px;
  color: #222;
  display: flex;
  height: 66px;
  position: relative;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 16px 32px, rgba(0, 0, 0, 0.15) 0px 3px 8px;
  background-color: #fff;
  overflow: hidden;
}

.query_pill .elm_blk:hover,
.query_pill:focus-within {
  background-color: #f7f8f8;
}
.query_pill .elm_blk.focus_for_blk {
  background-color: #f7f8f8;
}

.query_pill .elm_blk:active,
.query_pill:active {
  background-color: #f7f8f8;
}

.query_pill.hov .elm_blk:not(.focus_for_blk):hover {
  background-color: #fff;
}

.elm_blk {
  display: flex;
  flex: 1 1 0%;
  height: 100%;
  min-width: 0px;
  pointer-events: auto;
}

.divider {
  align-self: center;
  border-right: 1px solid #ddd;
  flex: 0 0 0px;
  height: 32px;
}

.elm {
  display: flex;
  position: relative;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  transition: flex-grow 200ms ease;
}

.elm.start {
  flex-grow: 1;
}

.elm.end {
  padding-left: 8px;
  flex-grow: 1;
}

.elm .int {
  -moz-box-align: center;
  position: relative;
  align-items: center;
  display: flex;
  flex: 1 0 0%;
  margin: -2px;
  min-width: 0px;
}
.elm.start .int {
  margin-left: 0px !important;
}

.elm .int form {
  width: 100%;
  margin: 0;
}

.query_pill label {
  display: block;
  background-clip: padding-box;
  border: 1px solid transparent;
  flex: 1 0 0%;
  min-width: 0px;
  padding: 14px 32px;
  margin: 0 !important;
  line-height: inherit !important;
  cursor: pointer;
}

.query_pill label.clear_vis {
  padding-right: 44px;
}

.query_pill label::before {
  border-width: 0px 1px 0px 0px;
  border-left-width: 0px;
  border-style: solid solid solid none;
  border-left-style: none;
  content: "";
  display: none;
  height: 32px;
  margin-top: -16px;
  position: absolute;
  right: inherit;
  top: calc(50% - 16px);
  bottom: inherit;
  left: 0px;
  z-index: 0;
  border-left: 0px none;
  width: 1px;
  margin: 0;
  border-color: #fff;
}

.query_pill label::after {
  border-width: 0px 1px 0px 0px;
  border-left-width: 0px;
  border-style: solid solid solid none;
  border-left-style: none;
  content: "";
  display: none;
  height: 32px;
  margin-top: -16px;
  position: absolute;
  left: inherit;
  top: calc(50% - 16px);
  bottom: inherit;
  right: 0px;
  z-index: 0;
  border-left: 0px none;
  width: 1px;
  margin: 0;
  border-color: #fff;
}

.query_pill .elm.end label {
  cursor: default !important;
}

.query_pill .elm_blk:not(.focus_for_blk) .elm:not(.start) label:hover::before {
  display: block !important;
  border-color: #f7f8f8;
}

.query_pill .elm_blk:not(.focus_for_blk) .elm:not(.end) label:hover::after {
  display: block !important;
  border-color: #f7f8f8;
}

.query_pill .elm_blk:not(.focus_for_blk) .elm label:hover {
  background-color: #fff !important;
}
.query_pill .elm.start label:focus-within {
  background-color: #fff !important;
  box-shadow: 12px 0px 15px -5px rgba(0, 0, 0, 0.2);
  z-index: 3;
  border-top-left-radius: 33px;
  border-bottom-left-radius: 33px;
}
.query_pill .elm.end label:focus-within {
  background-color: #fff !important;
  box-shadow: -12px 0px 15px -5px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.query_pill .elm:not(.start):not(.end) label:focus-within {
  background-color: #fff !important;
  box-shadow: 12px 0px 15px -5px rgba(0, 0, 0, 0.2),
    -12px 0px 15px -5px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.query_pill .elm.start label:active {
  background-color: #fff !important;
  box-shadow: 12px 0px 15px -5px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.query_pill .elm.end label:active {
  background-color: #fff !important;
  box-shadow: -12px 0px 15px -5px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.query_pill .elm:not(.start):not(.end) label:active {
  background-color: #fff !important;
  box-shadow: 12px 0px 15px -5px rgba(0, 0, 0, 0.2),
    -12px 0px 15px -5px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.query_pill .elm.start.focus_for label {
  background-color: #fff !important;
  box-shadow: 12px 0px 15px -5px rgba(0, 0, 0, 0.2);
  z-index: 3;
  border-top-left-radius: 33px;
  border-bottom-left-radius: 33px;
}
.query_pill .elm.end.focus_for label {
  background-color: #fff !important;
  box-shadow: -12px 0px 15px -5px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.query_pill .elm.focus_for:not(.start):not(.end) label {
  background-color: #fff !important;
  box-shadow: 12px 0px 15px -5px rgba(0, 0, 0, 0.2),
    -12px 0px 15px -5px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.query_pill .elm.start label:hover {
  border-top-left-radius: 33px;
  border-bottom-left-radius: 33px;
}
.query_pill .elm.end label:hover {
  border-top-right-radius: 33px;
  border-bottom-right-radius: 33px;
}

.query_pill label .head {
  position: relative;
  z-index: 1;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.04em;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 2px;
}

.query_pill label input {
  display: block;
  border: 0px none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #222;
  text-overflow: ellipsis;
  cursor: pointer;
  user-select: auto;
  -webkit-user-select: text;
}
.query_pill label input::placeholder {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #222;
  opacity: 0.7;
}

.query_pill label input.warn::placeholder {
  color: red;
}

.query_pill label input:required,
.query_pill label input:invalid,
.query_pill label input:focus {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.query_pill .btn-container {
  flex: 0 0 auto;
  padding-right: 9px;
  position: relative;
  margin-left: auto;
  min-width: 57px;
}

.aria_exp {
  position: absolute;
  display: block;
  margin: 10px 25px 0 25px;
  height: auto;
  min-height: 82px;
  max-height: 400px;
  width: 380px;
  max-width: 100%;
  left: 0;
  border: 1px solid #eee;
  border-radius: 33px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  padding: 20px 0;
  color: #222;
  z-index: 2;
  overflow-y: scroll;
  transform: translate3d(0px, 0px, 0px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items > div {
  padding: 10px 30px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
}
.autocomplete-items > div:hover {
  background-color: #f7f8f8;
}
.autocomplete-items > .place_holder {
  cursor: default !important;
}
.autocomplete-items > .place_holder:hover {
  background-color: #fff !important;
}
.autocomplete-items .col_b {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 18px;
  margin-top: -3px;
}
.autocomplete-items .ico {
  width: 45px;
  height: 45px;
  background-color: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
.autocomplete-items .ico img {
  width: 100%;
}
.autocomplete-items .ico.marker {
  display: flex;
  align-items: center;
  justify-content: center;
}
.autocomplete-items .ico.marker img {
  width: 25px;
}
.autocomplete-items .tittle_option {
  font-size: 15px;
  font-weight: 500;
}
.autocomplete-items .sub_option {
  font-size: 12px;
  color: #666;
}
.autocomplete-active {
  background-color: #f7f8f8 !important;
}
.elm .clear_cont {
  position: absolute;
  right: 20px;
  bottom: calc(50% - 10px);
  background-color: #e6e7e7;
  border-radius: 50%;
  overflow: hidden;
  width: 20px;
  height: 20px;
  display: flex;
  z-index: 3;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.elm .clear_cont:hover {
  background-color: #dbdcdc;
}
.elm .clear_cont:hover .clear_ico {
  filter: brightness(20%);
}

.clear_cont .clear_ico {
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgODAgNzkuNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODAgNzkuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7fQoJLnN0MXtvcGFjaXR5OjA7fQoJLnN0MntkaXNwbGF5Om5vbmU7fQoJLnN0M3tmaWxsOiNGRkY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tNDYuMSwxMjUuOXYtMTcyaDE3MnYxNzJILTQ2LjF6Ii8+Cgk8ZyBpZD0ib3JpZ2luYWwtaWNvbiIgY2xhc3M9InN0MSI+CgkJPHBhdGggY2xhc3M9InN0MiIgZD0iTTMuNC0xLjRsLTQuOCw0LjhsMzYuNSwzNi40TC0xLjQsNzYuM2w0LjgsNC44bDM2LjctMzYuNGwzNi42LDM2LjRsNC44LTQuOEw0NC45LDM5LjlMODEuNSwzLjRsLTQuOC00LjggICAgTDQwLjEsMzVMMy40LTEuNHoiLz4KCTwvZz4KCTxnIGlkPSJzdWJ0cmFjdGVkLWljb24iPgoJCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xLDFMMSwxYy0xLjMsMS4zLTEuMywzLjUsMCw0LjhsMzEuNywzMS42YzEuMywxLjMsMS4zLDMuNSwwLDQuOEwxLDczLjljLTEuMywxLjMtMS4zLDMuNSwwLDQuOGwwLDAgICAgYzEuMywxLjMsMy41LDEuMyw0LjgsMGwzMS44LTMxLjZjMS4zLTEuMywzLjUtMS4zLDQuOCwwbDMxLjcsMzEuNmMxLjMsMS4zLDMuNSwxLjMsNC44LDB2MGMxLjMtMS4zLDEuMy0zLjUsMC00LjhMNDcuMyw0Mi4zICAgIGMtMS4zLTEuMy0xLjMtMy41LDAtNC44TDc5LDUuOGMxLjMtMS4zLDEuMy0zLjUsMC00Ljh2MGMtMS4zLTEuMy0zLjUtMS4zLTQuOCwwTDQyLjUsMzIuNmMtMS4zLDEuMy0zLjUsMS4zLTQuOCwwTDUuOCwxICAgIEM0LjUtMC4zLDIuMy0wLjMsMSwxeiIvPgoJPC9nPgoJPGc+CgkJPGcgY2xhc3M9InN0MSI+CgkJCTxnPgoJCQkJPHBhdGggZD0iTS01OS4zLDk3LjVjLTIyLjcsMC00MS4zLDE4LjYtNDEuMyw0MS4zUy04MiwxODAtNTkuMywxODAiLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4=");
  filter: brightness(40%);
}

.aria_exp .not_found {
  display: flex;
  padding: 0 30px;
  min-height: 65px;
  align-items: center;
}
.aria_exp .not_found span {
  font-weight: 700;
}

.datapicker_container {
  position: absolute;
  display: block;
  margin: 10px 25px 0 25px;
  height: auto;
  min-height: 82px;
  width: calc(100% - 50px);
  left: 0;
  border: 1px solid #eee;
  border-radius: 33px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  padding: 20px 0;
  color: #222;
  z-index: 2;
  overflow-y: scroll;
  transform: translate3d(0px, 0px, 0px);
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: center;
}

#dp_data {
  opacity: 0 !important;
  height: 0px !important;
  width: 0px !important;
}

.modal-base .query_container {
  padding: 0px !important;
  height: 86px !important;
}

.modal-base .query_pill {
  border: none !important;
  box-shadow: none !important;
  height: auto !important;
}

.modal-base .elm.start {
  padding-top: 24px !important;
}

.modal-base .elm.data_pick {
  display: none !important;
}

.modal-base .elm_blk {
  background-color: #fff !important;
}

.modal-base .aria_exp {
  position: absolute !important;
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.modal-base .query_pill {
  border-radius: 0px !important;
}

.modal-base .query_pill label .head {
  font-size: 14px !important;
  text-align: center;
}

.modal-base .query_pill label input {
  text-align: center;
}

.modal-base .query_pill label input::placeholder {
  font-size: 16px !important;
}

.modal-base .query_pill label {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-base .query_pill label::before {
  border-color: transparent !important;
  background-color: transparent !important;
}

.modal-base .query_pill label::after {
  border-color: transparent !important;
  background-color: transparent !important;
}

.modal-base .query_pill .elm.start.focus_for label {
  box-shadow: none !important;
  text-align: center;
}

.modal-base .query_pill .elm.focus_for:not(.start):not(.end) label {
  box-shadow: none !important;
  text-align: center;
}

.modal-base .datapicker_container {
  border: none !important;
  box-shadow: none !important;
  margin: 10px 15px 0 15px !important;
  width: calc(100% - 30px) !important;
  padding-top: 5px !important;
  padding-bottom: 100px !important;
}

.scrollTarget_modal_op {
  height: 100%;
}

.modal-base .daterangepicker {
  width: 100% !important;
}
.modal-base .drp-calendar {
  padding: 0 !important;
}

.modal-base .daterangepicker .calendar-table th,
.modal-base .daterangepicker .calendar-table td {
  width: 46px !important;
  height: 46px !important;
  font-size: 15px !important;
  line-height: 36px !important;
}

.modal-base .daterangepicker .calendar-table thead .month {
  font-size: 17px !important;
}

.modal-base .autocomplete-items .ico {
  width: 50px !important;
  height: 50px !important;
}

.modal-base .autocomplete-items .tittle_option {
  font-size: 17px !important;
}

.modal-base .autocomplete-items .sub_option {
  font-size: 14px !important;
}

.modal-base .btn-container.disabled button.prog-btn_iti {
  background-image: none !important;
  background-color: #e0e0e0 !important;
  pointer-events: none !important;
}

.modal-base .prg_btn_cont {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background-color: transparent;
  padding: 12px 0 50px;
  font-size: 16px;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0px -12px 20px 2px #fff;
  box-shadow: 0px -12px 20px 2px #fff;
}

.modal-base .prg_btn_cont.hide {
  display: none;
}

.modal-base .prg_btn_cont .prog-btn_iti {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 58px !important;
  padding: 0 26px !important;
}

.modal-base .daterangepicker .calendar-table .next.available:hover {
  border-color: transparent !important;
}

.modal-base .daterangepicker .calendar-table .prev.available:hover {
  border-color: transparent !important;
}

.modal-base
  .daterangepicker
  .calendar-table
  td:not(.disabled):not(.in-range):hover {
  border-color: transparent;
}

.modal-base .daterangepicker td.end_hov:hover {
  border: 2px solid #1079e3 !important;
  border-left: none !important;
}

.modal-base .select_resum {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
}

.modal-base .select_resum.hide {
  display: none;
}

.modal-base .select_resum .stp {
  padding: 0 5px;
  width: 33%;
  text-align: center;
}

.modal-base .select_resum .stp_ttl {
  font-size: 13px;
  color: #666;
  font-weight: 300;
}

.modal-base .select_resum .stp_val {
  font-size: 14px;
  color: #222;
  font-weight: 500;
}

.modal-base .prog-btn_iti.active:hover {
  margin-right: auto !important;
}

.modal-base .prog-btn_iti.active .prog-btn_iti .content:first-child {
  padding-top: 4px;
}

.modal-base .daterangepicker.single .drp-calendar {
  float: initial !important;
  margin: auto !important;
}
