body #kunena.layout select {
  line-height: 1;
}

#kunena.layout .kunena-topic-item .kprofile-box-wrap .user-avatar .badge {
  background: transparent !important;
  border-radius: 0;
  padding: 0;
}

#kunena.layout .kunena-topic-item .kprofile-box-wrap .user-avatar .badge.bg-success { color: #2C9162; }
#kunena.layout .kunena-topic-item .kprofile-box-wrap .user-avatar .badge.bg-default { color: #6C757D; }
#kunena.layout .kunena-topic-item .kprofile-box-wrap .user-avatar .badge.bg-danger { color: #DC3545; }
#kunena.layout .kunena-topic-item .kprofile-box-wrap .user-avatar .badge.bg-warning { color: #FFC107; }

#kunena.layout .kunena-topic-item .kprofile-box-wrap .user-name {
  margin-top: 12px;
}

/* Improve style for post title  */
#kunena.layout .kunena-topic-item .message-published .kmsg-wrap .mykmsg-header h4 {
  color: #1d1f24;
  font-weight: 600;
}

body #kunena.layout .kcat-item .kcat-header .cat-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#kunena.layout .ktopic-list .ktopic-row .ktopic-col-icon a svg,
#kunena.layout .ktopic-list .ktopic-row .topic-item-unread a svg {
  height: 24px;
  width: 24px;
}

#kunena.layout .ktopic-list .ktopic-col-icon svg {
  height: 24px;
  width: 24px;
}

#kunena.layout .kunena-topic-item #topic-actions-toolbar ul li > a svg,
#kunena.layout .kunena-topic-item .message-published .ktopic-action-wrap .kbtn svg {
  height: 22px;
  width: 22px;
}