/* app/stylesheet/ingredients_popup.css */
:root {
  --tabcolor: #9a9a9a;
  --black: #000;
  --bordercolor: #e2e2e2;
  --activebodercolor: #C5C5C5;
}
.ingredients-tabs .tabs {
  border-bottom: 1px solid var(--activebodercolor);
}
.ingredients-tabs .tabs-section li {
  padding: 12px 20px;
  color: var(--tabcolor);
  cursor: pointer;
  border: 1px solid var(--bordercolor);
  border-bottom: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-weight: 500;
  background-color: #fff;
}
.ingredients-tabs .tabs-section li.active {
  border: 1px solid var(--activebodercolor);
  border-bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: var(--primary);
  background-color: #fff;
  margin-bottom: -1px;
  font-weight: 600;
}
.ingredients-tabs .tabs-section-content {
  border-top: 0;
}
.css-1rn7yzg-control,
.css-1a9d28t-control {
  margin: 6px 0;
}
.tab-section-data .data-list {
  border-top: 0;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
}
.tab-section-data .data-list:first-child {
  border-top: 1px solid #ddd;
}
.tab-section-data .unit-section {
  border-color: #777;
  background-color: #dedede;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  border-left: 0;
}
.css-1dimb5e-singleValue {
  font-size: 16px;
  font-weight: 600;
}
.css-art2ul-ValueContainer2 {
  padding-left: 0 !important;
}
.ReactModal__Overlay .station-preview button {
  border-radius: 4px;
}
.ingredients-tabs .tabs-section-content .upload-section {
  display: inline-flex;
  border: 0;
  padding: 0;
  position: relative;
  bottom: 0;
  left: 0;
  min-width: 132px;
  height: 88px;
  align-items: center;
  justify-content: center;
}
.ingredients-tabs .tabs-section-content .upload-section i {
  margin: 0 auto;
}
.editmenuitem textarea,
.editmenuitem input {
  border: 0 !important;
}
.editmenuitem textarea:focus,
.editmenuitem input:focus {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.editmenuitem .list-items {
  min-height: 238px;
}
