:root {
    
    /* Font */
    --font-family: 'Noto Sans', sans-serif;

    /* Logo */
    --logo-url: url(../custom/logo/kb-smartpay.svg);

    /* Colors */
    --brand-select: #000;
    --brand-progress: #e9041e;
    --brand-question: #000;
    --brand-button: #000;
    --bg-color: #f5f5f5;
    
    /* Option box */
    --option-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --option-border: none;

    --radius-option: 0px;
    --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: 0px;

    /* Form inputs */
    --input-border: none;
    --input-radius: 0px;
    --input-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --input-outline: var(--brand-select);
}


@media (min-width: 768px) {
    .multiple__notes {
        display: flex;
        align-items: end;
    }
    .multiple__note {
        text-align: center;
        width: 24px;
        font-size: 12px;
        line-height: 16px;
    }
    .multiple__row .multiple__heading {
        padding-right: 24px;
        line-height: 140%;
    }
}

.multiple__emotion {
    display: none;
}

.progress__note {
    display: none;
}