
.mobile-bottom-nav {
  display: none !important;
}
@media (max-width: 480px) {
  #ribbitLogo {
    display: block !important;
    margin: 8px auto !important;
  }

  .banner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .mobile-bottom-nav {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background: #121212;
    justify-content: space-around;
    align-items: center;
    z-index: 5000;
  }

  .mobile-bottom-nav a {
    font-size: 12px;
    color: #6ab0ff;
    text-decoration: none;
  }

  .container {
    padding-bottom: 80px !important;
  }
}
html,
body,
* {
  scrollbar-width: thin;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

html[data-theme="ribbit"],
body[data-theme="ribbit"],
body[data-theme="ribbit"] * {
  scrollbar-color: #4CAF50 #d9f7c6;
}

html[data-theme="ribbit"]::-webkit-scrollbar-track,
body[data-theme="ribbit"]::-webkit-scrollbar-track,
body[data-theme="ribbit"] *::-webkit-scrollbar-track {
  background: #d9f7c6;
}

html[data-theme="ribbit"]::-webkit-scrollbar-thumb,
body[data-theme="ribbit"]::-webkit-scrollbar-thumb,
body[data-theme="ribbit"] *::-webkit-scrollbar-thumb {
  background: #4CAF50;
}

html[data-theme="ribbit"]::-webkit-scrollbar-thumb:hover,
body[data-theme="ribbit"]::-webkit-scrollbar-thumb:hover,
body[data-theme="ribbit"] *::-webkit-scrollbar-thumb:hover {
  background: #2e7d32;
}

html[data-theme="classic"],
body[data-theme="classic"],
body[data-theme="classic"] * {
  scrollbar-color: #1e6bd6 #dbe9ff;
}

html[data-theme="classic"]::-webkit-scrollbar-track,
body[data-theme="classic"]::-webkit-scrollbar-track,
body[data-theme="classic"] *::-webkit-scrollbar-track {
  background: #dbe9ff;
}

html[data-theme="classic"]::-webkit-scrollbar-thumb,
body[data-theme="classic"]::-webkit-scrollbar-thumb,
body[data-theme="classic"] *::-webkit-scrollbar-thumb {
  background: #1e6bd6;
}

html[data-theme="classic"]::-webkit-scrollbar-thumb:hover,
body[data-theme="classic"]::-webkit-scrollbar-thumb:hover,
body[data-theme="classic"] *::-webkit-scrollbar-thumb:hover {
  background: #0b2a4a;
}

html[data-theme="pink"],
body[data-theme="pink"],
body[data-theme="pink"] * {
  scrollbar-color: #b03060 #f7d6f2;
}

html[data-theme="pink"]::-webkit-scrollbar-track,
body[data-theme="pink"]::-webkit-scrollbar-track,
body[data-theme="pink"] *::-webkit-scrollbar-track {
  background: #f7d6f2;
}

html[data-theme="pink"]::-webkit-scrollbar-thumb,
body[data-theme="pink"]::-webkit-scrollbar-thumb,
body[data-theme="pink"] *::-webkit-scrollbar-thumb {
  background: #b03060;
}

html[data-theme="pink"]::-webkit-scrollbar-thumb:hover,
body[data-theme="pink"]::-webkit-scrollbar-thumb:hover,
body[data-theme="pink"] *::-webkit-scrollbar-thumb:hover {
  background: #7a1f40;
}

html[data-theme="ribbit-dark"],
body[data-theme="ribbit-dark"],
body[data-theme="ribbit-dark"] * {
  scrollbar-color: green #1a1a1a;
}

html[data-theme="ribbit-dark"]::-webkit-scrollbar-track,
body[data-theme="ribbit-dark"]::-webkit-scrollbar-track,
body[data-theme="ribbit-dark"] *::-webkit-scrollbar-track {
  background: #1a1a1a;
}

html[data-theme="ribbit-dark"]::-webkit-scrollbar-thumb,
body[data-theme="ribbit-dark"]::-webkit-scrollbar-thumb,
body[data-theme="ribbit-dark"] *::-webkit-scrollbar-thumb {
  background: #7db7ff;
}

html[data-theme="ribbit-dark"]::-webkit-scrollbar-thumb:hover,
body[data-theme="ribbit-dark"]::-webkit-scrollbar-thumb:hover,
body[data-theme="ribbit-dark"] *::-webkit-scrollbar-thumb:hover {
  background: #4f8fd8;
}


@media (min-width: 481px) {
  body {
    visibility: hidden;
  }
}
.container {
  width: 1000px;
  height: auto;
}
.close-btn-x {
  color: white;
  border: 1px solid white;
  padding: 0px 6px;
 }

.browse-pagination {
  text-align: right;
  width: auto;
}

.pagination-controls {
  display: flex;
  justify-content: flex-end; 
  align-items: center;
  gap: 12px;
  font-size: 0.9em;
  margin-top: 10px;
}

.pagination-controls button {
  padding: 3px 10px;
  border: 2px solid black;
  background: blue;
  cursor: pointer;
  color: white;
}

.pagination-controls button:disabled {
  opacity: 0.4;
  cursor: default;
}

.page-indicator {
  font-weight: none;
}

@media (max-width: 480px) {
  .content-box.user-posts,
  .content-box.user-posts .user-posts-content,
  .content-box.user-posts #user-posts-list {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
  }
}

.close-btn-x:hover {
  background: darkred;
  color: white;
}

.results-container {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.search-result {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  align-items: center;
  margin: 25px 30px 10px 0;
  padding: 0px;
  text-align: center;
  border-radius: 5px;
}
.search-result img {
  width: 100px;
  height: 100px;
  object-fit: cover;         
  object-position: center;
  display: block;
  margin: 5px auto 0 auto;  
}


.search-result span {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (max-width: 480px) {

  .results-container {
    gap: 6px;
  }

  .search-result {
    width: 100px !important;
    margin: 14px 14px 6px 0 !important;
  }

  .search-result img {
    width: 90px !important;
    height: 90px !important;
  }

  .search-result span {
    font-size: 14px !important;
    margin-bottom: 4px !important;
  }

  
  .search-result.posts {
    width: 260px !important;
    padding: 10px !important;
    font-size: 0.85em !important;
  }

  .search-result.posts p {
    font-size: 0.85em !important;
  }
}
.results-header {
  margin-bottom: 15px;
  font-size: 0.7em;
  margin: 0 auto;
  text-align: center;
}

.search-result.people {
  width: 120px;
  text-align: center;
}

.search-result.groups {
  width: 150px;
  text-align: left;
  padding: 10px;
  margin-bottom: 10px;
}

.search-result.posts {
  width: 300px;
  text-align: left;
  background: #fff8e1;
  padding: 15px;
  border: 1px solid #ffd54f;
  border-radius: 5px;
  margin-bottom: 15px;
  word-wrap: break-word;
}

.search-result.posts p {
  margin: 5px 0;
  font-size: 0.9em;
  color: #333;
}
body[data-theme="classic"] .left-box {
  margin-bottom: 10px;
}
html[data-theme="ribbit"] {
  background: linear-gradient(
    180deg,
    #eaffda 0%,
    #d9f7c6 40%,
    #c8efb2 100%
  );
}

html[data-theme="classic"] {
  background: linear-gradient(
    180deg,
    #eaf3ff 0%,
    #dbe9ff 40%,
    #c6dcff 100%
  );
}

html[data-theme="pink"] {
  background: linear-gradient(
    180deg,
    #fde8f8 0%,
    #f7d6f2 40%,
    #efb9e8 100%
  );
}

html[data-theme="ribbit-dark"] {
  background: linear-gradient(
    180deg,
    #0f0f0f 0%,
    #151515 40%,
    #1a1a1a 100%
  );
}


body {
  background: transparent !important;
}

html, body {
  min-height: 100%;
}


html {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.music-note {
  position: fixed;
  bottom: -40px;
  font-size: 22px;
  opacity: 0.35;
  animation: floatMusic linear infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes floatMusic {
  from {
    transform: translateY(0) rotate(0deg);
    opacity: 0.5;
  }
  to {
    transform: translateY(-110vh) rotate(20deg);
    opacity: 0;
  }
}

@media (min-width: 481px) {
  body {
    visibility: hidden;
  }
}
html[data-theme="ribbit"] {
  background: linear-gradient(
    180deg,
    #eaffda 0%,
    #d9f7c6 40%,
    #c8efb2 100%
  );

  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

