
.forum-like-btn {
    color: red;
}
.forum-btn-follow {
    color: blue;
}

#follow-btn i.fe-user-check {
    color: blue;
}
#follow-btn i.fe-user {
    color: rgba(0, 0, 0, 0.77);
}

.forum_client_topic_categories .nav-link.active a {
    color: white;
}

.forum-user-block {
    border-right: 1px solid #dee2e6;
}

.forum_client_topic_categories .nav-link.active {
    background-color: var(--blue) !important;
}

.forum-reply-form.dropzone {
    border: 0;
    padding: 0;
}

#forum_new_forum_reply .dz-preview {
    margin: 0 !important;
    margin-top: 1rem !important;
    margin-right: 1rem !important;
    margin-bottom: 1rem !important;
}

#forum_ban_modal .modal-title {
    word-break: break-word !important;
}
tr.forum_table_marked_as_pin td:first-child {
    position: relative;
}

tr.forum_table_marked_as_pin td:first-child:after{
    background-color: #f7b84b;
}

tr.forum_table_marked_as_pin td:first-child:after
{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
}

.forum-set-reply-bot-wrapper {
    background-color: #fff;
    padding: 1rem 1.5rem;
}

@media screen and (max-width: 768px) {
    .forum-user-block {
        border-right: none;
    }
}