/******************
    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: sans-serif;
}

/* Barra superior */
#survey-nav {
  background-image: linear-gradient(45deg, #004a7c 0%, #0078c2 50%, #00a8ff 100%);
  border-color: transparent;
}

.logo-container>img {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}


/* Enlaces de la barra superior */
#survey-nav .navbar-nav .nav-link {
    color:white !important;
}

/* Enlaces de la barra superior */
#survey-nav .dropdown-item:hover {
  background-color: #006197;
}

/* Botones primarios */
.btn-primary{
    background-color:  #1c2833;
}

/* Botones primarios */
.btn-primary:hover{
    background-color: #566573  ;
}

.progress-bar {
   background-color: #006197 !important;  
 }
 
 /* Encabezados */
.group-title{
    margin-bottom: 2rem !important;
}

/* Contenedor de preguntas */
.question-title-container{
    background-color: #006197 !important;
}

.question-valid-container  {
  background-color: white !important;
  padding-top: 7px !important;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  text-align: left;
}

.ls-questionhelp{
   padding-top: 7px !important;
}

.survey-description{
 color:#0786af !important;   
}