body {
    background-color: #0D0D0D;
    color: #f9f6f6 !important;
    /* overflow: hidden; */
}
.loading {
    position: fixed;
    background-color:#0D0D0D ;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.inner-loading-screen {
    position: fixed;
    background-color:#0D0D0D ;
    height: 100vh;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader {
    color: #fff;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
  }
  
  @keyframes mulShdSpin {
    0%,
    100% {
      box-shadow: 0 -3em 0 0.2em, 
      2em -2em 0 0em, 3em 0 0 -1em, 
      2em 2em 0 -1em, 0 3em 0 -1em, 
      -2em 2em 0 -1em, -3em 0 0 -1em, 
      -2em -2em 0 0;
    }
    12.5% {
      box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
      3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
      -2em 2em 0 -1em, -3em 0 0 -1em, 
      -2em -2em 0 -1em;
    }
    25% {
      box-shadow: 0 -3em 0 -0.5em, 
      2em -2em 0 0, 3em 0 0 0.2em, 
      2em 2em 0 0, 0 3em 0 -1em, 
      -2em 2em 0 -1em, -3em 0 0 -1em, 
      -2em -2em 0 -1em;
    }
    37.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
       3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
       -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
       3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
       -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
       3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
       -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
      box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
      3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
      -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
      box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
      3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
      -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
  }
 .h-20 {
  height: 50px;
 }
  .mw-50 {
    width: 50px;
  }
    
#nav-tabs {
    background-color: #0D0D0D ;
}
.bg-light {
  background-color: #0D0D0D !important;
}
.image {
    width: 50px;
   
}
 .aside  {
    z-index: 9999;
   
 }  
i:hover {
    cursor: pointer;
}

.meal-layer {
    width: 100%;
    height: 100%;
    background-color: #f9f6f6ca;
    top: 100%;
    transition:  top 250ms ease-in-out;
}

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

.cursor-pointer {
    cursor: pointer;
}

.receipes {
    color: #055160;
    background-color: #cff4fc;
}
.instructions .row img {
    width: 350px;
}

.links ul li:hover {
    cursor: pointer;
}
.searchbyname input::placeholder {
  color: rgb(255, 208, 0);
}
.searchbychar input::placeholder {
  color: rgb(255, 208, 0);
}
.w-45 {
  width: 45px;
}
@media (max-width: 576px) {
  .container, .container-sm {
      max-width: 100% !important
  }
}
  @media (max-width:770px) {
    .navbar {
      display: block !important;
      margin-bottom: 30px !important;
    }
    .aside {
      display: none !important;
    }
    .searchbyname {
      margin-top: 65px;
    }
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.bars {
  color: white;
}



