
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: #7db7ff #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;
}

.mention {
  color: #6ab0ff; 
  cursor: pointer;
}

.mention:hover {
  color: #0b3d91;
}
.hashtag {
  color: #4CAF50;              
  cursor: pointer;
}

.hashtag:hover {
  color: #1b5e20;
}


body.ribbit-dark .hashtag,
body[data-theme="ribbit-dark"] .hashtag {
  color: #4CAF50;
}
#comments-list {
  word-break: break-word;
  overflow-wrap: anywhere;
}

#comments-list * {
  word-break: break-word;
  overflow-wrap: anywhere;
}
body.ribbit-dark .hashtag:hover,
body[data-theme="ribbit-dark"] .hashtag:hover {
  color: #9be27a;
}

body.ribbit-dark .mention,
body[data-theme="ribbit-dark"] .mention {
  color: #6ab0ff;
}

body.ribbit-dark .mention:hover,
body[data-theme="ribbit-dark"] .mention:hover {
  color: #0b3d91;
}

#post-content,
#post-content * {
  word-break: break-word;
  overflow-wrap: anywhere;
}
@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;
  }
}
#comment-input,
#comment-highlight {
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: normal;
  padding: 8px;              
  box-sizing: border-box;
  white-space: pre-wrap;
  word-break: break-word;
}
@media (min-width: 481px) {
  .mobile-bottom-nav {
    display: none !important;
  }
}

#comment-highlight .mention {
  color: #6ab0ff !important;
}

#comment-highlight .hashtag {
  color: #4CAF50 !important;
}


body.ribbit-dark #comment-highlight .mention,
body[data-theme="ribbit-dark"] #comment-highlight .mention {
  color: #7db7ff !important;
}

body.ribbit-dark #comment-highlight .hashtag,
body[data-theme="ribbit-dark"] #comment-highlight .hashtag {
  color: #9be27a !important;
}
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;
  }
}
    @media (max-width: 440px) {
      #banner-profile-pic {
        display: none !important;
      }
    }

a.external-link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

a.external-link:hover {
  color: #0b3d91;
}

[data-theme="ribbit-dark"] a.external-link {
  color: #6ab0ff;
}

[data-theme="ribbit-dark"] a.external-link:hover {
  color: #4ea3ff;
}

[data-theme="pink"] a.external-link {
  color: purple;
}

[data-theme="pink"] a.external-link:hover {
  color: #7a1fa2;
}


[data-theme="classic"] a.external-link {
  color: #0050ef;
}

[data-theme="classic"] a.external-link:hover {
  color: #003baf;
}

