/* Minification failed. Returning unminified contents.
(8,19): run-time error CSS1039: Token not allowed after unary operator: '-tilePaddingLarge'
(13,23): run-time error CSS1039: Token not allowed after unary operator: '-tilePaddingSmall'
 */
#feedbackContainer {
    background-color: #CFECF1;
    padding: 32px;
    width: 100%;
}

.feedbackFormHolder {
    padding: var(--tilePaddingLarge);
}

@media only screen and (max-width: 768px) {
    .feedbackFormHolder {
        padding: var(--tilePaddingSmall);
    }
}

#feedbackContainer input[type="radio"]:focus {
    outline: none;
}

#feedbackContainer input[type="radio"]:first-of-type+label {
    margin-right: 10px;
}

#feedbackContainer input[type="radio"]:focus + label {
    color: #fff;
    background-color: #154881;
}

#initialFeedbackPanel {
    margin-bottom: 10px;
}

#feedbackTextArea {
    height: auto;
    max-width: 100%;
    resize: none;
}

#feedbackTextAreaCharsRemaining {
    display: block;
    text-align: right;
}

.sensitive-user-input-error {
    border-color: #CC0007 !important;
    border-width: 1.5px !important;
}

#sensitiveUserInputErrorMessage {
    padding: 5px 2px 20px;
    color: #CC0007;
}
