#bancas-container{
  border:1px solid #eee;
}

#bancas-subcontainer {
  max-height: calc(59vh);
  overflow-y: auto;
}

.h-header{
  color:#777;
  padding:5px;
  margin-bottom: 0;
  background: #eee;
  letter-spacing: 0.9px;
}

#bancas-container .banca-card{
  border:none;
  border-bottom:1px solid #eee;
  cursor:pointer;
  border-radius: 0;
}
#bancas-container .banca-card.active{
  background: #cfe8dc;
}
#bancas-container .banca-card:not(.active):hover{
  background : #fafafa;
}
#bancas-container .banca-card .card-title{
  font-size: 13px;
}

#bancas-container .banca-card .phone-number-container{
  color: white;
  background: #b04071de;
  padding: 4px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  float: right;
  transition: all 0.4s ease;
  cursor: pointer;
  text-align: center;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#bancas-container .phone-number-container:hover{
  width: 130px;
  border-radius: 20px;
}

#bancas-container .phone-number-container:hover .phone-number{
  display: unset;
}

#bancas-container .phone-number{
  display:none;
}

#bancas-container .address{
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#map {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  height: 550px;
}

#searcher-input{
  height: 24px;
  background: #ffffff;
  width: 300px;
}