.error-message {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
    margin-bottom: 10px;
}

.input-error {
    border: 1px solid #dc3545 !important;
    margin-bottom: 4px !important;
}

td {
    padding: 0 15px;
}

.custom-success-message {
    margin-top: 10px;
    background-color: #f4fbf6;
    color: #40bf6a;
    border-radius: 12px;
}

.custom-error-message {
    margin-top: 10px;
    background-color: #ed6f7b48;
    color: #dc3545;
    border-radius: 12px;
}

.cursor-default {
    cursor: default !important;
}
