img {
  max-width: 100%;
  height: auto;
}

.c-form-wrapper {
  width: 50%;
  min-width: 300px;
  max-width: 600px;
}

.loading {
  align-items: center;
  height: 100vh !important;
  justify-content: center;
}

.dashboard-error {
  margin-top: 50px;
}

.food-image {
  max-width: 200px;
  max-height: 100px;
}

.img-wrap {
  display: inline-block;
}

.img-wrap .close {
  padding: 0 6px;
  margin-top: -6px;
}

.image-upload-progress {
  height: 5px !important;
  border-radius: 0 !important;
}

.add-entry-loader {
  display: flex;
  margin-left: 20px;
}

.block-screen {
  height: 100vh;
  width: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1111111;
}

.food-image-in-list {
  max-width: 200px;
  max-height: 50px;
}

.toast-main {
  position: fixed;
  width: 300px;
  right: 14px;
  z-index: 111;
}

.no-data {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  align-self: flex-start;
  padding-top:15vh;
}



.first-time-entry-btn {
  align-self: center;
}

.bar-hovertext{
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 20px;
  transform: rotate(90deg);
  margin-left: -3px !important;
  transform-origin: left top;
  bottom: 142px;
  left: auto !important;
}

.bar-list{
  margin-bottom: 0 !important;
}

.bar-list .bar{
  margin-right: 50px !important;
}

.main-container{
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 50px;
}