html {
  height: 100%;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: black;
  overscroll-behavior: none;
  color: white;
  height: 100%;
  font-family: monospace;
  font-size: 14px;
}

nah {
  display: block;
}

#footer {
  text-align: center;
  position: fixed;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: 360px;
  padding-bottom: 3px;
  background-color: black;
  height: 76px;
  overflow: auto;
  padding-top: 10px;
  z-index: 1000;
}

#footerWrapper {
  padding-top: 13px;
}

#ip {
  padding: 2px 0;
}

#copy {
  margin-bottom: 7px;
  font-size: 12px;

  a:not(:first-of-type) {
    color: white!important;
  }
}

#menu {
  margin-bottom: 9px;

  a {
    padding: 6px;
    font-size: 15px;

    &::after {
      display:inline-block;
      content: '•';
      color: white;
      padding-left: 8px;
      margin-right: -14px;
    }

    &:last-of-type::after {
      content: '';
    }

    &:hover {
      text-decoration: none;
    }

    &.u {
      text-decoration: underline;
    }
  }
}

#nah {
  width: 100%;

  > img {
    display: block;
    width: 100%;
    max-height: 568px;
    max-width: 720px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    animation: nahStart 1.5s ease-in forwards;
    animation-delay: 500ms;
    animation-iteration-count: 1;
    opacity: 0;
    position: relative;
    padding-top: 10px;

    @media only screen and (max-width: 420px) {
      max-width: 360px;
    }

    &.start {
      animation: nah 1.8s infinite;
      animation-delay: 500ms;
      opacity: 1;
    }

    &.dark {
      opacity: 0.5;
      cursor: default!important;
      transition: opacity .5s ease-in;
      animation: none;
    }
  }
}

#container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  letter-spacing: -0.3px;
  padding: 0 10px 10px;
  animation: fadein 2s ease-in forwards;
  animation-iteration-count: 1;
  animation-delay: 3000ms;
  opacity: 0;

  &.full {
    bottom: 80px;
    top: inherit;
    position: absolute;
    left: calc(50% - 180px);
    max-width: 360px;
    width: 100%;
    padding-top: 15px;
    animation-delay: 0ms;
    animation: fadein 1s ease-in forwards;
  }

  &.irc {
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
  }
}

#message {
  opacity: 0;
  animation: fadein 2s ease-in forwards;
  animation-delay: 1000ms;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 28px;
  color: #707070;
  cursor: pointer;
}

#user {
  text-align: center;
  display: inline-block;
  animation: fadein 2s ease-in forwards;
  animation-delay: 1000ms;
  line-height: normal;
  opacity: 0;
  padding-bottom: 6px;
  font-size: 48px;
  word-break: break-all;
  cursor: pointer;
  padding-top: 20px;

  span {
    cursor: pointer;
  }
}

@keyframes nahStart {
  0% {
    width: 10%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes nah {
  0% {
    width: 100%;
  }
  50% {
    width: 15%;
  }
  100% {
    width: 100%;
  }
}

@keyframes fadein {
  to {
    opacity: 1;
  }
}

textarea[name="web"] {
  display: none;
}

iframe {
  border: 0;
  border-radius: 4px;
  opacity: 0.8;
  max-width: 640px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  iframe {
    margin-left: 0;
    max-width: 100%;
  }
}

#close {
  position: fixed;
  top: 6px;
  left: 50px;
  display: none;
  z-index: 2;
  font-family: monospace;

  a {
    display: inline-block;
    width: 60px;
  }
}

a, .green {
  color: #07c607!important;
  background: none!important;
  border: none!important;
  cursor: pointer;
}

a:hover, .green:hover, a:active, a.u {
  text-decoration: underline!important;
}

.form {
  text-align: center;
  margin: 10px auto;
  display:block;
}

input, textarea, select {
  background-color: black;
  border: 1px solid #07c607;
  padding: 6px;
  margin: 6px;
  color: #07c607;
  width: 200px;
  opacity: 0.86;
  border-radius: 5px;
  font-family: monospace;
  font-size: 14px;
}

textarea {
  margin-top: 10px;
  min-height: 80px;
  width: 300px;
  text-align: left;
}

input:disabled, textarea:disabled {
  background-color: #313131;
}

.richText {
  text-align: left;
  background-color: transparent!important;
  border: none!important;
  color: white!important;
  position: relative;

  .richText-initial {
    min-height: 240px!important;
    height: 240px!important;
  }

  .richText-toolbar:last-child {
    display: none;
    justify-content: flex-end;
  }
}

.richText-editor {
  text-align: left;
  background-color: transparent!important;
  color: white!important;
  border: none!important;
  padding: 0!important;
  word-break: break-all;
}

.richText-help {
  display: none!important;
}

.richText .richText-undo, .richText .richText-redo {
  padding: 10px!important;
}

.richText .richText-redo {
  left: 36px;
}

.richText .richText-toolbar {
  margin-bottom: 4px;
  position: absolute;
  top: -33px;
  right: 40px;
}

.richText .richText-toolbar {
  border-bottom: none!important;
}

.richText .richText-toolbar ul li a {
  display: block;
  padding: 10px 10px!important;
  width: 32px;
  border-right: none!important;
  cursor: pointer;
}

.richText .richText-toolbar ul li a:hover {
  background-color: transparent!important;
}

.richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown {
  background-color: #00000073!important;
  border: #08c605 solid 1px!important;
}

.richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown .richText-dropdown-close {
  background-color: transparent!important;
  color: #08c605!important;
}

.twitter-tweet.twitter-tweet-rendered {
  margin: 0 auto;
}

.form input:hover, .form textarea:hover {
  border-color: #3dff3d;
}

.save {
  position: absolute;
  right: 0;
  top: -26px;
}

.save > input {
  background-color: transparent!important;
  border: none!important;
  padding: 0;
  margin: 0;
  color: #07c607;
  cursor: pointer;
  width: auto!important;
}

.save > input:hover {
  text-decoration: underline;
}

.wrapper {
  position: relative;
}

.account > form > nah > nah:first-child {
  padding-bottom: 8px;
  text-align: left;
  padding-left: 4px;
}

.error, .red {
  color: #da0b0b!important;
}

.form a.red {
  color: #da0b0b!important;
  text-decoration: none;
}

.form a.red:hover {
  text-decoration: underline;
}

.signature {
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 20px;
}

.signature a {
  color: white;
}

.top {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  max-width: 360px;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
  padding: 0;
  align-self: center;
  width: 100%;
  margin: 0 auto;
}

.top > nah {
  display: flex;
  padding: 4px 4px 4px 0;
  position: relative;
  width: 124px;
  overflow: hidden;

  a.free {
    color: #079b07 !important;
  }
}

.top > nah.hover:hover .popover{
  display: block!important;
}

.top > nah > nah:first-child {
  margin-right: 3px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}

.top > nah > nah:last-child {
  min-width: 90px;
}

.bmc {
  display: flex;
  max-width: 360px;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll;
  padding: 0;
  align-self: center;
  width: 100%;
  margin: 0 auto;
}

.page-bmc #container {
  top: 40px;
}

.popover {
  display: none;
  position: absolute;
  left: 90px;
  width: 112px;
  line-height: 14px;
  background-color: black;
  color: red;
  padding: 5px;
  z-index: 1;
}

.up {
  font-size: 10px;
  color: #ff0;
  background: transparent;
  margin-left: 0;
  font-weight: 800;
}

.strong {
  font-weight: bold;
}

.preview {
  cursor: pointer;
}

.preview:hover {
  text-decoration: underline;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
  width: 100%;
}

.center a {
  text-decoration: none;
}

.center a:hover {
  text-decoration: underline;
}

.online {
  text-align: center;
  line-height: 18px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #555454;
}

.time {
  font-size: 12px!important;
  color: #777777;
}

.center {
  text-align: center;
}

.small {
  font-size: 12px;
  line-height: 17px;
}

.sharethis-inline-share-buttons {
  width: 152px;
}

#shorten {
  display: none;
  text-align: center;
}

#cmtx_container {
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  background-color: transparent!important;
  border-radius: 10px;
  padding: 20px 0;
}

#cmtx_comments_container {
  padding-bottom: 45px;
}

@media only screen and (max-width: 420px) {
  #cmtx_container {
    max-width: 360px;
  }
}

@media only screen and (max-width: 800px) {
  .cmtx_comments_row_three, .cmtx_comments_row_four {
    margin-top: 20px!important;
  }
}

#cmtx_container * {
  font-family: monospace;
  font-size: 14px;
  text-decoration: none;
}

#cmtx_spinner {
  margin: 0 auto;
  display: block;
  max-width: 60px;
  opacity: 0.5;
}

.cmtx_comments_row_four {
  margin-top: 12px!important;
}

.cmtx_comment_section:not(:last-of-type) {
  border-bottom: 1px dashed #555454!important;
  margin-bottom: 10px!important;
}

.cmtx_comments_row_four {
  margin-top: 10px;
}

.cmtx_form_heading {
  margin-top: 24px!important;
}

#cmtx_container .cmtx_button_primary {
  background-color: #09c607!important;
  color: #000000!important;
  font-size: 13px;
}

.cmtx_comments_section {
  margin-top: 10px;
}

.cmtx_upload {
  max-width: 360px!important;
}

.cmtx_no_comments {
}

.cmtx_rows {
  margin-bottom: 20px;
}

.cmtx_date.timeago {
  font-size: 11px !important;
}

.cmtx_sticky_icon::before {
  right: 3px;
  left: inherit!important;
  color: #07c607!important;
}

#cmtx_form_container {
  display: none;
}

.cmtx_avatar_area, .cmtx_divider_section,
.cmtx_comments_heading, .cmtx_powered_by_row {
  display: none!important;
}

.cmtx_action_area div:not(:last-of-type) {
  margin-right: 0px !important;
  margin-left: 2px;
}

.cmtx_date_and_action_area {
  width: fit-content;
}

.cmtx_date_and_action_area div {
  padding-right: 6px;
}

.reply_indent_1 {
  margin-left: 12px!important;
}
.reply_indent_2 {
  margin-left: 24px!important;
}
.reply_indent_3 {
  margin-left: 36px!important;
}
.reply_indent_4 {
  margin-left: 48px!important;
}
.reply_indent_5 {
  margin-left: 60px!important;
}

.h-captcha iframe {
  width: 197px !important;
  margin: 10px;
}

body.page-homepage #cmtx_container {
  margin-top: 0!important;
}

.flex {
  display: flex;
  align-items: center;
}

.beer {
  display: block;
}

.beer img {
  max-width: 140px;
}

.info {
  display: none;
}

#share {
  display: flex;
  height: 36px;
  padding-top: 14px;
  justify-content: center;
}

.st-total {
  color: white!important;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.mt40 {
  margin-top: 40px;
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.bt {
  border-top: 1px solid #555454;
}

hr {
  border: none;
  border-bottom: 1px solid #555454;
  position: fixed;
  bottom: 65px;
  width: 360px;
  background: black;
  height: 11px;
}

select {
  width: 75px;
  margin-bottom: 0;
  height: 28px;
  padding: 4px;
}

hex-color-picker {
  left: 70px;
}

#ver {
  display: inline-block;
  line-height: 3px;
  color: #07c607!important;
}