/* //////// HOME //////// */

.home-section .right-filter {
    padding: 50px;
}


.gender-filter {
    width: 100%;
}

/* .dropdown-check-list {
    display: inline-block;
} */

.dropdown-check-list .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 5px 50px 5px 10px;
    border: 1px solid #ccc;
}

.dropdown-check-list .anchor:after {
    position: absolute;
    content: "";
    border-left: 2px solid black;
    border-top: 2px solid black;
    padding: 5px;
    right: 10px;
    top: 25%;
    /* -moz-transform: rotate(-135deg); */
    /* -ms-transform: rotate(-135deg); */
    /* -o-transform: rotate(-135deg); */
    /* -webkit-transform: rotate(-135deg); */
    transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
    right: 8px;
    top: 21%;
}

.dropdown-check-list ul.items {
    padding: 2px;
    display:none;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #F2F4FF;
}

.dropdown-check-list ul.items li {
    list-style: none;
}

.dropdown-check-list select {
    background-color: #B2C9D6 !important;
}

.dropdown-check-list select:focus-visible {
    background: #60BEBB !important;
}

.right-filter  .dropdown-check-list span.anchor {
    background-color: #B2C9D6;
    width: 100%;
    color: #074263;
    font-weight: 700;
    padding: 10px 10px 10px 10px;
}

.right-filter .dropdown-check-list {
    margin-bottom: 25px;
}

.right-filter  .dropdown-check-list.visible span.anchor {
    background-color: #60BEBB;
}

.dropdown-check-list.visible .anchor {
    color: #0094ff;
}

.dropdown-check-list.visible .items {
    display: block;
    padding: 12px;
}

.right-filter {
    background-color: #F2F4FF;
}


.home-section .col-8 {
    margin: 0;
    padding: 0;
}


.range-slider {
    position: relative;
    width: 100%;
    height: 35px;
    text-align: center;
}

.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 15px;
    width: 100%;
    outline: none;
    height: 18px;
    margin: 0;
    padding: 0;
    z-index: 1005;
}

.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
}

.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}

.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

.range-slider input[type=range]::-moz-focus-outer {
border: 0;
}

.rangeValue {
    width: 30px;
}

.output {
    position: absolute;
    /* border:1px solid #999; */
    width: 40px;
    height: 30px;
    text-align: center;
    color: #999;
    border-radius: 4px;
    display: inline-block;
    font: bold 15px/30px Helvetica, Arial;
    bottom: 75%;
    left: 50%;
    transform: translate(-50%, 0);
}

.output.outputTwo {
    left: 100%;
}


input[type=range] {
    -webkit-appearance: none;
    background: none;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    border: none;
    border-radius: 3px;
    background: transparent;
}

input[type=range]::-ms-track {
    height: 5px;
    background: transparent;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-track {
    height: 5px;
    background: transparent;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
}

input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
}

input[type=range]:focus {
    outline: none;
}

.full-range,
.incl-range,
.full-Trange,
.incl-Trange {
    width: 100%;
    height: 5px;
    left: 0;
    top: 21px;
    position: absolute;
    background: #DDD;
}

.incl-range {
	background: #0C4972;
}

.incl-Trange {
	background: #0C4972;
}


.tick {
    position: absolute;
    bottom: 0px; /* Adjust as needed */
    font-size: 12px; /* Adjust as needed */
    color: #999;
}

.scale-line {
    position: absolute;
    bottom: -10px; /* Adjust as needed */
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #999;
}

/* Additional styling for ticks */
.tick:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 1px;
    height: 5px;
    background-color: #0C4972;
    transform: translateX(-50%);
}


span.tick.large::before {
    width: 3px;
    height: 16px;
    background-color: #0C4972;
}

span.output.outputOne {
    background-color: #B4CCD6;
    color: #0C4972;
}

span.output.outputTTwo {
    background-color: #0C4972;
    color: #B4CCD6;
}

span.output.outputTwo{
    background-color: #0C4972;
    color: #B4CCD6;
}


.filter-slider-heading span {
    font-size: 17px;
    color: #0c4972;
}

section.range-slider.container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.weight-btn button {
    width: 100%;
    background-color: #CEDCED;
    padding:10px;
    border: none;
    color: #074263;
    font-size: 13px;
}

.weight-btn button:hover {
    width: 100%;
    background-color: #60BEBB;
}

.bottom-btn {
    margin-top: 25px;
}


.map {
    width: 100%;
    height: 500px;
    /* margin-bottom: 30px; */
    position: relative;
}

.map.fullscreen-mode {
    position: fixed;
    inset: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9000;
}
.fullscreen-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9001;
}

div#map {
    width: 100%;
    height: 100vh;
}



a.leaflet-control-zoom-out {
    margin-top: 10px;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0px !important;
    background-color: #F2F4FF !important;
}


.leaflet-control-zoom.leaflet-bar.leaflet-control span {
    color: #0C4972;
}


.bottom-image {
    position: absolute;
    bottom: 1%;
    z-index: 9999;
    margin-left: 65px;
}

.bottom-buttons {
    position: absolute !important;
    z-index: 1005;
    bottom: 0%;
    right: 6%;
}

.bottom-buttons button {
    background-color: #F2F4FF !important;
    color: #074263;
    width: 120%;
    padding: 11px;
    margin-top: 10px;
    
}


.bottom-buttons button.generate-report {
    background-color: #CEDCED !important;
    margin-top: 40px;
    font-size: 13px;
}

.bottom-buttons button.generate-report:hover {
    background-color: #60BEBB !important;
}


.bottom-image img {
    width: 230%;
}

.col-3.right-filter {
    height: 100vh;
    max-height: 100vh;
    overflow-y: scroll;
}

.home-section {
    overflow: hidden;
}

/* https://dev.to/themodernweb/how-to-make-a-custom-select-input-fully-working-custom-options-input-3734 */