@media (max-width: 768px) {
  #dietForm .mealsWrapper {
    margin-top: 0.75rem;
  }
}
#dietForm #diet_tags_tabular .selectedWrapper .tag {
  border: 1px solid;
  padding: 5px;
  border-radius: 5px;
  background-color: #e21c21;
  color: #ffffff;
  font-size: 0.85rem;
}
#dietForm #diet_tags_tabular .selectedWrapper .labelText {
  font-weight: 700;
  font-size: 1rem;
}
#dietForm .timeWrapper {
  width: 90%;
}
@media (max-width: 768px) {
  #dietForm .timeWrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .smallFont {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  #diets_table .mobileFlex {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #diets_table .row-edit, #diets_table .row-approve {
    padding: 5px;
    font-size: 10px;
    width: 22px;
  }
}

.px300 {
  min-width: 300px;
}

.disable_card{
  pointer-events: none;
  opacity: 0.9;
}

.tags_tabular_enable {
  pointer-events: visible;
}

.tags_disabled{
  pointer-events:none;
}