::placeholder {
    color: rgb(187,187,187) !important;
}
.text-small {
    font-size: 0.9rem;
}
.text-small2 {
    font-size: 0.8rem;
}
.text-small3 {
    font-size: 0.65rem;
}
.textIdaco{
    color: #67beca;
}
.irsTitle{
    color: #ffffff;
}

/* Publications */
#postsContainer > .card{
    min-height: 260px !important;
    height: auto !important;
}
#postsContainer div.card-text{
    min-height: 170px !important;
    overflow-y: scroll;
}
.wModalBtn .card{
    border-radius: 24px;
}
.wModalBtn .card-title{
    font-size: .9em;
}
.viewComments{
    cursor: pointer;
}
.comment.even{
    background: rgba(210,255,235,.2);
}
.comment.odd{
    background: rgba(240,255,240,.4);
}
.blockComment textarea{
    resize: none;
    height: 24px;
}
.listComments a {
    color: #67beca;
    text-decoration: none;
}
.pubContent{
    margin-top: -80px;
    background: linear-gradient(rgba(22, 22, 22, 0.9) 10%, rgba(45, 67, 71, 1) 80%);
}
.pubContent .picto{
    width: 22px;
    margin-right: 12px;
}
.descToggle{
    height: 0;
    max-height: 300px;
    overflow-y: scroll;
    transition: all .3s ease; 
}
.descToggle.active{
    height: auto;
}
.text-justify{
    text-align: justify;
}
.likeBtn:hover, .viewComments:hover, .shareBtn:hover{
    color: #67beca;
}
.idcController{
    width: calc(100% - 21.5rem);
    height: 64px !important;
    margin-left: 3rem;
    margin-bottom: 120px;
    padding: 5px 24px !important;
}
.idcController > a:hover{
    background-color: var(--bs-success-subtle);
}
.idcController > a > i{
    font-size: 2em;
}
.idcController > a > i::before{
    padding: 12px 12px 0 8px !important;
}
.pubSearch{
    height: 50px !important;
}

/* Embera */
.embera-embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding-bottom: 50%;
}
.embera-embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* autocomplete */
.autocomplete {
    position: relative;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: scroll;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

/* Masonry */
.grid-item { width: calc(25% - 8px); margin-bottom: 10px; }
.grid-item--width2 { width: 400px; }
.grid-item h4{ font-size: .85em; text-transform: initial; }
.grid-item .card-text{ font-size: .8em; }
.wModalBtn{cursor: pointer;}
.item-hidden{display: none;}

@media (max-width:1399px){
    .grid-item { width: calc(33.33% - 8px); margin-bottom: 10px; }
}
@media (max-width:991px){
    .grid-item { width: calc(50% - 8px); margin-bottom: 10px; }
}
@media (max-width:767px){
    .grid-item { width: calc(100% - 8px); margin-bottom: 10px; }
}

.grid-item .comments{
    background: rgba(255,255,255,85);
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}