.feedback-button {
    width: 140px;
    height: 45px;
    background-color: #007E9C;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    position: fixed;
    z-index: 100;
    color: white;
    right: 0;
    top: 50%;
    display: flex;
    align-items: center;
    padding-left: 15px;

    -webkit-box-shadow: -1px 2px 3px -1px rgb(0 0 0 / 50%);
    box-shadow: -1px 2px 3px -1px rgb(0 0 0 / 50%);

    cursor: pointer;
}

.feedback-button div:first-child {
    width: 50px;
}
.feedback-button div:first-child i {
    font-size: 1.8rem;
}


.feedback-button {
    padding-left: 15px !important;
}

.feedback-button i { 
    font-size: 22px;
    margin-right: 14px;
}

.feedback-button p {
    font-size: 12px;
    line-height: 18px;
}
