    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      background-color: var(--bg-primary);
      min-height: 120vh;
      min-width: 100vw;
      height: 200px;
      overflow-y: hidden;
      overflow-x: hidden;
      position: fixed !important;
      color: #f8f9f9;
      user-select: none !important;
        -webkit-touch-callout: none; /* Disables the callout menu on long press in iOS Safari */
  -webkit-user-select: none; /* Safari, Chrome, Opera */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Standard syntax */
    }




    

  
    /* Navbar Bottom */
    .navbar-bottom {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      height: 80px;
      background: var(--navbar-bg);
      backdrop-filter: blur(20px);
      border-top: 0.1px solid var(--navbar-border);
      z-index: 9999;
    }

.navbar-bottom-content svg {
  width: 28px;  /* ou o tamanho que você usa nos outros ícones */
  height: 26px;
  fill: #888; /* pega a cor do texto do link */
}

    .active-bar svg{
      fill:  #fff;
    }

    .navbar-bottom-content {
      display: flex;
      justify-content: space-around;
      align-items: center;
      height: 100%;
      padding-bottom: 32px;
    }

    .navbar-bottom a {
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #f8f9f9;
      font-size: 26px;
      padding: 8px;
      border-radius: 12px;
      transition: all 0.3s ease;
      text-decoration: none;
    }


    .profile-mini {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      object-fit: cover;
    }


/* NEW CSS EXPLORE */


body {
    position: fixed;
}

.activities {
    overflow: auto;
    height: 100vh;
    overflow-x: hidden;
    padding-bottom: 200px;
    border: none !important;
}

.end-feed {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    padding-top: 30px;
    border: none !important;
}

.end-feed p {
    color: #474747;
    font-size: 14px;
    padding-top: 8px;
    border: none !important;
}

.search-area {
  border-bottom: 0.1px solid var(--navbar-border);
  padding: 12px;
}

.search-box {
    border-radius: 0.875rem;
    height: 4.6vh;
    background-color: #333;
    color: #cacaca !important;
}



.search-box input {
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    color: #cacaca !important;
}

.search-box input::placeholder {
    color: #cacaca !important;
}

.search-box input:focus {
    outline: none;
}

.search-box button {
    display: none;
}

.header-actives {
    padding: 12px 18px;
    border-bottom: 1px solid #1a1a1a;
    display: none;
}
.act-big {
    border-bottom: 1px solid #1a1a1a;
    padding: 8px;
    display: flex;
}

.act-doble {
    display: flex;
}
.act-small {
    border-bottom: 1px solid #1a1a1a;
    padding: 8px;
    height: 20vh;
    width: 50%;
    border-right: 1px solid #1a1a1a;
    display: block;
}

.act-small .user-info {
    display: block;
}

.act-small:last-child{
    border-right: none;
}

.act-header {
    display: flex;
    align-items: center;
}

.img-profile img {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-size: cover;
    backdrop-filter: blur(8px);
}

.profile-photos {
    display: flex;
    z-index: -9 !important;
}
.pfps {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-size: cover;
}

.user-img1{
    left: 0;
    z-index: 2;
}

.image img{
    border: 4px solid var(--bg-primary);
    height: 53px;
    width: 53px;
}

.user-img2 {
    left: 28px; /* ajuste este valor para mais ou menos sobreposição */
    z-index: 1;
    margin-left: -20px;
    padding: 0px;
}



.act-header img {
    height: 53px;
    width: 53px;
    border-radius: 50%;
    object-fit: cover;
}

.user-info {
    padding: 0px 8px;
    align-content: center;
    display: none;
}

.act-udisplay {
    font-weight: bold;
}

.act-username {
    font-size: 14px;
}

.act-content {
    padding: 4px;
    font-size: 17px;
    color: #cacaca;
    display: flex;
    align-items: center;
    align-self: center;
}


.act-content-small {
    font-size: 17px;
    color: #cacaca;
    display: block;
    align-items: center;
    align-self: center;
    padding: 8px;
}

.act-content span {
    font-weight: bold;
    color: #d8d8d8;
}

.act-content-small span {
    font-weight: bold;
    color: #d8d8d8;
}


.act-small {
  overflow: hidden;
}

.act-header {
  float: left;
  margin-right: 20px;
}

.act-content p {
  margin: 0;
  line-height: 1.4;
}




#searchResults {
  position: fixed;
  left: 0;
  width: 100vw;
  background: var(--bg-primary);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #2a2a2a !important;
  border-radius:  0px 0px 12px 12px;
  translate: 0px -4px;
  list-style: none;
  padding: 0;
  height: 100vh;
  margin: 0;
  display: none;
  overflow-y: auto;
  z-index: 9999999;
  overflow-x: hidden;
  padding-bottom: 10rem;
}

#searchResults.visible {
  display: block;
}

#searchResults li {
  padding: 14px 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}

#searchResults li:hover {
  background: rgba(20, 20, 20, 0.747);
  color: #007bff;
  backdrop-filter: blur(22px);
}

#searchResults li:last-child {
  border-bottom: none !important;
}


#searchResults::-webkit-scrollbar {
  width: 8px;
}
#searchResults::-webkit-scrollbar-track {
  background: transparent;
}
#searchResults::-webkit-scrollbar-thumb {
  background: #4a90e299;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
#searchResults::-webkit-scrollbar-thumb:hover {
  background: rgba(74, 144, 226, 0.9);
  background-clip: content-box;
}

.search-result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.search-result-item:hover {
  background: #252525;
}

.search-user-photo {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.search-user-info {
  display: flex;
  flex-direction: column;
}

.search-user-name {
  font-weight: 600;
  color: #fff;
}

.search-user-username {
  font-size: 13px;
  color: #888;
}

.no-results {
  padding: 15px;
  text-align: center;
  color: #666;
}

.search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  color: #888;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 3px solid #333;
  border-top-color: #4a9eff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.search-user-photo.lazy-load {
  transition: opacity 0.3s ease;
}

.search-user-photo.lazy-load.loaded {
  opacity: 1;
}

.marquee {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    animation: marquee 10s linear infinite;
}
