
#services-option::placeholder {
    color: #999;
}

#sevices-option:focus {
    border-color: #c0c0c0;
}

#services-option-results {
    list-style: none;
    padding: 0px;
    margin-top: -0.7rem;
    margin-left: 0.4rem;
    width: 30.5rem;
    max-height: 8rem;
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background-color: #fff;
    overflow: auto;
}
#services-option-results li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

#services-option-results li:last-child {
    border-bottom: none;
}

#services-option-results li:hover {
    background-color:#dcdcdc;
}
::-webkit-scrollbar {
    width: .2em;
}

::-webkit-scrollbar-track {
    background: whitesmoke;
}

::-webkit-scrollbar-thumb {
    background: #212121;
    border-radius: 100vw;
}