.marker-cluster-small,
.marker-cluster-medium {
    background-color: var(--p-primary-200) !important;
}

.marker-cluster-small div,
.marker-cluster-medium div {
    background-color: var(--p-primary-400) !important;
    color: var(--p-primary-contrast-color);
}

.customIcon {
    background: var(--p-primary-400) !important;
    border: 1px solid var(--p-primary-200) !important;
    border-radius: var(--p-content-border-radius) !important;
    padding: 2px;
    color: var(--p-primary-contrast-color) !important;
    font-size: larger;
    font-weight: normal;
    text-align: center;
    height: auto !important;
    margin-top: -25px !important;
}

.customIcon b {
    color: black;
    font-size: larger;
    font-weight: normal;

}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip-own {
    position: absolute;
    padding: 4px;
    background-color: #404040;
    border: 1px solid #ffffff;
    color: #ffffff;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    font-size: larger;
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

.slideshow-container {
    max-width: 80vw;
    position: relative;
    margin: auto;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.leaflet-top, .leaflet-bottom {
    z-index: 500 !important;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

#buttonSearchMap .ui-button-text {
    font-size: x-small;
    padding-top: 8px !important;
    padding-bottom: 6px !important;
}

#seachDiv {

    margin-left: 8% !important;
}

#buttonSearchopenMobile .ui-button-text {
    font-size: x-small;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

#seachDivMobile {

    margin-left: 8% !important;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

#seeRooms {
    display: none !important;
}

#accomodationInfo {
    padding-left: 0;
}

.info-pop {
    float: left;
}

.leaflet-popup-content {
    margin: 0 !important;
    line-height: 1.4 !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-content {
    border-radius: var(--p-content-border-radius) !important;
    border: 1px solid var(--p-surface-200) !important;
    overflow: hidden;
}

.leaflet-popup-tip {
    background-color: var(--p-surface-200) !important;
}


.RoomPhoto {
    cursor: pointer;
}

.map-popup {
    min-width: 300px;
}

.leaflet-container a.leaflet-popup-close-button {
    top: var(--p-content-border-radius);
    right: var(--p-content-border-radius);
    background: var(--p-surface-50);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;
    padding: 0;
    border-radius: var(--p-content-border-radius);
    color: var(--p-primary-color);
}

.popUp {
    float: left;
    font-size: 17px !important;
    padding-right: 3%;
}

.popUp > span {
    padding-left: 3px;
}

.ScrollXAuto {
    padding-left: 1%;
    cursor: pointer;
}

.price-pop-up {
    position: absolute;
    z-index: 499;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    background: var(--p-surface-50) !important;
    top: var(--p-content-border-radius);
    left: 0;
    border-radius: 0 var(--p-content-border-radius) var(--p-content-border-radius) 0;
}

.info-pop-up-wrapper {
    padding: 5px 10px 0 10px;
    background-color: var(--p-surface-50);
}

.leaflet-container a {
    color: var(--p-primary-color) !important;
}

#mapid {
    position: fixed !important;
}


