
textarea {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    resize: none;
    padding: 10px;
}

textarea:focus {
    border-color: #cccccc;
    outline-color: #cccccc;
}

.h-comment-send-div {
    padding-top: 20px !important;
    margin-top: 50px;
    border-top: 1px solid #ddd;
}

.h-comment-btn {
    color: #fff;
    background: #3388ff;
    border: 1px solid #3388ff;
    padding: 6px 25px;
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.h-no-data {
    text-align: center;
    margin-top: 25px;
}

.h-mt-10 {
    margin-top: 10px;
}

.h-mt-30 {
    margin-top: 30px;
}

.h-text-right {
    text-align: right;
}

.h-df {
    display: flex;
}

.h-padding-5 {
    padding: 5px;
}

.h-padding-5-0 {
    padding: 5px 0;
}

.h-comment-content {
    margin-left: 5px;
    font-size: 13px;
    padding: 5px 0 15px 0;
}

.h-comment-avatar {
    width: 40px;
    height: 40px;
}

.h-comment-user-info {
    font-size: 12px;
    position: relative;
    top: 7px;
}

.h-comment-point {
    font-size: 12px;
    text-align: right;
    cursor: pointer;
    margin-bottom: 5px;
}

.h-comment-point-active {
    color: red;
}

.h-hr {
    border-bottom: 1px solid #ddd;
}

#h-pagination {
    text-align: center;
    margin-top: 50px;
}