/* Forum Css Start Here */
body {
  font-family: "Poppins";
}
h3 {
  font-family: "Poppins";
  font-weight: 800;
}
h4 {
  font-family: "Poppins";
  font-weight: 700;
}
.forum_sec {
  padding: 60px 0;
}
.forum_sec .box {
  background: #f9f9f9;
  margin-bottom: 15px;
}
.forum_sec .box .title {
  border-bottom: 1px solid #ddd;
  padding: 15px 30px;
}
.forum_sec .box .title h4 {
  margin: 0;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 24px;
}
.forum_sec .box ul.texts {
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 30px 30px;
}
.forum_sec .box ul.texts li {
  padding: 5px 0;
}
.forum_sec .box ul.texts li a {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  padding: 5px 0;
  text-decoration: none;
  font-family: "Poppins";
}
.forum_sec .box ul.texts li.active a {
  color: #9f1d3c;
}
.forum_sec .box .recent_post {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #56565645;
  padding: 20px 15px;
}
.forum_sec .box .recent_post .img_box img {
  width: 67px;
  border-radius: 50%;
}
.forum_sec .box .recent_post .content .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.forum_sec .box .recent_post .content .topbar h5 {
  margin: 0 0 5px 0;
  font-size: 11px;
  color: #0000005c;
  font-weight: 600;
}
.forum_sec .box .recent_post .content p {
  margin: 0 0 10px;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}
.forum_sec .box .recent_post .content .button-group a {
  font-size: 15px;
  color: #9f1d3c;
  font-weight: 700;
}
.forum_sec .box .recent_post .content {
  padding-left: 10px;
}
.forum_sec .search_box {
  display: flex;
  justify-content: space-between;
  background: #f9f9f9;
  padding: 25px 30px;
}
.forum_sec .search_box .form-control {
  background: #ffffff;
  color: #000000;
  padding: 10px 30px;
  border-radius: 50px;
  border: 0;
}
.forum_sec .search_box .form-control::placeholder {
  color: #00000073;
  font-weight: 500;
  font-size: 14px;
}
.forum_sec .search_box button.btn {
  padding: 11px 45px;
  margin-left: 10px;
}
.forum_sec .post_box {
  background: #f9f9f9;
  margin: 15px 0;
  padding: 20px 40px;
  display: flex;
  align-items: flex-start;
}
.forum_sec .post_box .user_img img {
  width: 46px;
  border-radius: 50%;
}
.forum_sec .post_box form {
  flex: 1;
  padding-left: 15px;
}
.forum_sec .post_box .form-control {
  border-radius: 0;
  border: 0;
  background: #ffffff;
  margin: 7px 0;
  padding: 12px 20px;
  font-size: 14px;
}
.forum_sec .post_box .form-control::placeholder {
  color: #00000078;
  font-size: 14px;
  font-weight: 500;
}
.forum_sec .post_box textarea {
  height: 100px;
  resize: none;
}
.forum_sec .post_box .add_description {
  position: relative;
}
.forum_sec .post_box .add_description input#attach {
  display: none;
}
.forum_sec .post_box .add_description label {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 15px;
}
.forum_sec .post_box .button-group a.btn {
  padding: 10px 40px 8px;
  font-weight: 500;
}
.forum_sec .trending_tags ul.tags {
  padding: 20px 30px;
  list-style: none;
}
.forum_sec .trending_tags ul.tags li {
  background: #fff;
  display: inline-block;
  margin-right: 5px;
  padding: 6px 10px;
  margin-bottom: 10px;
  color: #0000007d;
  font-size: 14px;
}
.post_div {
  background: #f9f9f9;
  position: relative;
  margin-bottom: 15px;
}
.post_div .user_detail {
  display: flex;
  align-items: center;
  padding: 20px 30px 0;
}
.post_div .user_detail .user_img img {
  width: 46px;
  border-radius: 50%;
}
.post_div .user_detail .content {
  padding-left: 15px;
}
.post_div .user_detail .content h5.date {
  margin: 0;
  font-size: 11px;
  color: #000000;
  font-family: "poppins";
}
.post_div .user_detail .content h4.name {
  margin: 0;
  color: #000000;
  font-size: 17px;
  font-weight: 800;
}
.post_div a {
  text-decoration: none;
}
.post_div .post_content {
  padding: 30px 30px;
}
.post_div .post_content h3.title {
  color: #000000;
  font-size: 20px;
}
.post_div .post_content p {
  margin-bottom: 30px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.post_div .post_content .button-group a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
.post_div .likes_and_views {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 30px 10px;
  border-bottom: 1px solid #ddd;
}
.post_div .likes_and_views .likes_views {
  display: flex;
  align-items: center;
}
.post_div .likes_and_views .likes_views ul.images {
  padding: 0;
  margin: 0;
  list-style: none;
}
.post_div .likes_and_views .likes_views ul.images li {
  display: inline-block;
  margin: 0 -5px 0px;
  border-radius: 50%;
}
.post_div .likes_and_views .likes_views ul.images li img {
  width: 16px;
  border-radius: 50%;
}
.post_div .likes_and_views .likes_views p {
  margin: 0px 0 0px 10px;
  font-size: 13px;
  color: #000000;
  font-weight: 500;
}
.post_div .bottom_bar {
  padding: 15px 30px;
}
.post_div .bottom_bar button {
  color: #000000;
  border: 0;
  background: transparent;
  font-weight: 600;
  margin-right: 50px;
  font-size: 15px;
}
.post_div .bottom_bar button img {
  margin-right: 8px;
}
.post_div .bottom_bar .liked {
  color: #0080ff;
}
.post_div .bottom_bar button i {
  margin-right: 2px;
  font-size: 24px;
}
.post_div .edit_post {
  position: absolute;
  right: 30px;
  top: 20px;
}
.post_div .edit_post .dropdown a.dropdown-toggle {
  color: #9f1d3c;
  text-decoration: none;
  font-size: 24px;
}
.post_div .edit_post .dropdown a.dropdown-toggle::after {
  display: none;
}
.post_div .edit_post ul.dropdown-menu.show {
  position: absolute;
  left: -150px !important;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.post_div .edit_post ul.dropdown-menu.show li a.dropdown-item {
  color: #9f1d3c;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #9f1d3c33;
  padding: 5px 20px;
}
.post_div .edit_post ul.dropdown-menu.show li a.dropdown-item img {
  padding-right: 7px;
}
.post_div .edit_post ul.dropdown-menu.show li:last-child a.dropdown-item {
  border: 0;
}
.post_div .post_images {
  padding: 0 30px 50px;
}
.post_div .post_images img.img-fluid {
  height: 365px;
  width: 100%;
  object-fit: contain;
}
.post_div .post_images ul.slick-dots {
  bottom: -30px;
  left: 0;
}
.post_div .post_images ul.slick-dots li button:before {
  color: #9f9f9f;
  font-size: 12px;
  opacity: 1;
}
.post_div .post_images ul.slick-dots li {
  width: 10px;
}
.post_div .post_images ul.slick-dots li.slick-active button:before {
  color: #9f1d3c;
  font-size: 16px;
}
/* Forum Css End Here */
