/* //////// 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: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: 15px;
}

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

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

.right-filter {
    z-index: 1000;
    position: absolute;
    background-color: rgba(242, 244, 255, 0.65);
    height: 93vh;
    overflow: scroll;
}


.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; */
    padding: 5px 8px 0px 8px;
    height: 30px;
    text-align: center;
    color: #999;
    border-radius: 4px;
    display: inline-block;
    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: 0.09rem;
    height: 16px;
    background-color: #0C4972;
}

span.output.outpuTOne,
span.output.outpuTTwoDummy {
    background-color: #B4CCD6;
    color: #0C4972;
}

span.output.outpuTOne {
    left: 0;
}

span.output.outpuTTwoDummy {
    left: 100%;
}

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


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

section.range-slider.container {
    margin-top: 20px;
    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: 93vh;
}



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: 5%;
    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 */
.custom-control-input {
    width: 18px;
    height: 18px;
    --bs-form-check-bg: #D5E3F7;
}

.custom-control-input:checked[type=checkbox],
.custom-control-input-all:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23074263' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:checked,
.custom-checkbox .custom-control-input-all:checked {
    background-color: #60bebb !important;
    border-color: #60bebb !important;
}

.custom-checkbox .custom-control-input:checked:focus,
.custom-checkbox .custom-control-input-all:checked {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(96, 190, 187, 0.25)
}

.custom-checkbox .custom-control-input:focus,
.custom-checkbox .custom-control-input-all:checked {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(96, 190, 187, 0.25)
}

.custom-checkbox .custom-control-input:active,
.custom-checkbox .custom-control-input-all:checked {
    background-color: #C8FFC8;
}

.custom-control-input-all {
    width: 18px;
    height: 18px;
    --bs-form-check-bg: #FFFFFF;
    border: solid 2px #60bebb;
}

.leaflet-left {
    left: 25%;
}