canvas {
    border: 0px solid #ddd;
}
.chart-filter-price{
    display: flex;
    flex-direction: column;
}
.slider-container {
    width: 100%;
    max-width: 800px;
    margin-top: 6px;
}
.noUi-target {
    border: 1px solid #ff244b;
}

/* Custom slider styles */
.noUi-connect {
    background: #F3704A;
}

.noUi-handle {
    border-radius: 50% !important;
    background: #ffffff !important;
    width: 30px !important;
    height: 30px !important;
    top: -14px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #bcbcbc;
}

.noUi-handle:before,
.noUi-handle:after {
    content: none;
}

.noUi-horizontal {
    height: 3px;
}

.noUi-tooltip {
    display: none;
    /* Ensure tooltips are hidden */
}

.input-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.input-container input {
    width: 80px;
    margin: 0;
    padding: 5px;
    text-align: center;
    border-radius: 30px;
}
.chart-filter{
        top: -60px;
    position: relative;
}
.select{
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}
#priceHistogram{
        margin: 0px 0px -16px 18px;
}
.type-of-btn{
    border: 2px solid #ffffff;
    background: #ffffff00;
    border-radius: 10px;
    padding: 8px 15px;
}
.type-of-btn:hover{
   border: 2px solid #ffffff00;
   background: #f2f2f2;
}
.type-of-buttons{
        padding: 8px 5px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
}

.seleced_search_type{
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: 10px;
    padding: 8px 15px;
    color:#ffffff;
}

.experience_visible{
    display:none;
}


.sv_map_label2{
    display:none;
}
.sv_map_label2
{
    background:#fff;
    padding:7px 10px;
    font-weight:600;
    border-radius: 50px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 6%);
    border:1px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) and (max-width: 1200px) {

.sv_map_label2 {
  transform: scale(1);
  transition: transform 0.3s ease-in-out 0.2s;
}
.sv_map_label2:hover {
transform: scale(1.2);
}
}

@media (min-width: 768px) {
#any_guest::placeholder{
  color: #000000; 
    font-size: 1.4rem;
        font-weight: 400;
}
}

