body {
    font-family: Roboto;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#map {
    width: 100%;
    height: 100%;
   
}
.container {top:69%;
z-index:5;position: absolute;
margin-top: -60px  }

#floating-panel {
  left: 2px;
   background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: "Roboto", "sans-serif";
   padding-left: 5px;
   margin-bottom: 3px;
}

/*.title {
  position: absolute; 
    z-index: 100;
    font-size: 20px;
    font-weight: bold;
    color: #f00638;
   // top: 306px;
   top:15px;
    max-width:260px;
    left: 2px;  
} */

.search-container{
    border-radius: 5px;
       z-index: 100;
       margin-left:3px;
    width: 280px;
      background-color: #7891dc;
    display: flex;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.507);
    margin-bottom:5px;
}

.search-container .search{
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 7px;
    padding-right: 7px;
}

.search-container input {
    width: 100%;
    font-size: 14px;
    background-color: transparent;
    border: none;
    color: white;
}

.search-container input:focus {
    outline: none;
}

.search i {
    font-size: 18px;
    color: white;
}
 
.locatii-list-container {
    width: 280px;
     position: absolute;
   z-index: 100;
    background-color: white;
       top:64%;
   margin-left:3px;
      border-radius: 5px;
  bottom:2px;
    display: flex;
    overflow-y: hidden;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.308);
}

.locatie-container {
    border-bottom: 1px solid #979797;
    display: flex;
    cursor: pointer;
}

.locatie-address {
    font-size: 15px;
    color: #514C4C;
    margin-top: 5px;
}

.locatie-phone-number {
    color: #870707;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight:bold;
    font-size: 15px;
}

.locatie-address span {
    display: block;
}

.locatie-number {
    width: 30px;
    height: 30px;
       background-color: #f00638;
    color: #fcf9fa;
    font-weight:bold;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.locatie-info-container {
    flex-grow: 1;
}

.locatie-number-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.locatii-list {
    flex-grow: 1;
    overflow-y: scroll;
    padding-left: 1px;
    padding-right: 1px;
}

.locatie-info-window {
    min-width: 220px;
    font-size: 14px;
    padding: 3px;
}

.locatie-info-name {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, .87);
}

.locatie-info-status {
    margin-top: 6px;
    border-bottom: 1px solid #00000029;
    padding-bottom: 6px;
}

.locatie-info-address , .locatie-info-phone, .store-info-phone {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.circle {
    background-color: #1985A1;
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.search i {
    cursor: pointer;
}

.locatie-container-background{
    display: flex;
    flex-grow: 1;
    padding-left: 8px;
    padding-right: 8px;
    /*margin-top: 6px;
    margin-bottom: 6px; */
    transition: all 0.2s ease-in-out;
}

.locatie-container-background:hover {
    background-color: #ccc;
    border-radius: 5px;

}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
    background: #454E53;
    border-radius: 30px;
    height: 30px;
}