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

/* Tema Municipalidad de Arauco */

.survey-name {
  margin-top: 10px;
}

.text-primary {
  font-weight: 600;
}

/* Reemplazo total del color primario del tema Fruity */
.fruity .text-primary,
.fruity .text-success {
    color: #0070FF !important;
}

.fruity .btn-primary {
    background-color: #0070FF !important;
    border-color: #0070FF !important;
}

.municipal-title {
    text-align: center;
    margin-bottom: 25px;
    color: #003366;
}

.municipal-description {
    font-size: 16px;
}

.municipal-warning {
    margin-top: 15px;
    padding: 12px;
    background: #f5f7fa;
    border-left: 4px solid #003366;
}

.municipal-contact {
    margin-top: 15px;
    font-size: 14px;
}

#token {
    font-size: 16px;
    letter-spacing: 1px;
}

/* ===============================
   BOTÓN CONTINUAR INSTITUCIONAL
   =============================== */

.btn-outline-secondary,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {

    background-color: #0b4a8b !important; /* Azul institucional */
    border-color: #0b4a8b !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* Hover */
.btn-outline-secondary:hover {
    background-color: #08376a !important; /* Azul más oscuro */
    border-color: #08376a !important;
    color: #ffffff !important;
}

/* Estado deshabilitado */
.btn-outline-secondary:disabled {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.em_value_range,
.em_value_integer {
    display: none !important;
}

.question-valid-container .ls-questionhelp::before {
    display: none !important;
    content: none !important;
}
