#leftbar {
    z-index: 11;
    position: absolute;
    left: 0px;
    max-width: 324px;
    min-width: 324px;
    width: 324px;
    background-color:rgba(0, 0, 0, 0);
    /* background-color:#f5f5f5; */
    overflow-y: auto;
    overflow-x: hidden; 
    scrollbar-width: none;
}

#toggle-leftbar {
    /* color: #343434; */
    color: white;
    position: absolute;
    left: 300px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    background-color: rgba(108,116,125, 1);
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

#searchtools {
    width: 300px;
    height: "100vh";
    padding: 0px;
    margin: 0px;
    background-color: #f5f5f5;
    /* background-color:rgba(0, 0, 80, 0); */
    height: fit-content;
    padding-bottom: 20px;
} 


/* LANGUAGE SELECTR */

#languageSelector {
    width: 280px;
    padding: 10px 10px 0px 10px;
    font-size: 14px;
}

#languageSelector i {
    margin-right:10px;
    width: 27.5px;
}

#languageSelector button {
    width: 280px;
}
#languageSelector span {
    margin-right:10px;
}

#languageSelector button.dropdown-item:hover {
    background-color:  rgba(220, 220, 220, 1.0);
}


#languageSelectorDropdownMenu {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    width: 280px;
    overflow-y:auto;
    height:90vh;
}

/* ************************************************************************************************ */

/* SEARCH FILTER BAR */
#search-filter {
    /* padding: 10px 10px 0px 10px; */
    
}

#search-filter .form-control, #search-filter .input-group-text{ 
    border-radius: 0px;
    border: 0px;
    font-size: 14px;
    border-bottom: 1px solid #DDD;
    width: 38px;
}


#searchcontent {
    overflow: scroll;
    overflow-x: hidden;
    padding: 0px;
    scrollbar-width: none;
    /* margin: 10px;
    border-radius: 5px; */
    /* background-color: rgba(20, 20, 20, 1.0); */
}

#searchcontent .list-group {
    height: 100%;
}

.list-group-item {
    /* background-color: rgba(20, 20, 20, 1.0); */
    /* background-color: rgba(40, 40, 40, 1.0); */
    border-bottom: solid 1px rgba(150, 150, 150, 0.2);
    color:  rgba(20, 20, 20, 1.0);
    /* height: 40px; */
    padding: 0px 10px;
    margin: 0px;
    --max-lines: 1;
    line-height: 32px;
    min-height: 32px;
    max-height: 32px;
    
}

#searchcontent div .text, #searchcontent div .category {
    background-color: rgba(0, 0, 0, 0);
    line-height: 32px;
    min-height: 32px;
    max-height: 32px;
    text-overflow: initial;
    overflow: hidden;
}

#searchcontent button:hover {
    background-color: rgba(220, 220, 220, 1.0);
    --max-lines: 1;

}

#searchcontent .text {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    /* color: #CCC; */
    float: left;
    width: 70%;
}

#searchcontent .category {
    float: right;
    width: 20%;
    line-height: 32px;
    height: 32px;
    background-color: #BBB;
}

#searchcontent .category_content {
    opacity: 1.0;
    font-size: 10px;
    text-align: center;
    text-align: left;
    font-weight: bold;
    /* color: #FAFAFA; */
}

.spinner-search-content {
    color: #BBB;
    font-size: 12px;
    position: relative;
    /* top:40%; */
    margin: 0px;
    padding: 10px;
}


.spinner-search-content .empty_results {
    text-align: justify;
    color: black;
    font-size: 14px;
}

/* ************************************************************************************************ */


::-webkit-scrollbar {
    width: 0px; 
    background: transparent; 
    }
    
#slider-container {
    padding: 15px;
    margin: 10px 0px 15px;
}

#slider {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#slider input {
    width: 100%;
}

.noUi-horizontal {
    height: 4px !important;
  }

.noUi-horizontal .noUi-handle {
    width: 12px !important;
    height: 12px !important;
    right: -5px !important;
    top: -5px !important;
    border: 0px !important;
    border-radius: 6px !important;
    /* background-color: rgba(20, 153, 109, 1.0) !important; */
    background-color: rgb(140, 140, 140) !important;
    box-shadow: none !important;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none !important;
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3 !important;
    box-shadow: inset 0 1px 10px #F0F0F0, 0 3px 6px -5px #BBB !important;
  }
  .noUi-connects {
    border-radius: 3px;
  }
  .noUi-connect {
    background: #3FB8AF;
  }

.noUi-marker {
  background: #CCC !important;
}
.noUi-marker-sub {
  background: #AAA !important;
  height: 2px !important;
  width: 1px !important;
}
.noUi-marker-large {
  background: #AAA !important;
  height: 5px !important;
  width: 1px !important;
}
.noUi-marker-normal {
    background: #AAA !important;
    height: 2px !important;
    width: 1px !important;
  }
  
.noUi-value-large {
    font-size: 10px !important;
}

.noUi-pips-horizontal {
    padding: 6px 0 !important;
    height: 40px !important;
    top: 100% !important;
    left: 0 !important;
    width: 100%;
  }

/* ************************************************************************************************ */




#categories {
    width: 100%;
    padding: 10px;
    display: flex;
    
}

#categories .toggle-container {
    width: 66px;
    border-radius: 5px;
    opacity: 1.0;
    margin: 0px;
    padding: 0px;
    color: white;
    font-size: 10px;
    margin-right: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#categories .toggle-row {
    line-height: 16px;
    padding: 0px 3px 0px 3px;
}


.toggle-row-up {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.toggle-row-down {
    background-color: rgba(108,116,125, 0.75);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #777;
}

#categories .toggle-row div, #categories .toggle-row span {
    line-height: 16px;
}


#categories span {
    padding: 0px;
    margin: 0px;
    float: right;
}

#categories div.round-toggle {
    display: inline-block;
    background-color: white;
    height: 10px;
    width: 10px;
    border-radius: 2px;
    position: relative;
    line-height: 16px;
    top:1px;
}

#categories .round-toggle:hover {
    cursor: pointer;
}

#categories .round-selector {
    width: 6px;
    height: 6px;
    border-radius: 2px;
    padding: 0px !important;
    margin: 0px !important;
    position: absolute;
    top: 2px;
    left: 2px;
    display: flex;
}

/* ************************************************************************************************ */



.text-unselected {
    color: #CCC;
}
.unselected {
    background-color: rgba(108,116,125, 0.75);
}
.cat1_color {
    background-color: rgba(5, 102, 141, 0.75);
}
.cat2_color {
    background-color: rgba(103, 148, 54, 0.75);
}
.cat3_color {
    background-color: rgba(160, 65, 65, 0.75);
}
.cat4_color {
    background-color: rgba(226, 172, 45, 0.75);
}

.mapboxgl-marker, .mapboxgl-marker-anchor-center {
    display: none !important;
} 