.smileys_table_container {
  padding: 15px;
}
.smileys_table_container table {
  width: 100%;
  margin: 0;
}
.smileys_table_container table tr td {
  text-align: center;
}
.smileys_table_container table tr td a {
  padding: 4px !important;
  margin: 1px;
  display: block;
}

.smileys_table_container table tr td a img {
  width: 24px !important;
  height: 24px !important;
}

#forums_header_search form {
  width: 170px;
  position: relative;
}

#forums_header_search form input#keywords,
#forums_header_search form button {
  border: 1px solid #eee;
  height: 32px;
}

#single_forum_topic {
  position: relative;
}

#single_forum_topic .the_title_bar h1.title {
  margin-top: 10px;
  line-height: 70px;
}

#single_forum_topic .the_title_bar .sub_title {
  text-align: center;
  margin-top: -10px;
}

#single_forum_topic .the_title_bar .sub_title .user .user_photo {
  width: 32px;
  height: 32px;
  right: -7px;
  top: -3px;
  display: inline;
  position: absolute;
}

#single_forum_topic .the_title_bar .sub_title .user .profile_link {
  margin-right: 20px;
}

#single_forum_topic .the_title_bar .sub_title .badge {
  position: relative;
  margin-top: 10px;
}

#forum_page {
  position: relative;
}
#forum_page .the_title_bar {
  margin: 25px 0;
  position: relative;
}

#forums_home {
  position: relative;
}
#forums_home .the_title_bar h1.title {
  margin-top: 10px;
  line-height: 70px;
}

#forums_home .the_title_bar .forum-section .nav-pills > li {
  float: none;
  position: relative;
  display: inline-block;
}

.forum-section {
  color: #787878;
  margin-bottom: 10px;
  font-size: 16px;
}

.forum-section.margin {
  margin-top: 8px;
}
.forum-section .nav li a {
  color: #787878;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 6px 10px;
  margin: 0px;
}

.forum-section .nav li.active a {
  color: #fff;
  background: #fe4e15;
}

.single_topic {
  border-right: 2px solid #aaaaaa;
  transition: all 0.5s ease 0s;
}

.single_topic:hover {
  border-right-color: #f85022 !important;
  background: #f1f1f1;
  transition: all 0.5s ease 0s;
}

.single_topic .topic_title {
  font-size: 17px;
  line-height: 40px;
  display: block;
  color: #0169cf;
  padding-bottom: 3px;
}
.single_topic .topic_breif {
  font-size: 12px;
  line-height: 22px;
  display: block;
  color: #8b8b8b;
  font-family: "Droid Arabic Naskh", tahoma, "Noto Sans" !important;
}

.single_topic .topic_breif,
.single_topic .topic_breif a {
  word-wrap: break-word !important;
  max-width: 100% !important;
}

.single_topic .topic_date,
.single_topic .topic_info {
  font-size: 12px;
  color: #8b8b8b;
  display: block;
}

.topic_info span {
  margin: 0px 5px;
}

.single_topic .topic_heading {
  text-align: right;
  line-height: 24px;
  font-size: 13px;
  color: #8b8b8b;
}

.single_topic .topic_heading a {
  color: #1e5783;
}

.single_topic.pinned .pinned {
  color: #f85022;
}

.single_topic.featured {
  background: #fff9de;
}

.single_topic.featured .topic_title {
  color: #e34a0e;
}

.topic_editor {
  padding: 5px;
  border: 1px solid #ddd;
  min-height: 200px;
  overflow: auto;
}

.editor img {
  max-width: 600px !important;
  height: auto !important;
}

.topic_warning {
  font-size: 12px;
  line-height: 26px;
  margin-top: 10px;
}

.topic-body {
  line-height: 30px;
  font-family: "Droid Arabic Naskh";
  text-align: justify;
  word-wrap: break-word !important;
  max-width: 100% !important;
}

.topic-body img {
  display: block;
  margin: 20px auto;
}

.topic-body .sd_player {
  margin: 10px 0 4px 0 !important;
}

.topic-body .video_player {
  border: 1px solid #ddd;
  padding: 5px;
  max-width: 600px;
  margin: 20px auto;
}

.topic-body h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  margin: 10px 0;
}

.topic-body h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin: 5px 0;
}

.topic-body h4 {
  font-size: 16px;
  line-height: 30px;
}

.topic_page .reader {
  padding: 8px 12px;
}

.topic_page .reader a {
  font-size: 15px;
  color: #2c5184;
  line-height: 27px;
}

.topic_page .reader a img {
  width: 26px;
  height: 26px;
  margin-top: 4px;
  margin-left: 3px;
}

.topic_page .reader .timeago {
  margin-top: 9px;
}

.topic_page .topic_tags a.single_tag .fa-hashtag {
  margin-left: 2px;
}

.topic_page .topic_tags a.single_tag {
  background: #f6f6f6;
  border: 1px solid #eee;
  padding: 1px 11px;
  margin: 5px 0px 5px 5px;
  font-size: 12px;
  display: inline-block;
}

#tags_cloud {
  line-height: 40px;
  font-size: 0px;
}

#tags_cloud .list-group-item {
  float: right;
  padding: 15px 15px;
  text-align: center;
}

#tags_cloud .single_tag {
  padding: 5px 15px;
  border: 1px solid #ddd;
  display: inline-block;
  line-height: 60px;
  height: 70px;
  margin: 5px 5px 10px 5px;
  transition: all 0.5s ease 0s;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
}

#tags_cloud .single_tag:hover {
  transition: all 0.5s ease 0s;
  background: #f1f1f1;
  border: 1px dotted #94c9f1;
}

#attach_panel.affix {
  top: 5px;
}

#attach_panel.affix #topic_attachments {
  overflow-x: hidden;
  overflow-y: auto;
}

#attach_panel #topic_attachments {
  min-height: 250px;
  max-height: 265px;
}

.forums_list .single_forum {
  border-right: 2px solid #aaaaaa;
  transition: all 0.5s ease 0s;
}

.forums_list .single_forum span.badge {
  margin-top: 5px;
}

.forums_list .single_forum:hover,
.forums_list .single_forum.active {
  background: #f1f1f1;
  border-right-color: #f85022 !important;
  transition: all 0.5s ease 0s;
}

.forums_list .single_forum:hover span.badge,
.forums_list .single_forum.active span.badge {
  background: #00b22d !important;
  color: #fff !important;
  transition: all 0.5s ease 0s;
}

.forums_list .single_forum .forum_title {
  font-size: 17px;
  line-height: 28px;
  display: block;
  color: #0a6da5;
  padding-bottom: 3px;
}
.forums_list .single_forum .forum_breif {
  font-size: 12px;
  line-height: 22px;
  display: block;
  color: #8b8b8b;
  font-family: "Droid Arabic Naskh", tahoma, "Noto Sans" !important;
}

.side_comments li {
  border-right: 2px solid #aaaaaa;
  transition: all 0.5s ease 0s;
}

.side_comments li:hover {
  background: #f1f1f1;
  border-right-color: #f85022 !important;
  transition: all 0.5s ease 0s;
}

.side_comments li .comment_pic {
  border: 1px solid #eee;
  margin-top: 7px;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}

.side_comments li .comment_body {
  height: 30px;
  overflow: hidden;
}

.side_comments li a.comment_user {
  font-size: 12px !important;
  color: #f34500;
  margin-left: 3px;
}

.side_comments li .comment_text {
  font-size: 12px;
  color: #8b8b8b;
}

.side_comments li .comment_on {
  color: #8b8b8b;
  font-size: 11px;
}

.side_comments li .comment_on a {
  color: #0d3f6f;
}

.suggested_topics .topic_title {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}

.hidden_item {
  display: none !important;
}

.single_comment {
  border-right: 2px solid #ddd;
}

.single_comment.glow {
  background: rgb(255, 254, 236);
}

.single_comment:hover {
  border-right-color: #f85022 !important;
}

.single_comment .edit_comment {
  display: none;
}

.single_comment:hover .edit_comment {
  display: inline;
}

.single_comment .parent_comment {
  padding: 10px;
}

.single_comment .comment_heading {
  color: #a5a5a5;
  margin-bottom: 5px;
}

.single_comment .comment_heading .comment_owner a {
  font-size: 14px;
  color: #2c5184;
}
.single_comment .comment_heading .comment_owner a img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.single_comment .comment_text {
  font-size: 14px;
  line-height: 26px;
  color: #5b6009;
  word-wrap: break-word;
  max-width: 100% !important;
}

.comment_text .sd_player_containert {
  margin: 5px 0 4px 0 !important;
  text-align: right;
  padding: 5px;
}

.single_comment.offer_comment {
  border: 1px solid #eee !important;
  transition: all 0.5s ease 0s;
}

.single_comment.offer_comment:hover {
  transition: all 0.5s ease 0s;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff !important;
}

.single_comment.offer_comment .comment_text {
  word-wrap: break-word;
}

.single_comment.offer_comment {
  margin-bottom: 15px;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
}

.single_comment.offer_comment .comment_attachments {
  margin: 10px -15px 10px -15px;
}

.single_comment.offer_comment .comment_attachments .list-group-item {
  background: #f7f7f7;
  border-color: #eee !important;
  line-height: 16px;
  padding: 0px 15px;
  font-size: 12px;
  border-right: 0px solid #eee;
  border-left: 0px solid #eee !important;
  height: 40px;
}

.single_comment.offer_comment .comment_attachments .list-group-item:hover {
  background: #f4f4f4;
}

.single_comment.offer_comment .comment_attachments .list-group-item:hover a {
  color: #333;
}

.single_comment.offer_comment .comment_attachments .list-group-item a {
  display: block;
  line-height: 19px;
  height: 33px !important;
  max-height: 33px !important;
  font-size: 12px;
  overflow: hidden;
  word-break: break-all !important;
  word-wrap: break-word !important;
}

.single_comment.offer_comment .comment_attachments .list-group-item .sd_player {
  margin-top: 4px;
}

.single_comment.offer_comment.admin_comment {
  background-color: #fbab7e;
  background-image: linear-gradient(62deg, #fbab7e 0%, #f7ce68 100%);
  color: #fff !important;
}

.single_comment.offer_comment.admin_comment:hover {
  border: 1px solid #fbad7d !important;
}

.single_comment.offer_comment.admin_comment
  .comment_attachments
  .list-group-item {
  background: #f2da91;
  border-color: #ecb172 !important;
}

.single_comment.offer_comment.admin_comment .comment_time {
  color: #333 !important;
}

.single_comment.offer_comment .timeago {
  font-size: 12px;
}

.single_comment.offer_comment .comment_time {
  font-size: 10px;
  margin-top: 10px;
  line-height: 20px;
}

.single_comment.offer_comment .comment_time .comment_seen {
  font-size: 14px;
  margin-left: 5px;
}

.single_comment .comment_details {
  margin-top: 5px;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}

.single_comment .comment_details .comment_action {
  cursor: pointer;
  white-space: nowrap;
  background: #f1f1f1;
  line-height: 12px;
  color: #5c5998;
  font-size: 0;
  display: inline-block;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}

.single_comment .comment_details .comment_action i {
  color: #5c5998;
}

.single_comment .comment_details .comment_action.active i {
  color: #f39c12;
}

.single_comment .comment_details .comment_action .action_icon {
  display: inline-block;
  font-size: 12px;
  padding: 5px;
}

.single_comment .comment_details .comment_action .action_counter {
  display: inline-block;
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0 5px 5px;
}

.single_comment .comment_details .comment_time {
  line-height: 12px;
  color: #c4c4c4;
  font-size: 12px;
  padding: 5px;
  display: inline-block;
}

.comment_details .report_bad_comment {
  float: left;
  font-size: 12px;
}
.comment_details .report_bad_comment a {
  color: #e3e3e3 !important;
}
.comment_details .report_bad_comment:hover a {
  color: #f3ce00 !important;
}

.comment_details .forum_comment_remove {
  float: left;
  font-size: 12px;
  color: #e3e3e3 !important;
  margin-left: 8px;
}
.comment_details .forum_comment_remove:hover {
  color: #d71f00 !important;
}

.enter_key_notice {
  font-size: 10px;
  color: #444444;
  margin-top: 5px;
  position: relative;
}

.comment_replies {
  background: #f2f2f2;
  border-top: 1px solid #eeeeee;
  display: none;
}

.comment_replies_container {
  margin: 0px;
}

.comment_replies_container .no-items {
  padding: 40px;
  font-size: 16px;
}

.comment_replies_form_container {
  padding: 10px 15px 10px 15px;
}

.comment_replies_form textarea {
  resize: none;
  max-height: 200px;
  border: 1px solid #ddd;
  font-size: 12px !important;
  padding: 4px 10px !important;
  line-height: 18px !important;
}

.comment_replies_form .media {
  margin-top: 0px;
  overflow: visible;
}

.comment_replies_form .media .media-body {
  overflow: visible !important;
}

.comments_loading {
  padding: 10px;
  text-align: right;
  font-size: 12px;
}

.single_reply {
  padding: 10px;
  background: #f7f7f7;
  border-color: #fafafa;
}

.single_reply:hover {
  background: #fafafa;
  border-left-color: #8d8d8d !important;
}

.single_reply .comment_heading {
  color: #a5a5a5;
  margin-bottom: 5px;
}

.single_reply .comment_heading .comment_owner a {
  font-size: 14px;
  color: #2c5184;
}
.single_reply .comment_heading .comment_owner a img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.single_reply .comment_text {
  font-size: 14px;
  line-height: 26px;
  color: #5b6009;
  word-wrap: break-word;
  max-width: 100% !important;
}

.single_reply .comment_details {
  margin-top: 5px;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}

.offer_sample_option {
  margin: 20px 15px;
}

.comment_attachments {
  margin: 10px -15px -10px -15px;
}

.comment_attachments .list-group-item {
  background: #fef3a2;
  border-color: #fff9ce !important;
  line-height: 16px;
  padding: 0px;
  font-size: 14px;
  border-right: 0px;
  border-left: 3px solid #fef3a2 !important;
}

.comment_attachments .list-group-item:hover {
  background: #ffe089;
  border-color: #ffe089 !important;
  border-left-color: #f3cd63 !important;
}

.comment_attachments .list-group-item:hover a {
  color: #333;
}

.comment_attachments .list-group-item a {
  display: block;
  padding: 10px 0px;
}

.comment_attachments .list-group-item .sd_player {
  margin-top: 4px;
}
