@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

.dashboard-body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  background-color: #F9FAFB;
  color: #000;
}

body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  background-color: #fff;
  color: #000;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}


input[type="text"] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 14px;
  gap: 8px;
  width: 100%;
  font-family: 'Inter';
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  box-sizing: border-box;
}

input[type="password"], input[type="email"], input[type="number"], input[type="date"], input[type="time"] {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 14px;
  gap: 8px;
  width: 100%;
  height: 44px;
  font-family: 'Inter';
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  box-sizing: border-box;
}

label {
  width: 100%;
  height: 20px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}

input[type="submit"] {
  box-sizing: border-box;
  align-items: center;
  padding: 10px 18px;
  font-family: 'Inter';
  gap: 8px;
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  background: #101c51;
  border: 1px solid #101c51;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  color: #fff;
  margin-top: 13px;
}

.external-logo {
  padding-top: 35px;
  width: 64px;
  margin: 0 auto;
}

.external-header-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #101828;
}

.external-header-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #475467;
}

.main-content-external {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

.forgot-password {

width: 114px;
height: 20px;

/* Text sm/Semibold */

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
/* identical to box height, or 143% */


/* Primary/700 */

color: #6941C6;

text-align: center;

}

.nav-bar-wrapper {
  height: 71px;
  width: 100%;
  border-bottom: 1px solid #EAECF0;
  display: flex;
  justify-items: center;
  background-color: #fff;
}

.nav-bar {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 15px 15px;
}

.nav-bar-logo {
  height: 43px;
  width: auto;
}

.nav-bar-logo-footer {
  height: 59px;
  margin-top: 6px;
  width: auto;
}

.nav-bar-categories {
  display: flex;
  gap: 34px;
}

.generic-button-1 {
  box-sizing: border-box;

  /* Auto layout */

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px 10px 16px;
  gap: 8px;

  width: fit-content;
  height: 40px;

  /* Base/White */

  background: #FFFFFF;
  /* Gray/300 */

  border: 1px solid #D0D5DD;
  /* Shadow/xs */

  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;

}

.generic-button-1 > img {
  width: 19px;
}

.generic-button-1 > p {
  color: #344054;
  /* Text sm/Semibold */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */


  /* Gray/700 */

  color: #344054;
}

.generic-button-2 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 9px 10px 16px;
  gap: 8px;
  width: fit-content;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;

}

.generic-button-2 > img {
  width: 16px;
}

.generic-button-2 > p {
  color: #344054;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}


.generic-button-3 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px 10px 9px;
  gap: 8px;
  width: fit-content;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;

}

.generic-button-3 > img {
  width: 16px;
}

.generic-button-3 > p {
  color: #344054;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}


.generic-button-4 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px 10px 9px;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;

}

.generic-button-4 > img {
  width: 16px;
}

.generic-button-4 > p {
  color: #344054;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}



.nav-bar-category {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  margin-top: 9px;
}

.nav-img-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9FAFB;
  border-radius: 6px;
}

.nav-img-button > img {
  width: 18px;
}

.nav-img-button-2 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.nav-img-button-2 > img {
  width: 24px;
}

.nav-img-button-3 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.nav-img-button-3 > img {
  width: 20px;
}

.nav-bar-mobile-menu-buttons {
  display: none;
}

.nav-bar-extra-buttons {
  display: block;
}

.nav-bar-categories {
  display: flex;
}

.detail-body-item-wrapper-textarea {
  margin-top: 11px; 
  grid-column: 1 / 5;
}

@media (max-width: 1000px) {

  .nav-bar-mobile-menu-buttons {
    display: block;
  }

  .nav-bar-extra-buttons {
    display: none !important;
  }

  .nov-nav-bar-extra-buttons {
    display: none !important;
  }
  
  .nav-bar-categories {
    display: none;
  }

}

@media (max-width: 900px) {

  .main-page-content.one-two {
    grid-template-columns: 1fr !important;
  }

}

@media (max-width: 900px) {

  .edit-body-grid {
    grid-template-columns: 1fr !important;
  }

}

@media (max-width: 900px) {

  .filters-fields {
    flex-direction: column !important;
  }

  .filters {
    flex-direction: column !important;
  }
  
  .filters-sub > button {
    width: 100% !important;
  }

  .filter-item > select {
    width: 100% !important;
}

}

@media (max-width: 820px) {

  .three-column-grid {
    grid-template-columns: 1fr !important;
  }

  .ingridients-item {
    grid-template-columns: 4fr 1fr !important;
  }

  .all-nutrients-tab {
    grid-template-columns: 1fr 1fr !important;
  }

  .generic-button-1 > p {
    text-align: center !important;
  }

  .generic-button-1 {
    height: auto !important;
  }

  .grid-4 {
    grid-template-columns: 1fr !important;
  }

  .chart-grid {
    grid-template-columns: 1fr !important;
  }

  .row-border-2 {
    display: none !important;
  }

  .detail-body-item-wrapper-textarea {
    grid-column: 1 !important;
  }

}

@media (max-width: 680px) {

  .two-column-grid {
    grid-template-columns: 1fr !important;
  }

}


.nav-profile-button {
  padding: 0px 13px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #CFE7FF;
}

.nav-profile-button > p {
  font-weight: 500;
}

.nav-bar-extra-buttons {
  display: flex;
  gap: 8px;
}

.nav-bar-extra-buttons-2 {
  display: flex;
  gap: 8px;
}

.page-title {
  font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 38px;
/* identical to box height, or 127% */


/* Gray/900 */

color: #101828;
}

.main-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 15px 10px 15px;
  box-sizing: border-box;
}

.inner-page-navigation {
  width: 100%;
  display: flex;
  margin-top: 20px;
  overflow: scroll;
}

.inner-page-navigation-item {
  color: #667085;
  padding: 12px 12px;
  border-bottom: 2px solid #EAECF0;
  width: max-content;
}

.inner-page-navigation-item.selected {
  color: #6941C6;
  border-bottom: 2px solid #6941C6;
}

.inner-page-navigation-item-filler {
  border-bottom: 2px solid #EAECF0;
  width: 100%;
}

.inner-page-navigation-cats {
  display: flex;
}

.main-page-content.one-two {
  display: grid;
  gap: 14px;
  margin: 0 auto;
  margin-top: 30px;
  
}

.main-page-content.one-two-2 {
  display: grid;
  gap: 14px;
  margin: 0 auto;
  margin-top: 30px;
  
}

.metric-item-heading {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  margin-top: 2px;
}

.metric-item-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #101828;
  margin-top: 10px;
}

.metric-item-featured-icon {
  width: 48px;
  height: 48px;
  background: #7F56D9;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.metric-item-featured-icon > img {
  height: 26px;
}

.metric-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 0px;
  background: #FFFFFF;
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 12px;
  height: auto;
}

.nav-bar-category.selected > p {
   background: #F9FAFB;
    border-radius: 6px;
    padding: 8px 12px;
    margin-top: -8px;
}

.table-div {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  background: #FFFFFF;
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 12px;
  margin-bottom: 30px;
}

label {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}

input[type="date"] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 14px;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  box-sizing: border-box;
}

select {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12.5px 14px;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  min-width: 180px;
  box-sizing: border-box;
  margin-top: 3px;
}


.filters {
  padding: 16px 17px;
  display: flex;
  gap: 13px;
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
}

.filter-item > input {
  margin-top: 7px;
}

.filter-item > select {
  margin-top: 7px;
}

.table-wrapper {
  width: 100%;
  overflow: scroll;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #475467;
  background: #F9FAFB;
}

td {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

td {
  padding: 15px;
  font-size: 14px;
}

th {
  padding: 12px;
}

th:nth-child(1) {
  padding-left: 20px;
}
td:nth-child(1) {
  padding-left: 20px;
}

.row-extra-settings {
  width: 20px;
  margin-top: 1px;
  float: right;
}

.step-links {
  display: grid;
  grid-template-columns: auto 1fr auto;
}

.all-pages > span {
  margin: 0 auto;
}

#map {
  height: 100vh;
}


.all-pages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pagination-wrapper {
  width: 100%;
  padding: 10px 17px;
  box-sizing: border-box;
}

.context-menu-container {
  background-color: white;
  z-index: 101 !important;
  border-radius: 5px;
  position: absolute;
  display: none;
  border: solid thin #898989;
  padding: 3px 6px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.18);
  min-width: 150px;
  margin-left: -128px;
  background: #FFFFFF;
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 12px;
  margin-top: 26px;
}

.modal-background-tran {
  background-color: rgba(0,0,0,0);
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal-background-semi-black {
  background-color: rgb(0 0 0 / 50%);
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal-background-semi-black-2 {
  background-color: rgb(0 0 0 / 50%);
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 250;
}

.three-dots-but {
  border-radius: 3px;
  padding: 7px 6px;
  color: #fff;
  margin-top: 3px;
  margin-bottom: 5px;
  display: block;
}

.context-menu-container > a {
  display: block;
  padding: 6px 5px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}

.filters-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.filters-sub {
  display: flex;
  align-items: end;
}

.detail-header-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #101828;
}

.detail-header-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}

.detail-header-wrapper {
  margin-top: 14px;
  text-align: center;
}

.detail-sidebar-wrapper {

}

.detail-sidebar-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #222934;
}

.detail-sidebar-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}

.detail-body-grid {
  display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
    padding: 18px 18px;
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 12px;
    row-gap: 20px;

}

.detail-body {
 
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
    padding: 18px 18px;
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 12px;
    row-gap: 20px;

}

.edit-body-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  box-sizing: border-box;
  row-gap: 20px;
  column-gap: 17px;
}

.detail-body-item-wrapper {
padding-left: 5px;
display: flex;
flex-direction: column;
gap: 3px;
padding-right: 10px;
}
  

.detail-body-item-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #344054;
}

.detail-body-item-value {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #80848a;
}

.row-border{
    border-top: 1px solid #dddddd;
    grid-column: 1 / 5; 
}

.row-border-2 {
  margin: 15px 0px;
  border-top: 1px solid #dddddd;
  grid-column: 1 / 5;
}

.modal-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,.7);
  transition: opacity .25s ease,visibility 0s ease .25s;
}

.modal-bg.active {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s ease,visibility 0s ease;
}

.modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  width: 400px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border-radius: 12px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  width: 100%;

}

.modal-header > .icon {
  width: 48px;
}

.modal-header > .close {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-bottom: -2px;
}

.modal > .container {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.modal-info {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.modal-info > .title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #101828;
}

.modal-info > .subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}

.modal-buttons {
  display: grid;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr;
  margin-top: 26px;
}

.modal-buttons-2 {
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 26px;
}

.modal-buttons-2 > div, .modal-buttons-2 > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 40px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}

.modal-buttons-2 > div.blue, .modal-buttons-2 > a.blue {
  background-color: #2A44FF;
  color: #fff;
}

.modal-buttons-2 > div.black, .modal-buttons-2 > a.black {
  background-color: #000000;
  color: #fff;
}

.modal-buttons > div, .modal-buttons > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 44px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}

.modal-buttons > .cancel {
  background: #FFFFFF;
  border: 1px solid #D0D5DD;  
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #344054;
}

.modal-buttons > .confirm {
  background: #7F56D9;
  border: 1px solid #7F56D9;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.modal-buttons > .delete {
  background: #D92D20;
  border: 1px solid #D92D20;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}


.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.form-grid > div > input, .form-grid > div > select, .form-grid > div > textarea {
  width: 100%;
  margin-top: 3px;
}

.form-grid > div > input, .form-grid > div > select, .form-grid > div > textarea {
  width: 100%;
  margin-top: 3px;
}

textarea {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 14px;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  min-width: 180px;
  box-sizing: border-box;
  margin-top: 3px;
}

.alert-error {
  width: 100%;
  background: #fdd3d3;
  border: 1px solid #fdd3d3;
  border-radius: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #c10809;
  margin: 0px 0px 11px 0px;
  padding: 12px 17px;
}

.alert-success {
  width: 100%;
  background: #ECFDF3;
  border: 1px solid #ECFDF3;
  border-radius: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #027A48;
  margin: 0px 0px 11px 0px;
  padding: 12px 17px;
}

.errorlist {
  display: inline-block;
  width: auto;
  background: #fdd3d3;
  border: 1px solid #fdd3d3;
  border-radius: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #c10809;
  margin: 0px 0px 11px 0px;
  padding: 2px 9px;
  list-style-type: none;
}

.vertical-line {
  width: 8px;
  border-right: var(--hairline) 1px solid;
}


.vertical-line {
  width: 8px;
  border-right: var(--hairline) 1px solid;
}

.event-timetable {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.timetable-item {
  border-radius: 5px;
}

.calendly-item {
  background-color: #2A44FF;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.connect-now-button {
  background-color: #fff;
  color: #000;
  padding: 3px 6px;
  border-radius: 3px;
}

.one-column-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
}


.two-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.three-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.table-down {
  margin-top: 30px;
  
}

.filter-form {
  width: 100%;
}

.inner-page-header {
  display: flex;
  width: 100%;
  margin-top: 30px;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.inner-page-header > div > .title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #101828;
}

.inner-page-header > div > .subtitle {
  font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
}

.tab-bar {
  box-sizing: border-box;
  align-items: center;
  padding: 4px;
  gap: 8px;
  width: 100%;
  padding: 7px 7px 9px 8px;
  background: #F9FAFB;
  border: 1px solid #F2F4F7;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0px 0px 4px rgba(16, 24, 40, 0.1), 0px 0px 4px rgba(16, 24, 40, 0.06);
}

.tab-bar-item.selected {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 6px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.tab-bar-item {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #667085;
  text-align: center;
}

.tab-bar-item.selected {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #344054;
}

.upload-title-bold {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #6941C6;
}

.upload-subtitle {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #475467;
}

.upload-img {
  width: 40px;
  height: 40px;
}

.upload-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}

.upload-box {
  background: #FFFFFF;
  border: 1px dashed #EAECF0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px 10px;
  margin-top: 16px;
}

.hide {
  display: none;
}

.upload-file-form-grid {
  display: block;
}

#id_file {
  display: none;
}

.up-file-button {
  display: none;
}

.main-page-content.one {
  margin-top: 15px;
}

.main-page-content.bottom {
  margin-bottom: 35px;
}

.table-div.one {
  margin-top: 15px;
}

.header-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 30px;
}

.header-grid > .detail-header-wrapper {
  margin-top: 0px;
}

.hidden-diff {
  display: none;
}

.sdhu {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px;
  align-items: end;
}

.sdhu > a > .generic-button-4 {
  height: 44px;
}


.chat-send-messsage-button {
  width: 42px;
  height: 42px;
}

.chat-input-section {
  display: grid;
    grid-template-columns: 1fr auto;
    padding: 9px 18px;
    border-top: 1px solid #c1c1c1;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 79px;
    background-color: #fff;
}

.page-c {
  margin-top: 20px;
  margin-bottom: 120px;
}

.chat-input-section > input {
  height: 42px;
}


.chat-tag {
  background-color: #DAEBFF;
  border-radius: 4px;
  color: #004FFF;
  width: fit-content;
  padding: 3px 8px;
  font-weight: 500;
}

.chat-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  position: fixed;
  width: 100%;
  padding: 15px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #c1c1c1;
  top: 0;
  background-color: #fff;
  z-index: 62;
}

.chat-deta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.all-messages-div {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
  padding-bottom: 7px;
  height: 400px;
  overflow: scroll;
}

.chat-message {
  padding: 10px;
  width: 280px;
}

.my-message {
  background-color: #F0F0F0;
  color: #000;
  padding: 12px;
  border-radius: 9px;
}

.message-datetime {
  color: #c1c1c1;
  font-size: 14px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  width: fit-content;
}

.full-message {
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.full-message-pers {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 11px;
}



.selectize-input {
  padding: 11px 12px !important;
  border-radius: 8px !important;
}


.remove-item {
  height: 30px;
  padding: 10px;
  background: #FFFFFF;
}

.delete-ingredient-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delete-ingredient {
  width: 48px;
  height: 48px;
}

.syntagi-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.merides-arithmos {
  display: none;

}

.merides-grams-per {
  display: none;
}

.all-ingredients {
  margin-bottom: 60px;
}

.selectize-input {
  margin-top: 3px;
}



.all-nutrients-tab {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 3px;
}






.overlay {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #ffffff;
  transition: transform .25s ease,-webkit-transform .25s ease;
  right: 0;
  left: auto;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  padding: 20px 15px;
  box-sizing: border-box;
}

.overlay-2 {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 370px;
  max-width: 100%;
  background-color: #ffffff;
  transition: transform .25s ease,-webkit-transform .25s ease;
  right: 0;
  left: auto;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  padding: 20px 15px;
  box-sizing: border-box;
  border-left: 1px solid #c1c1c1;
}



.edit-targets-day-overlay {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 600px;
  background-color: #ffffff;
  transition: transform .25s ease,-webkit-transform .25s ease;
  right: 0;
  left: auto;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  padding: 20px 29px;
  box-sizing: border-box;
  border-left: 1px solid #c1c1c1;
  z-index: 300;
}

.view-targets-day-overlay {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 700px;
  max-width: 100%;
  background-color: #ffffff;
  transition: transform .25s ease,-webkit-transform .25s ease;
  right: 0;
  left: auto;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  padding: 20px 29px;
  box-sizing: border-box;
  border-left: 1px solid #c1c1c1;
  z-index: 300;
}



.overlay-opened {
    -webkit-transform: none;
    transform: none;
}

.nav-bar-2 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 15px 15px;
  flex-direction: column;
  gap: 50px;
  box-sizing: border-box;
}

.nav-bar-categories-2 {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.nav-bar-categories-2 > a {
  margin-top: 0px;
}

.mobile-menu-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mobile-menu-overlay {
  z-index: 100;
}

.chart-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.all-nutrients-tab-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 3px;
}




.seven-day-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 10px;
}


.show-targets-button {
  width: 14px;
  height: 14px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggle-switch-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  gap: 10px;
}

.toggle-switch-wrapper > p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}

.toggle-switch-wrappers-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  gap: 16px;
}

.accordion-header-wrapper {
  padding: 10px;
  background-color: #fff;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  align-items: center;
  
}
.accordion-header-title {
  display: grid;
  position: relative;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 10px;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 8px;
}
.accordion-right-side {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.accordion-right-button {
  width: 30px;
  height: 30px;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto;
}
.accordion-open .accordion-right-button {
transform: rotate(180deg);
}

.accordion-open > .accordion-content {
  height: auto;
  margin-bottom: 18px;
  transition: all .2s ease-in-out;
}


.accordion-content {
display: block;
height: 0px;
overflow: hidden;
transition: all .2s ease-in-out;
width: 100%;
}

.accordion-wrapper {
  overflow: hidden;
  border-bottom: 1px solid #c1c1c1;
}



.page-title-wrapper {
  display: flex;
  gap: 10px;
}

.page-title-wrapper-2 {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.go-back-icon {
  align-items: center;
  display: flex;
}

.go-back-icon > img {
  height: 40px;
  width: 40px;
}

.page-title-wrapper-6 {
  display: flex;
  justify-content: start;
  gap: 17px;
  align-items: center;
}

.page-title-diat {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #101828;
}

.page-subtitle-diat {
  font-weight: 400;
  font-size: 14px;
  color: #3e5266;
}




.accordion-header-wrapper-2 {
  padding: 10px;
  background-color: #eaebec;
  border-radius: 7px;
  cursor: pointer;
  display: grid;
  align-items: center;
  grid-template-columns: 30px 1fr auto;
  gap: 14px;
}



.basic-edit-target-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0px 10px;
}

#id_select_stoxeusi_type {
  width: 100%;
}

#id_select_bmr_function {
  width: 100%;
}

.overlay-detail-header-title {
  font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #101828;
    margin-top: 20px;
    padding: 6px 12px;
    margin-bottom: 5px;
    background-color: #e2e2e2;
    border-radius: 7px;
}

.basic-edit-target-info-2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 2px;
  column-gap: 4px;
  padding: 0px 10px;
}

.basic-edit-target-info-2 > div {
  text-align: center;
}

.katanomi-category {
  display: flex;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

.table-label {
  display: block;
  margin-bottom: 0px;
}

.syn-ene-kata {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 15px;
}

.syn-ene-kata > p  {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}

.save-targets-button {
  width: 100%;
  margin-top: 19px;
}

.save-targets-button {
  width: 100%;
  margin-top: 19px;
}

.save-targets-button {
  margin-top: 15px;
  width: 100%;
}
.edit-targets-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.day-item-for-target-selection {
  width: 100%;
    border: 1px solid #F1F1F1;
    background-color: #fff;
    border-radius: 6px;
    padding: 7px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    box-sizing: border-box;
}

.day-item-for-target-selection-selected {
  border: 1px solid #0010FF;
  background-color: #EDEEFF;
}

.day-item-tick-wrapper {
  width: 37px;
  display: inline-block;
  float: left;
}

.day-item-tick {
  border: 1px solid #F1F1F1;
  height: 30px;
  width: 30px;
  border-radius: 34px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
}

.tick-selected {
  border: 8px solid #0010FF !important;
}

.day-item-for-target-selection > p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.days-for-selection-of-targets {
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
}


.edit-targets-overlay-grid.active {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 14px;
}

.basic-edit-target-info-2 > div > input {
  height: 39px !important;
}

.hidden {
  display: none;
}

.mikrothreptika-targets-content {
  margin-top: 15px;
}

.dri_sel_choices {
  width: 100%;
}

.basic-edit-target-info-3 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}



.day-needs-targets {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 9px;
  width: fit-content;
  padding: 6px 8px;
  background-color: #fa0000;
  border-radius: 5px;
}

.day-needs-targets-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 9px;
  align-items: center;
}

.day-needs-targets > p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 1px;
}

.tab-bar-2 {
  box-sizing: border-box;
  align-items: center;
  padding: 4px;
  gap: 8px;
  width: 100%;
  padding: 4px 4px 4px 4px;
  background: #F9FAFB;
  border: 1px solid #F2F4F7;
  border-radius: 8px;
  box-shadow: 0px 0px 4px rgba(16, 24, 40, 0.1), 0px 0px 4px rgba(16, 24, 40, 0.06);
}



.open-table-item-img {
  width: 30px;
}


.view-micro-day-targets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.view-target-data {
  display: grid;
  grid-template-columns: 5fr auto;
  padding: 12px 4px;
  border-bottom: 1px solid #c1c1c1;
}

tr { 
  cursor: pointer; 
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}

@media (max-width: 850px) {
  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 450px) {
  .tools-grid {
    grid-template-columns: 1fr;
  }
}

.gen-del {
  background: #ffbab5;
  border: 0px;
}

.gen-del > p {
  color: #921919;
}

.select2-selection {
  min-height: 44px !important;
  font-family: 'Inter';
  background: #FFFFFF;
  border: 1px solid #D0D5DD !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px !important;
  padding: 6px 0px;
  margin-top: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
}

.five-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.four-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.six-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.metric-item-featured-icon-2 {
  height: 75px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.metric-item-featured-icon-2 > img {
  height: 62px;
}

.main-page-content.one-two {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 14px;
  margin-top: 30px;
}

@media (max-width: 900px) {

  .main-page-content.one-two {
    grid-template-columns: 1fr !important;
  }

}

@media (max-width: 900px) {

  .edit-body-grid {
    grid-template-columns: 1fr !important;
  }

}

.main-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 15px 10px 15px;
  box-sizing: border-box;
}