.navbar {
    /* Dropdown design */

    & .navbar-brand {
        .dropdown {
            margin-top: 5px;
        }
        .title-site {
            padding-left: .5rem !important;
            text-transform: uppercase;
            font-size: 1.2rem;
            font-weight: 600;
            
        }
    }

    & .dropdown-menu {
        /* background-color: #2d89ff;
        border: none; */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    
    & .dropdown-menu[data-bs-popper]{
        margin-top:10px;
    }
    
    & .dropdown-item:hover {
        background: linear-gradient(45deg, #ff9800, #ff5722);
        color: #fff;
    }

    & .button-menu {
        margin: 5px;
    }

    & .search-city, & .text-distance {
        width: 200px;
    }

    & .search-distance {
        text-align:center;

        & .text-distance {
            color:white;
            font-size: 0.8rem;
        }

        & input[type="range"]::-webkit-slider-thumb {
            background-color: #f49f00 !important;
        }
        
        & input[type="range"]::-moz-range-thumb {
            background-color: #f49f00 !important;
        }
        
        & input[type="range"]::-ms-thumb {
            background-color: #f49f00 !important;
        }

        & .form-range {
            margin: 0 5%;
            width: 90%;

            
        }
    }

    /* & .localisation {
        width: 360px;
    
        & .input-city {
            position: relative;
        
            & .cities:not(:empty) {
                display: flex;
                flex-direction: column;
                position: absolute;
                background-color: white;
                border-radius: 4px;
                width: 100%;
                max-height: 300px;
                overflow-y: auto;
                gap: 0.2rem;
            }
        }
    } */

    .ts-control, .ts-dropdown {
        line-height: 1.3;
    }
}
