 

@font-face {
    font-family: torus;
    src: url(TorusNotched-Regular.woff2);
}
@font-face {
font-family: 'pixel2';
src: url('pixeldanganronpa.ttf');
}

body {
    font-family: torus;
    margin: 0;
    background-color: var(--background-color);
    color: var(--text-color);
  }
  
  .pixel {
   font-family: pixel2; 
  }
  
  .nav {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    height: 4em;
    background-color: var(--nav-background-color);
    border-bottom: solid var(--nav-border-color) 1px;
  }
  
  .nav-profile {
    padding: 0 !important;
    height: 42px;
    outline: solid 1px #34ff39;
    box-shadow: 0px 0px 10px #34ff39;
  }

  .notif {
    height: 6px;
    display: inline-flex !important;
    position: relative !important;
    background-color: #ff5050 !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 22px !important;
    font-family: pixel2 !important;
    margin-left: 8px !important;
    margin-right: 0px !important;
    padding-left: 6px !important;
    padding-right: 4px !important;
  }
  
  .navContainer {
  width: 100%;
  max-width: 900px;
    flex-basis: auto;
    display: inline-flex;
    justify-content: center;
  }
  
  .navItems {
  width: auto;
    align-items: center;
    display: inline-flex;
  margin-right: auto;
  }
  
  .navItems div {
  font-size: 1em;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 8px;
    color: var(--bio-label-keep);
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: #282828;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
  }
  
  .space {
    margin-left: 16px; margin-right: 16px;
  }
  
  .dropdown {
   background: url(dropdown.png);
   background-repeat: no-repeat;
   scale: 1;
   background-attachment: fixed;
   border-radius: 0 !important;
   background-position: 100%, 100%;
   image-rendering: pixelated;
   margin:  0px 5px -5px 5px;
   margin-left: 0px;
   background-size: contain; 
  }
  
  .logo-container {
  display: inline-block;
    width: 86px;
    position: relative;
  }
  
  .main {
    display: flex;
   padding: 10px 40px 40px 40px;
    justify-content: center;
  }
  
  .profile {
    z-index: 1;
    display: flex;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
  }
  
  .profile-container {
    width: 100%;
    max-width: 1000px;
    padding: 20px;
    padding-top: 40px;
    min-height: 250px;
    color: var(--text-color);
    background-color: var(--profile-background-color);
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    outline: solid 2px var(--profile-outline-color);
    box-shadow: 8px 8px 8px var(--profile-box-shadow-color);
  }
  
  .profile-banner {
    position: absolute;
    background: url("https://moseni.neocities.org/grid/banner/yume_2kki.png");
    background-size: auto;
    background-size: cover;
    height: 220px;
    display: inline;
    mask-image: linear-gradient(to bottom, black 15%, transparent 70%);
    opacity: 0.8;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
  }
  
  .profile-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }
  
  .profile-badges {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: var(--profile-background-color);
    outline: solid 1px var(--profile-badges-outline-color);
    width: 100%;
    max-width: 250px;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
  }
  
 .profile-badgesWrapper {
   align-self: center;
   width: 230px;
 }

 .profile-badgesWrapper .badge {
    height: 52px;
 }

 .profile-badgesWrapper .badge-title {
    font-size: 1.1em;
 }

 .profile-badgesWrapper .badge-imgContainer {
    width: 48px;
    height: 48px;
 }

  .badge {
    display: flex;
    height: 64px;
    padding: 8px;
  }
  
  .badge-imgContainer {
  background-color: black;
    padding: 5px;
    display: flex;
    width: 64px;
    height: 64px;
    flex-shrink: 1;
    max-width: 100%;
    outline: solid 1px white;
    margin-right: 10px;
  }
  
  .badge-imgContainer > img {
    max-width: 100%;
  }
  
  .badge-detail {
    display: flex;
    flex-direction: column;
    align-self: center;
     color: var(--profileCard-color);
  }
  
  .badge-title {
   font-size: 1.2em; 
  }
  
  .badge-content {
   font-size: 0.7em; 
  }
  
  .badge-timestamp {
   color: gray;
   font-size: 0.7em 
  }
  
  .profile-card {
    padding: 15px;
    padding-left: 25px;
    position: relative;
    display: flex;
    width: 450px;
    height: 150px;
    color: var(--text-color);
    border-radius: 10px;
    background-color: var(--profile-card-background-color);
     outline: solid 1px #34ff39; 
   box-shadow: 0px 0px 10px #34ff39;
  }
  
  
  .profileCard-userContainer {
  max-width: 100%;
    align-items: center;
    display: flex;
    flex-shrink: 1;
  }
  
  .profileCard-userDetails {
  display: flex;
    flex-direction: column;
    max-width: 200%;
    flex-shrink: 1;
    margin-bottom: 15px;
  }
  
  .profileCard-picture {
    width: 128px;
    height: 128px;
    position: relative;
    display: inline-flex;
    margin-right: 16px;
  }
  
  .profileCard-picture > img {
    float: left;
  }
  
  .profileCard-name {
    display: inline-flex;
    font-size: 2em;
    align-items: center;
    justify-content: space-between;
    color: var(--profileCard-color);
  }
  
  .profileCard-rank {
    display: inline;
    padding: 3px;
    margin-left: 10%;
    font-size: 0.4em;
    align-self: center;
    margin-top: 3px;
  }
  
  .rank-dev {
   outline: solid 1px #34ff39; 
   box-shadow: 0px 0px 10px #34ff39;
  }
  
  .rank-adm {
   outline: solid 1px yellow; 
  }
  
  .profileCard-postsDate {
    margin-left: 2px;
    color: var(--profileCard-postsDate-color);
    font-size: 0.8em;
  }
  
  .profileCard-status {
    background-color: var(--profileCard-status-background-color);
    margin-top: 10px;
    padding: 10px;
    padding-top: 10px;
    min-width: 256px;
    border-radius: 3px;
    max-height: 48px;
    overflow: hidden;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  
  .profileCard-link {
   margin-top: 6px;
  }
  
  .profileCard-link > a {
    color: var(--profileCard-link-color) !important; 
  }
  
  .bio {
    margin-top: 20px;
    position: relative;
    border-radius: 8px;
    outline: solid 1px var(--bio-outline-color);
    width: 490px;
    font-size: 1em;
    font-family: courier;
    overflow: hidden;
  }
  
  .bio-label {
    font-size: 1.4em;
    width: 100%;
    font-family: torus;
    text-align: center;
    background: var(--bio-label-background-gradient);
    padding: 6px;
    border-bottom: solid 1px var(--bio-label-outline-color);
    max-height: 87px;
    color: var(--bio-label-keep);
  }
  
  .bio-field {
    background-color: var(--bio-field-background-color);
    padding: 10px;
    word-break: keep-all;
    overflow-y: scroll;
    height: 100%;
  }

  .connect {
    margin-top: 20px;
  position: relative;
  border-radius: 8px;
  outline: solid 1px var(--bio-outline-color);
  width: 250px;
  font-size: 1em;
  font-family: courier;
  overflow: hidden;
  }

  .connect-label {
    font-size: 1.4em;
    width: 100%;
    font-family: torus;
    text-align: center;
    background: var(--bio-label-background-gradient);
    padding: 6px;
    border-bottom: solid 1px var(--bio-label-outline-color);
    max-height: 87px;
    color: var(--bio-label-keep);
    align-items: center;
    justify-content: center;
    gap: 8px;
    display: flex;
  }

  .connect-dot {
    width: 27px;
  height: 27px;
  background-color: gray;
  border-radius: 100%;
  align-self: flex-end;
  }

  .online {
    background-color: lightgreen;
  }
  
  .activity {
    color: var(--text-color);
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
    background-color: var(--activity-background-color);
    padding: 20px;
    max-width: 100%;
  }

  .comments {
    color: var(--text-color);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    background-color: var(--activity-background-color);
    max-width: 100%;
  }

  .comments-label {
    font-size: 1.4em;
    width: 100%;
    font-family: torus;
    text-align: center;
    background: var(--bio-label-background-gradient);
    padding: 6px;
    border-bottom: solid 1px var(--bio-label-outline-color);
    max-height: 87px;
    color: var(--bio-label-keep);
  }

  .comments-section {
    background-color: var(--bio-field-background-color);
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  }
  
  .comment-commenter {
    display: flex;
  }

  .comment {
    margin: 10px;
  }
  .comment-wrapper {
    width: 100%;
  }

  .comment-pfp {
    display: inline-flex;
    width: 64px;
    height: 64px;
    margin-right: 8px;
  }

  .comment-name {
    font-family: pixel2;
    font-size: 1em;
    display: inline-flex;
    height: 17px;
    width: 100%;
    align-items: center;
  }

  .comment-timestamp {
    margin-left: 2%;
    color: gray;
    font-size: 0.8em;
  }

  .comment-add {
    display: inline-flex;align-items: center;margin: 10px;
  }

  .comment-input {
    border-bottom: solid gray 1px;color: gray;width: 80%;margin-top: -8px;
  }

  .act-posts {
    position: relative;
    max-width: 100%;
    background-color: var(--act-posts-background-color);
    padding: 5px;
    border-radius: 8px;
  }
  
  .act-postsLabel {
    text-align: center;
    border-bottom: solid 1px var(--act-postsLabel-outline-color);
    padding: 5px;
    font-size: 1.4em;
    border-bottom: solid 1px #5e5e5e;
  }
  
  .act-badges {
    position: relative;
    max-width: 100%;
    background-color: var(--act-posts-background-color);
    padding: 5px;
    margin-top: 20px;
    border-radius: 8px;
  }
  
  .act-badgesLabel {
    text-align: center;
    border-bottom: solid 1px var(--act-postsLabel-outline-color);
    padding: 5px;
    font-size: 1.4em;
    border-bottom: solid 1px #5e5e5e;
  }
  
  .act-postsFeed {
    padding: 10px;
  }
  
  .act-badgesContainer {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center; 
   padding: 5px;
  }
  
  .act-badgesContainer > .badge {
      flex: 1 1 35%; /*grow | shrink | basis */
      height: 80px;
      font-size: 1.2em;
  }
  
  .post {
    margin-bottom: 10px;
  }
  
  .post-header {
    display: flex;
    width: 100%;
    height: 32px;
    align-items: center;
  }
  
  .post-pfp {
    display: inline-flex;
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  
  .post-pfp > img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
  }
  
  .post-re {
    margin-left: auto;
    color: var(--post-re-color);
    font-style: italic;
    cursor: pointer;
    text-decoration-line: underline;
    font-size: 0.8em;
  }
  
  .post-marker {
    display: inline-block;
    width: 13px;
    height: 6px;
    border-left: solid 2px var(--post-marker-border-color);
    border-bottom: solid 2px var(--post-marker-border-color);
    border-radius: 0px 0px 0px 6px;
    margin-left: 14px;
    margin-top: 4px;
    margin-right: 11px;
  }
  
  .post-container {
    display: flex;
  }
  
  .post-message {
    width: 500px;
    text-wrap: balance;
    color: var(--post-message-color);
  }
  
  .post-timestamp {
   color: gray;
   margin-left: 2%;
   font-size: 0.6em;
  }
  
  .post-action {
    font-weight: bold;
    color: var(--post-action-color);
  }
  
  #theme-toggle-button {
  position: relative;
    display: inline-flex;
    width: 48px;
    height: 48px;
    cursor: pointer;
    image-rendering: pixelated;
    margin-left: 92.7%;
    padding: 10px;
    padding-bottom: 0px;
  }