
.btn-info.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.8;
}

.hidden {
    display: none;
}