
/*Component*/

.search-ctn{
    width: 100%;
    position: absolute;
    z-index: 1001;
}

.search-magnifying-glass{
    position: relative;
    left: 25px;
    z-index: 1;
    color: #262626;
}

.search-filter{
    position: relative;
    right: 33px;
    color: #5e5e5e;
    padding: 0px 1px 1px 1px;
    border-radius: 5px;
    z-index: 10;
    cursor: pointer;
    line-height: 1em;
}

.search-filter:hover{
    background-color: #C5BFB8;
}

.search-filter:active{
    background-color: white;
}

.map-search{
    width: 80%;
    position: relative;
    height: 25px;
    padding-left: 25px;
    margin-top: 10px;
    margin-left: 5px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
}

.map-search:focus,
.map-search:focus-visible{
    outline-style: none;
}

@media only screen and (min-width: 950px) {
    .map-search{
        width: 70%;
    }
}

@media only screen and (min-width: 1250px) {
    .map-search{
        width: 80%;
    }
}