.netlify-honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.netlify-form-status {
    display: none;
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 6px;
    font-weight: 600;
}

.netlify-form-status.is-visible {
    display: block;
}

.netlify-form-status.is-success {
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
}

.netlify-form-status.is-error {
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
}

[data-netlify-ajax] button[type="submit"]:disabled {
    cursor: wait;
    opacity: 0.7;
}

#candidateForm .nice-select.disabled,
#candidateForm select:disabled + .nice-select {
    color: #8a8a8a;
    background-color: #eeeeee;
    border-color: #dddddd;
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none;
}
