.auth-one-bg {
    background-image: url(../images/login-bg.jpg) !important;
    background-position: center;
    background-size: cover;
}
.auth-one-bg .bg-overlay{
    opacity: .8 !important;
}

.food-one-bg {
  background-image: url(../images/food-bg.jpg) !important;
  background-position: center;
  background-size: cover;
}
.food-one-bg .bg-overlay{
  opacity: .8 !important;
}
/*# sourceMappingURL=custom.min.css.map */


/*/==============
	Loader 
==================/*/
.dimmer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0;
    border-radius: 6px;
    background: rgba(255, 254, 254, 0.5);
    -pie-background: rgba(255, 254, 254, 0.5);
    z-index: 9;
  }
  
  .spinner {
    width: 40px;
    height: 40px;
    background: rgba(64, 81, 137, 1);
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  @-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg);
  };
  }
  
  @keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  };
  }
  /*/==============
  End Loader 
  ==================/*/

  .fill_up_on{
    background-color:rgba(247,184,75,.18) !important;
  }
  .fill_up_urself{
    background-color:rgba(10,179,156, 1) !important;
    color: #ffffff !important;
  }
  .fill_up_combine{
    background-color: #405189 !important;
    color: #ffffff !important;
  }
  .fill_up_combine_routine{
    background-color: #76d45d63 !important;
    /* color: #ffffff !important; */
  }
  .fill_up_other,
  .teacher_assigned {
    background-color:rgba(243,246,249, 1) !important;
  }
  .fill_up_remove{
    background-color:rgba(180,76,54, 1) !important;
    color: #ffffff !important;
  }