#frmMealState_modalMain #frmMealState_loading {
  position: absolute;
}
#frmMealState_modalMain #frmMealState_loading .circle_single {
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-top-color: darkorange;
  animation: spin 0.8s infinite linear;
}
