.item {
  cursor: pointer;
}

.g-recaptcha {
  transform: scale(0.71); /* You can adjust the scale value */
  transform-origin: 0 0;
  margin: 0 auto;
}

.show-loading {
  display: inline-block !important;
}

#header_link_yescomunidade_logo {
  /* margin-left: -80px; */
}

#loading-send-message {
  font-size: 22px;
  display: none;
}

#loading-send-message-newsletter {
  font-size: 22px;
  display: none;
}

.navbar-standerd .nav-menu > .dynamic-color-hovered > a:hover {
  color: inherit !important;
}

.title-hover-default .dynamic-color-hovered a:hover {
  color: inherit !important;
}

.bg-contador {
  min-height: 26px;
  min-width: 25.58px;
  /* padding: 2px; */
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.alert2 {
  display: none;
  padding: 15px;
  margin: 10px 10px;
  border-radius: 5px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  z-index: 2;
}

.alert-message {
  color: #73CF36;
}

.success {
  background-color: #EEFBE5;
  color: #fff;
}

.error {
  background-color: #FFE9E9;
  color: #fff;
}

.error .alert-message {
  color: #f44336;
}


.progress-bar {
  height: 5px;
  background-color: #73CF36;
  margin-bottom: 10px;
}

.error .progress-bar {
  background-color: #f44336;
}

.close-btn {
  cursor: pointer;
  float: right;
  font-weight: bold;
  font-size: 18px;
  color: #f44336;
}

/* Hover effect for the close button */
.close-btn:hover {
  color: #000;
}

.texto-sessao-sem-conteudo {
  font-size: 1rem;
  font-style: italic;
  text-align: center;
  opacity: 0.4;
}

.post-content.editoria-posts {
  height: 50px;
}

.post-content.editoria-posts .post-title {
}

.text-clickativo {
  font-size: 12px !important;
}

.dropdown-result-search {
  display: none;
  border: 1px solid #ccc;
  width: 100%;
  background: #f7f7f7;
  height: 300px;
  position: absolute;
  overflow-y: auto;
  z-index: 2;
  overflow-x: hidden !important;
  /* border-radius: 5px; */
}

.search-result {
  margin-left: 10px;
}

#search-results:first-child {
  margin-top: 15px !important;
}

.divider {
  margin: 0 10px;
  border: 1px solid #ccc;
  height: 70px;
}


.search-result {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.image-post {
  width: 100px;
  margin: 0 10px;
}

.post-title.search-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 98%;
}

.search-cat {
  margin-left: 0;
  margin-bottom: 10px !important;
}

.no-results {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.no-results p {
  font-size: 1rem;
  font-style: italic;
}

.icon-not-found {
  font-size: 5em; 
}

.navbar-standerd .right-menu li .link-post-search {
    border-left: none;
    position: unset;
    color: unset;
    height: unset;
    line-height: unset;
    line-height: unset;
    width: unset;
    height: unset;
    font-size: unset;
    display: unset;
    text-align: unset;
    border-left: unset;
    color: unset;
}

.navbar-standerd .right-menu li .link-post-search:before {
  position: unset;
  right: unset;
  top: unset;
  width: unset;
  height: unset;
  content: unset;
  bottom: unset;
  margin: unset;
  background: unset;
}

 /* Media query for mobile devices (up to 767px width) */
@media only screen and (max-width: 767px) {
  .dropdown-result-search {
    height: auto;
  }

  .link-seja-membro a {
    margin-top: 20px;
    margin-left: 0px !important;
  }

  .post-title.search-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
  }
  
}


@media only screen and (min-width: 1201px) {
  .nav-menu li {
    margin-right: 10px !important;
  }
}