#feedback-container {
    background-color: white;
    margin-bottom: 20px;
}

.feedback {
    width: 100%;
    font-family: worksans-regular, serif;
    padding: 15px 0;
}


.feedback .feedback-question p {
    margin-right: 30px;
    margin-bottom: 0;
}

.feedback .feedback-question span {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.feedback .feedback-comment textarea {
    max-width: 500px;
    width: 100%;
    resize: none;
    padding: 3px 8px;
    margin-top: 10px;

}

.feedback .feedback-comment {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Work Sans";
}

.feedback .feedback-comment .send-feedback {
    border: none;
    outline: none;
    border-radius: 30px;
    max-width: 200px;
    width: fit-content;
    height: 40px;
    margin-top: 10px;
    background-color: #BCBEC0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedback .feedback-comment .send-feedback .loading-spinner {
    margin-top: 0;
    margin-right: 12px;
}

.send-feedback {
    padding: 0.5rem 1rem;
}

.feedback .feedback-comment .send-feedback:not(:disabled):hover {
    cursor: pointer;
}

svg {
    height: 2rem;
}

#feedback-question-text {
    display: block;
    width: 45%;
    margin-right: auto;
    margin-left: auto;
    color: #939598;
    font-family: "Work Sans";
}

#likes-container {
    display: block;
    width: 45%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.5rem;
}

#likes-counter {
    /*color: black;*/
}

.like-dislike-button {
    background: #BCBEC0;
    border-radius: 3rem;
    padding: 0.5rem 1rem;
    color: white;
    font-family: "Work Sans";
}

.like-dislike-button > img {
    height: 1rem;
}

.like-dislike-button > span {
    padding: 0.4rem;
}

#like-container, #dislike-container {
    margin: 0.5rem auto;
    display: inline-block;
}
