:root {
    
    /* Font */
    --font-family: 'Noto Sans', sans-serif;

    /* Logo */
    --logo-url: url(/custom/logo/oncf.png);

    /* Colors */
    --brand-select: #1BC8B0;
    --brand-progress: #1BC8B0;
    --brand-question: #2F459C;
    --brand-button: #2F459C;
    --bg-color: #EEF5F4;
    
    /* Option box */
    --option-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --option-border: none;

    --radius-option: 6px;
    --radius-nav-button: 100px;
    --radius-input: 10px;
    --radius-circle: 100px;

    /* Number box */
    --number-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --number-border: 0;
    --number-radius: 6px;

    /* Form inputs */
    --input-border: none;
    --input-radius: 6px;
    --input-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --input-outline: var(--brand-select);
}

.header__language {
    display: none;
}

@media screen and (min-width:  768px) {
    .multiple__row .multiple__heading {
        padding: 0;
        margin-inline-end: 24px;
        line-height: 22px;
        min-width: 250px;
        max-width: 250px;
    }
    .multiple__row .multiple__notes {
        gap: 20px;
        justify-content: flex-start;
    }
    .multiple__row .multiple__inputs {
        gap: 20px;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .multiple__row .multiple__no-answer {
        margin-left: auto;
        width: auto;
    }
}
.multiple__row .multiple__mob-emotions {
    height: 0;
}
.multiple__emotion {
    display: none!important;
}

.numbers__note:first-of-type {
    text-align: start;
}
.numbers__note:last-of-type {
    text-align: end;
}

@media screen and (max-width:  768px) {
    .multiple__box:nth-last-child(1 of .multiple__box) .multiple__label {
        border-right: 2px solid #dbdbdb;
    }
    .multiple__row .multiple__no-answer {
        width: 100%;
        margin-top: 16px;
    }
    .multiple__row .multiple__inputs {
        flex-wrap: wrap;
    }
}
::-webkit-calendar-picker-indicator {
    filter: invert(0);
}