.com_sections_content {
  position: relative;
}

.com_sections_content .search_form {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 50%;
  padding: 10px;
  min-width: 300px;
  background-color: #fff;
  border-radius: 50px;
  border: 10px solid #f0f2f6;
  overflow: hidden;
  display: flex;
}

.com_sections_content .search_form input {
  width: 100%;
  border: 0;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}

.com_sections_content .search_form button {
  flex-shrink: 0;
  border: 0;
  background-color: var(--subColor);
  color: #fff;
  padding: 5px 20px;
  border-radius: 30px;
  font-weight: bold;
}

.com_sections_cards .sec_card .card_box {
  text-align: center;
  padding: 30px 30px 60px;
  background-color: #f0f2f6;
  border: 1px solid #f0f2f6;
  border-radius: 15px;
  position: relative;
  margin-bottom: 50px;
}

.com_sections_cards .sec_card .card_box .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.com_sections_cards .sec_card .card_box .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.com_sections_cards .sec_card .card_box h6 {
  font-size: 14px;
}

.com_sections_cards .sec_card .card_box .bttn {
  position: absolute;
  right: 50%;
  bottom: 0;
  padding: 12px 30px;
  background-color: #f0f2f6;
  border: 10px solid #fff;
  transform: translate(50%, 50%);
  border-radius: 50px;
  font-weight: bold;
  overflow: hidden;
}

.com_sections_cards .sec_card .card_box .bttn .ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  display: none;
}

.com_sections_cards .sec_card .form-check {
  padding: 0;
  margin: 0;
}

.com_sections_cards .sec_card .form-check-input {
  display: none;
}

.com_sections_cards .sec_card .form-check-label {
  display: block;
}

.com_sections_cards .sec_card .form-check-input:checked ~ .form-check-label .card_box {
  /* background-color: #fdb90005; */
  background-color: #fff;
  border-color: var(--mainColor);
  /* color: #fff; */
}

.com_sections_cards .sec_card .form-check-input:checked ~ .form-check-label .card_box .bttn {
  background-color: var(--mainColor);
  color: #fff;
  width: 70px;
  height: 70px;
  padding: 0;
  line-height: 50px;
}

.com_sections_cards .sec_card .form-check-input:checked ~ .form-check-label .card_box .bttn .txt {
  display: none;
}

.com_sections_cards .sec_card .form-check-input:checked ~ .form-check-label .card_box .bttn .ico {
  display: block;
}

/* style 2  */
.com_sections_cards.style_3 .sec_card .card_box {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 30px 15px;
  margin-bottom: 24px;
  /* background-image: url(images/section_bg.png);
  background-size: cover; */
}

.com_sections_cards.style_3 .sec_card .card_box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/com_imgs/section_bg.png);
  background-size: cover;
  opacity: 0.7;
  pointer-events: none;
}

.com_sections_cards.style_3 .sec_card .card_box .bttn {
  background-color: #f5f5f5;
  color: #fff;
  position: static;
  border: 0;
  min-height: 50px;
  margin: 30px auto 0;
  transform: translate(0);
  color: #000;
  padding: 12px 50px;
}

.com_sections_cards.style_3 .sec_card .form-check-input:checked ~ .form-check-label .card_box .bttn {
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  background-color: var(--mainColor);
}

.com_sections_cards .sec_card .card_box .icon {
  background-color: transparent;
  border-color: #f0f2f6;
}

.com_sections_cards.style_3 .sec_card .form-check-input:checked ~ .form-check-label .card_box {
  /* background-color: #fff9; */
  border-color: var(--mainColor);
  /* outline: 1px solid var(--mainColor); */
  outline-offset: 3px;
}

.com_sections_cards.style_3 .sec_card .form-check-input:checked ~ .form-check-label .card_box .icon {
  /* border-color: #fff; */
}

.com_sections_cards.style_3 .col-lg-3 {
  width: 20%;
}

.group_card {
  position: relative;
  padding: 50px 20px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  height: calc(100% - 30px);
}
.group_card.group_card_add {
  display: flex;
  align-items: center;
  justify-content: center;
}
.group_card:hover {
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.0666666667);
}
.group_card::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/com_imgs/groups_bg.svg);
  background-size: 105%;
  background-repeat: no-repeat;
  background-position: bottom;
  /* z-index: 10; */
  border-radius: 15px;
  opacity: 0.7;
}
.group_card .share_wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 12px;
  z-index: 50;
  transition: all 0.3s ease;
}
.group_card .share_wrapper:hover .share_box {
  top: -15px;
  opacity: 1;
  visibility: visible;
}
.group_card .share_wrapper .share_btn {
  font-size: 12px;
  text-decoration: underline;
}
.group_card .share_wrapper .share_box {
  position: absolute;
  right: calc(100% + 20px);
  top: 0;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1333333333));
  z-index: 50;
  text-align: start;
}
.group_card .share_wrapper .share_box::before {
  position: absolute;
  content: "";
  right: -20px;
  top: 15px;
  width: 20px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.group_card .share_wrapper .share_box ul {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.group_card .share_wrapper .share_box ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.group_card .share_wrapper .share_box ul li:last-of-type {
  border: 0 !important;
}
.group_card .share_wrapper .share_box ul li a {
  padding: 10px 15px;
  font-size: 10px;
  min-width: 120px;
}
.group_card .share_wrapper .share_box ul li a:hover {
  background-color: rgba(0, 0, 0, 0.0666666667);
}
.group_card .cont {
  display: block;
  position: relative;
  z-index: 10;
}
.group_card .butn {
  position: relative;
  z-index: 10;
}
.group_card .btn_done {
  pointer-events: none;
  opacity: 0.5;
  background-color: #f5f5f5;
  color: #000;
  border-color: #f5f5f5;
}
.group_card .main_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
}
.group_card .main_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.group_card p {
  color: #666;
  font-size: 12px;
}
.group_card .group_inf {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.group_card .group_inf .item {
  padding: 0 20px;
}
.group_card .group_inf .item:nth-of-type(1) {
  -webkit-border-end: 1px solid rgba(153, 153, 153, 0.2);
          border-inline-end: 1px solid rgba(153, 153, 153, 0.2);
}
.group_card .members_imgs {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.group_card .members_imgs img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 -10px;
  border: 3px solid #fff;
}

.com_groups_cards.list_cards .col-lg-3 {
  flex: 0 0 auto;
  width: 100%;
}
.com_groups_cards.list_cards .group_card {
  padding: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  height: -moz-max-content;
  height: max-content;
}
.com_groups_cards.list_cards .group_card.group_card_add .cont {
  display: block;
}
.com_groups_cards.list_cards .group_card .cont {
  display: flex;
  align-items: center;
  width: 100%;
}
.com_groups_cards.list_cards .group_card .cont .main_img {
  margin: 0;
}
.com_groups_cards.list_cards .group_card .cont .info {
  text-align: start;
  margin: 0 20px;
}
.com_groups_cards.list_cards .group_card .cont .group_inf {
  margin: 0;
}
.com_groups_cards.list_cards .group_card .butn {
  -webkit-margin-start: 50px;
          margin-inline-start: 50px;
  width: 200px;
  height: 55px;
  line-height: 2;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-top: 0 !important;
  border-radius: 15px !important;
}

.groups_filter {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 40px;
}
.groups_filter .form-control {
  min-height: 55px;
  box-shadow: none;
}
.groups_filter .search_group {
  position: relative;
}
.groups_filter .search_group .search_icon {
  position: absolute;
  left: 5px;
  top: 5px;
  height: 45px;
  width: 45px;
  background-color: #0a2754;
  color: #fff;
  border: 0;
  border-radius: 7px;
}
.groups_filter .side_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.groups_filter .side_filter .list_grid_btns {
  flex-shrink: 0;
  -webkit-margin-start: 4vw;
          margin-inline-start: 4vw;
  font-size: 20px;
  white-space: nowrap;
}
.groups_filter .side_filter .list_grid_btns a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 7px;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.groups_filter .side_filter .list_grid_btns a:hover, .groups_filter .side_filter .list_grid_btns a.active {
  border-color: #0a2754;
  background-color: #0a2754;
  color: #fff;
}

.message_modal .main_icon {
  text-align: center;
}
.message_modal .main_icon img {
  width: 140px;
}
.message_modal h6 {
  font-size: 18px;
}

.community_topics .topics_table {
  border-radius: 15px;
  overflow: hidden;
}
.community_topics .topics_table .topic_row {
  display: block;
  background-color: #fff;
  outline: 1px solid transparent;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-right: 10px solid transparent;
}
.community_topics .topics_table .topic_row:hover {
  border-right: 10px solid #fdb900;
}
.community_topics .topics_table .topic_row * {
  border-color: rgba(153, 153, 153, 0.1333333333);
}
.community_topics .topics_table .topic_row .item {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  height: 100%;
}
.community_topics .topics_table .topic_row .item.shars {
  justify-content: center;
}
.community_topics .topics_table .topic_row .item.shars h6 {
  display: inline-block;
}
.community_topics .topics_table .topic_row .item.shars .share_wrapper {
  display: inline-block;
  position: relative;
  font-size: 12px;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  -webkit-border-start: 1px solid rgba(153, 153, 153, 0.6);
          border-inline-start: 1px solid rgba(153, 153, 153, 0.6);
}
.community_topics .topics_table .topic_row .item.shars .share_wrapper:hover .share_box {
  top: -15px;
  opacity: 1;
  visibility: visible;
}
.community_topics .topics_table .topic_row .item.shars .share_wrapper .share_btn {
  font-size: 12px;
  text-decoration: underline;
}
.community_topics .topics_table .topic_row .item.shars .share_wrapper .share_box {
  position: absolute;
  right: calc(100% + 20px);
  top: 0;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1333333333));
  z-index: 50;
  text-align: start;
}
.community_topics .topics_table .topic_row .item.shars .share_wrapper .share_box::before {
  position: absolute;
  content: "";
  right: -20px;
  top: 15px;
  width: 20px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.community_topics .topics_table .topic_row .item.shars .share_wrapper .share_box ul {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.community_topics .topics_table .topic_row .item.shars .share_wrapper .share_box ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.community_topics .topics_table .topic_row .item.shars .share_wrapper .share_box ul li:last-of-type {
  border: 0 !important;
}
.community_topics .topics_table .topic_row .item.shars .share_wrapper .share_box ul li a {
  padding: 10px 15px;
  font-size: 10px;
  min-width: 120px;
}
.community_topics .topics_table .topic_row .item.shars .share_wrapper .share_box ul li a:hover {
  background-color: rgba(0, 0, 0, 0.0666666667);
}
.community_topics .topics_table .topic_row .item.topic_author .cont {
  display: flex;
  align-items: center;
}
.community_topics .topics_table .topic_row .item.topic_author .cont .img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.community_topics .topics_table .topic_row .item.topic_author .cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.community_topics .topics_table .topic_row .fav_icon {
  font-size: 20px;
  opacity: 0.1;
}
.community_topics .topics_table .topic_row .fav_icon.active {
  opacity: 1;
  color: var(--subColor);
}
.community_topics .topics_table .topic_title:hover {
  border-right: 10px solid transparent;
}
.community_topics .topics_table .topic_title .item {
  justify-content: center;
}

.community_topic_timeline .topic_timeline_posts .topic_post {
  padding: 40px 30px;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 30px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf {
  position: relative;
  margin-bottom: 30px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .post_author {
  display: flex;
  align-items: center;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .post_author .author_pic {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .post_author .author_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .title_side {
  font-size: 12px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .title_side .report {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  -webkit-border-start: 1px solid rgba(153, 153, 153, 0.6);
          border-inline-start: 1px solid rgba(153, 153, 153, 0.6);
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .title_side .report i {
  font-size: 12px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .title_side .fav_icon {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  -webkit-border-start: 1px solid rgba(153, 153, 153, 0.6);
          border-inline-start: 1px solid rgba(153, 153, 153, 0.6);
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .title_side .fav_icon.active {
  color: #198754;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .title_side .fav_icon.active i {
  color: #198754;
  opacity: 1;
  font-size: 14px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .title_side .fav_icon i {
  font-size: 11px;
  opacity: 0.2;
  transition: all 0.2s ease;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .share_wrapper {
  display: inline-block;
  position: relative;
  font-size: 12px;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  -webkit-border-start: 1px solid rgba(153, 153, 153, 0.6);
          border-inline-start: 1px solid rgba(153, 153, 153, 0.6);
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .share_wrapper:hover .share_box {
  top: -15px;
  opacity: 1;
  visibility: visible;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .share_wrapper .share_btn {
  font-size: 12px;
  text-decoration: underline;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .share_wrapper .share_box {
  position: absolute;
  right: calc(100% + 20px);
  top: 0;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1333333333));
  z-index: 50;
  text-align: start;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .share_wrapper .share_box::before {
  position: absolute;
  content: "";
  right: -20px;
  top: 15px;
  width: 20px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .share_wrapper .share_box ul {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .share_wrapper .share_box ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .share_wrapper .share_box ul li:last-of-type {
  border: 0 !important;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .share_wrapper .share_box ul li a {
  padding: 10px 15px;
  font-size: 10px;
  min-width: 120px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .top_inf .share_wrapper .share_box ul li a:hover {
  background-color: rgba(0, 0, 0, 0.0666666667);
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_text {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_img {
  margin-bottom: 30px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_img img {
  height: 400px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_video {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_video video {
  width: 100%;
  height: 100%;
  margin-bottom: -6px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_audio {
  margin-bottom: 30px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_audio audio {
  width: 100%;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_file {
  margin-bottom: 30px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_file .file_box {
  display: inline-block;
  padding: 50px;
  border-radius: 15px;
  background-color: #f7f7f7;
  text-align: center;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_file .file_box:hover {
  background-color: #f0f0f0;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_file .file_box .icon {
  font-size: 25px;
  margin-bottom: 15px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_comments {
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_comments .comment_card {
  position: relative;
  margin-top: 20px;
  /* display: flex; */
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_comments .comment_card:hover .report {
  opacity: 1;
  visibility: visible;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_comments .comment_card .report {
  position: absolute;
  left: 30px;
  bottom: 15px;
  font-size: 11px;
  opacity: 0;
  visibility: hidden;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_comments .comment_card .comment_pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  flex-shrink: 0;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_comments .comment_card .comment_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_comments .comment_card .comment_text {
  padding: 15px;
  border-radius: 10px;
  background-color: #fafafa;
  line-height: 1.8;
  padding-bottom: 20px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_comments .comment_card .comment_text .comment_labels .icon_link {
  font-size: 12px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
  -webkit-border-end: 1px solid rgba(153, 153, 153, 0.3333333333);
          border-inline-end: 1px solid rgba(153, 153, 153, 0.3333333333);
  text-decoration: underline;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_comments .comment_card .comment_text .comment_labels .icon_link:last-of-type {
  border: 0;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_comments .comment_card .comment_text .comment_labels .icon_link i {
  font-size: 10px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_comments .comment_card .comment_form {
  width: 100%;
  border: 1px solid rgba(153, 153, 153, 0.2);
  padding: 20px;
  border-radius: 10px;
}
.community_topic_timeline .topic_timeline_posts .topic_post .post_comments .comment_card .comment_form .form-control {
  padding: 15px;
  border-radius: 10px;
  border: 0;
  box-shadow: none;
}
.community_topic_timeline .topic_timeline_posts .topic_post.add_post .add_form .form_cont .form-control {
  border: 0;
  background-color: transparent !important;
  font-size: 18px;
}
.community_topic_timeline .topic_timeline_widget .join_btn {
  display: block;
  padding: 20px;
  text-align: center;
  background-color: #0a2754;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 30px;
}
.community_topic_timeline .topic_timeline_widget .join_btn:hover {
  background-color: #fff;
  color: #0a2754;
}
.community_topic_timeline .topic_timeline_widget .widget_card {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.community_topic_timeline .topic_timeline_widget .widget_card .widget_title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.community_topic_timeline .topic_timeline_widget .widget_card .nav-pills {
  margin-bottom: 30px;
}
.community_topic_timeline .topic_timeline_widget .widget_card .nav-pills .nav-link {
  background-color: #f5f5f5;
  border-radius: 10px;
  color: #0a2754;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  font-weight: bold;
  padding: 12px 30px;
  font-size: 12px;
}
.community_topic_timeline .topic_timeline_widget .widget_card .nav-pills .nav-link.active {
  background-color: #0a2754;
  color: #fff;
}
.community_topic_timeline .topic_timeline_widget .widget_card .widget_body {
  max-height: 400px;
  overflow-x: auto;
}
.community_topic_timeline .topic_timeline_widget .widget_card .widget_body::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.community_topic_timeline .topic_timeline_widget .widget_card .widget_body .members .member_card {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}
.community_topic_timeline .topic_timeline_widget .widget_card .widget_body .members .member_card:last-of-type {
  border-bottom: 0;
}
.community_topic_timeline .topic_timeline_widget .widget_card .widget_body .members .member_card:hover .avatar::after {
  opacity: 1;
  transform: rotate(0);
}
.community_topic_timeline .topic_timeline_widget .widget_card .widget_body .members .member_card .avatar {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 5px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.community_topic_timeline .topic_timeline_widget .widget_card .widget_body .members .member_card .avatar::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/com_imgs/chat_round_shape.png);
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.community_topic_timeline .topic_timeline_widget .widget_card .widget_body .members .member_card .avatar::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/com_imgs/chat_round_shape2.png);
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transform: rotate(-20deg);
  transition: all 0.4s ease;
}
.community_topic_timeline .topic_timeline_widget .widget_card .widget_body .members .member_card .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.community_topic_timeline .topic_timeline_widget .widget_banner .img {
  display: block;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
}
.community_topic_timeline .topic_timeline_widget .widget_banner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.up_group {
  position: relative;
  padding: 30px;
  border: 1px dashed rgba(153, 153, 153, 0.3333333333);
  border-radius: 10px;
  margin-bottom: 30px;
}
.up_group input.file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.up_group .input_ques {
  border: 0;
  background: transparent;
}
.up_group .upload-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
}

.inner_header_box .text {
  font-size: 18px;
  position: relative;
  z-index: 10;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .com_sections_cards.style_3 .col-lg-3 {
    width: 50%;
  }
  .com_sections_cards .sec_card .card_box h6 {
    font-size: 11px;
  }
  .com_sections_cards.style_3 .sec_card .card_box {
    padding: 30px 5px;
  }
  .com_sections_cards.style_3 .sec_card .card_box .bttn {
    min-height: -moz-max-content;
    min-height: max-content;
    padding: 8px 30px;
    margin-top: 20px;
  }
  .com_sections_cards.style_3 .sec_card .form-check-input:checked ~ .form-check-label .card_box .bttn {
    height: 37px;
    width: 37px;
    line-height: 37px;
  }
  .community_topics .topics_table .topic_row.topic_title {
    display: none;
  }
  .community_topics .topics_table .topic_row .item.shars {
    justify-content: start;
  }
  .up_group {
    padding: 15px 5px;
  }
  .up_group .input-group input {
    width: 100px;
  }
  .community_topic_timeline .topic_timeline_posts .topic_post .top_inf .title_side {
    font-size: 9px;
  }
}
.blog_page header {
  position: relative;
  background-image: linear-gradient(to bottom, #fff, #fff, #F0F2F6);
}
.blog_page .blog_content {
  position: relative;
  padding: 80px 0;
  background-image: linear-gradient(to top, #fff, #fff, #F0F2F6);
}
.blog_page .posts .main_post {
  position: relative;
  margin-bottom: 30px;
}
.blog_page .posts .main_post .img {
  position: relative;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
.blog_page .posts .main_post .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(10, 40, 84, 0.8705882353), rgba(10, 40, 84, 0.4117647059), transparent);
}
.blog_page .posts .main_post .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_page .posts .main_post .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  color: #fff;
  padding: 50px 3vw 0;
}
.blog_page .posts .main_post .info .tag {
  margin-bottom: 20px;
}
.blog_page .posts .main_post .info .title {
  margin-bottom: 30px;
}
.blog_page .posts .main_post .info .btm_info {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.blog_page .posts .main_post .info .btm_info a {
  margin: 0 20px;
}
.blog_page .posts .post_card {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog_page .posts .post_card .img {
  position: relative;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.blog_page .posts .post_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_page .posts .post_card .info {
  position: relative;
  padding: 20px 0;
}
.blog_page .posts .post_card .info .title {
  font-size: 20px;
  font-weight: bold;
}
.blog_page .posts .post_card .info .title:hover {
  color: var(--mainColor);
}
.blog_page .posts .post_card .info .btm_info {
  padding-top: 15px;
  margin-top: 30px;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  font-size: 11px;
}
.blog_page .posts .post_card .info .btm_info a {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.blog_page .posts .post_card .info .btm_info a:hover {
  color: var(--mainColor);
}
.blog_page .posts .post_card .info .btm_info a:last-of-type {
  margin: 0;
}
.blog_page .widgets .widget_box {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog_page .widgets .widget_box .title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.blog_page .widgets .widget_box .title::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  right: 0;
  bottom: -1px;
  background-color: var(--mainColor);
}
.blog_page .widgets .widget_box .search_group {
  background-color: #f0f2f6;
  padding: 5px;
  border-radius: 8px;
  display: flex;
  min-height: 50px;
}
.blog_page .widgets .widget_box .search_group input {
  width: 100%;
  border: 0;
  background-color: transparent;
}
.blog_page .widgets .widget_box .search_group button {
  background-color: var(--mainColor);
  border: 0;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
}
.blog_page .widgets .widget_box .tags a {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.blog_page .widgets .widget_box .tags a:hover .l_icon {
  opacity: 1;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.blog_page .widgets .widget_box .tags a .l_icon {
  color: var(--subColor);
  transition: all 0.3s ease;
  opacity: 0.2;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
}
.blog_page .widgets .widget_box .widget_posts .wid_post {
  margin-bottom: 15px;
  display: block;
}
.blog_page .widgets .widget_box .widget_posts .wid_post:last-of-type {
  margin-bottom: 0;
}
.blog_page .widgets .widget_box .widget_posts .wid_post .img {
  border-radius: 10px;
  overflow: hidden;
  height: 70px;
}
.blog_page .widgets .widget_box .widget_posts .wid_post .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_page .widgets .widget_box .widget_posts .wid_post .post_title {
  padding-top: 5px;
  font-size: 13px;
  line-height: 2;
}
.blog_page .widgets .download_banner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.0666666667);
}
.blog_page .widgets .download_banner .img_back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_page .widgets .download_banner .cont {
  position: relative;
  padding: 100px 0;
  text-align: center;
  z-index: 5;
}
.blog_page .widgets .download_banner .cont .logo {
  width: 200px;
  margin: 0 auto 90px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.blog_page .widgets .download_banner .cont .imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.blog_page .widgets .download_banner .cont .imgs a {
  width: 36%;
  margin: 0 2%;
  display: block;
}
.blog_page .pagination_cont {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.blog_page .pagination_cont .page-link {
  margin: 5px;
  border-radius: 5px;
  color: var(--subColor);
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blog_page .post_details_head {
  padding: 70px 0 0;
  position: relative;
  background-image: linear-gradient(to bottom, #fff, #fff, #F0F2F6);
}
.blog_page .post_details_head .back_shap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.5;
}
.blog_page .post_details_head .breadcrumb_list {
  display: flex;
  align-items: center;
}
.blog_page .post_det .main_img {
  height: 500px;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.blog_page .post_det .main_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_page .another_posts {
  padding: 80px 0;
  background-color: #f0f2f6;
}

@media screen and (max-width: 991px) {
  .blog_page header {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=com_style.css.map */


/* NEW */
.community_topic_timeline .topic_timeline_posts .topic_post .post_video {
  width: fit-content!important;
  max-width: 100%!important;
}
.comment_card .post_video video,
.comment_card .post_img img,
.comment_card .file_box{
  /* width: auto!important; */
  height: auto!important;
  max-width: 100%;
  max-height: 400px;
}
