

/* Personalización del mapa */
.room-selection-map {
  .loader-inner{
    margin-top:30px;
  }
  .close {
    opacity: 1;
    .icon {
      width:16px;
      height:16px;
      &, & * {
        fill: $brand-grey-dark;
      }
    }
  }
  .modal-dialog {
    @media (min-width: $grid-float-breakpoint) {
      width: auto;
      height: auto;
      margin: 20px auto;
      max-width: 600px;
    }
    @media (min-width: 1024px) {
      max-width: 820px;
    }
  }
  .modal-content {
    border-radius: 0;
    border: none;
  }
  .modal-header {
    padding: 15px;
    border: 1px solid #dfdfdf;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .12);
  }
  .modal-body {
    padding: 15px;
    #map {
      height: 85vh !important;
    }
    #hotel-map-container {
      width: 100%;
      height: 100%;
      @media (min-width: $grid-float-breakpoint) {
        height: 600px;
      }
    }
  }
  .leyenda_mapa {
    padding: 0 15px 10px 15px;
    margin: 0;
  }
}

.txt-legal .icon-anyfill-ui-chevron-right,
.txt-legal .icon-anyfill-ui-chevron-left {
  width: 11px;
  height: 11px;
  vertical-align: middle;
}

@media (max-width:$screen-xs-max) {
  .room-selection-map {
    .modal-dialog, .modal-content {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      width: 100%;
      height: auto;
    }
    .modal-content {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
    }
    .modal-header {
      flex: 0 0 42px;
      .topsheet_map {
        text-align: center;
      }
      .icon-anyfill-ui-chevron-left {
        width: 14px;
        height: 14px;
        &, & * {
          fill: #7db2ea;
        }
      }
      /*rtl:ignore*/
      [dir='rtl'] .icon-anyfill-ui-chevron-left {
        transform: rotate(-180deg);
      }
    }
    .modal-body {
      padding: 0;
      flex: 0 1 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      min-height: 0 !important;
      #map_container {
        flex: 1 0 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        position: relative;
      }
      #map {
        flex: 1 0 100%;
        height: auto !important;
      }
    }
    .leyenda_mapa {
      padding: 10px 15px;
      margin: 0 !important;
      position: fixed;
      bottom: 0;
      background-color: #FFF;
      z-index: 100;
    }
  }
}

/*rtl:ignore*/
[dir='rtl'] .room-selection-map .modal-header .icon-anyfill-ui-chevron-left {
  transform: rotate(-180deg);
}
.hotelsPinBall {
  svg, .icon {
    width: 65px;
    height: 65px;
    &, & * {
      fill: $interactive-color;
    }
  }
}