:root {
    
    /* Font */
    --font-family: 'Noto Sans', sans-serif;

    /* Logo */
    --logo-url: url(/custom/logo/CSOB_Pojistovna_side_r.jpg);

    /* Colors */
    --brand-select: #0099CC;
    --brand-progress: #0099CC;
    --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);
}


.multiple__row--no-border {

   padding: 0; 

}

.multiple__emotion {

    width: 15%;

}

.multiple__emotion img {

    visibility: hidden;
    max-width: 0%;
}

h1.final-heading {

    margin-top: 0;
    margin-left: auto;
    margin-right: auto;

}

.header__logo-box {

   background-size: cover;
   height: 100px;
   width: 300px; 

}