﻿.buscadorIgear {
    top: 1.4em;
    right: 0.3em;
    position: fixed;
    width: 13em;
    font-weight: bold;
    font-size: 14px;
}

@media screen and (min-width: 800px) {
    .buscadorIgear {
        top: 1.4em;
        right: 1.1em;
        position: fixed;
        width: 17.6em;
    }
}

svg {
    cursor: pointer;
}
/*
.inputWithInfo {
    width: 13em;
}*/

.ap-input-icon svg {
    fill: red;
    top: 1px;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.buscadorIgear input:focus, #input-styling-address input:active {
    outline: 0;
    border-color: #009688;
}

.buscadorIgear input:hover {
    border-color: #009688;
}

.buscadorIgear input {
    display: inline-block;
    border: 1px solid #009688;
    border-radius: 15px;
    background: #ffffff;
    background: rgba(255,255,255,0.8);
    padding: 8px;
    padding-left: 1em;
    font-size: 12px;
    padding-right: 35px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    height: 3.3em;
}

.addBold {
    font-weight: bold;
}

.search-list {
    background-color: rgba(255,255,255,0.8); /*white;*/
    padding: 0.1em;
    width: 100%;
    max-height: 25em;
    margin-top: 0.3em;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    border-radius: 15px 8px 8px 15px;
    cursor: pointer;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 51%);
}

.ul-searchList {
    list-style: none;
    padding: 0;
    margin-top:0;
}
.itemResult {
    text-decoration: none;
    padding: 0.1em;
}
li:hover {
    background-color: #F9FBFC;
}

.ap-name {
    padding-left: 0.4em;
    display: inline;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
}

.ap-suggestion {
    margin-left: 0.7em;
}

.ap-input-icon {
    border: 0;
    background: transparent;
    position: absolute;
    top: 1.3em;
    right: 1em;
    bottom: 28em;
    outline: none;
}

.search-list::-webkit-scrollbar {
    width: 0.3em;

}

/*#region iconos*/
.citySuggestion {
    background-image: url('../Recursos/source_icons_city.svg');
    width: auto;
    height: auto;
    background-size: 22px;
}

.streetSuggestion {
    background-image: url('../Recursos/source_icons_pin-alt.svg');
    width: auto;
    height: auto;
    background-size: 1.3em;
}

.comarcaSuggestion {
    background-image: url('../Recursos/source_icons_packages.svg');
    width: auto;
    height: auto;
    background-size: 22px;
}

.hospitalSuggestion {
    background-image: url('../Recursos/source_icons_hospital.svg');
    width: auto;
    height: auto;
    background-size: 22px;
}
/*#endregion RegionName*/

/*#region scrollbar*/
/* Track */
.search-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #F9FBFC;
    border-radius: 10px;
}

/* Handle */
.search-list::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 10px;
}

/* Handle on hover */
.search-list::-webkit-scrollbar-thumb:hover {
    background: #919191;
}

.fillRed {
    fill: #212121;
}

/*#endregion RegionName*/

