.location {
    width: 360px;
    font-size: 1.4em;
}

.location .title-box {
    width: 100%;
    /* background-color: black; */
    position: relative;
}

.location .title-box .arrow-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    cursor: pointer;
}
.location .title-box .title {
    background-color: var(--blue-gm-color);
    /* height: 50px; */
    color: #fff;
    text-align: center;
    /* font-size: 1em; */
    padding: 15px 30px;
    line-height: 20px !important;
}

.sb-container {
    overflow-y: auto;
    max-height: 380px;
}

.sb-container ul {
    list-style: none; /* Remove HTML bullets */
    padding: 0;
    margin: 0;
}

.sb-container ul li {
    padding: 17px 10px;
    border-bottom: 1px solid #e4e9f2;
    /* cursor: pointer; */
}

.sb-container ul li:hover {
    background: var(--second-color);
    cursor: pointer;
}
