/* Forum Css Start Here */
/* Forum Css Start Here */
body {
    font-family: "Poppins";
}

h3 {
    font-family: "Poppins";
    font-weight: 800 !important;
}

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-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: 600;
}

.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;
}

.forum_sec .search_box .form-control::placeholder {
    color: #00000073;
    font-weight: 600;
    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: 2px;
    padding: 6px 10px;
    margin-bottom: 5px;
    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 .post_content {
    padding: 20px 30px;
}

.post_div .post_content h3.title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.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;
}

.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 img {
    margin-right: 8px;
}

.post_div .bottom_bar .liked {
    color: #0080ff;
}

.post_div .bottom_bar button {
    color: #000000;
    border: 0;
    background: transparent;
    font-weight: 700;
    margin-right: 50px;
    font-size: 15px;
}

.post_div .bottom_bar button i {
    margin-right: 2px;
}

.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: 600;
    font-size: 14px;
    border-bottom: 1px solid #9f1d3c33;
    padding: 5px 25px;
}

.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;
}

.post_div .post_content .posted_detail {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.post_div .post_content .posted_detail p {
    margin: 0;
    color: #000000;
}

.post_div .post_content .posted_detail span.spacer {
    margin: 0 15px;
}

.post_div .comments {
    border-top: 1px solid #ddd;
    padding: 15px 30px 15px;
}

.post_div .comments .post_comment_box {
    display: flex;
    align-items: flex-start;
}

.post_div .comments .post_comment_box .user_img img {
    width: 46px;
    border-radius: 50%;
}

.post_div .comments .post_comment_box .form-group {
    flex: 1;
    display: flex;
    padding-left: 20px;
}

.post_div .comments .post_comment_box .form-group .form-control {
    border-radius: 0;
    padding: 15px 20px 10px;
    color: #000;
    font-size: 14px;
    box-shadow: none;
    border: 0;
}

.post_div .comments .post_comment_box .form-group .form-control::placeholder {
    font-weight: 600;
    color: #00000078;
}

.post_div .comments .post_comment_box .form-group button {
    border: 0;
    background: #ffa51d;
    padding: 0 30px;
    border-radius: 0px 50px 50px 0px;
}

.post_div .comments .all_comments {
    padding-top: 20px;
}

.post_div .comments .all_comments .comment_box {
    display: flex;
    align-items: flex-start;
    padding-left: 7px;
    margin-top: 10px;
}

.post_div .comments .all_comments .user_img img {
    width: 97px;
    border-radius: 50%;
}

.post_div .comments .all_comments .comment_box .content_dv .inner_content {
    background: #ffffff;
    padding: 11px 25px;
    margin-left: 10px;
}

.post_div .comments .all_comments .comment_box .content_dv .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
}

.post_div .comments .all_comments .comment_box .content_dv .topbar h4.title {
    font-size: 17px;
    color: #000000;
}

.post_div .comments .all_comments .comment_box .content_dv .topbar p.time_ago {
    margin: 0;
    font-size: 14px;
    color: #000000c2;
}

.post_div .comments .all_comments .comment_box .content_dv p {
    font-size: 13px;
    font-weight: 500;
}

.post_div .comments .post_comment_box form {
    width: 100% !important;
}

.post_div .comments .all_comments .content_dv {
    width: 100% !important;
}

.post_div .comments .all_comments .content_dv .button-group {
    margin-left: 10px !important;
}

.post_div .comments .all_comments .comment_box .content_dv .button-group a.rply {
    color: #0080ff;
    font-weight: 600;
    font-size: 14px;
}

.post_div .comments .all_comments .comment_box .content_dv .button-group {
    padding-top: 15px;
}

.post_div .comments .all_comments .replay_dv {
    padding-left: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.post_div .comments .button-group.load_more {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.post_div .comments .button-group.load_more a {
    color: #0080ff;
    font-weight: 700;
}

/* Forum Css End Here */
