.ht-hidden-vars{
    display:none;
}

.ht_feedback_res{
    display:none;
}
.feedback-content{
    padding: 10px;
}
.feedback-toggle-btn {
    writing-mode: vertical-rl;
    position: fixed;
    left: 0;
    right: auto;
    top: 35%;
    transform: translate(0,-40%);
    border-radius: 0 4px 4px 0;
background: #5ea201;
}
.ht_feedback_frm p.ht_feedback_label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.feedback-toggle-btn:hover {
    background: #4bae4f;
}
.feedback-toggle-btn .btn {
    padding: .5rem .5rem;
font-size: 13px;
    color: white;
}
.ht_feedback_frm p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}
.ht_feedback_frm p:last-child {
    margin-bottom: 3;
}
.ht_feedback_frm .form-fields .form-group > label {
    padding-top: 0;
    font-size: 13px;
    color: #7a7a7a;
    margin-bottom: 5px;
}
.ht_feedback_frm .form-fields .form-group .form-control {
    font-size: 14px;
}