.counter-coord {
    margin-top: 7px;
    width: 25px;
    height: 25px;
    border: 1px solid #CCE5FF;
    border-radius: 50%;
    background: #CCE5FF;
    color: #3499FF;
    text-align: center;
}



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0.7 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.7 !important; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
    opacity: 0.7 !important; /* Firefox */
}

.btn-link {
    color: #3CAFF4 !important;
}

.text_mute {
    display: inline-block;
    margin-top: -5px !important;
    padding-bottom: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #212529;
}

.marker_number {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #3499FF;
}
.range-slider{
    width: 100% !important;
    height: 35px !important;
    position: relative;
}
.range-slider-fill {
    background: linear-gradient(0deg, #3499FF, #3499FF), #FFFFFF;
    height: 8px !important;
}

.range-slider-rail {
    height: 8px !important;
}

.pos_right{
    position: absolute;
    top: 35px;
    right: 10px;
}

.value_hindrance {
    display: block;
    position: absolute;
    text-align: center;
    /*top: -20%;*/
    left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    width: 50px;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.pos_left{
    position: absolute;
    top: 35px;
    left: 25px; 
}
.map{
    width: 100%;
    height: 500px;
}

@media (max-width: 991px) {
    .polylines-block {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .map{
        height: 300px;
    }
    .content{
        overflow-x: hidden;
    }
}
.btn-secondary{
    background-color: #8080806b !important;
}
#app .btn{
    text-decoration: none;
}

#app .btn.btn-link{
    background-color: transparent !important;
}


.btn-info{
    color: #fff;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}
.mt-1{
    margin-top: .7rem;
}
.mb-1{
    margin-bottom: .5rem;
}

.container {
    min-width: 1330px;
}

p{
    margin-bottom: 0;
}

body{
    font-family: "Jost", "Arial", sans-serif;
}

body::-webkit-scrollbar {
    width: 0;
}

#app::-webkit-scrollbar {
    width: 0;
}


ul{
    margin-bottom: 0;
}

.tac.custom-typography{
    margin-bottom: 10px;
}


.container-fluid {
    max-width: 1920px;
    padding-right: 30px;
    padding-left: 30px;
}

@media (min-width: 992px) {
    .rtl #app .row {
        display: flex;
        flex-wrap: wrap;
    }
}

.rtl .text-right {
    text-align: left;
}
.rtl .text-left {
    text-align: right;
}
.rtl #app .custom-control {
    padding-left: 0;
    padding-right: 1.5rem;
}
.rtl #app .custom-control-label::before {
    right: -2.5rem;
    left: auto;
}
.rtl #app .custom-control-label::after {
    right: -2rem;
    left: auto;
}






