/*.post-lg-outline {
  width: 100%;
  background-color: #fff;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  min-height: fit-content;
  margin-bottom: 15px;
  box-shadow: 0px 1px 2px 0px #ccc;
  -webkit-box-shadow: 0px 1px 2px 0px #ccc;
}*/

/*.post-activity-header {
  display: inline-grid;
  padding: 10px 0px;
  margin: 0px 10px;
  min-height: 40px;
  border-bottom: 1px solid var(--conversation-header);
  width: -webkit-fill-available;
}*/

/*.post-activity-row {
  display: flex;
  border-left: 2.5px solid var(--ruby);
  min-height: 30px;
  padding: 2.5px;
  border-radius: 2.5px;
  margin-bottom: 2.5px;
}*/

.postActvRegTxt {
}

.postActvUser {
  font-weight: 600;
  margin: 0 2.5px;
  /* color: var(--primary-title); */
}

.postActvUser:hover {
  cursor: pointer;
  text-decoration: underline;
}

.post-lg-header{
  padding: 5px;
  display: flex;
  width: 100%;
  margin: 0px;
  /* border-bottom: 1px solid lightgrey; */
}

.post-avatar-div {
  width: fit-content;
  padding: 10px;
  text-align: center;
}

.post-avatar{
  /*border: 1px solid var(--border-light);*/
  height: 46px;
  /*width: 40px;*/
  width: auto;
  border-radius: 50%;
}

.post-lg-header-info {
  width: 95%;
  padding-right: 0px;
}

.post-lg-fromto {
  font-size: 0.875rem;
  padding: 5px 5px 0px;
  position: relative;
  min-height: 20px;
  max-height: 60px;
  text-align: left;
  vertical-align: middle;
  display: inline-flex;
  color: #72777a;
}

.fromto-lbl {
  display: -webkit-inline-box;
  text-align: left;
  padding: 5px 0px 0px 0px;
  font-size: 0.975rem;
  color: var(--primary-title);
  font-weight: 600;

}

.postSenLbl,
.postRecLbl {
  max-width: 140px;
  margin-top: 1.5px;
}

.postSenLbl:hover,
.postRecLbl:hover {
  cursor: pointer;
  text-decoration: underline;
}

.post-lg-time {
  font-size: 0.725rem!important;
  padding: 0px 5px;
  position: relative;
  height: 20px;
  text-align: left;
  vertical-align: middle;
  color: var(--text-preview);
}

.post-lg-header-options {
  height: 25px;
  padding-right: 0px;
}

.post-option-btn {
  float: right;
  /*color: #607D8B;*/
  color: var(--primary-text);
  width: 35px;
  height: 25px;
  padding: 1px 5px 2.5px 5px;
  border-radius: 15px;
}

.post-option-btn:hover {
  background: #EEEEEE;
}

.postOptionHdr {
  font-size: 0.825rem;
  color: var(--tertiary-btn);
  list-style: none;
  font-weight: 500;
  height: 25px;
  padding: 2.5px 0px;
  text-align: left;
}

.post-opt-li span {
  display: inherit; 
}

.post-opt-li:hover {
  cursor: pointer;
  background-color: var(--aliceblue);
}

.dlt-post-item {
  display: inline-flex;
  list-style-type: none;
  color: var(--primary-label);
  line-height: 2.25;
  height: 30px;
  float: left;
  width: 100%;
  padding: 0px;
  font-size: 0.825rem;
  font-weight: 500;
}

.dlt-post-item:hover {
  cursor: pointer;
  background: var(--aliceblue);
  border-radius: 2.5px;
}

/*.dlt-post-btn {
  color: var(--text-preview);
  line-height: 1.25;
  transform: scale(.75);
}
*/
.post-option-menu {
  z-index: 2;
  background: #fff;
  margin-top: 25px;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  box-shadow: 0px 1px 1px 1px lightgrey;
  width: 125px;
  min-height: 50px;
  padding: 5px;
  padding-top: 5px!important;
  display: none;
}

.post-option-list {
  padding-left: 5px;
  margin-bottom: 0px!important;
}

.post-lg-content {
  width: 100%;
  position: relative;
  font-size: 0.875rem;
  color: #616770;
  min-height: fit-content;
}

.post-content-text {
  font-size: .875rem;
}

.post-content-media {
  padding: 0px;
}

.post-content-media > .chatMedia {
  height: 400px;
}

.mGR > .mGI {
  width: 50%;
  min-width: 33.33%;
  max-width: 100%;
}

.post-lg-options {
  width: 100%;
  margin:0px;
  padding: 10px;
  position: relative;
  min-height: 50px;
}

.post-option-row{
  justify-content: space-between;
}

.postOptionName {
  font-size: 0.825rem;
/*  top: 2px;
  left: 5px; 
  font-weight: 600;
  position: relative;
  display: none;*/
}

.post-lg-like,
.post-lg-comment,
.post-lg-share {
  width: fit-content;
  padding: 5px 7.5px;
  transition: 0.25s all ease-out;
  display: inline-flex;
}

.post-like-lbl,
.post-comment-lbl,
.post-share-lbl {
  font-size: 0.825rem;
/*  position: relative;
  top: 2.5px;
  margin-left: 5px;
  color: var(--blue);
  font-weight: 600;
  padding: 5px;
  border-radius: 15px;*/
}

.post-lg-like:hover,
.post-lg-comment:hover,
.post-lg-share:hover {
  cursor: pointer;
  background-color: var(--aliceblue);
  border-radius: 25px;
} 

.post-like-lbl:hover,
.post-comment-lbl:hover,
.post-share-lbl:hover {
  cursor: pointer;
}

.like-post-icon,
.cmt-post-icon,
.shr-post-icon {
/*  transform: scale(0.75);*/
  height: 16px;
  width: 16px;
  margin: auto;
}

.like-post-icon.liked > svg {
  fill: red;
}

.post-commrepl-row {
  margin-top: 10px;
}

.post-emoticon-container {

}

.post-cmt-input-container {
  display: inline-flex;
  padding: 0px;
  width: 100%;
}

.comment-outline {
  padding: 5px;
}

.comment-header {
  display: inline-flex;
  padding: 0px 0px 0px 25px;
}

.comment-avatar-cont {
  padding: 0px;
  max-width: 30px;
}

.comment-avatar {
  padding: 0px;
  max-width: 30px;
  width: 25px; 
  height: 25px; 
  border-radius:25px;
}

.comment-info {
  display: inline-flex; 
  padding: 0px;
}

.comment-sender {
  font-size: 0.825rem;
  font-weight: 600;
  padding: 5px;
}

.comment-date {
  font-size: 0.725rem;
  padding: 5px;
  text-align:right;
}

.comment-body {
  padding-left: 46px;
  padding-right: 0px;
}

.comment-content {
  font-size: 0.825rem;
  min-height: 25px;
  line-height: 1.7;
  padding: 0px 15px;
  border-radius: 25px;
}

.post-comment-input {
  width: 100%;
  outline: none;
  border-radius: 25px;
  border: 1px solid var(--comment-background);
  padding-left: 15px;
  background: var(--comment-background);
  min-height: 35px;
  max-width: 100%;
  font-size: 0.825rem;
  margin-bottom: 25px;
}

.vmc {
  font-size: 0.725rem;
  margin-bottom: 5px;
  color: var(--lightblue);
  font-weight: 600;
}

.vmc:hover{
  cursor: pointer;
  text-decoration: underline;
}




@media screen and (max-width: 985px) {
    .post-lg-header{
      width: 100%;
      display: -webkit-box;
    }

   /* .post-avatar {
      height: 40px;
      width: auto;
    }*/

    .post-lg-content,
    .post-lg-fromto {
      font-size: 0.875rem;
      text-align: center;
    }

    .post-lg-time {
      font-size: 0.675rem;
      text-align: left;
    }

    .post-lg-like,
    .post-lg-comment,
    .post-lg-share {
      font-size: 0.675rem;
    }
}

@media screen and (max-width: 768px) {
    /*.post-lg-outline {
      width: 50%;
    }*/

/*    .post-option-row{
     padding: 10px 5px 10px!important;
    }
*/
    .post-lg-content {
      font-size: 0.875rem;
      text-align: center;
      padding-left: 0px!important;
    }

    .post-lg-header-info {
      width: 87%;
    }

/*    .post-content-text {
      padding: 5px 15px!important;
    }*/

    .post-lg-options {
      padding: 0px!important;
    }

    .post-lg-fromto {
      font-size: 0.775rem;
    }

    .post-lg-time {
      font-size: 0.675rem;
      text-align: left;
    }

    .post-lg-like,
    .post-lg-comment,
    .post-lg-share {
      font-size: 0.675rem;
    }
}

@media screen and (max-width: 575px) {
    .post-lg-outline {
      border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
      border-radius: 0px;
    }

    .post-lg-content,
    .post-lg-fromto {
      font-size: 0.775rem;
      text-align: center;
    }

    .postSenLbl,
    .postRecLbl {
      max-width: 100px!important;
    }

    .post-lg-time {
      font-size: 0.675rem;
      text-align: left;
    }

    .post-lg-like,
    .post-lg-comment,
    .post-lg-share {
      font-size: 0.675rem;
    }

    .post-like-lbl, 
    .post-comment-lbl, 
    .post-share-lbl {
      margin-left: 5px;
    }

    .post-commrepl-row {
      padding: 0px;
    }
}

@media screen and (max-width: 420px) {
    .post-lg-outline {
      width: 100%;
      margin-bottom: 0px;
    }

    .postOptionName {
      display: none;
    }

    #profile-body {
      padding: 0px;
    }

    .post-avatar-div {
      padding: 5px;
      text-align: center;
      max-width: 52px;
    }

    .post-lg-content,
    .post-lg-fromto {
      font-size: 0.875rem;
      text-align: center;
      padding-top: 2.5px;
    }

    .post-lg-time {
      font-size:0.675rem;
      text-align: left;
    }

    .post-lg-like,
    .post-lg-comment,
    .post-lg-share {
      font-size: 0.575rem;
      padding: 5px;
    }

    .post-content-media > .chatMedia { 
      height: 275px;
    }
}