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


.checkbox-item input[type="checkbox"]:checked + .checkbox-label::before {
    background-color: #58ACFA !important;
    border-color: #58ACFA !important;
}
select:focus {
    border-color: #58ACFA !important;
    box-shadow: 0 0 0 0.15rem #58ACFA !important;
    outline: none !important;
}

input:focus,
textarea:focus {
    border-color: #58ACFA !important;
    box-shadow: 0 0 0 0.15rem #58ACFA !important;
    outline: none !important;
}

.radio-item .radio-label::before {
    border: 2px solid #58ACFA !important;
}

.radio-item input[type="radio"]:checked + .radio-label::after {
    background-color: #58ACFA !important;
}

body.FTS_fruity .top-container .progress .progress-bar {
    background: #F6A924 !important;
    background-color: #F6A924!important;
    background-image: none !important;
}
body.FTS_fruity .top-container .progress {
    border: none !important;
    box-shadow: 0 0 0 2px #F6A924 !important;
}
.group-description .well {
    background-color: #d0dce7 !important;

    font-weight: 700!important;
}

.question-container {
    border: 1px solid #b1ca34 !important;
    box-shadow: 0 1px 2px #b1ca34 !important;
}
}
.question-container {
    border: 1px solid #b1ca34; !important
    border-radius: 5px;
}
.question-title-container, .question-valid-container {
    background-color: #b1ca34; !important
    color: #fff;
    border-left: 20px solid #b1ca34;
}
.question-title-container {
    border-radius: 5px 5px 0px 0px;
}    
.question-text,
.answertext,
.ls-label {
    color: #000000;
}  /*farbe Text */

}
.question-help-container {
    border-top: 1px solid #b1ca34;
}
.btn-primary {
    background-color: #58ACFA;
    border-color: #58ACFA;
}
.btn-primary:hover {
    background-color: #E52D87;
    border-color: #E52D87;
}
 
.btn-primary:active, 
.btn-primary.active {
    background-color: #58ACFA!important;
    border-color: #58ACFA!important;
}

.checkbox-item input[type="checkbox"]:checked + label::before {
    background-color: #58ACFA !important;
    border-color: #58ACFA !important;
}

.checkbox-item input[type="checkbox"]:checked + label::after {
    color: #58ACFA !important;
}

.checkbox-item input:checked + label::after,
.radio-item input:checked + label::after {
    color: #58ACFA !important;
}




}
.radio-item label::before {
    border: 2px solid #58ACFA !important;
}

.radio-item input[type="radio"]:checked + label::after {
    color: #58ACFA !important;
}
/* Hauptbuttons */
#limesurvey .btn-primary {
    background-color: #E52D87;
    border-color: #E52D87;
    color: #000000;
}

/* Sekundäre Buttons */
#limesurvey .btn-default,
#limesurvey .btn-secondary {
    background-color: #58ACFA;
    border-color: #58ACFA;
    color: #000000;
}
body {
    color: #000000;!important;
}


.fruity .text-info,
.fruity .text-primary,
.fruity .text-success {
    color: #000000 !important;
}

.question-count-text{
    color:#000000 !important;
}

a {
    color: #000000!important;}
}

.form-check-input:checked{
    background-color:#00145a!important;}
}

.welcome-container{
    background-color: #000000!important; /* Farbe anpassen */
    padding: 20px;
    border-radius: 5px;
}