.lobbyScreen{
         position: absolute !important;
    background-color:#dedede !important;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    border-radius: .5rem;
    overflow-y: auto;
    box-shadow: none;
    display: block !important;
}
.thumbsUpInfo{
      position: relative;
    pointer-events: all;
    display: flex
;
    font-size: .6rem;
    gap: .25rem;
    color: rgb(0, 0, 0);
    align-items: center;
    margin: auto;
    margin-right: 0;
    height: 1.5rem;
     width:  1.5rem;
     fill: white;

}
.thumbsUpLabel{
  font-size: .6rem;
    margin: auto;
    margin-right: 0;
    width: max-content;
    font-weight: 100;
        text-align: right;
}
.acknowBy{
  margin-top: 1rem;
}
.thumbsUpLabel span{
  font-weight: 400;
  font-size: .7rem;
}
.postIt{
            width: max-content;
    max-width: 200px;
    font-size: .8rem;
    padding: 1rem;
    background-color: #2196F3;
    color: white;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .55) 0px 0px 12px;
    padding: 1rem;
}
.ptAbbr{
      font-size: .6rem;
    padding: .2rem;
    color: #2196F3;
    background-color: white;
    border-radius: 4px;
}
.ptHeader{
      display: flex
;
    align-items: center;
    gap: .5rem;
}
.ptWrap{
      font-size: .7rem;
    font-weight: 400;
        margin-top: .5rem;
}
.tickIcon{
       width: 2rem;
    height: 1rem;
    margin: auto;
    margin-right: 0;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    fill: green;
}
.lobby-disp{
  width: 1.5rem;
    height: 1.5rem;
    background-color: #e4e4e4;
    border-radius: 50%;
    display: flex
;
    overflow: hidden;
}
.resolved{
  opacity: 0.5;
}
.lobby-waiting{
margin: auto;
    margin-right: 0;
    color: #787878;
    font-size: .6rem;
    display: flex
;
    font-weight: 400;
        font-size: .5rem;
    align-items: center;
        max-width: 100px;
}
.lobby-pinned-wrap > .pinnedC:last-child{
  margin-bottom: 0;

}
.stars{
      width: 1rem;
    position: relative;
    fill: #c6c6c6;
}
.starsvg{
      width: 1rem;
    position: relative;
}
.goldstarsvg{
      position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    overflow: hidden;
}
.chotustars{
  
        font-size: 1rem;
    color: #3F51B5;
}
.chotustars span{
  font-size: .7rem;
    color: grey;
}
.starReviewWrap{
  display: flex
;
    align-items: center;
        margin-bottom: 1rem;
}
.starReviewWrap .play-button{
  width: 3rem;
  height: 3rem;
}
.chotustars{
      display: flex
;
    gap: 4px;
    margin: auto;
    margin-right: 0;
}
.lobby-int-wrap{
      display: flex
;
    align-items: center;
    gap: .5rem;
    text-transform: capitalize;
    font-weight: 600;
    font-size: .8rem;
    position: relative;
    padding: 1rem;
        BACKGROUND-COLOR: #f6f6f6;
    
}
.post-pin{
         width: .7rem;
    display: flex
;
    height: 1rem;
    display: none;
    fill: #2a2a2a;
}
.pinned .post-pin{
  display: block;
}
.postWrap {    position: relative;
    width: calc(100% - 2rem);
    height: max-content;
    overflow: hidden;
    overflow-y: auto; 
          display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* up to 4 columns if space allows */
  
 
  grid-auto-flow: dense; /* fill gaps where possible */
      row-gap: 1rem;
       padding: 10dvh 1rem;
    padding-top: 2rem;
  
  }
  .infoAtTheDeskWrap{
       padding: 2rem;
    display: flex
;
    gap: 2rem;
  }


.commentPinned{
  width: calc(100%);
    font-size: .8rem;
    line-height: 1rem;
    white-space: pre-line;
    line-height: 1rem;
   
}
.lobby-bg{
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.lobby-pinned-wrap{
      padding: 1rem;
          position: relative;
          pointer-events: none;
              padding-bottom: 2rem;
}
.goBackBtn{
      background-color: #bebebe;
    width: 4dvh;
    border-radius: 4px;
    height: 4dvh;
    fill: white;
    display: flex
;
    /* rotate: -90deg; */
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: all 0.2s;
    position: relative;
    border-radius: 50%;
   margin: .5rem auto;
  
}
.isItResolvedBtnWrap .lobby-bg{
  display: none;
}
.goBackBtn svg{
 rotate: 90deg;
    width: 3dvh;
}
.goBackBtn:hover{
  background-color: black;
}
.stuckToTheLeft .lobby-pinned-wrap{
         height: 87.5dvh;
    overflow-y: scroll;
    position: relative;
    padding-bottom: 2rem;
}
.isItResolvedBtn{
       border: 1px solid transparent;
    background-color: #2196F3;
    color: #ffffff;
    display: flex
;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: .5rem 0;
    border-radius: 4px;
    width: 90%;
    margin: auto;
  
    font-size: .7rem;
    margin-bottom: .5rem;

}
.removeThis{
  transform: scale(0);
}
.isItResolvedBtn:hover{
  background-color: black;
  color: white;
}
.isItResolvedBtnWrap{
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100dvw;
  transition: all 0.2s;
  border-radius: 8px;
}
.isItResolvedBg{
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100dvw;
 background-color: #ffffff54;
}
.mention{
  color: #000000;
  font-weight: 600;
}
.appointment-confirmation{
  height: 3rem;
    background-color: #8BC34A;
    border-radius: 4px;
    color: white;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 1rem;
    text-align: center;
}
.interacteeOnLobby{
       
    /* max-width: 20dvw; */
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    height: max-content;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 8px;
   width: 90%;
    position: relative;
   transition: all 0.2s;
      color: #696969;
   
       cursor: pointer;
    margin: 0 auto;
}
.lobby-name:hover{
      font-weight: 400;
    color: blue;
    text-decoration: underline;
}
.interacteeOnLobby:hover{
  background-color:aliceblue;
      box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 8px;
      opacity: 1;
       color: #000000;
}
.tutLabel{
  width: 60%;
      font-weight: 400;
  font-size: .8rem;
  padding-left: 1rem;

}
.topFading{
            height: 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    left: 3rem;
    background: #ffffff;
    background: linear-gradient(180deg, #dedede 0%, rgba(255, 255, 255, 0) 100%);
}
.bottomFading{
      bottom: 0;
    top: auto;
    rotate: -180deg;
}
.tutLabel span{
  font-weight: 600;
}
.timeWrapComment{

    margin-top: 1rem;
}
.hashtag{
         padding: .2rem;
    color: #000000;
    font-weight: 600;
}

.thumbsUp{
    width: max-content;
    position: relative;
    pointer-events: all;
    display: flex
;
    font-size: .6rem;
    gap: .25rem;
    color: rgb(46, 74, 255);
    align-items: center;
    margin: auto;
    margin-right: 0;
    height: 1.5rem;
}

.tus{
  height: 1.5rem;
    width: 1.5rem;
    position: relative;
        display: flex
;
justify-content: flex-end;
}



.readBy .tus{
   fill: rgb(46, 74, 255);
}


.thumbsUp:hover + .tus{
     fill: rgb(46, 74, 255);
    justify-content:center;
}
.sScore{
            padding: .5rem;
    background-color: #000000;
    color: white;
    width: max-content;
    margin: 1rem;
    border-radius: 4px;
    position: relative;
    border: 1px solid #000000;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 8px;
}
.sScore span{
    margin-left: .25rem;
    color: #949494;
}
.star{
      fill: #ffffff;
    position: absolute;
    top: -.5rem;
    right: -.5rem;
    width: 1rem;
    height: 1rem;
}


.tutInLobby{
    color: #000000;
    background-color: rgb(185 224 255);
    font-weight: 100;
    fill: #151515;
    /* max-width: 20dvw; */
    /* background-color: white; */
    border-radius: 4px;
    overflow: hidden;
    height: max-content;
    box-shadow: rgba(0, 0, 0, 0.44) 0px 0px 5px;
    width: calc(90%);
    position: relative;
    transition: all 0.2s;
    margin: auto;
    margin-top: 0;
    cursor: pointer;
    height: 100%;
    /* position: fixed; */
   
      width: calc(100% - 4rem);
    /* max-width: 300px; */
    max-height: 5dvh;
   
    display: flex
;
    align-items: center;
    gap: .5rem;
}
.notRelevant{
  display: none;
}
.post-name span{
      font-weight: 300;
    color: grey;
}
.dropDown{
    margin: auto;
    margin-right: 1rem;
    font-weight: 400;
   font-size: .6rem;
}
.dropDown select{
    font-family: var(--font2);
    border: 0;
    padding: .25rem;
    font-size: .6rem;
    background-color: transparent;
    user-select: none !important;
    outline: none;
    font-weight: 600;
}
.yourScore{
        
    border-radius: 4px;
    color: #000000;
    font-weight: 100;
    width: 90%;
    margin: auto;
    margin-top: 0;
    
}
.user-name{
      font-size: 2rem;
    padding: 1rem;
   
        padding-bottom: .5rem;
}
.lobby-desc{
      font-size: .7rem;
    padding: 1rem;
    padding-top: 0;
    font-weight: 400;
}
.lobbyScreen .anaDatesWrap{
  display: block !important;
}
.pinnedC{
     
       gap: .5rem;
    margin: .5rem 0;
     pointer-events: none;
}
.postWrap .posts-item{
       margin: 1rem .5rem;
}
.interacteeOnLobby .userDisp{
 margin: auto;
    margin-top: 0;
    font-size: .6rem;
        width: 1.5rem;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 6px; */
  background-color: #e9e9e9;
  box-shadow: none;
    height: 1.5rem;
}
.pinned{
  background-color: white;
  padding: .5rem;
  border-radius: 8px;
      width: calc(100% - 3rem) !important;
}
 .posts-item{
       
    gap: .5rem;
    font-size: .8rem;
    width: calc(100% - 2rem);
    margin: 1rem;
    
  
    height: max-content;
  }
  .nntWrap{
          width: 100%;
    display: flex
;
    /* grid-template-columns: 1fr 1fr; */
    margin: .5rem 0 0 0;
    align-items: center;
    gap: .5rem;
  }
  .nntWrap .post-time{
    text-align: right;
    margin: 0;
  }
 .post-name{
          margin: .5rem 0;
    font-size: .7rem;
    font-weight: 600;
        color: #3F51B5;
  }
   .posts-item2{
            padding: .5rem;
    font-size: .8rem;
    width: calc(90% - 2rem);
    max-width: 250px;
    max-height: 150px;
    height: max-content;
    background-color: white;
    border-radius: 8px;
    box-shadow: black;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 8px;
  }

  .posts-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* darken background */
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.28s ease;
  }
  .posts-overlay--open {
    opacity: 1;
  }

  .posts-panel {
    position: absolute;
    top: 0;
    right: 0;
    height: 100dvh;
    width: 30dvw;
    max-width: 420px;
    background: #e8e8e8;
    box-shadow: -12px 0 24px rgba(0,0,0,.15);
    overflow: hidden;
    transform: translateX(100%);
    transition: transform .28s ease;
    z-index: 9999;
   
  }
  .posts-wrap{
    overflow: hidden;
    overflow-y: auto;
           height: calc(100dvh - 6rem);
  }
  .posts-panel--open {
    transform: translateX(0);
  }

  .posts-header{
       font-size: .8rem;
    padding-bottom: 0;
    display: flex
;
    align-items: center;
    height: 4rem;
    margin: auto;
    margin-left: 1rem;
  }
  .posts-panel .rhsFooter{
      
   
    background-color: #e8e8e8;
    min-height: 1rem;
    position: fixed !important;
    bottom: 0;
  }
 
  .post-user-details{
    width: 100%;
  }
  .lobbyScreen .post-user-details{
    width: 100%;
    
  }
  .posts-desc{
        color: grey;
    font-size: .6rem;

    font-weight: 400;
  }
  .posts-title{
         font-weight: 800;
    font-family: var(--font2);
    letter-spacing: 1px;
    display: flex
;
    align-items: center;
    gap: .5rem;
  }
  .dispUser{
          width: 1.25rem;
    height: 1.25rem;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex
;
    overflow: hidden;
  }
  .lobbyItemHeader{
       
    display: flex
;
    align-items: center;
    font-size: 1rem;
    /* grid-template-columns: 3rem calc(100% - 13.5rem); */
    gap: .5rem;
    /* border-bottom: .1px solid var(--stroke-color); */
    position: relative;
    width: 100%;
    margin-bottom: .5rem;
  }

  .post-item{
           width: calc(100% - 2rem);
    display: flex
;
    font-size: .8rem;
    margin: auto;
    gap: .5rem;

  }

  .callIconLobby{
        display: flex
;
    fill: #797979;
    position: relative;
    margin: .5rem 0;
    pointer-events: all;
    width: max-content;
  }
  .post-msg{
   padding-top: .25rem;
    display: flex
;
    position: relative;
    gap: 5px;
    align-items: center;
    font-weight: 400;
    font-size: .8rem;
    line-height: 1.25rem;
        white-space: pre-line;
  }
  .post-rhsFooterWrap{
        position: relative;
    width: 100%;

    display: grid
;
    align-items: center;
    grid-template-columns: 1.5rem calc(100% - 4rem) 1.5rem;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    border-radius: 10px;
    left: 0;
    min-height: 3rem;

  }
   .post-rhsFooterWrap .rIcon{
     margin: auto;
    height: .8rem;
  }
  .post-time{
         margin-right: 0;
    font-size: .5rem;
    color: #7e7e7e;
    /* padding-left: .5rem; */
    text-transform: capitalize;
    margin: .5rem 0;
  }
  .posts-panel--open .chat-footer textarea{
    font-size: .7rem;
    height: 1.2rem ;
    min-height: 1.2rem;
  }
  .containsMedia{
        cursor: pointer;
    min-width: 100px;
  }
  /* Masonry columns (3 cols) */
/* Masonry container */
/* Masonry container */


/* Cards */




/* Each card inside the masonry */


