#feedback-block {
    position: fixed;
    bottom: 0;
    right: 60px;
    z-index: 999;
}

#feedback-block .feedback-btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 600;
    padding: 1rem 2rem !important;
    font-size: 1.2rem;
}

.feedback-selection-btn {
    min-width: 235px;
    font-weight: 600;
    margin: .4rem;
}

.feedback-send-button {
   font-size: 1.2rem;
}

@media (max-width: 1539px) {
    #feedback-block  {
        right: 30px;
    }
    #feedback-block .feedback-btn {
        padding: .7rem !important;
    }
}
@media (max-width: 1024px) {
    #feedback-block {
        right: 15px;
    }
}