body {
    background-color: #0D0D0D;
    color: #f9f6f6;
}

i {
    cursor: pointer;
}

/** side nav minu */
.side-nav-minu {
    background-color: #0D0D0D;
}

.side-nav-minu-close {
    z-index: 9999;
}

.logo {
    color: #0D0D0D;
    padding: 24px 8px;
}

.logo :nth-child(1) {
    width: 50px;
}
.cursor-pointer{
    cursor: pointer;
}

/* * home page */

.layer-meal {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

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

/* * search */

.search input {
    border: 1px solid #ced4da;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    transition: all 0.15s;

    &:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    }
}


/* * recipes */

.alert{
    width: fit-content;

}

/* * loading */

.loading{
    z-index: 9999999;
    display: flex;
    justify-content: center ;
    align-items: center;
}