/* _content/Benchmarking/Views/Shared/Components/EventLocationSelector/Default.cshtml.rz.scp.css */

.myIsolatedClass[b-10016f576d] {
    color: red;
}
/* _content/Benchmarking/Views/Shared/Components/Map/Default.cshtml.rz.scp.css */
@charset "UTF-8";
/*#region Map*/
.map-container[b-j9v7ub7mub] {
  position: relative;
  height: calc(100% - 0px);
  width: 100%;
  min-height: 250px;
  min-width: 250px;
  container-type: inline-size;
  container-name: map;
  border-radius: 12px;
}

/* large map */
@container map (min-width:380px) {
  i.d-map-view[b-j9v7ub7mub] {
    display: none;
  }
}
/* very small map */
@container map (max-width:380px) {
  span.d-map-view[b-j9v7ub7mub] {
    display: none;
  }
  label.d-map-view[b-j9v7ub7mub] {
    min-width: 30px;
    padding: 3px;
  }
  .map-controls[b-j9v7ub7mub] {
    margin-top: 0;
  }
}
.map-loader[b-j9v7ub7mub] {
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(19, 10, 4, 0.3);
  position: fixed;
  left: 0;
  margin: 0;
  z-index: 1 !important;
  cursor: wait;
}
.map-loader.absolute[b-j9v7ub7mub] {
  position: absolute !important;
}
.map-loader .spinner[b-j9v7ub7mub] {
  width: 40px;
  height: 40px;
  background-color: #39383F;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane-b-j9v7ub7mub 1.2s infinite ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane-b-j9v7ub7mub {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*#endregion */
/*#region Controls */
.map-controls[b-j9v7ub7mub] {
  display: flex;
  padding: 15px;
  max-width: 100%;
}
.map-controls > button[b-j9v7ub7mub] {
  font-size: small;
}

.map-control-button[b-j9v7ub7mub] {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 2px;
  cursor: pointer;
  filter: blur();
  border: none;
  background-color: transparent;
}
.map-control-button > img[b-j9v7ub7mub] {
  transition-duration: 300ms;
}
.map-control-button > img:hover[b-j9v7ub7mub] {
  filter: invert(1);
  filter: drop-shadow();
}
.map-control-button:active > img[b-j9v7ub7mub] {
  transform: scale(1.3);
  transition-delay: initial;
  transition-duration: 100ms;
  -moz-transform: scale(1.1);
  -moz-transition-delay: initial;
  -moz-transition-duration: 100ms;
}

.map-btn[b-j9v7ub7mub] {
  min-width: 105px;
  text-align: left;
  margin: 5px 0;
  padding-left: 3px;
}
.map-btn.active[b-j9v7ub7mub] {
  background-color: var(--bs-secondary);
}
.map-btn > img[b-j9v7ub7mub] {
  width: 24px;
  height: 24px;
  margin-left: 0px;
  padding: 0;
}
.map-btn > span[b-j9v7ub7mub] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

.map-toggle[b-j9v7ub7mub] {
  background-color: black;
  color: white;
  font-size: 12px;
}
.map-toggle.active[b-j9v7ub7mub], .map-toggle.active:hover[b-j9v7ub7mub] {
  background-color: dimgrey;
  color: white;
  cursor: no-drop;
  pointer-events: none;
}
.map-toggle:not(.active):hover[b-j9v7ub7mub] {
  background: linear-gradient(95deg, #000, #f06);
  color: white;
  box-shadow: var(--bs-box-shadow);
  cursor: pointer;
}

/*#endregion */
/*#region Markers*/
.marker-container[b-j9v7ub7mub] {
  /*display: flex;*/
  /*color: black;*/
  line-height: 12px;
  font: bold;
  color: white;
  border-radius: 10px;
  align-items: center;
  text-align: center;
  padding: 1px;
  min-width: 60px;
  pointer-events: all;
  transition-duration: 500ms;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.marker-container:hover[b-j9v7ub7mub] {
  z-index: auto;
}
.marker-container.bg-gray[b-j9v7ub7mub] {
  background-color: gray;
  color: white;
}
.marker-container.bg-black[b-j9v7ub7mub] {
  background-color: black;
  color: white;
}
.marker-container.bg-green[b-j9v7ub7mub] {
  background-color: #7FBE00;
  border: 1px solid #cecece;
  color: white;
}

.marker-price[b-j9v7ub7mub] {
  padding: 5px 0 0 0;
}

.event-location-marker[b-j9v7ub7mub] {
  animation: grow-b-j9v7ub7mub;
  animation-delay: 500ms;
  animation-duration: 1s;
  animation-iteration-count: 5;
  transition-duration: 500ms;
}

.event-location-marker:hover[b-j9v7ub7mub] {
  transform: scale(2);
  z-index: 10000000000;
}
.event-location-marker [b-j9v7ub7mub]::after {
  content: image("/images/icons/");
}

.hotel-marker[b-j9v7ub7mub] {
  transition-duration: 500ms;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hotel-marker:hover[b-j9v7ub7mub], .hotel-marker.active[b-j9v7ub7mub] {
  transform: scale(2);
  z-index: 10000000000000000;
}

.marker-title[b-j9v7ub7mub] {
  padding: 20px;
}

.stars-0[b-j9v7ub7mub]:after {
  position: relative;
  padding: 25px;
  line-height: 0px;
  height: 0px;
  margin: 0px;
  content: "";
  width: auto;
}
.stars-1[b-j9v7ub7mub]:after {
  content: "★";
  position: relative;
  padding: 2px;
  line-height: 15px;
}
.stars-2[b-j9v7ub7mub]:after {
  content: "★★";
  position: relative;
  padding: 2px;
  line-height: 15px;
}
.stars-3[b-j9v7ub7mub]:after {
  content: "★★★";
  position: relative;
  padding: 2px;
  line-height: 15px;
}
.stars-4[b-j9v7ub7mub]:after {
  content: "★★★★";
  position: relative;
  padding: 2px;
  line-height: 15px;
}
.stars-5[b-j9v7ub7mub]:after {
  content: "★★★★★";
  position: relative;
  padding: 2px;
  line-height: 15px;
}

.marker-cluster[b-j9v7ub7mub] {
  display: block;
  background: white;
  border-radius: 35px;
  text-align: center;
  color: black;
  padding: 10px;
  height: 60px;
  width: 60px;
  background: radial-gradient(circle, rgb(255, 255, 255) 55%, rgba(0, 0, 0, 0.1) 60%, rgb(255, 255, 255) 70%);
  transition-duration: 500ms;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.marker-cluster:hover[b-j9v7ub7mub] {
  transform: scale(1.5);
  z-index: 10000000000;
}
.marker-cluster-counter[b-j9v7ub7mub] {
  font-size: 20px;
  font-display: optional;
  font-kerning: auto;
  font-weight: 900;
}
.marker-cluster-category[b-j9v7ub7mub] {
  font-size: 10px;
  content: "hotels";
}

/*#endregion */
/*#region Markers InfoWindow*/
.marker-infoWindow[b-j9v7ub7mub] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 230px;
  min-width: 200px;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.marker-infoWindow > .content[b-j9v7ub7mub] {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.marker-infoWindow > .content > img.marker-infoWindow-hotel-photo[b-j9v7ub7mub] {
  width: 100%;
  height: 50%;
  margin: 0;
  object-fit: cover;
}
.marker-infoWindow > .content > .hotel-details[b-j9v7ub7mub] {
  font-size: 11px;
  margin-top: 10px;
}
.marker-infoWindow > .content > .hotel-details > .title[b-j9v7ub7mub] {
  font-size: 18px;
  font-weight: bold;
  margin: 28px 8px 2px 8px;
}
.marker-infoWindow > .content > .hotel-details > .stars[b-j9v7ub7mub] {
  font-size: 30px;
  margin-top: 1px;
}

.btn-book[b-j9v7ub7mub] {
  white-space: nowrap;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  height: 38px;
  padding: 12px 18px;
  border-radius: 24px;
  color: white;
  background-color: black;
  border: 0;
  text-decoration: none;
  text-transform: lowercase;
  transition-duration: 500ms;
}
.btn-book:hover[b-j9v7ub7mub] {
  box-shadow: var(--bs-box-shadow);
  background-color: var(--color2);
  font-weight: bold;
  padding: 12px 25px;
}

/* google maps infoWindow container*/
.gm-style-iw-a[b-j9v7ub7mub] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translatey(0px);
  animation: float-b-j9v7ub7mub 200ms ease-in;
}

/* google maps infowindow close button */
.gm-ui-hover-effect[b-j9v7ub7mub] {
  border: 1px solid black !important;
  background: black !important;
  border-radius: 25px !important;
  right: 0px !important;
  top: 0px !important;
  z-index: 1;
  transform: scale(0.7);
  opacity: 1;
}
.gm-ui-hover-effect > span[b-j9v7ub7mub] {
  filter: invert(1);
}
.gm-ui-hover-effect:hover[b-j9v7ub7mub] {
  filter: invert(1);
  border: 1px solid white !important;
}

/*#endregion */
/*#region Animations*/
@keyframes drop-b-j9v7ub7mub {
  0% {
    transform: translateY(-200px) scaleY(0.9);
    opacity: 0;
  }
  5% {
    opacity: 0.7;
  }
  50% {
    transform: translateY(0px) scaleY(1);
    opacity: 1;
  }
  65% {
    transform: translateY(-17px) scaleY(0.9);
    opacity: 1;
  }
  75% {
    transform: translateY(-22px) scaleY(0.9);
    opacity: 1;
  }
  100% {
    transform: translateY(0px) scaleY(1);
    opacity: 1;
  }
}
.drop[b-j9v7ub7mub] {
  animation: drop-b-j9v7ub7mub 0.3s linear forwards var(--delay-time);
}

@keyframes grow-b-j9v7ub7mub {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
@keyframes float-b-j9v7ub7mub {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
/*#endregion*/
/*#region Direction */
.map-direction-container[b-j9v7ub7mub] {
  background-color: white;
  min-width: 150px;
  min-height: 150px;
  max-height: 100%;
  overflow: hidden;
}

.map-direction-control[b-j9v7ub7mub] {
  padding: 14px 0 38px 0;
  top: 54px !important;
  transition: ease-in-out 500ms;
  max-height: calc(100% - 54px);
  height: 100%;
  /*max-width:100%;*/
}

.map-direction-control.collapsed[b-j9v7ub7mub] {
  right: -340px !important;
}

.map-direction-control.pined[b-j9v7ub7mub] {
  right: 0px !important;
  position: sticky;
}

.map-direction-header[b-j9v7ub7mub] {
  position: sticky;
  top: 0;
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
}

#map-direction-panel[b-j9v7ub7mub] {
  /*width: 100%;*/
  right: 0px;
  width: 340px;
  max-height: 100%;
  border: 1px solid gray;
  border-radius: 8px;
  margin: 40px 0;
  background-color: white;
  scrollbar-color: var(--bs-primary);
  scrollbar-width: thin;
  scroll-behavior: smooth;
  overscroll-behavior-y: auto;
  overflow-y: auto;
}

#map-direction-content[b-j9v7ub7mub] {
  padding-bottom: 5px;
}

.map-direction-error[b-j9v7ub7mub] {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: max-content;
  text-align: center;
  color: var(--bs-danger);
  padding: 15px;
  background: #fff1a8;
}

.btn-collapse-map-direction[b-j9v7ub7mub] {
  background-color: var(--bs-primary);
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px 0px 0px 8px;
  color: white;
  height: 50px;
  width: 20px;
  /*min-width: 20px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition-duration: 1s;
}

.btn-collapse-map-direction-xmark[b-j9v7ub7mub] {
  background-color: var(--bs-primary);
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  align-items: center;
  cursor: pointer;
  transition-duration: 1s;
}

.btn-collapse-map-direction > i[b-j9v7ub7mub] {
  transition-duration: 1s;
}

.btn-collapse-map-direction.collapsed > i[b-j9v7ub7mub] {
  transform: rotate(540deg);
}

/*#endregion*/
/*#region errors */
#map-error[b-j9v7ub7mub] {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  left: 0;
  margin: 0;
  z-index: 1; /* 2147483647 !important;*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

#map-error > div[b-j9v7ub7mub] {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  display: inline-grid;
  color: var(--bs-danger);
}

#map-error > div > i[b-j9v7ub7mub] {
  font-weight: normal;
  font-size: 36px;
}

#map-error > div > span[b-j9v7ub7mub] {
  font-weight: bolder;
  font-size: 18px;
}

#map-error > div > button[b-j9v7ub7mub] {
  margin: 10px;
}

/*#endregion*/
.btn-small[b-j9v7ub7mub] {
  font-size: 12px;
  padding: 4px 8px;
  margin: 1px;
}

.map-controls[b-j9v7ub7mub] {
  font-size: 12px;
}

/*@media(max-width:576px) {
    .map-container {
        min-width: calc(100vw - 50px) !important;*/
/*width: 100vw !important;*/
/*min-height: 50vh;
        height: calc(100% - 15px);
    }
}*/
.select2-selection > .select2-selection__rendered > span > span.map-spd[b-j9v7ub7mub] {
  text-overflow: fade(5%);
  overflow: hidden;
  white-space: nowrap;
  max-width: 180px;
}

ul#map-direction-travelMode > li > input[type=radio][b-j9v7ub7mub] {
  display: none;
}

ul#map-direction-travelMode > li > input[type=radio]:checked + label[b-j9v7ub7mub] {
  /*border: 1px solid red;
  border-radius:15px;*/
  padding: 3px;
  color: white;
  background-color: var(--color2);
  border-radius: 26px;
}

ul#map-direction-travelMode > li > input[type=radio] + label[b-j9v7ub7mub] {
  padding: 1px;
  cursor: pointer;
  font-size: 7px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gm-style-iw-d[b-j9v7ub7mub] {
  overflow: hidden !important;
  height: fit-content !important;
  margin: 10px;
}

.scale-9[b-j9v7ub7mub] {
  scale: 0.9;
}

.controls-container[b-j9v7ub7mub] {
  container-type: inline-size;
}

/* map hotel slider */
@media all and (display-mode: fullscreen) {
  #map-hotels-slider[b-j9v7ub7mub] {
    display: block !important;
  }
}
#map-hotels-slider .carousel-item[b-j9v7ub7mub] {
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  background-color: white;
}
#map-hotels-slider .carousel-control-prev[b-j9v7ub7mub] {
  left: -30px;
  width: 30px;
}
#map-hotels-slider .carousel-control-next[b-j9v7ub7mub] {
  right: -30px;
  width: 30px;
}
#map-hotels-slider .map-hotel-slider-img[b-j9v7ub7mub] {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: lightgray;
}
#map-hotels-slider .map-hotel-slider-name[b-j9v7ub7mub] {
  font-size: 1.1rem;
}
#map-hotels-slider .map-hotel-slider--rating[b-j9v7ub7mub] {
  background-color: blue;
  color: white;
  border-radius: 8px;
  border: 1px solid blue;
  padding: 4px;
  border-bottom-left-radius: 0;
  font-size: xx-small;
}
#map-hotels-slider .rateBooking[b-j9v7ub7mub] {
  visibility: visible;
  position: absolute;
  bottom: 5px;
  right: 15px;
}
/* _content/Benchmarking/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html[b-8azurhf9er], body[b-8azurhf9er]{
    height:100%;
    width:100%;  
}

body[b-8azurhf9er] {
    background-image: var(--background-home-url, black) !important;
    transition-duration: 2s;
    animation: infinite;
    display : flex;
    flex-direction:column;
    overflow:hidden;
}

span.navbar-text[b-8azurhf9er]{
    color:white;
}

a.navbar-brand[b-8azurhf9er] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-8azurhf9er] {
  color: var(--primary-color);
}

img.header-logo[b-8azurhf9er] {
    max-height:20px;
}
    img.header-logo[b-8azurhf9er]::after{
        content:'accommodation specialist';
    }
    .btn-primary[b-8azurhf9er] {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

.nav-pills .nav-link.active[b-8azurhf9er], .nav-pills .show > .nav-link[b-8azurhf9er] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-8azurhf9er] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-8azurhf9er] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-8azurhf9er] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}


button[b-8azurhf9er]{
    border-radius:55px;        
}

button.accept-policy[b-8azurhf9er] {
    font-size: 1rem;
    line-height: inherit;
}

#header-menu[b-8azurhf9er] {
    transition-duration: 700ms;
    animation: infinite;
    width: 100%;
    z-index: 1;    
}

#header-menu[b-8azurhf9er]::after {
    background-image: var(--background-home-url, black) !important;
    background-position-y: -389px top;
    background-size: auto;
    background-repeat: no-repeat;
    filter: brightness(50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:70px;
    brig content: ' ';
    z-index: 10;
}

main[b-8azurhf9er] {    
    height: 100%;
    flex: 1;
    overflow-y: auto;
}

.footer[b-8azurhf9er] {  
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 40px;
  background-color:white;
  font-size:12px;
  font-weight:bold;
}




 
