body {
    background-color: #0D0D0D;
    color: #f9f6f6;
    overflow: hidden;
}
.side-nav-menu {
    z-index: 999;
}
.nav-tab {
    background-color: #0D0D0D;

}

.logo {
    width: 50px;
}

i {
    cursor: pointer;
}

.meal-layer {
    width: 100%;
    height: 100%;
    background-color: #f9f6f6ca;
    top: 100%;
    transition: 0.3s;
}
.meal:hover .meal-layer {
    top: 0;
}
.greran {
    color: green;
}

.cursor-pointer {
    cursor: pointer;
}
.alert {
    width: fit-content;
}

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