/*Search Box*/
.search-box {
    width: 30%;
    position: absolute;
    top: 22%;
    left: 1%;
    margin-right: 12px;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    z-index: 99;
    height: 75%;
}

.search-box-container {
    width: 100%;
    height: 100%;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    background: rgb(255, 255, 255);
    overflow:scroll;
    overflow-x:hidden;
}

.search-box-label {
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-align: left;
}

.search-box-input {
    width: 92%;
    height: 44px;
    margin-left: 15px;
    padding: 0px 32px 0px 12px;
    box-shadow: rgb(0 0 0 / 4%) 0px 3px 3px 0px;
    font-size: 14px;
    outline: none;
    margin-bottom: 17px;
}

.hr-100 {
    width: 90%;
}

.search-box-card {
    width: 93%;
    padding: 10px;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 4px 4px 0px;
    transition: 200ms;
}

.search-box-card:hover{
    transform: scale(1.001);
    box-shadow: rgba(78, 137, 232, 1) 0px 2px 4px 0px;
}

::-webkit-scrollbar {
    width: 4px !important;
    
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff !important;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 10px !important;
    border: 1px solid #fff !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888 !important;
    border-radius: 10px !important;
    border: 1px solid #888 !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}

::-webkit-scrollbar:horizontal{
    height: 4px;
}

/*Menu com os estacionamentos*/
.drHcWT {
    display: flex;
    flex-direction: column;
    width: 420px;
    background: rgb(255, 255, 255);
}

.eMUnDi {
    font-size: 18px;
    margin-left: 15px;
    font-family: "IndigoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    color: rgb(70, 76, 78);
    font-weight: bold;
}

.jQEUEO {
    overflow-y: auto;
    display: block;
    max-height: calc(100vh - 238px);
    cursor: pointer;
    position: relative;
}

.eshUtr {
    background-color: rgb(255, 255, 255);
    border-bottom: 2px solid rgba(87, 36, 117, 0.65);
}

.iXXFow {
    padding: 10px 0px;
    margin: 0px 17px;
}

.lfPUpq {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 5px;
    font-family: "IndigoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: rgb(87, 36, 117);
}

.cXNXVY {
    height: 25px;
    margin-top: 3px;
}

.cwFpar {
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
    font-family: "IndigoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gwPMhu {
    display: flex;
    flex-direction: column;
}

.ciVzTc {
    font-size: 12px;
    margin-bottom: 3px;
    font-family: "IndigoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(70, 76, 78);
}

@media screen and (max-width: 600px) and (min-width: 0px) {
    .search-box {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-right: 12px;
        background-color: rgba(0, 0, 0, 0);
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        z-index: 99;
        height: 50%;
    }
}

@media screen and (max-width: 800px) and (min-width: 600px) {
    .search-box {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-right: 12px;
        background-color: rgba(0, 0, 0, 0);
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        z-index: 99;
        height: 50%;
    }
}

@media screen and (max-width: 1000px) and (min-width: 800px) {
    .search-box {
        width: 45%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-right: 12px;
        background-color: rgba(0, 0, 0, 0);
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        z-index: 99;
        height: 50%;
    }
}