.eficaz {
    color: green;
    font-weight: bold;
}

.no-eficaz {
    color: red;
    font-weight: bold;
}

.select-tipo {
    min-width: 150px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

button.btn-danger {
    transition: transform 0.2s ease;
}

button.btn-danger:hover {
    transform: scale(1.05);
}