
@media (min-width: 481px) {
  body {
    visibility: hidden;
  }
}
    @media (max-width: 480px) {
      html.theme-gating body { visibility: hidden !important; }
    }
    .themes-emoji {
      display: none;
    }
    
    @media (max-width: 480px) {
    .themes-text {
      display: none;
    }
    
    .themes-emoji {
      display: inline;
      opacity: 0.8;
      text-decoration: none;
      font-size: 17px;
      line-height: 2.5;
      }
    }
    @keyframes floatDown {
      from {
        transform: translateY(0);
        opacity: 0.95;
      }
          to {
        transform: translateY(110vh);
        opacity: 0;
      }
    }
    
    .user-card-box {
      height: 320px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      padding-bottom: 0 !important;  
    }
    
    
    .user-card-box .left-image-banner {
      flex-shrink: 0;
    }
    
    .user-card-box .left-image-content {
      flex: 1;
      overflow-y: auto;
      overflow-x: hidden;
      padding-right: 6px;        
    }
    .left-image-content {
      margin-top: 6px;
    }
    .profile-username-row {
      display: flex;
      flex-direction: column;  
      align-items: flex-start;  
    }
    
    .delete-account-btn {
      background: transparent;
      border: none;
      color: #c0392b;
      font-size: 11px;
      cursor: pointer;
      margin-bottom: 10px;
      white-space: nowrap;
    }
    
    .delete-account-btn:hover {
      text-decoration: underline;
      color: #8e1e14;
    }
    
    @media (max-width: 480px) {
      .delete-account-btn {
        font-size: 13px;
      }
    }
    
    .mobile-settings {
      display: none;
    }
    .mobile-settings-dropdown {
      display: none;
      position: absolute;
      top: 54px;     
      left: 8px;
      background: #121212;
      border: 1px solid #333;
      border-radius: 6px;
      padding: 6px 0;
      min-width: 160px;
      z-index: 7000;
      box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    }
    
    .mobile-settings-dropdown a {
      display: block;
      padding: 6px 12px;
      font-size: 12px;
      color: #6ab0ff;
      text-decoration: none;
      white-space: nowrap;
    }
    
    .mobile-settings-dropdown a:hover {
      background: #1a1a1a;
      color: #0b2a4a;
    }
    
    @media (min-width: 481px) {
      .mobile-settings {
        display: none;
      }
    
      .mobile-settings-dropdown {
        display: none;
      }
    }
    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;
    }
    @media (max-width: 480px) {
      #profile-music-toggle-btn {
        display: none !important;
      }
    }
    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;
    }
    .left-image-banner {
      position: static;
    }

    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 (max-width: 480px) {
      .mobile-settings {
        display: block;
        position: absolute;
        top: 6px;
        left: 8px;
        font-size: 18px;
        margin-top: 19px;
        line-height: 2.1;
        z-index: 6000;
      }

    @media (max-width: 480px) {
      .mobile-settings a {
        display: inline-block;
        transform: translateY(-8px);
      }
    }
    
    
      .banner {
        position: relative;
      }
    }
    
    .mention {
      color: #6ab0ff;     
      text-decoration: none;
      font-weight: 500;
      cursor: pointer;
      white-space: nowrap;
    }
    
    .mention:hover {
      color: #0b3d91;
      text-decoration: underline;
    }
    
    body.ribbit-dark .mention {
      color: #6ab0ff;
    }
    
    body.ribbit-dark .mention:hover {
      color: #9cc8ff;
    }
    
    .hashtag {
      color: #4CAF50;            
      text-decoration: none;
      cursor: pointer;
    }
    
    .hashtag:hover {
      color: green;
      text-decoration: underline;
    }
    
    body.ribbit-dark .mention,
    body.ribbit-dark .hashtag {
      color: #6ab0ff;
    }
.personalize-menu {
  position: absolute;
  right: 12px;
  top: 12px;
  margin-right: 5px;
  margin-top: 35px;
  z-index: 9000;

  display: flex;         
  align-items: center;   
  gap: 10px;              
}
        
    #personalize-btn {
      font-size: 0.86em;
      color: white;
      margin-Left: 10px;
      text-decoration: underline;
      cursor: pointer;
    }
    
    #personalize-btn:hover {
      color: lightgreen;
    }
    
    .personalize-dropdown {
      display: none;
      position: absolute;
      right: 0;
      top: 20px;
      background: white;
      border: 1px solid black;
      min-width: 140px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      overflow: hidden;
    }
    
    .personalize-dropdown a {
      display: block;
      padding: 6px 10px;
      font-size: 12px;
      color: black;
      text-decoration: none;
      cursor: pointer;
    }
    
    .personalize-dropdown a:hover {
      background: #eaffda;
      color: green;
    }
    body.profile-bg-transparent .container {
      background: rgba(255, 255, 255, 0.6) !important;
    }
    html[data-theme="ribbit-dark"] .personalize-dropdown,
    body[data-theme="ribbit-dark"] .personalize-dropdown {
      background: #121212;
      border: 1px solid #333;
      box-shadow: 0 4px 12px rgba(0,0,0,0.6);
    }
    
    html[data-theme="ribbit-dark"] .personalize-dropdown a,
    body[data-theme="ribbit-dark"] .personalize-dropdown a {
      color: #ffffff;
    }
    
    html[data-theme="ribbit-dark"] .personalize-dropdown a:hover,
    body[data-theme="ribbit-dark"] .personalize-dropdown a:hover {
      background: lightgreen;
      color: black; 
    }
    @media (max-width: 480px) {
      #ribbitLogo {
        display: block !important;
        margin: 8px auto !important;
      }
    
      .banner {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
    }
    html[data-theme="ribbit-dark"] #personalize-btn,
    body[data-theme="ribbit-dark"] #personalize-btn {
      color: black;;
    }
    
    html[data-theme="ribbit-dark"] #personalize-btn:hover,
    body[data-theme="ribbit-dark"] #personalize-btn:hover {
      color: lightgreen;
    }
    
    @media (max-width: 480px) {
      .mobile-bottom-nav {
        display: flex !important;
        position: sticky !important;
        bottom: 0;
        left: 0;
    
        width: 100%;
        height: 52px;
        background: #121212;
    
        justify-content: space-around;
        align-items: center;
    
        z-index: 5000;
        flex-shrink: 0;
      }
    
      .mobile-bottom-nav a {
        font-size: 12px;
        color: #6ab0ff;
        text-decoration: none;
      }
    }
    @media (max-width: 480px) {
      .personalize-menu {
        display: none !important;
      }
    }
    .left-image-banner {
      height: 20px;        
      line-height: 24px;
      flex-shrink: 0;
    }
    .delete-account-btn {
      display: none;
    }
    
    @media (max-width: 480px) {
      .delete-account-btn {
        display: none;
      }
    }
    @media (max-width: 480px) {
      #delete-account-banner {
        display: none !important;
      }
    }
    #profile-comments-btn {
      font-size: 0.86em;
      color: white;
      text-decoration: underline;
      cursor: pointer;
      margin-right: 0px;
    }
    
    #profile-comments-btn:hover {
      color: lightgreen;
    }
    .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;
      }
    }
    #toggle-music-notes-btn {
      font-size: 0.86em;
      color: white;
      text-decoration: underline;
      cursor: pointer;
    }
    
    #toggle-music-notes-btn:hover {
      color: lightgreen;
    }

    html[data-theme="ribbit-dark"] #toggle-music-notes-btn,
    body[data-theme="ribbit-dark"] #toggle-music-notes-btn {
      color: black;
    }
    
    html[data-theme="ribbit-dark"] #toggle-music-notes-btn:hover,
    body[data-theme="ribbit-dark"] #toggle-music-notes-btn:hover {
      color: lightgreen;
    }

    html[data-theme="ribbit-dark"] #profile-comments-btn,
    body[data-theme="ribbit-dark"] #profile-comments-btn {
      color: black;
    }
    
    html[data-theme="ribbit-dark"] #profile-comments-btn:hover,
    body[data-theme="ribbit-dark"] #profile-comments-btn:hover {
      color: lightgreen;
    }
    .left-box-banner {
      position: static;
    }
    .themes-link,
    .themes-link .themes-emoji {
      text-decoration: none !important;
    }
    
    .themes-link:hover,
    .themes-link:hover .themes-emoji {
      text-decoration: none !important;
    }
    #shared-school-banner {
      color: black; 
    }
    
    html[data-theme="ribbit-dark"] #shared-school-banner,
    body[data-theme="ribbit-dark"] #shared-school-banner {
      color: #ffffff;
    }
    
    .shared-school-link {
      color: #1a5fd0;     
      text-decoration: none;
      cursor: pointer;
    }
    
    html[data-theme="ribbit-dark"] .shared-school-link {
      color: #6ab0ff;       
    }

    .shared-school-link:hover {
      color: darkblue;
    }
    .shared-school-link:hover,
    html[data-theme="ribbit-dark"] .shared-school-link:hover,
    body[data-theme="ribbit-dark"] .shared-school-link:hover {
      color: darkblue; 
    }
    @media (max-width: 480px) {
      .mobile-bottom-nav {
        z-index: 100000 !important;
      }
    }
    @media (min-width: 481px) {
      .mobile-only {
        display: none !important;
      }
    }
    .people-you-may-know {
      height: 320px;           
      display: flex;
      flex-direction: column;
      overflow: hidden;        
    }
    
    .people-you-may-know-banner {
      flex-shrink: 0;         
    }
    
    .people-you-may-know-content {
      flex: 1;               
      overflow-y: auto;         
      overflow-x: hidden;
      padding-right: 6px;    
    }
    @media (max-width: 480px) {
    
      .login-logo {
        display: flex !important;
        flex-direction: column !important;
      }
    
    }
    @media (max-width: 480px) {
    
      .contact-box {
        order: 1 !important;
      }
    
      .user-card-box {
        order: 2 !important;
      }
    
    }
a.external-link {
  text-decoration: underline;
  cursor: pointer;
}

[data-theme="ribbit"] a.external-link { color: #1a5fd0; }
[data-theme="classic"] a.external-link { color: #0050ef; }
[data-theme="pink"] a.external-link { color: purple; }
[data-theme="ribbit-dark"] a.external-link { color: #6ab0ff; }

a.external-link:hover {
  color: #0b3d91;
}
.og-badge {
  font-size: 10px;
  margin-left: 6px;
  padding: 1px 4px;
  border: 1px solid #4CAF50;
  border-radius: 4px;
  color: #4CAF50;
  font-weight: bold;
}
#ribbit-plus-btn {
  font-size: 0.86em;
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

#ribbit-plus-btn:hover {
  color: lightgreen;
}
html[data-theme="ribbit-dark"] #ribbit-plus-btn,
body[data-theme="ribbit-dark"] #ribbit-plus-btn {
  color: black;
}

html[data-theme="ribbit-dark"] #ribbit-plus-btn:hover,
body[data-theme="ribbit-dark"] #ribbit-plus-btn:hover {
  color: lightgreen;
}
.ribbit-plus-dropdown {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  background: white;
  border: 1px solid black;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  padding: 6px 0;
  z-index: 9999;
}

.ribbit-plus-dropdown a {
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  color: black;
  text-decoration: none;
}

.ribbit-plus-dropdown a:hover {
  background: #eaffda;
  color: green;
}

.plus-title {
  font-size: 11px;
  font-weight: bold;
  padding: 6px 12px;
  opacity: 0.7;
}

.plus-divider {
  height: 1px;
  background: #ddd;
  margin: 6px 0;
}
html[data-theme="ribbit-dark"] .ribbit-plus-dropdown {
  background: #121212;
  border: 1px solid #333;
}

html[data-theme="ribbit-dark"] .ribbit-plus-dropdown a {
  color: white;
}

html[data-theme="ribbit-dark"] .ribbit-plus-dropdown a:hover {
  background: lightgreen;
  color: black;
}

html[data-theme="ribbit-dark"] .plus-divider {
  background: #333;
}
@media (max-width: 480px) {
  .contact-box {
    margin-bottom: 25px;
  }
}
.content-box {
  box-sizing: border-box;
}


.login-logo .content-box:first-of-type {
  margin-top: 0;
}
#click-to-play-music-hint,
.music-player,
#profile-music-player {
  box-sizing: border-box;
  transition: background 0.2s ease, border 0.2s ease;
}

.contact-box-banner {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

html.has-custom-banner .contact-box-content {
  border: none !important;
}

.login-logo .content-box + .content-box {
  margin-top: 20px !important;
}
.container {
  border: none !important;
}

html[data-plus-scrollbar="true"],
html[data-plus-scrollbar="true"] body,
html[data-plus-scrollbar="true"] body * {
  scrollbar-color: var(--plus-scrollbar-thumb) var(--plus-scrollbar-track) !important;
}

html[data-plus-scrollbar="true"]::-webkit-scrollbar-thumb,
html[data-plus-scrollbar="true"] body::-webkit-scrollbar-thumb,
html[data-plus-scrollbar="true"] body *::-webkit-scrollbar-thumb {
  background: var(--plus-scrollbar-thumb) !important;
}

html[data-plus-scrollbar="true"]::-webkit-scrollbar-track,
html[data-plus-scrollbar="true"] body::-webkit-scrollbar-track,
html[data-plus-scrollbar="true"] body *::-webkit-scrollbar-track {
  background: var(--plus-scrollbar-track) !important;
}

@media (max-width: 480px) {
  body.has-profile-background .container {
    background: rgba(255,255,255,0.00);
  }
}

