/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

body {
    font-family: 'ALDI SUED VF Regular', sans-serif;
}

.text-primary {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #101316;
}

.text-thankyou .text-primary {
    font-weight: 400;
}

.progress-bar {
    background-color: #00B4DC;
}

.privacy {
    background-color: #eff1f0;
    padding: 20px;
    border-radius: 6px;
    margin: 3rem 0.1rem;
}

.navbar {
    margin-bottom: -25px;
}

.navbar-header {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 30px auto 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-family: 'ALDI SUED OT', sans-serif;
    padding-left: 13px;
    font-weight: 700;
    height: auto;
    font-size: 26px;
    line-height: 36px;
    color: #101316;
}

.navbar-logo {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 13333.33px;
    padding: 6px;
    background-color: #FFC800;
}

.logo {
    position: absolute;
    top: 12.33px;
    left: 8.22px;
    width: 22.23px;
    height: 20.03px;
    color: #000042;
}

.btn-primary {
    border: #0D3A93;
    background-color: #0D3A93;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
    background-color: #5974ab;
}
 
.answers-list .radio-item label {
    font-family: 'ALDI SUED OT', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #101316;
}

.answers-list .radio-item label:before {
    border: 1px solid #0D3A93;
}

.answers-list .radio-item label:after {
    background-color: #0D3A93;
}

.radio-input-big .answers-list .radio-item label:before {
    width: 40px;
    height: 40px;
    background-color: transparent;
    left: 21%;
    top: 35%;
}


.radio-input-big .answers-list .radio-item label:after {
    width: 30px;
    height: 30px;
    background-color: #0D3A93;
    color: white;
    left: 28%;
    top: 36%;
}

input[type="text"].form-control {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #0D3A93;
    font-family: 'ALDI SUED OT', sans-serif;
}

input[type="text"].form-control:active,
input[type="text"].form-control:focus {
    border: none;
    border-bottom: 1px solid #0D3A93;
}

input[type="text"].form-control:disabled {
    border: none;
    border-bottom: 1px solid #808080;
}

.form-control {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #0D3A93;
}

select.form-control {
    font-family: 'ALDI SUED OT', sans-serif;
    background-image: url('../files/IconArrowDown.png');
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
}


textarea.form-control {
    font-family: 'ALDI SUED OT', sans-serif;
    border: 1px solid #0D3A93;
    border-radius: 12px;
    min-height: 200px;
    padding: 10px 16px 16px 16px;
}

textarea.form-control:active,
textarea.form-control:focus {
    border: 1px solid #0D3A93;
}

.fa,.fa-exclamation-circle {
    display: none;
}

.ls-question-message {
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.text-info {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #101316;
}

.text-short  .ls-answers.answer-item.text-item {
    border-style: solid;
    border-width: thin;
    border-radius: 12px;
    padding: 1em;
}

a:hover,
a:focus,
a:active {
    color: #0D3A93;
}

@media (max-width: 768px) {
    .navbar-brand {
        font-size: 24px;
        line-height: 32px;
    }
    
    .text-primary {
        font-size: 18px;
        line-height: 26px;
    }
    
    .answers-list .radio-item label {
        font-size: 16px;
        line-height: 24px;
    }
    
    .radio-input-big .answers-list .radio-item label:before {
        left: 22%;
        top: 32%;
    }
    
    
    .radio-input-big .answers-list .radio-item label:after {
        left: 29%;
        top: 34%;
    }
        
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:active:focus {
        background-color: #5974ab;
        border-color: #0D3A93;
    }
}

@media (max-width: 375px) {
    .radio-input-big .answers-list .radio-item label {
        padding-left: 35px;
    }
    
    .radio-input-big .answers-list .radio-item label:before {
        left: 17%;
    }
    
    
    .radio-input-big .answers-list .radio-item label:after {
        left: 25%;
    }
        
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:active:focus {
        background-color: #5974ab;
        border-color: #0D3A93;
    }
}
