.inquiry-feed {
  .question-container {
    width: 100%;
    display: grid;
    gap: 3px;

    .question-set-con {
      padding: 4px 0 4px 0;
      border-radius: 12px;
      display: flex;
      flex-direction: column;
    }
  }

  .qus {
    /* font-size: 15px; */
    font-weight: 500 !important;
    /* letter-spacing: -0.01em; */
    margin: 0;
    color: #000;
    margin-bottom: 4px;

    span {
      color: #ff3a30;
    }
  }

  .ans {
    background-color: #fbfbfb;
    padding: 8px 12px;
    border-radius: 8px;
    color: #000;
    line-height: 1.4;
    font-weight: 500 !important;
  }
}

.repostb_sec_postdata .inquiry-feed .ans {
  background-color: #f2f2f2;
}

[data-theme="dark"] .inquiry-feed .ans {
  background-color: #232d39;
  color: #ffffff;
}

[data-theme="dark"] .inquiry-feed .qus {
  color: #ffffff;
}

.inquiry-feed-image-container {
  text-align: center;

  .inquiry-feed-image {
    width: 70% !important;
    /* border-radius: 12px; */
  }
}

.chat-leftsidebar {
  display: none !important;
}
.central-meta,
.postprevsec.postprevsec_cus .user-post {
  background: var(--bg-white) none repeat scroll 0 0;
  border: none;
  border-radius: 17px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  /* position: relative;
    top: 8rem; */
  box-shadow: var(--box-shawdow);
}
.pennding-msg {
  /* position: sticky; */
  /* top: 338px; */
  /* z-index: 999; */
}
body.feedpage {
  overflow: visible;
}
.ptb-10 {
  padding: 10px 0px !important;
}
.feed-post-tab {
  /* background: var(--bg-lightgreen); */
  margin: 0 !important;
  padding: 10px 0 0 0;
  /* z-index: 99999; */
  z-index: 9999;
  position: relative;
}
.post-tab .notification-popup {
  -webkit-transform: translate(50%, -202%) !important;
}
.post-tab .notification-popup.show {
  -webkit-transform: translateY(50%) !important;
  transition: transform 0.35s;
  z-index: 9;
  cursor: pointer;
  border-radius: 45px;
  left: 41%;
  top: 44px;
  box-shadow: none;
  padding: 8px 15px;
}
.searchbarfixed .post-tab {
  /* overflow: hidden; */
  /* padding: 5px 0; */
}
.top-search,
.top-search #myInput {
  margin-bottom: 0 !important;
}
.notification-popup {
  display: none;
}
@media (max-width: 1023px) {
  .post-tab .notification-popup.show {
    display: none;
  }
}
.notification-popup #Layer_2 {
  width: 17px;
  margin-bottom: -4px;
}

/* LOADER CSS Start */
#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #1aac21;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
/* LOADER CSS END */

/* comments boredr*/
.sun-editor {
  border: none !important;
}

.videothum-wrapper {
  z-index: 5;
}

.video-expand {
  z-index: 1;
}

.promotionfeed {
  /* border: 1px solid var(--primary-color); */
  /* border-top: 0; */
  /* position: relative; */
  /* top: 0px; */
  /* border-radius: 4px; */
}

.profeedcnt {
  /* padding: 15px 20px; */
  width: 100%;
}
