.recommended {
  color: #007fd3;
}

.recommend, .comment {
  color: #adadad;
}
.recommend:hover, .comment:hover {
  color: #007fd3;
  cursor: pointer;
}

.post-buttons {
  display: grid;
  grid-template-columns: 100px 150px 150px;
  grid-column-gap: 6px;
}

.modal-dialog {
  /* max-width: 500px;
  position: absolute;
  left: 33%; */
  z-index: 1021;
}

.modal-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
}

.Modal {
  position: absolute;
  inset: 15px;
  border: 1px solid #cccccc;
  background: white;
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 0px;
  margin: auto;
  left: 550px;
  right: 550px;
}

.Overlay {
  position: fixed;
  inset: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1020;
}

.pull-right{
  float: right !important;
}



/** Media **/
@media (max-width: 1540px) {
  .Modal {
    left: 400px;
    right: 400px;
  }
}
@media (max-width: 1200px) {
  .Modal {
    left: 250px;
    right: 250px;
  }
}
@media (max-width: 1024px) {
  .Modal {
    left: 100px;
    right: 100px;
  }
}
@media (max-width: 512px) {
  .Modal {
    left: 10px;
    right: 10px;
  }
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.notification-post{
  box-shadow: 0 0 6px rgb(35 173 255);
}



.emoji-scroll-wrapper {
  padding-top: 1.5rem !important
}
.hide-emoji-picker {
  display: none;
}
.rdw-editor-main{
padding-left: 1.5em;
  padding-right: 1.5em;
}
.wrapperClassName {
  resize: both;
  overflow: auto;
  height: 300px; 
  width: 100%;
  .editorClassName {
      height: 100%;
      width: 100%;
  }
}
section video {
  position: absolute;
  /* z-index: 1; */
  top: 0;
  width: 100%;
  height: 100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity: 0.9;
}
.fancy-tab .tab-contents .tab-content:not(.active) {
display: none !important;}

.comment-action{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.option-newsfeed{
width: 50%;
margin: 0 auto
}
.bold-filter{
font-weight : bold}
.favorite {
          color: #f5803e !important;
      }

      .custom-new{
        border-radius: 5px;
        top: 0.005rem !important;
        width: 2rem !important;

      }

      #videoPreviewPlacerHolder{
        width: 400px;
        height: 700px;
      }
#sidebar-newsfeed{
  z-index: 1;
}

/*# sourceMappingURL=newsfeed-posts.css.a7153daf5231.map */
