@font-face {
  font-family: poppin-bold;
  src: url("../fonts/Poppins-ExtraBold.ttf"); }
.banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 30%;
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem; }
  .banner-text .top {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 12px; }
    .banner-text .top .cat {
      background-color: #dd105d;
      padding: 2px 7px;
      margin-right: 8px;
      color: #fff; }
  .banner-text .banner-desc {
    font-size: 1.25rem; }
  .banner-text.sp-banner {
    width: 75%; }
    .banner-text.sp-banner .banner-desc.sp-bdesc {
      position: absolute;
      top: 0;
      right: 0; }

.tab-content {
  background-color: #47466e;
  color: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border-top-left-radius: 0; }
  .tab-content.new {
    border-top-left-radius: 0.5rem; }

.nav-tabs {
  border-bottom: none; }
  .nav-tabs li a {
    background-color: #f2f2f2;
    padding: 0.75rem 3.25rem;
    cursor: pointer;
    color: #47466e;
    display: inline-block; }
    .nav-tabs li a.active, .nav-tabs li a:hover {
      background-color: #47466e;
      color: #fff; }
  .nav-tabs li:first-child a {
    border-top-left-radius: 0.5rem; }
  .nav-tabs li:last-child a {
    border-top-right-radius: 0.5rem; }

.post-w {
  background: #f2f2f2;
  padding: 1rem;
  margin-bottom: 3rem;
  position: relative; }
  .post-w .body {
    padding: 1rem;
    background-color: #fff; }
    .post-w .body .title-w {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .post-w .body .title-w .h-info-w {
        display: flex; }
        .post-w .body .title-w .h-info-w img {
          width: 75px; }
    .post-w .body .post-img {
      width: 100%; }
    .post-w .body .text-over-img {
      position: absolute;
      bottom: 1rem;
      left: 1.5rem;
      width: 40%;
      color: #fff; }
    .post-w .body .desc {
      line-height: 1.5em;
      height: 3em;
      overflow: hidden; }
    .post-w .body .read-more {
      color: #47466e;
      font-weight: bold;
      font-size: 16px; }
      .post-w .body .read-more:hover {
        color: rgba(71, 70, 110, 0.8); }
    .post-w .body.new {
      padding-bottom: 15rem;
      position: relative; }
  .post-w.new {
    padding-bottom: 7rem; }
    .post-w.new .img-over-w {
      width: 90%;
      margin: auto;
      background-color: #fff;
      position: absolute;
      bottom: 2rem;
      left: 0;
      right: 0;
      text-align: center; }
      .post-w.new .img-over-w .post-img {
        width: 100%; }
  .post-w .user-img {
    width: 35px;
    height: 35px; }

.globe-eng {
  margin-left: -16px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: 10px; }

#globe-icon {
  padding-right: 5px; }

.new-desc {
  text-transform: capitalize; }
  .new-desc p {
    text-transform: capitalize; }
  .new-desc.custom p input {
    max-width: 100%;
    object-fit: cover; }

.like-w a {
  color: #47466e; }
  .like-w a:hover {
    color: rgba(71, 70, 110, 0.8); }

.reply-w a {
  color: #47466e; }
  .reply-w a:hover {
    color: rgba(71, 70, 110, 0.8); }

.sm-font {
  font-size: 12px; }

.xs-font {
  font-size: 10px; }

.my-post-w {
  border: 1px solid #f1f0f4;
  border-radius: 5px;
  margin-bottom: 3rem; }
  .my-post-w .t-close {
    border-bottom: 2px solid #f1f0f4;
    text-align: right;
    padding: 2px 1rem; }
  .my-post-w .my-img {
    width: 50px;
    margin-right: 1rem; }
  .my-post-w textarea.form-control:focus {
    outline: none;
    box-shadow: none; }
  .my-post-w .p-btns-w {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1rem; }
    .my-post-w .p-btns-w .item {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 18%;
      text-align: center;
      border-radius: 0.25rem;
      cursor: pointer; }
      .my-post-w .p-btns-w .item:hover {
        background: #f2f2f2; }
      .my-post-w .p-btns-w .item img {
        width: 30px; }
      .my-post-w .p-btns-w .item.cat {
        border: none;
        background: transparent;
        color: #47466e;
        padding: 6px 0; }
        .my-post-w .p-btns-w .item.cat .fa {
          margin-bottom: 6px; }
        .my-post-w .p-btns-w .item.cat:hover, .my-post-w .p-btns-w .item.cat:focus {
          outline: none;
          background: #f2f2f2; }

.btn-close {
  background: #f2f2f2;
  border-radius: 50%;
  color: #47466e;
  padding: 2px 8px; }
  .btn-close:hover, .btn-close:focus {
    outline: none;
    background: #47466e;
    color: #fff; }

.btn-post {
  background: #f2f2f2;
  color: #47466e;
  padding: 2px 8px;
  font-size: 12px; }

.red-bg-box {
  background-color: #dd105d;
  color: #fff;
  padding: 6px 8px; }

.post-link {
  color: #47466e;
  margin: 1.25rem 0;
  display: block; }
  .post-link b {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .post-link:hover {
    color: rgba(71, 70, 110, 0.8); }

.k-active {
  color: #dd105d; }
  .k-active .post-link {
    color: #dd105d; }

.my-hr {
  border-color: #f2f2f2; }

.my-label {
  display: flex;
  align-items: center; }
  .my-label input {
    margin-right: 0.5rem; }

.discussion-w {
  margin-top: 0.55rem;
  background-color: #ffffff; }
  .discussion-w .d-img {
    height: 30px;
    width: 30px;
    margin-right: 1rem; }
  .discussion-w .like-w {
    margin-right: 20px;
    white-space: nowrap; }
  .discussion-w .reply-w {
    white-space: nowrap;
    margin-right: 20px; }
  .discussion-w .mb-0 {
    white-space: nowrap; }
  .discussion-w .info .desc {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden; }
    .discussion-w .info .desc p {
      text-transform: capitalize; }
  .discussion-w .d-item {
    padding: 1rem 0.5rem; }
    .discussion-w .d-item:hover {
      background-color: #f2f2f2; }
    .discussion-w .d-item .dis-wrap {
      display: flex;
      align-items: center; }
      .discussion-w .d-item .dis-wrap img {
        width: 15px;
        margin-right: 0.25rem; }
  .discussion-w .comment-section:hover {
    background-color: #ffffff; }
  .discussion-w .p-reply-w .user-img {
    height: 30px;
    width: 30px; }

.contributor-w {
  margin-top: 2rem; }
  .contributor-w .item {
    text-align: center;
    margin-bottom: 2rem;
    position: relative; }
    .contributor-w .item:last-child {
      margin-right: 0; }
    .contributor-w .item .con-img {
      margin-bottom: 0.5rem;
      width: 50px; }
    .contributor-w .item .nums {
      display: flex;
      align-items: center;
      justify-content: center; }
      .contributor-w .item .nums div {
        display: flex;
        align-items: center;
        justify-content: center; }
      .contributor-w .item .nums img {
        width: 13px;
        margin-right: 0.25rem; }
    .contributor-w .item .dropdown {
      display: none; }
      .contributor-w .item .dropdown .btn-post {
        font-size: 1rem;
        font-weight: bold; }
    .contributor-w .item:hover .dropdown {
      display: block;
      position: absolute;
      right: 0;
      top: 0; }

.signupform {
  background-color: #f2f2f2; }

.my-profile-info {
  margin-bottom: 1rem;
  background-color: #f2f2f2;
  width: 100%; }
  .my-profile-info tr td {
    padding: 8px;
    color: #949494; }
  .my-profile-info i {
    margin-left: 15px; }
  .my-profile-info img {
    height: 60px;
    width: 60px;
    margin-left: 10px;
    margin-top: 12px; }
  .my-profile-info .my-profile {
    display: flex;
    padding: 8px; }
  .my-profile-info .name {
    padding-top: 25px;
    padding-left: 12px; }

.f-p-text {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .f-p-text p, .f-p-text a {
    margin-right: 0.25rem; }
    .f-p-text p:last-child, .f-p-text a:last-child {
      margin-right: 0; }

#join-button, #join {
  padding-left: 29px;
  padding-right: 26px; }

#invite-button {
  padding-left: 23px;
  padding-right: 17px; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  min-height: calc(2.25rem + 2px); }

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus {
  outline: none;
  box-shadow: none;
  border-color: #000; }

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 4px 15px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #47466e; }

.card.my-card {
  border-radius: 0; }
  .card.my-card .btn-no-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem; }
    .card.my-card .btn-no-bg:focus, .card.my-card .btn-no-bg:hover, .card.my-card .btn-no-bg.active {
      box-shadow: none;
      background-color: #f2f2f2; }
    .card.my-card .btn-no-bg .fa {
      font-size: 1.5rem;
      color: #47466e; }
    .card.my-card .btn-no-bg.collapsed .fa-angle-right:before {
      content: "\f107"; }
  .card.my-card .card-header {
    background-color: #f6f6f6; }
  .card.my-card i {
    padding-right: 15px; }

.nt-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .nt-list:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .nt-list img {
    width: 50px;
    margin-right: 0.5rem; }
  .nt-list .nt-info {
    flex: 1;
    overflow: hidden; }
    .nt-list .nt-info .nt-name {
      white-space: nowrap;
      display: block;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      color: #47466e; }

.post-social-info {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0; }
  .post-social-info .info {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .post-social-info .info .auth {
      display: flex;
      align-items: center;
      margin-right: 2rem; }
      .post-social-info .info .auth img {
        width: 30px;
        margin-right: 1rem; }
    .post-social-info .info .views {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      line-height: 1.8;
      padding: 0 2rem; }
  .post-social-info .sharetastic {
    padding-right: 2rem; }
    .post-social-info .sharetastic .sharetastic__button {
      margin: 0 8px;
      border-radius: 0.25rem; }
  .post-social-info .v-line {
    border-left: 1px solid #f2f2f2;
    height: 50px; }

.cmt-w img {
  width: 30px; }

.emo-w {
  margin-right: 0.5rem;
  position: relative; }
  .emo-w img {
    width: 30px; }

.emo-block.active {
  position: absolute;
  right: 0;
  top: 35px; }
  .emo-block.active .emoji-picker {
    margin: 0; }

.myp-links {
  display: block;
  padding: 1rem 0 0.5rem 0;
  font-size: 1rem;
  color: #47466e;
  border-radius: 0.25rem; }
  .myp-links:hover {
    background-color: #f2f2f2;
    color: #dd105d; }

#sticky.active {
  position: fixed;
  top: 0; }

.likes-w {
  display: flex;
  align-items: center;
  margin: 4px 0; }
  .likes-w img {
    width: 50px; }
  .likes-w .text-theme-primary:hover {
    color: #000; }

.o-cmt {
  padding: .375rem .75rem;
  background-color: #fff;
  width: 100%;
  border-radius: 0.25rem; }

.c-btns-w {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem; }
  .c-btns-w .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24%;
    text-align: center;
    border-radius: 0.25rem;
    cursor: pointer; }
    .c-btns-w .item img {
      width: 30px; }

.p-reply-w {
  padding: .25rem; }

.nextSlide {
  position: absolute;
  top: 50%;
  color: #47466e;
  z-index: 1;
  right: 4%;
  transform: translateY(-50%);
  cursor: pointer; }

.prevSlide {
  position: absolute;
  top: 50%;
  color: #47466e;
  z-index: 1;
  left: 4%;
  transform: translateY(-50%);
  cursor: pointer; }

.b-s-pg .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #dd105d; }

.b-s-pg .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background: #fff;
  transform: none;
  opacity: 1;
  position: relative; }

.new-btm-w .new-socials a {
  color: #47466e; }
.new-btm-w .new-socials img {
  width: 15px;
  margin-right: 0.25rem; }

.att-w .att-img {
  width: 15px; }

.new-info-w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1; }
  .new-info-w .new-socials {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center; }

.table-data {
  background-color: #f2f2f2;
  color: #47466e; }
  .table-data a {
    color: #47466e; }

.page-link {
  color: #47466e; }

.page-item.active .page-link {
  background-color: #47466e; }

.heading-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.reply-edit {
  display: flex; }

.comment-list {
  display: flex; }

.dropdown {
  margin-left: 10px; }

.view-comment {
  padding: 10px; }
  .view-comment a {
    color: #47466e; }
    .view-comment a:hover {
      color: rgba(71, 70, 110, 0.8); }

.editor-name {
  display: block;
  margin-left: 0.75rem; }

.my-new-pd {
  padding-left: 3rem; }

.homepage .my-new-pd {
  padding-top: 0rem;
  padding-bottom: 3rem; }

.homepage .editors-title {
  margin-top: 3rem; }

.js-adv-s {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-in-out; }

.js-adv-s.active {
  max-height: 1000px; }

.f-mukta {
  font-family: 'Mukta', sans-serif;
  font-size: 12px; }

.new-loader {
  text-align: center; }
  .new-loader img {
    width: 25px; }

.lk-img {
  height: 150px;
  object-fit: cover; }

.new-lang-w {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .new-lang-w img {
    width: 15px; }
  .new-lang-w .active {
    background-color: #f2f2f2;
    color: #1664ec; }

.p-ol li {
  padding: 0.5rem 0; }

.word-break {
  word-break: break-all; }

/*# sourceMappingURL=custom.css.map */
