:root {
    --black-1: #1E1E1E;
    --green-1: #689f38;
    --green-2: #33691EFF;
    --gray-1: #515151;
    --gray-2: #808080;
    --white-1: #F9FCF8;
    --green-text-1: #31860A;
    --blue-1: rgb(59, 89, 152);
    --blue-2: rgb(26, 35, 126);
    --red-1: rgb(221, 75, 57);
    --red-2: rgb(183, 28, 28);
}

.button-primary {
    background: var(--green-1);
    border-radius: 10px;
    height: 48px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: var(--white-1);
    cursor: pointer;
}

.button-primary:hover {
    background: var(--green-2);
}

.button-primary-blue {
    background: var(--blue-1);
    border-radius: 10px;
    height: 48px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: var(--white-1);
    cursor: pointer;
}

.button-primary-blue:hover {
    background: var(--blue-2);
}

.tag-primary {
    background: rgba(69, 154, 30, 0.2);
    border-radius: 10px;
    height: 32px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    align-items: center;
    color: var(--green-text-1);
    padding: 6px 12px;
    cursor: pointer;
}

.tag-primary:hover {
    background: rgba(51, 104, 26, 0.2);
}

.tag-primary a {
    text-decoration: none;
    color: var(--green-text-1);
}

.text-desc {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    color: var(--gray-1);
}

.foodstuff-detail-content {
    background-color: white;
}

.recipe-detail-content {
    background-color: white;
}

.icon-12 {
    font-size: 12px;
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
}

.icon-16 {
    font-size: 16px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}

.icon-24 {
    font-size: 24px;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}

.icon-36 {
    font-size: 36px;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
}

.icon-48 {
    font-size: 48px;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
}

.crumb-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    color: var(--green-text-1);
    cursor: pointer;
    text-decoration: none;
}

.crumb-link:hover {
    color: var(--gray-1);
}

.crumb-end {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    color: var(--gray-2);
}

.image-foodstuff-lg {
    height: 140px;
    width: 160px;
    border-radius: 10px;
    object-fit: cover;
}

.image-foodstuff-xs {
    height: 140px;
    width: 160px;
    border-radius: 10px;
    object-fit: cover;
}

.text-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 125%;
    color: var(--black-1);
}

.text-subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: var(--gray-1);
}

.input-detail input {
    font-size: 20px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 10px 16px;
    color: var(--black-1);
    outline: none;
}

.input-detail-invalid input {
    background-color: rgba(225, 77, 59, 0.3) !important;
    border: 1px solid var(--red-2) !important;
}

.input-wrap-invalid {
    background-color: rgba(225, 77, 59, 0.3) !important;
    border: 1px solid var(--red-2) !important;
}

.select-detail {
    font-size: 20px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 8px 16px;
    color: var(--black-1);
    outline: none;
    height: 45px;
}

.select-detail md-input-container {
    margin: 0px;
    padding: 0px;
}

.text-sum {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    color: var(--black-1);
}

.text-sum-xs {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: var(--black-1);
}

.block-background {
    background: rgba(207, 207, 207, 0.2);
    border-radius: 10px;
    padding: 16px;
}

.block-background-xs {
    width: 360px;
}

.block-separator {
    border-bottom: 1px solid rgba(28, 28, 28, 0.1);
    margin: 16px -16px 16px -16px;
}

.text-nutrient {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--black-1);
}

.image-box {
    width: 138px;
    height: 138px;
    background: rgba(207, 207, 207, 0.2);
    border-radius: 10px;
}

.image-box img {
    object-fit: cover;
}

.text-700 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1C1C1C;
}

.text-600 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
}

.text-500 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
}

.text-400 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
}

.foodstuff-chart-container {
    width: 200px;
    height: 200px;
}

.foodstuff-chart-container canvas {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.foodstuff-detail-float-image {
    width: 120px;
    height: 128px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    z-index: 5;
    background-color: white;
    position: absolute;
    top: 70px;
    left: 110px
}

.register-include-select-bg {
    background: #D9D9D9;
    border-radius: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}

.register-include-select-selected {
    color: var(--green-1);
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.register-include-select-unselected {
    color: #515151;
}

.register-include-slider input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
}

.register-include-slider input[type=range]:focus {
    outline: none;
}

.register-include-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 4px;

}

.register-include-slider input[type=range]::-webkit-slider-thumb {
    border: 4px solid rgb(104, 159, 56);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

@supports (-ms-ime-align: auto) {
    .register-include-slider input[type=range]::-webkit-slider-thumb {
        margin-top: 0px;
    }
}

.register-include-slider input[type=range]:focus::-webkit-slider-runnable-track {
    /*background: rgb(104,159,56);*/
    background: rgba(0, 0, 0, 0.12);
}

.register-include-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    /*background: rgb(104,159,56);
  border: 1px solid rgb(104,159,56);*/
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.12);
    /* border: 1px solid rgba(0, 0, 0, 0);*/

}

.register-include-slider input[type=range]::-moz-range-thumb {
    /*border: 2px solid rgb(104,159,56);*/
    border: 4px solid rgb(104, 159, 56);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.register-include-slider input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

.register-include-slider input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.12);
    border: 0.2px solid rgba(0, 0, 0, 0.12);
    border-radius: 2.6px;
}

.register-include-slider input[type=range]::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.12);
    border: 0.2px solid rgba(0, 0, 0, 0.12);
    border-radius: 2.6px;
}

.register-include-slider input[type=range]::-ms-thumb {
    border: 4px solid rgb(104, 159, 56);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

/** FF*/
.register-include-slider input[type="range"]::-moz-range-progress {
    background-color: white;
    border: 3px solid white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

/* IE*/
.register-include-slider input[type="range"]::-ms-fill-lower {
    background-color: white;
}

.register-include-slider input[type="range"]::-ms-fill-upper {
    background-color: white;
}

.register-include-slider-mobile input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0px 18px 0;
    width: 100%;
    border-radius: 10px;
}

.register-include-slider-mobile input[type=range]:focus {
    outline: none;
}

.register-include-slider-mobile input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 24px;
    cursor: pointer;
    animate: 0.2s;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 12px;

}

@supports (-ms-ime-align: auto) {
    .register-include-slider-mobile input[type=range]::-webkit-slider-thumb {
        margin-top: 0px;
    }
}

.register-include-slider-mobile input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 4px solid rgb(104, 159, 56);
    height: 48px;
    width: 48px;
    border-radius: 24px;
    background: #ffffff;
    cursor: pointer;
    margin-top: -12px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

.register-include-slider-mobile input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(0, 0, 0, 0.12);
}

.register-include-slider-mobile input[type=range]::-moz-range-track {
    width: 100%;
    height: 24px;
    cursor: pointer;
    animate: 0.2s;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 12px;
}

.register-include-slider-mobile input[type=range]::-moz-range-thumb {
    border: 4px solid rgb(104, 159, 56);
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.register-include-slider-mobile input[type=range]::-ms-track {
    width: 100%;
    height: 24px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

.register-include-slider-mobile input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.12);
    border: 0.2px solid rgba(0, 0, 0, 0.12);
    border-radius: 2.6px;
}

.register-include-slider-mobile input[type=range]::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.12);
    border: 0.2px solid rgba(0, 0, 0, 0.12);
    border-radius: 2.6px;
}

.register-include-slider-mobile input[type=range]::-ms-thumb {
    border: 4px solid rgb(104, 159, 56);
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.register-include-slider-mobile input[type=range]:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.12);
}

.register-include-slider-mobile input[type=range]:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.12);
}

.register-include-input {
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.register-include-input input {
    border-width: 0px !important;
    border: none !important;
    background-color: transparent;
    width: 100%;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: white;
    color: var(--gray-1);
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    right: -68px;
    margin-left: -60px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-top: -54px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: popupFadeIn 1s;
    animation: popupFadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes popupFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.register-include-slider-input-ext {
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: right;
}

.register-include-slider-input-ext-wrap {
    border: solid 1px #CFCFCF;
    border-radius: 10px;
    padding: 2px;
    width: 80px;
}


/* The switch - the box around the slider */
.register-include-switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}

/* Hide default HTML checkbox */
.register-include-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

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

input:checked + .register-include-switch-slider {
    background-color: var(--green-1);
}

input:focus + .register-include-switch-slider {
    box-shadow: 0 0 1px var(--green-1);
}

input:checked + .register-include-switch-slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.register-include-switch-slider.register-include-switch-round {
    border-radius: 34px;
}

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

.register-plan-background {
    border-radius: 16px;
    background-color: white;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.1)
}

.register-plan-background-xs {
    border-radius: 8px;
    background-color: rgba(69, 154, 30, 0.1);
}


.register-plan-subtitle {
    font-size: 20px;
    color: #095E00;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
}

.ico-recipe {
    border-radius: 50%;
    background: rgba(207, 207, 207, 0.2);
    width: 40px;
    height: 40px;
    min-width: 40px;
}