/* CSS para Formulario Integrador Copia (Lead y PQRS) */

/* Estilos Formulario Lead */
#leadForm .form-group {
    margin-bottom: 1rem;
}

#form_response p {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
}

#form_response .error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

#form_response .success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

#form_response .info {
    color: #0c5460;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
}

/* Estilos Formulario PQRS */
.cp-obliga {
    color: red;
    margin-left: 3px;
    font-style: normal;
}

.ex-box-full {
    margin-bottom: 15px;
}

.nu-escog {
    margin-bottom: 8px;
}

.nu-campo-full {
    margin-bottom: 15px;
}

.nu-extra-condi {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.error-message {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 5px;
    display: none;
}

#token_response p {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Estilos de Botones */
.btn-form-salesf {
    background-color: #1b98c9;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s ease;
}

.btn-form-salesf:hover {
    background-color: #157da6;
}

.btn-form-salesf:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}
