   /* CSS */
   .dotoption_kilometers-containeris {
    position: relative;
    display: flex;
    align-items: center;

}

.dotoption_kilometers-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.iweusfisdusdddnnvccx{
    display: flex;
    gap: 5px;
}
.sorting-kilometers {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    padding: 14px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 250px;
    border-radius: 8px;
}
.iiisdjfskadljf{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.sorting-kilometers.show {
    display: block;
}

.notification_get_ne_post {
    display: flex
;
    align-items: center;
    /* margin-bottom: 10px; */
    padding-left: 10px;
    padding-right: 10px;
}

.notification_get_ne_post img {
    margin-right: 10px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 12px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: -6px;

    bottom: -2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
 
}

input:checked + .slider:before {
    transform: translateX(25px);
}

#decreaseDistance,
#increaseDistance {
     color: #ffffff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #ffffff;
}
.notification_bell {
    width: 21px;
    height: 30px;
}


#distanceRange {
    width: 100%;
    margin: 10px 0;
}

#distanceValue {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
}


.notification_bell_front {
    width: 24px;
    height: 35px;
    z-index: 1;
    position: absolute;
    left: 6px;

}

#distanceValue_front {
    display: flex;
    margin-top: 10px;
    font-weight: bold;
    width: 104px;
 
    align-items: center;
    padding-left: 32px;
    position: relative;
    justify-content: center;
    padding-bottom: 16px;
    padding-top: 16px;
    margin: 1px;
    flex-direction: row;
}











.notification_get_ne_post {
    display: flex;
    align-items: center;
    gap: 10px;
    /* font-size: 12px; */
}

.switch {
    position: relative;
    min-width: 30px;
    height: 14px;
    z-index: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}



.switch {
    position: relative;
    display: inline-block;
    min-width: 40px;
    height: 14px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 16px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: -1px;
    bottom: -1px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.ikusdafhuisdyfddd{
    gap: 10px;
  display: flex;
}
.odisafuiasduyfgioahgioadfuygiuoareyg{
    color: #9d0b0b;
}

input:checked+.slider:before {
    transform: translateX(25px);
}








input[type="range"]::-moz-range-track {
    background: #9d0b0b;
    height: 8px;
}

input[type="range"]::-ms-track {
    background: #9d0b0b;
    height: 8px;
    border-color: transparent;
    color: transparent;
}

input[type="range"]::-ms-fill-lower {
    background: #9d0b0b;
}

input[type="range"]::-ms-fill-upper {
    background: #9d0b0b;
}




input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;

    background: red; 
    outline: none;
    border-radius: 5px;
}



input[type="range"]::-webkit-slider-runnable-track {
    background: #9d0b0b;
    height: 10px; 
    border-radius: 8PX;
}




input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: white;
    cursor: pointer;
    border-radius: 50%; 
    border: 1px solid #9d0b0b; 
    margin-top: 0px;
}

