/** Ex background of card**/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
.f-icon {
  font-family: "Material Icons";
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  vertical-align: middle;
  margin-top: -2px;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #F1F2F3;
  min-height: 100vh;
  font-size: 16px;
}

a {
  color: inherit;
}

.uk-form-icon.f-icon {
  line-height: 40px;
  text-align: center;
}

.uk-button {
  border-radius: 5px;
}

.uk-button-primary {
  background-color: #729ac6;
}

.uk-border-pill {
  padding-left: 20px;
  padding-right: 20px;
}

.uk-input, .uk-textarea, .uk-select {
  border-radius: 10px;
}

.uk-input, .uk-select {
  line-height: 40px;
}

.d-background-red {
  background-color: #ff7588 !important;
}

.d-background-orange {
  background-color: #ffa87d !important;
}

.d-background-yellow {
  background-color: #ffda7d !important;
}

.d-background-green {
  background-color: #16d39a !important;
}

.d-background-grey {
  background-color: #CECECE !important;
}

.d-text-white {
  color: #FFFFFF;
}

.uk-button-success {
  background-color: #16d39a !important;
  color: #FFFFFF !important;
}

#d-header-logo-container {
  padding: 10px 20px;
}

.d-header-title-container {
  background-image: url("/header-title-bg.png");
  background-repeat: repeat-y;
  background-size: contain;
  color: #FFFFFF;
  padding: 10px 20px;
}

#d-form-login {
  border-radius: 10px;
}

#d-data-form-container label {
  display: block;
  font-weight: bold;
}

.d-health-data-link-image {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.d-health-data-title {
  text-align: center;
  margin: 10px;
  padding: 5 10px;
  margin-bottom: 20px;
}

.d-health-detail-summary-title-container {
  border-radius: 10px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
}

.d-health-detail-summary-suggest-title-container,
.d-health-detail-table-title-container,
.d-health-data-title {
  background-color: #d5e7e8;
  color: #3e7d82;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 20px;
}

.d-health-detail-summary-suggest-detail-container {
  color: #676767;
}

.d-health-detail-table-card {
  border-radius: 10px;
  margin-top: 20px;
}
.d-health-detail-table-card table {
  margin: 0;
}
.d-health-detail-table-card th {
  background-color: #729ac6;
  color: #FFFFFF;
}
.d-health-detail-table-card th:first-child {
  border-top-left-radius: 10px;
}
.d-health-detail-table-card th:last-child {
  border-top-right-radius: 10px;
}
.d-health-detail-table-card th, .d-health-detail-table-card td {
  border-right: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.d-health-detail-table-card th:last-child, .d-health-detail-table-card td:last-child {
  border-right: none !important;
}
.d-health-detail-table-card .d-health-detail-table-card-detail {
  padding: 10px;
}
.d-health-detail-table-card .d-health-detail-table-card-detail .d-health-detail-table-card-detail-title {
  font-weight: bold;
}
.d-health-detail-table-card .d-health-detail-table-card-detail .d-health-detail-table-card-detail-suggest {
  padding: 5px 0;
  color: #676767;
}
.d-health-detail-table-card .uk-button {
  border-radius: 5px;
}

#d-data-form-container {
  padding-top: 10px;
  padding-bottom: 20px;
}
#d-data-form-container label {
  display: block;
  position: relative;
  color: #729ac6;
  margin-top: 15px;
  margin-bottom: 5px;
}
#d-data-form-container .d-label-meta {
  font-size: 14px;
  color: #999999;
  margin-top: 8px;
  margin-bottom: 2px;
}
#d-data-form-container .uk-input, #d-data-form-container .uk-select {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
#d-data-form-container .uk-input:not(.uk-border-pill) {
  border-radius: 5px;
}
#d-data-form-container .d-data-form-tab-container {
  margin-left: 43px;
}
#d-data-form-container .d-check-data {
  margin-right: 10px;
  display: inline-block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  background-color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 3px;
  border: 3px solid #BCBCBC;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}
#d-data-form-container .d-check-data:focus {
  outline-width: 0 !important;
}
#d-data-form-container .d-check-data:after {
  margin-left: 6px;
  padding-top: 6px;
  display: inline-block;
  content: "done";
  font-family: "Material Icons";
  font-size: 8px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  width: 0px;
  color: #FFFFFF;
}
#d-data-form-container .d-check-data:checked:after {
  margin-left: 2px;
  padding-top: 3px;
  color: #555;
  font-size: 18px;
  outline: none;
}
#d-data-form-container .d-check-data:checked {
  background-color: #FFFFFF;
}

#d-health-detail-edit-card label {
  display: block;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 13px;
  color: #729ac6;
}

.d-health-detail-table-container {
  border: 1px solid #729ac6;
  padding: 15px 10px;
  border-radius: 10px;
}

.d-health-detail-canvas-container {
  background-color: #FFFFFF;
  margin-top: 20px;
  border-radius: 10px;
}

#d-food-history-cointainer {
  padding-bottom: 70px;
}

.d-eat-card {
  margin-top: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.d-eat-card .d-eat-card-header, .d-eat-card .d-eat-card-description {
  padding: 10px 20px;
}
.d-eat-card .d-eat-card-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #7bcc8b;
  color: #FFFFFF;
}
.d-eat-card .d-eat-card-header .d-eat-card-header-title {
  font-size: 18px;
}
.d-eat-card .d-eat-card-header .d-eat-card-header-description {
  font-size: 14px;
}
.d-eat-card .d-eat-card-description {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.d-eat-add-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  z-index: 100;
  border-radius: 0;
  background-color: #2e9df0;
  height: 50px;
  line-height: 50px;
}

.d-eat-add-container #d-eat-add-file-button {
  height: 160px;
  background-color: #ECECEC;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  line-height: 160px;
  text-align: center;
  border-radius: 5px;
}
.d-eat-add-container #d-eat-add-file-button i {
  font-size: 30px;
}
.d-eat-add-container .d-eat-add-card {
  border-radius: 10px;
  padding: 30px 20px;
}
.d-eat-add-container .d-eat-add-input {
  background-color: #ECECEC;
  border-radius: 5px;
}
.d-eat-add-container .d-eat-add-input-datetime-container input {
  background: none;
  border-radius: 0;
  border-width: 0px !important;
  outline: none !important;
}

.selectize-input {
  height: 40px;
  font-size: 16px;
}

#d-select-member-data-selectized {
  font-size: 16px;
  line-height: 22px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/*# sourceMappingURL=index.css.map */
