body{
    background-color: #0D0D0D;
    color: #f9f6f6 !important;
    /* overflow: hidden; */
}

.nav-tab  ,.mealDetailsContainer{
    background-color: #0D0D0D;
}
.side-nav-menu{
    left:-256.562px ;

}
.links{
    overflow: hidden;
    transition:all ease-in-out;
}
.links li{
top: 300px;
transition:all 300ms ease-in-out;
}
.logo{
    width: 50px;
}

i{
    cursor: pointer;
}

.meal-layer{
    width: 100%;
    height: 100%;
    background-color: #f9f6f6ca;
    top: 100%;
    transition: .5s;
}
.close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    
}
.meal:hover .meal-layer{
    top: 0;
}

.side-nav-menu{
    z-index: 99;
}

.cursor-pointer{
    cursor: pointer;
}

.alert{
    width: fit-content;
}

.loading{
    z-index: 999;
    display: flex;
}

.inner-loading{
    position: absolute;
    z-index: 10;
    background-color: #0D0D0D;
    display: flex;
    height: 110vh;
}
.content{
        width: 100%;
       
    
}

@media (max-width:768px) {
    .content{
        width: 80%;
        margin-left: auto;
    }
    .mealPhoto{
        margin-top: 3rem;
    }
    .mealName{
        margin-top: 2rem;
    }
}
