#formCommentsNewsResidential {
    padding: 15px;
}

.likes-container {
    display: flex;
    flex-direction: row;
}

p#countLikesNews {
    width: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 16px !important;
   
    position: relative;
    top: 5px;
}

button.btnVerLikes {
    color: #32b1fc !important;
    background: #fff !important;
    font-size: 13px;
    border: 1px solid #32b1fc !important;
    text-transform: unset;
}

button#btnActionLike {
    -webkit-box-shadow: 3px 5px 10px -5px rgb(137 135 135);
    -moz-box-shadow: 3px 5px 10px -5px rgb(137 135 135);
    box-shadow: 3px 5px 10px -5px rgb(137 135 135);
}

.txtarea-container {
  background-color: #f3f3f3;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 10px;
  /* padding-bottom: 20px; */
  position: relative;
  height: 129px;
}

.comments-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
   
    align-items: center;
    
    border-radius: 12px;
    margin-bottom: 5px;
}

.comments-container.entry-c {
    background-color: #f3f3f3;
    padding: 15px;
    border-radius: 12px;
   
}

.comments-news-red{
    min-height: 200px;
    max-height: 200px;
    overflow-y: auto;
}

 div.textComent {
  
    font-size: 13px !important;
    background-color: #fff;
    border-radius: 12px;
    width: 90%;
    padding: 8px
    

}

button.btnRemoveCommentNews {
    background-color: transparent;
    border: 0px;
    color: #32b1fc;
}

button.btnRemoveCommentNews {
    background-color: transparent;
    border: 0px !important;
    color: #32b1fc !important;
    padding: 5px;
    font-size: 2em;
    height: 30px;
}

button.btnRemoveCommentNews:hover {
    background-color: transparent;
    border: 0px !important;
    color: #32b1fc !important;
    padding: 5px;
    font-size: 2em;
    height: 30px;
}


button.btnRemoveCommentNews:visited,
button.btnRemoveCommentNews:active,
button.btnRemoveCommentNews:focus {
  background-color: transparent;
  border: 0px !important;
  color: #32b1fc !important;
  padding: 5px;
  font-size: 2em;
  height: 30px
}
/********* scroll custome commentes ******/

.scroll-custome-news-red::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
  }
  .scroll-custome-news-red::-webkit-scrollbar-button {
    width: 0 !important;
    height: 0 !important;
  }
  .scroll-custome-news-red::-webkit-scrollbar-thumb {
    background: #ccc !important;
    border: 0 none #fff !important;
    border-radius: 50px !important;
  }
  .scroll-custome-news-red::-webkit-scrollbar-thumb:hover {
    background: #ccc !important;
  }
  .scroll-custome-news-red::-webkit-scrollbar-thumb:active {
    background: #ccc !important;
  }
  .scroll-custome-news-red::-webkit-scrollbar-track {
    background: #e8e8e8 !important;
    border: 0 none #fff !important;
    border-radius: 21px !important;
  }
  .scroll-custome-news-red::-webkit-scrollbar-track:hover {
    background: #e8e8e8 !important;
  }
  .scroll-custome-news-red::-webkit-scrollbar-track:active {
    background: #e8e8e8 !important;
  }
  .scroll-custome-news-red::-webkit-scrollbar-corner {
    background: 0 0 !important;
  }
  .scroll-custome-news-red {
    overflow-y: scroll !important;
    scrollbar-color: #ccc #e8e8e8 !important;
    scrollbar-width: thin !important;
    
  }


  span#validateContentCommentResidentialNews {
    position: absolute;
    animation: shake 1s;
    color: #32b1fc;
    bottom: 5px;
    left: 10px;
}

@media (max-width: 992px) {
  #formCommentsNewsResidential {
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.comments-container.entry-c {
  background-color: #f3f3f3;
  padding: 15px;
  border-radius: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
.pagination-sticky a {
    font-size: 8px;
    font-weight: 600;
    display: block;
    height: 20px;
    line-height: 20px;
}
}

.error {
  margin: 0px 0 0 0;
  font-size: 1em;
  text-align: left;
  animation: shake 1s;
}

/************ loader *********************/

.loader {
  width: 30px;
  height: 30px;
  border: 3px solid #32b1fc;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.loader-likes {
  width: 60px;
  height: 60px;
  border: 3px solid #32b1fc;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: relative;
  top: 4px;
  margin-right: auto;
  margin-left: auto;
}



  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 


  /********** modal likes ***********/

  #modalLikesPeople .modal-header {
    background-color: #32b1fc;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
  
    font-family: "Varela Round", sans-serif !important;

}
#modalLikesPeople .modal-header h5 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 18px;
}


#modalLikesPeople .modal-body {
  font-family: "Varela Round", sans-serif;
  min-height: 83px;
  max-height: 250px;
  overflow-y: auto !important;
  margin: 10px 10px;
}
@media (min-width: 768px){
  #modalLikesPeople .modal-dialog {
    margin: 30px auto;
   
    display: flex;
    align-content: center;
    align-items: center;
   
    justify-content: center;
}
#modalLikesPeople .modal-dialog  .modal-content{
  width: 400px;
}
}

#modalLikesPeople  .modal-header .close {
  margin-top: 0px;
  position: absolute;
  top: 6px;
  right: 6px;
  color: #fff;
  opacity: 1;
  font-weight: normal;
  font-size: 25px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 1px solid #fff !important;
}


#modalLikesPeople .modal-body p {
  font-size: 1.5rem;
  font-family: "Varela Round", sans-serif;
  margin: 0 0 3px;
}


@media (min-width:320px) and (max-width: 767px){
#modalLikesPeople .modal-dialog {
  margin: 30px auto;
 
  display: flex;
  align-content: center;
  align-items: center;
 
  justify-content: center;
}
#modalLikesPeople .modal-dialog  .modal-content{
width: 95%;
}
#modalLikesPeople  .modal-header .close {
  margin-top: 0px;
  position: absolute;
  top: 6px;
  right: 16px;
  color: #fff;
  opacity: 1;
  font-weight: normal;
  font-size: 25px;
  height: 30px;
  width: 30px;
  background-color: transparent;
}
}

#btnActionLike {
  border: solid 1px #32b1fc !important;
}

input.btnCommentResidentialNews{
  border: solid 1px #32b1fc !important;
}

#contentCommentNews.error {
  color: #000 !important;
}