h2.feedback_modal_header {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

textarea#otherText {
    border: 1px solid #E1E1E1;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

textarea#otherText::placeholder {
    color: #C8C8C8;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

#feedbackForm label {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
}

#feedbackModal .modal-header {
    /* background-color: #D9ECFF; */
}

.close_popup_icon {
    right: -10px;
    top: 10px;
}

#feedbackModal .modal-dialog {
    /* max-width: 500px; */
    max-width: 550px;
}

form#feedbackForm .form-check-input[type=checkbox],
form#feedbackForm .form-check-input[type=checkbox]:focus {
    border: 1px solid #000;
    border-radius: 2px;
    box-shadow: unset;
}

form#feedbackForm div.form-check label {
    cursor: pointer;
}

button.feedback_submit_btn {
    border-radius: 2px;
    font-weight: 600;
    margin: 0 auto;
    width: 90%;
    font-size: 18px !important;
    height: 46px;
}

div#feedbackModal div.modal-content {
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    h2.feedback_modal_header {
        font-size: 20px !important;
    }

    img.notification_popup_icon {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 515px) {
    h2.feedback_modal_header {
        font-size: 18px !important;
    }

    img.notification_popup_icon {
        width: 50px;
        height: 50px;
    }

    #feedbackModal .modal-dialog {
        max-width: 455px;
        margin: 0 auto;
    }

    #feedbackModal .modal-dialog {
        margin: 0px 5px;
    }

    #feedbackForm label{
        font-size: 14px;
    }
}