/******************
    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
*/
.sr-only {
  color: #AE0B05 !important; /* Color personalizado */
}
.progress-bar {
  background-color: #AE0B05 !important; /* Color personalizado */
}
.top-container{
  color: #AE0B05 !important; /* Color personalizado */
}
#ls-button-submit {
  background-color: #E30014 !important; 
  border-color:#E30014 !important;/* Color personalizado */
}
#ls-button-submit:hover {
  background-color: #AE0A05 !important;
}
.text-primary {
  color: #000000 !important;
}

.survey-welcome .element {
    color: red !important;
    /* Hinweis zum Ausfüllen: Sie können den Fragebogen mit dem Ihnen zugesendeten 
       Link jederzeit wieder aufrufen und weiter bearbeiten. Damit Ihre Eingaben auf einer 
       Seite gespeichert werden, müssen Sie nur auf den "Weiter"-Knopf ("Button")
       am Ende der Seite drücken. Anschließend können Sie das Fenster einfach schließen. Sollten Sie 
       längere Pausen beim Ausfüllen machen (>15 Minuten), kann es sein, dass Sie ausgeloggt werden - dann bitte das Browserfenster schließen und den Link noch einmal öffnen. */
}

.fruity a {
  color: #0d6ee6 !important;
}

.control-label {
  color: #AE0B05 !important;
}
.fruity .text-info {
  color: #0d6ee6 !important;
}

.control-label  {
  color: black !important;
}

.fruity .btn-default  {
  color: #AE0B05 !important;
  border-color:#AE0B05 !important;
}

.radio-item { /* not working for radio color */
  background-color: none !important;
}

.fruity .form-control   {
  color: black !important;
  border-color:#555555 !important;
}

.form-control {
  box-shadow: none !important;
}

.radio label::before {
  border: 1px solid #AE0B05 !important;
}
 
.checkbox label::before {
  border: 1px solid #AE0B05 !important;
}
.answer-item{
  color: black !important;
}
.fruity input { /* not working for radio color */
color: black !important;
}