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

.nav-tab{
    background-color: #0D0D0D;
}

i{
    cursor: pointer;
}

.nav-links li {
    cursor: pointer;
    transition: all .3s;
}

.nav-links li:hover {
    color: red;
}

.logo{
    width: 50px;
}

.icon:hover{
    color: red;
}

.container.width {
    width: 80%;
}

.meal-layer{
    width: 100%;
    height: 100%;
    background-color: #f9f6f6ca;
    top: 100%;
    transition: .5s;
}

.meal:hover .meal-layer{
    top: 0;
}

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

.cursor-pointer{
    cursor: pointer;
}

.alert{
    width: fit-content;
}

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

.inner-loading-screen{
    position: absolute;
    z-index: 9;
    background-color: #0D0D0D;
    display: flex;
}

.fa-bowl-food {
    color: #9ee650ab;
}

.fa-city {
    color: #e65a50ab;
}

@media screen and (max-width: 576px) {
    .container {
        width: 90%;
        margin-left: 2.4rem;
    }
    .width {
        margin-left: 4.5rem !important;
    }
}

.custom {
    max-height: 100%;
}