.app-logo{
    /* image-rendering:-webkit-optimize-contrast; */
}

.container.burger {
    /* display: none; */
    cursor: pointer;
    position: relative;
    left: 10px;
    z-index: 1;
    width: 24px;

}

.burger div {

    width: 24px;
    height: 3px;
    background-color: rgb(245, 243, 243);
    margin: 5px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    opacity: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.sidebar-mobile {

    position: fixed;
    left: 0px;
    top: 16vh;
    width: 50%;
    height: 80vh;
    background-color: #2f3337;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(-110%);
    transition: transform 0.71s ease-in;
}
.sidebar-mobile-active {

transform: translateX(0%); 
    
}



.sidebar-mobile{
    display: none;
}
div.burger{
    display: none;
}
.modal-container{
    /* background: lightblue; */
    position: fixed;
    width: 100%;
    height: 100vh;
    margin: auto;
    display: flex;
    justify-content: center;
    justify-items: center;
    z-index: 10;
}

@media screen and (max-width: 768px ){

    .sidebar-mobile{
        display: block;
    }
    div.burger{
        display: block;
    }
    div.mobile-fixed{
        display: block;
    }
        
    }
    
    
    @media screen and (max-width: 468px) {
    
        .sidebar-mobile {
            display: block;
        }
        .sidebar-mobile{
            height: 87vh;
        }
     
    
    
    }
    
    @media screen and (min-width:321px) and (max-width:768px) and (orientation: landscape){
        .sidebar-mobile{
            height: 40vh;
        }
        div.absolute.mb-10.bottom-10 {
            visibility: hidden;
            /* bottom: -20px; */
        }
        /* .restaurant-logo{
            height: 90px;
            width: 93px;
        } */
    .sidebar-mobile{
        width: 40%;
    }

}
    
.page-options:hover div div div{
    color: whitesmoke;
}
