.disable-content {
    pointer-events: none;
    opacity: 0.6;
}

.btn-success-500 {
    background-color: var(--color-success-500);
    color: white;
    font-weight: bold !important;
}
