/* static/css/feedback.css */
#feedbackModal .modal-content {
    background: #1e1e2d !important;
    color: #e0e0ff !important;
    border: 1px solid #3a3a4f !important;
}

#feedbackModal .modal-header,
#feedbackModal .modal-footer {
    border-color: #3a3a4f !important;
}

#feedbackModal .form-label {
    color: #b0b0d0;
}

#feedbackModal .form-control {
    background: #2a2a3a;
    border: 1px solid #3a3a4f;
    color: #ffffff;
}

#feedbackModal .form-control::placeholder {
    color: #7a7a9a;
}

#feedbackModal .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}