span.dropdown-header {
    font-weight: bolder;
    font-size: 20px;
    color: #050505;
}

i.fa.fa-envelope.mr-2 {
    margin-top: 50%;
}

span.float-right.text-muted.text-sm {
    /* margin-top: -20px; */
}
.notificationDate{
    color: hsl(214, 89%, 52%);
    font-weight: bold;
    margin-left: 60px;
    position: absolute;
    margin-top: -7px;
    font-size: 13px;
}
#contentNotification{
    overflow: scroll;
    height: 500px;
}

.MenuImgAccordion{
    height: 25vh;
    background-image: url(http://assets.suelo.pl/soup/img/photos/menu-title-burgers.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: white !important;
    font-size: 50px !important;
}
.MenuImg::before{
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
}
.accordion-item{
    margin-bottom: 20px;
}
.Menu-Wrapper{
    margin-right: 4.6rem!important;
    background-color: #fff !important;
}
button.btn.btn-info.btnIcon {
    width: 36px;
}
button.btn.btn-secondary.btnIcon {
    width: 36px;
}
.mlIcon{
    margin-left: -3px;
}
#zonas { 
    height: 400px; 
}
#searchGoogle + .pac-container {
    z-index: 1500; /* Ajusta según sea necesario */
}
.pac-container{
    z-index: 1500; /* Ajusta según sea necesario */
}