.shs-widgets--search-bar .no-cursor {
  cursor: default; }
  .shs-widgets--search-bar .no-cursor:hover, .shs-widgets--search-bar .no-cursor:active, .shs-widgets--search-bar .no-cursor:focus {
    color: inherit !important;
    background-color: inherit !important;
    border-color: transparent !important; }

.shs-widgets--search-bar__icon {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  text-align: center;
  width: 3rem;
  margin-top: -1.4rem;
  font-size: 1.6rem; }

.shs-widgets--search-bar__dates--calendar .legend {
  text-align: center; }

.shs-widgets--search-bar__inline-calendar {
  padding: 1rem; }
  .shs-widgets--search-bar__inline-calendar .shs-widgets--calendar__info-message {
    text-align: left; }
  .shs-widgets--search-bar__inline-calendar .shs-widgets--calendar .shs-widgets--calendar--day-container {
    min-width: 50px;
    width: 6.6vw; }

.shs-widgets--search-bar__arrow {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  content: " ";
  bottom: -10px;
  margin-left: -8px; }

.shs-widgets--search-bar__occupancy--room {
  position: relative; }

.shs-widgets--search-bar__occupancy--remove-room {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  line-height: 1; }

.shs-widgets--search-bar__nav-button {
  height: 62px; }

.shs-widgets--search-bar__occupancy--room--title,
.shs-widgets--search-bar__hotel-item {
  display: flex;
  text-align: start;
  justify-content: flex-start; }

.shs-widgets--search-bar__section-dates {
  position: relative; }

.shs-widgets--search-bar__details-bar {
  position: relative; }
  @media (max-width: 767px) {
    .shs-widgets--search-bar__details-bar {
      padding: 0 !important;
      border: none !important;
      box-shadow: none !important; } }
  @media (min-width: 768px) {
    .shs-widgets--search-bar__details-bar {
      position: absolute;
      left: -1px;
      top: calc(62px + 1rem);
      z-index: 2; } }
  .shs-widgets--search-bar__details-bar > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .shs-widgets--search-bar__details-bar label {
    display: flex; }

.shs-widgets--search-bar__codes--single-code,
.shs-widgets--search-bar__rates {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-items: center;
  height: 62px; }

.shs-widgets--search-bar__label {
  font-weight: bold; }

.shs-widgets--search-bar__info-bar .btn-block.text-left {
  text-align: start !important; }
