.GinFWRAP {
   top: 0px;
   left: 0px;
   bottom: 0px;
   right: 0px;
   background-color: rgba(255, 255, 255, .85);
   position: fixed;
   z-index: 9999999;
   transform: scaleX(1) scaleY(1);
}
.cont {
   display: -webkit-box;
   display: -moz-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   height: 100%;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
}
.notificationListWrap {
   border-radius: 2px;
   -o-border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   margin: 0 auto;
   position: relative;
   width: 528px;
}
.bos {
   height: 60px;
}
#clms-2 {
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-box-orient: vertical;
   -moz-box-orient: vertical;
   -moz-box-direction: normal;
   -moz-box-flex-direction: column;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   position: relative;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
   outline: none;
   box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .1), 0 12px 15px 0 rgba(0, 0, 0, .1);
   -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .1), 0 12px 15px 0 rgba(0, 0, 0, .1);
   -moz-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .1), 0 12px 15px 0 rgba(0, 0, 0, .1);
   -moz-animation: zoomIn 0.3s ease-in-out 0.3s;
   -webkit-animation: zoomIn 0.3s ease-in-out 0.3s;
   animation: zoomIn 0.3s ease-in-out 0.3s;
   -webkit-animation-fill-mode: both;
   -moz-animation-fill-mode: both;
   animation-fill-mode: both;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   padding: 25px;
   background-color: #ffffff;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   display: flex;
   display: -webkit-flex;
   display: -moz-flex;
}
.mobileHeaderPost {
   float: left;
   width: 100%;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   margin-bottom: 10px;
   padding-bottom: 5px;
   border-bottom: 1px solid #F5F5F5;
   display: none;
}
.postTypeHeader {
   float: left;
   width: 100%;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
@media screen and (max-width: 610px) {
   .user-cnt {
      width: calc(50% - 28px);
      width: -webkit-calc(50% - 28px);
      width: -moz-calc(50% - 28px);
   }
   .mobileHeaderPost {
      display: block;
   }
   .postTypeWrap {
      top: 0%;
      height: 100%;
   }
   .postCanceLWrp {
      display: none;
   }
   .postPrivacyWrap {
      top: 9%;
   }
   .globalPostsArea {
      padding-right: 0px;
   }
   .bos {
      height: 100px;
   }
   .flwN {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}
.postTextInputWrap {
   float: left;
   width: 100%;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.postPrivacyWrap {
position: absolute;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 194px;
    border-radius: 2px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 21%;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    display: none;
    opacity: 0;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    padding-bottom: 10px;
    z-index: 1;
}
.chsBtn {
   float: right;
   right: 0px;
   width: 40px;
   height: 40px;
   background-image: url(../../assets/images/photos.png);
   background-position: center;
   background-size: 40px;
   margin-top: -40px;
}
.postTypeic {
    float: left;
    height: 40px;
    text-indent: 10px;
    color: #5C6B73;
    font-weight: 600;
    font-size: 15px;
    line-height: 41px;
    padding-right: 20px;
    font-family: helvetica, arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-position: right;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position-y: 15px;
}
.closePsT {
   float: left;
   width: 35px;
   height: 35px;
   background-image: url(../../assets/images/closePstT.png);
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   background-size: 16px;
}

.postPsT {
   float: right;
   font-size: 12px;
   font-weight: 600;
   background: #4285f4;
   color: #ffffff;
   font-family: helvetica, arial, sans-serif;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   text-align: center;
   text-transform: uppercase;
   -webkit-tap-highlight-color: transparent;
   padding: 10px 22px 10px 22px;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-transition: box-shadow .28s cubic-bezier(0.4, 0.0, 0.2, 1);
   transition: box-shadow .28s cubic-bezier(0.4, 0.0, 0.2, 1);
}
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
    color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

.postTextW {
   float: left;
   width: 100%;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   overflow: hidden;
   margin-top: 10px;
}
.upText {
   float: left;
   width: 100%;
   padding: 10px 35px 10px 10px;
   min-height: 120px;
   color: #000000;
   font-weight: 500;
   font-size: 14px;
   font-family: helvetica, arial, sans-serif;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   outline: none;
   resize: none;
   border: 1px solid #eeeeee;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}
.previeWImage-drawer {
   float: left;
   width: 100%;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   overflow: hidden;
   margin-top: 10px;
   position: relative;
   background-color: #FBFBFB;
}
.activatedrept {
   -moz-animation: bounceOutDown 0.2s ease-in-out 0.2s;
   -webkit-animation: bounceOutDown 0.2s ease-in-out 0.2s;
   animation: bounceOutDown 0.2s ease-in-out 0.2s;
   -webkit-animation-fill-mode: both;
   -moz-animation-fill-mode: both;
   animation-fill-mode: both;
}

.previewImage {
   position: relative;
   overflow: hidden;
   width: 100%;
   float: left;
   display: flex;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   align-items: center;
   -webkit-align-items: center;
   -moz-align-items: center;
   justify-content: center;
   -webkit-justify-content: center;
   -moz-justify-content: center;
   overflow: hidden;
   border: 1px solid #ffffff;
   border-top: 0px !important;
}

.previewImage img {
   width: 100%;
}

.ldng {
   display: none;
}
.chose-image-btn {
   width: 40px;
   height: 40px;
   opacity: 0;
   margin: 0px;
   padding: 0px;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   cursor: pointer;
}
.pclWrp {
   float: right;
}
.postCanceLWrp {
   float: left;
   width: 100%;
   padding-top: 10px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.cancel_btn {
   float: left;
   font-size: 14px;
   font-family: helvetica, arial, sans-serif;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   color: #000000;
   text-align: center;
   text-transform: uppercase;
   -webkit-tap-highlight-color: transparent;
   padding: 8px;
   margin-right: 10px;
   font-weight: 600;
   padding: 10px 22px 10px 22px;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
}

.post_btn {
   float: left;
   font-size: 14px;
   font-weight: 600;
   background: #4285f4;
   color: #ffffff;
   font-family: helvetica, arial, sans-serif;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   text-align: center;
   text-transform: uppercase;
   -webkit-tap-highlight-color: transparent;
   padding: 10px 22px 10px 22px;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-transition: box-shadow .28s cubic-bezier(0.4, 0.0, 0.2, 1);
   transition: box-shadow .28s cubic-bezier(0.4, 0.0, 0.2, 1);
   -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #26a69a;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
.truncate-ellipsis {
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}
 
.truncate-ellipsis > * {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}