body a {
  text-decoration: none;
  color: #222;
  cursor: pointer;
}

.head-box {
  background: var(--headbar);
  height: 50px;
  width: 100%;
}

/*this is for the verious comments section for verious post*/

.post-comments {
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  height: 70%;
  width: 100%;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  background-color: #fff;
  z-index: 5;
  transition: all 0.5s ease;
}

.post-comments .home-post-comment-list {
  height: 90%;
  width: 100%;
  overflow-y: hidden;
  overflow: auto;
  background: #fff;
}

.user-image {
  float: left;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-weight: bold;
  object-fit: cover;
}

.user-name {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.38;
  margin: 18px 8px;
  color: #222;
  text-decoration: none;
  margin-bottom: 2px;
}

.time {
  font-family: Helvetica;
  font-size: 12px;
  color: #90949c;
}

.time > a {
  color: #90949c;
  text-decoration: none;
}

.comment-data {
  margin: 10px 60px;
  background: #eee;
  max-height: 60hv;
  padding: 10px;
  border-radius: 12px;
  width: 70wv;
  color: #90949c;
}

.comment-box {
  margin: 10px;
  padding: 0.4em;
  background: #eee;
  border-radius: 6px;
}

.home-comment-popup {
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9001;
  height: 80%;
  bottom: 10px;
  background: #eee;
}

.view-comment-likes {
  margin: 30px auto;
}

.home-comment-popup .home-post-comment-list {
  height: 80%;
  width: 100%;
  overflow-y: hidden;
  overflow: auto;
  background: #eee;
}
.home-comment-popup .add-new-comment-box {
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  background: #eee;
}

.add-new-comment-box input[type="text"].modal-input {
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 60px;
  background: #eee;
  border: none;
  text-align: left;
  font-family: Helvetica;
  font-size: 18px;
  border-radius: 3px;
  outline: rgba(0, 0, 0, 0.5) none 0px;
  padding: 0 37px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.add-new-comment-box .comment-emoji {
  position: absolute;
  z-index: 9999;
  bottom: 11px;
}

.add-new-comment-box .post-comment {
  z-index: 9999;
  position: absolute;
  bottom: 11px;
  right: 25px;
}

/*showing comment list from the serve*/

.pre-comment-card {
  width: 100%;
  border-radius: 8px;
  max-height: 220px;
}

.pre-comment-userimage {
  float: left;
  height: 40px;
  width: 40px;
  margin: 6px;
  border-radius: 50%;
  background: #eee;
}

.pre-comment-userimage .photo {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  justify-content: center;
  height: 100%;
}

.pre-comment-name {
  float: left;
  margin: 0.7rem 0.1rem 0px;
  width: 80%;
  font-family: Helvetica;
  font-size: 14px;
  line-height: 1.38;
}
.pre-comment-phone-date {
  float: left;
  margin: 0.3rem 0px;
  width: 80%;
  font-family: Helvetica;
  font-size: 12px;
  color: #90949c;
}
.pre-comment .comment {
  float: left;
  width: 80%;
  margin-left: 50px;
  border-radius: 8px;
  padding: 1.5px;
  background: #eee;
  clear: both;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.38;
}

.main-post-container {
  width: 100%;
  border: 0.1px solid #ccc;
  border-radius: 2px;
  background: var(--white);
  margin: auto;
  padding: 12px;
}

.main-post-container ::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
}

.header {
  margin-bottom: 17px;
  background: var(--white);
}

.user-image {
  float: left;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-weight: bold;
  object-fit: cover;
}

.user-name {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.38;
  margin-top: 12px;
  color: #222;
  text-decoration: none;
  margin-bottom: 2px;
}

.time {
  font-family: Helvetica;
  font-size: 12px;
  color: #90949c;
}

.time > a {
  color: #90949c;
  text-decoration: none;
}

.content {
  clear: both;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.38;
}

#reference {
  width: 100%;
  max-height: 400px;
}
#reference #reference-thumb {
  width: 100%;
  max-height: 400px;
  margin: auto;
  display: block;
  object-fit: contain;
  justify-content: center;
}

.social {
  margin-top: 12px;
}
.social-buttons {
  color: #7f7f7f;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-left: 1%;
  border-top: 1px solid #e5e5e5;
  padding-top: 4px;
}

.social-buttons span {
  font-size: 12px;
  color: #222;
  display: inline-block;
  width: 30%;
  text-align: center;
  height: 30px;
  padding: 4px 4px 4px 0;
}

.social-buttons span i {
  margin-bottom: 5px;
}

.comment_content {
  display: none;
  padding: 5px;
}

.fas,
.far {
  font-size: 24;
}
.fa-thumbs-down,
.fa-thumbs-o-down {
  transform: rotateY(180deg);
}

.video-box {
  width: 100%;
  max-height: 70%;
}

.video-box .video-thumb {
  width: 100%;
  height: 100%;
}

.page-video-box {
  width: 100%;
  max-height: 100%;
  background: pink;
}

.video-box .page-video-thumb {
  width: 100%;
  height: 100%;
}

.video-box .video-thumb .video_caption {
  width: 100%;
  height: 100%;
}

.video-box .video-thumb .video_caption video {
  width: 100%;
  height: 100%;
}
