/******************
    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
*/

.progress .progress-bar {
    font-size: 15px;
    line-height: 22px;
}

 .question-count-text {text-align: center;}
 
 .numeric {
     text-align: left;
 }
 
 .question-container, .btn {
     font-size: 1.4em;
 }
 
 .privacy {
     font-size: 1.6em;
 }
 
 .checkbox-item label::after {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 15px;
    font-size: 16px;
    padding: 0;
}

.bg-primary {
    background-color: #214263;
}

.text-danger {
    color: #FFD15B;
}
.question-valid-container .text-danger {
    color: #ffffff !important;
    background-color: #d9534f !important;
    padding: 10px 15px !important;
    border-radius: 5px !important;
    display: inline-block !important;
    font-size: 1.1em !important;
    border: 2px solid #c9302c !important;
    box-shadow: 0 0 10px rgba(217, 83, 79, 0.5) !important;
    margin-top: 5px !important;
}
.input-error input, 
.input-error textarea,
.input-error select,
.has-error .form-control,
.has-error input {
    background-color: #fdf0f0 !important;
    border: 2px solid #d9534f !important;
    font-size: 1.2em !important;
    color: #b94a48 !important;
    font-weight: bold !important;
    height: auto !important;
    padding: 8px 12px !important;
}
