/* Validation */
.mandatory-invalid {
    border-bottom: 2px solid #e74c3c !important;
}

button:disabled {
    background-color: #ccc !important;
    border-color: #ccc !important;
    cursor: not-allowed;
    opacity: 0.6;
}
