/**
 * @license Copyright 2022 Lahuen Health SPA. All Rights Reserved.
 */

.c-form-estilo-vida__content.c-form-anamnesis__content.c-pair {
    height: 40rem;
    overflow: auto;
}

.c-form-estilo-vida.c-form-section-estilo-vida.c-panel {
    margin-top: -2rem;
}

/* Cabecera */

.c-form-estilo-vida__header-riesgo .c-form-estilo-vida__header--subtitle {
    font: 600 1.1rem 'Open Sans', sans-serif;
    color: var(--primary-d-normal);
}

.c-form-estilo-vida__header-riesgo .c-form-estilo-vida__header--subtitle-content {
    font: 400 1.1rem 'Open Sans', sans-serif;
    padding: 0 .5rem;
    border-radius: .3rem;
    color: var(--gray-a);
}

.c-form-estilo-vida__header-riesgo .c-form-estilo-vida__header--subtitle-date {
    font: 400 1.1rem 'Open Sans', sans-serif;
    color: var(--gray-c);
}

.c-form-estilo-vida__header-riesgo .c-form-riesgo-alto {
    background-color: var(--system-error-light);
}

.c-form-estilo-vida__header-riesgo .c-form-riesgo-medio {
    background-color: var(--system-warning-light);
}

.c-form-estilo-vida__header-riesgo .c-form-riesgo-bajo {
    background-color: var(--system-ok-bright);
}

/* Cuerpo */

.c-form-section-vida-cotidiana-view__pair,
.c-form-section-nutricion-view__pair {
    margin: 0 .5rem 1rem;
    padding: 0 .5rem 1rem;
    font: 400 1.1rem 'Open Sans', sans-serif;
    border-radius: .5rem;
}

.c-form-section-vida-cotidiana-view__pair .c-textvalue,
.c-form-section-nutricion-view__pair .c-textvalue{
    font: 400 1.1rem 'Open Sans', sans-serif;
}

.c-form-section-vida-cotidiana-view__pair .c-label,
.c-form-section-nutricion-view__pair .c-label{
    font: 600 1.2rem 'Lato', sans-serif;
    color: var(--primary-d-normal);
}

