*,::after,::before{
    box-sizing: border-box;
}
body{
    background-color: #0D0D0D;
    color: #f9f6f6 !important;
    overflow: hidden;
}
.loading-screen{
    z-index: 999;
    display: flex;
}
.side-nav{
    left: -256.562px;
    z-index: 99;
}
.side-nav ul li{
    position: relative;
}
.cursor-pointer{
    cursor: pointer;
}

.side-inner-left{
    background-color: #0D0D0D;
}
.side-inner-right{
    width: 60px;
}


.innerLoadingScreen{
    position: absolute;
    z-index: 9;
    background-color: #0D0D0D;
    display: flex;
}

.meal-layer{
    width: 100%;
    height: 100%;
    background-color: #f9f6f6ca;
    top: 100%;
    transition: .5s;
}

.meal:hover .meal-layer{
    top: 0;
}

.alert{
    width: fit-content;
}

::placeholder{
    color: gray !important;
}
