/*feedback widget styles*/
.btn {
    background: #e26326;
    cursor: pointer;
}

.feedback-widget {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0;
    background: rgba(53, 53, 53, 0.96);
    color: #fff;
    font-size: 20px;
    padding: 10px 10px;
    box-sizing: border-box;
}

.feedback-yes-btn, 
.feedback-no-btn {
    display: inline-block;
    margin-left: 5px;
    font-size: 21px;
    width: 90px;
    color: #fff;
}

.feedback-tickets-btn {
    background: #e26326;
    color: #fff;
    width: 200px;
    font-weight: 600;
    display: inline-block;
    float: right;
    text-transform: capitalize;
    font-size: 19px;
}

.feedback-tickets-btn:hover {
    background: #bb5524;
}

/*end feedback widget styles*/