.hm_pne {
  vertical-align: top;
  align-self: top;
  gap: 10px;
  display: flex;

}

.pane_seg {
  flex-grow: 2;
  padding-top: 18px;
}

.m_pane {
  flex-grow: 4;
  display: flex;
  justify-content: center;

}
.m_pane_cntr{
  min-width: 300px;
  max-width: 680px;
}

.fill_pane{
  flex-grow: 2;
  min-width: 0;
  flex-basis: 140px;
}


.li_img_bx {
  display: inline-block;
  border-radius: 50%;
  height: 34px;
  margin: 0 10px;
}

.li_img {
  display: inline-block;
  background-color: var(--surface);
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.li_img img {
  display: inline-block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.li_dets {
  display: inline-block;
  margin: 4px 9px 0 9px;
  font-size: 15px;
}
.li_dets .li_img_tit{
  white-space:nowrap;
}


.idx_pane {
  position: sticky;
  height: calc(100vh - var(--header-height));
  margin-right: 20px;
  flex-grow: 0!important;
  padding-left: 20px;
  align-self: flex-start;
  top: var(--header-height);
}

.idx_pane ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: 8px 0;
  cursor: pointer;
  border-radius: 8px;

}
.idx_pane ul li:hover {
  background-color: var(--surface);
}
.idx_pane ul li:first-child {
  margin-top: 0 !important;
}

.l_index {
  height: calc(100vh - var(--header-height));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 300px;
  top:0;

}

@media screen and (max-width: 640px) {

  .l_index  ul li{
    display: inline-block;
  }
  .l_index  ul{
    display: flex;
    justify-content: space-between;
  }
  .l_index {
    position: fixed;
    min-width: 100vw;
    height: 52px;
    max-width: 100vw!important;
    bottom: 0;
    top: initial;
    box-sizing: border-box;
    padding:0 14px ;
    background-color: var(--surface);
  
  }


  .l_index .secondary_item{
    display: none;
  }
  .idx_pane {
    position: fixed;
    height: 52px!important;
    padding:0;
    margin: 0;
    bottom: 0;
    width: 100vw;
    z-index: 100;
  }


  .m_pane{
    margin-right: 0px!important;
  }

  .idx_pane ul li {
    margin:0px;

  }  
  .idx_pane ul li .ico-img{
    font-size: 34px;
    
  }
  .n_pldr_post_widget .pldr_opt_row .txt_btn .btn_txt{
    display: none;

  }
  
}

@media screen and (max-width: 1420px) {
  .l_index{
    max-width: 56px;
  }

  .l_index .li_dets, .d_footer{
    display: none;
  }

}

.s_pane{
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height);
  max-width: 440px;
  flex-grow: 1;
  align-self: flex-start;
  
}

@media screen and (max-width: 1250px) {
  .s_pane{
    display: none;
  }

  .m_pane{
    margin-right: 32px;
  }

}

.d_footer {
  padding-bottom: 20px;
}

.ftr_lnk_bx {
  max-width: 260px;
}

.ftr_lnk_bx a,
.ftr_lnk_bx span {
  color: var(--text-secondary);
  white-space: nowrap;
  line-height: 24px;
  font-size: 13px;
  text-decoration: none;
}

.ftr_lnk_bx a:hover{
    color: var(--text-primary);
    text-decoration: underline;
}


.ftr_lnk_bx span:not(:last-child)::after{
  content: " • ";
  color: var(--text-tertiary);
  font-size: 10px;
}

.m_feed{
    display: flex;
    flex-direction: column;
    gap: 18px;

}



.n_pldr_post_widget{
    background-color: var(--container);
    padding: 14px;
}


.pldr_post_txt{
    background-color: var(--elevated);
    flex-grow: 10;
    margin-left: 20px;
    border-radius: 20px;
    height: 40px;
    box-sizing: border-box;
}

.pldr_post_txt:empty::before {
    display: inline-block;
    padding-left: 13px;
    content: "What's on your mind?";
    color: var(--text-tertiary);
    line-height: 40px;
}

.pldr_opt_row{
  padding-top: 28px;
  gap: 10px;
  display: flex;
  justify-content: space-between;

}

.pldr_opt_row .btn_icon{
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.pldr_opt_row .txt_btn{
  display: inline-block;
  color: var(--text-secondary-intermediate);
}
.pldr_opt_row .txt_btn{
  margin-right: 14px;
}

.side_pane{
  padding: 20px 40px 28px 20px;
}

.wid_tit_row{
  display: flex;
  justify-content: space-between;
}

.wid_tit_row .txt_btn{
  height: 22px;
}



.wid_tit{
  font-weight: 500;
  color: var(--text-primary);
}

.wid_stat_bub{
  display: inline-block;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--error);
  border-radius: 100%;
  color: white

}

.wid_obj{
  margin-top: 20px;
  position: relative;
}


.wid_search_bx{
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.wid_search_bx input{
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 10px 14px;
  border-radius: 12px;
  border: solid 1.5px;
  border-color: var(--border-color);
  background-color: transparent;
  color: var(--text-secondary);
}


.msg_lst{
  padding-top: 14px;
}

.msg_lst ul{
  list-style: none;
}

.msg_lst li{
  padding: 10px 0px 20px 0px;
  margin: 3px 0px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.msg_lst li .prof_img{
  min-width: 44px;
  min-height:44px;
}

.msg_mta{
  padding-left: 18px;
  flex-grow: 1;
  min-width: 0;
}

.msg_tit{
  margin-bottom: 6px;
  font-size: 14px;
}


.msg_tit, .msg_xtr{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.msg_tit_sub{
  color: var(--text-tertiary);
}

.msg_lst li .prof_img{
  display: inline-block;
}

.msg_xtr span{
  color: var(--text-secondary);
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 18px;
}

.msg_xtr .wid_stat_bub{
  background-color: var(--on-surface);
  color: var(--surface);
}

.msg_xtr i{
  padding-right: 5px;
  color:var(--text-secondary)
}

.msg_xtr .wid_stat_bub:empty {
  visibility: hidden;
}

.msg_active .msg_tit_sub{
  color: var(--text-primary);
}

.wid_ftr{
  margin-top:8px;
}

.sde_wid{

  border-bottom: solid 1px;
  border-color: var(--border-color);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.wid_tag_lst{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;

}

.wid_tag_lst .tg{
  display: inline-block;
  background-color: var(--elevated);
  padding: 6px 14px;
  margin-bottom: 10px;
  border-radius: 5px;
}


/* POST */

.post{
  background-color: var(--container);
}

.post_header{
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  padding:14px 14px 5px 14px;
}

.text_content{
  padding:0px 14px 7px 14px;
  font-size: 14.5px;
}

.image_content{
  margin-top: 7px;
  position: relative;
}

.image_content img{
  width: 100%;
  display: block;
}

.prof_data{
  display: flex;
}
.prof_mta{
  margin-left: 12px;
  display: inline-block;
}
.post_user_name, .post_mta_desc{
  display: block;
}

.post_user_name{
  margin: 0px 0px 5px 0px;
  font-size: 15px;
}

.post_mta_desc{
  font-size: 13px;
}

.post_mta_desc i{
  color: var(--text-secondary);
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2px;
}
.post_desc_tme{
  color: var(--text-secondary-intermediate);
  line-height: 15px;
}
.post_chnl{
  display: inline-block;
  margin-left: 2px;
  color: var(--text-secondary);
}

.post_content{
  display: block;
  font-size: 14px;
}
.post_opt{
  display: flex;
  gap: 14px;
  align-items: center;
}
.post_actions{
  display: flex;
}

.post_actions button{
  flex:1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: var(--text-secondary-intermediate);
  font-size: 14px;
  font-weight: 400;
  padding:18px 0;
}
.post_actions button i{
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  color: var(--text-secondary);
}
.p_acn_nme{
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}
.p_acn_count{
  color: var(--text-primary);
  display: inline-block;
  background-color: var(--elevated);
  border-radius: 10px;
  padding: 3px 8px;
  font-size: 13px;
  vertical-align: middle;
  margin-left: 4px;

}

/* END POST */