@charset "UTF-8";
a.quote-text {
  color: #c0e5e5;
  text-decoration: none;
}

* {
  font-family: Shentox, Rogan, sans-serif;
}

html {
  min-height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #18191a;
  color: #bcc0c3;
  font-size: 1.1em;
}
@media screen and (max-width: 500px) {
  body {
    padding: 4px;
  }
}

.avatar {
  border-radius: 4px;
  box-shadow: 0px 2px 1px black;
}
@media screen and (max-width: 500px) {
  .avatar {
    display: block;
    margin: 0 auto;
  }
}

.center {
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  line-height: 1.5;
}

.container-wide {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  line-height: 1.5;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.hyper-green {
  color: rgb(20, 241, 149);
}

.hyper-green-title {
  color: rgb(20, 241, 149);
  text-shadow: 8px 8px black;
  text-shadow: 6px 6px black;
  text-shadow: 4px 4px black;
  font-size: 4em;
}

.scroll-to-top {
  position: fixed;
  bottom: 170px;
  left: 10px;
  display: none;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 8px;
  background-color: #242526;
  color: white;
  border: 1px solid #293540;
}
@media screen and (max-width: 500px) {
  .scroll-to-top {
    left: 2px;
    bottom: 80px;
  }
}

.thumb-tag-masonry {
  background: #3b3b3b;
  border-radius: 4px;
  padding: 4px 6px;
  margin: 4px;
  font-size: 0.9em;
  display: inline-block;
  border: 1px solid #4e4e4e;
}

.thumb-tag-masonry-acp {
  background: #B87DFF;
  border-radius: 4px;
  padding: 4px 6px;
  margin: 4px;
  font-size: 0.9em;
  display: inline-block;
  border: 1px solid rgb(23, 23, 23);
}

a.thumb-tag-masonry-acp {
  color: rgb(245, 245, 245);
  font-weight: bold;
  text-decoration: none;
}

a.thumb-tag-masonry-acp:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.thumb-tag-masonry-premium {
  background: #f96854;
  border-radius: 4px;
  padding: 4px 6px;
  margin: 4px;
  font-size: 0.9em;
  display: inline-block;
  border: 1px solid rgb(23, 23, 23);
}

a.thumb-tag-masonry-premium {
  color: rgb(245, 245, 245);
  font-weight: bold;
  text-decoration: none;
}

a.thumb-tag-masonry-premium:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

a {
  color: #32c6c6;
}

a:hover {
  color: #3ebdf9;
}

a.discord {
  color: #7289da;
  font-weight: bold;
  margin: 10px;
}

a.emoji-solid {
  color: transparent;
  text-shadow: 0 0 0 rgb(30, 130, 255);
}

a.emoji-solid:hover {
  color: transparent;
  text-shadow: 0 0 0 rgb(62, 189, 249);
}

a.hyper-green {
  color: rgb(20, 241, 149);
}

a.related-image-group-link {
  border-radius: 4px;
}

a.related-image-group-link {
  font-size: 2.6em;
  color: white;
  text-shadow: 2px 3px 2px rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}

a.related-image-group-link:hover {
  opacity: 0.9;
}

.right {
  float: right;
}

a.tag {
  font-weight: bold;
  background-color: #2b2c2d;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
}

a.title {
  font-size: 2em;
  text-shadow: none;
}

a.title-small {
  font-size: 1.4em;
  text-shadow: none;
}

div.admin {
  background: #2d1212;
  border: 2px solid rgb(255, 69, 69);
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.center {
  text-align: center;
}

div.footer {
  background-color: #171717;
  padding: 20px;
}

div.header {
  background-color: #171717;
  padding: 20px;
}

div.header > a {
  font-weight: bold;
}

div.info {
  background: #12202d;
  border: 2px solid rgb(69, 118, 255);
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.list-preview {
  text-align: left;
  border-radius: 4px;
  width: 800px;
}

div.navbar-brand > a {
  font-size: 1.6em;
  font-weight: bold;
}

div.navbar-brand > a.navbar-item.hyper-green {
  color: rgb(20, 241, 149) !important;
}

div.padded {
  padding: 20px;
}

div.purple-gradient {
  background: linear-gradient(254.12deg, rgb(153, 69, 255) -11.85%, rgb(54, 15, 102) 113.98%);
  color: white;
}

div.purple-gradient > span.title {
  font-size: 4em;
  font-weight: bold;
  color: white;
}

div.purple-gradient > span.title-small {
  font-size: 2em;
  font-weight: bold;
  color: white;
}

div.related-image-group-interior-text {
  position: absolute;
  padding-left: 20px;
  padding-top: 100px;
  max-width: 580px;
}

div.rounded {
  border-radius: 8px;
}

div.row {
  width: 100%;
}

h1.title {
  font-size: 3em;
  text-shadow: 1px 2px 1px rgb(56, 56, 56);
}
@media screen and (max-width: 500px) {
  h1.title {
    font-size: 2em;
  }
}

h1, h2, h3, h4, h5 {
  margin-top: 1em;
  padding-top: 1em;
}
@media screen and (max-width: 500px) {
  h1, h2, h3, h4, h5 {
    text-align: center;
    padding-top: 0.5em;
  }
}

h1.no-padding, h2.no-padding, h3.no-padding, h4.no-padding, h5.no-padding {
  padding-top: 0px;
}

hr {
  margin-top: 20px;
  border: 1px solid #2f2f2f;
}

img.img-responsive {
  max-width: 98%;
}

img.related-image-group {
  border-radius: 4px;
}

img.svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

img.svg-acp {
  filter: invert(56%) sepia(66%) saturate(2683%) hue-rotate(225deg) brightness(103%) contrast(101%);
}

img.svg-discord {
  filter: invert(45%) sepia(51%) saturate(6813%) hue-rotate(225deg) brightness(100%) contrast(91%);
}

img.svg-facebook {
  filter: invert(57%) sepia(72%) saturate(7498%) hue-rotate(204deg) brightness(100%) contrast(90%);
}

img.svg-green {
  filter: invert(88%) sepia(99%) saturate(2840%) hue-rotate(74deg) brightness(97%) contrast(94%);
}

img.svg-patreon, img.svg-premium {
  filter: invert(68%) sepia(62%) saturate(5504%) hue-rotate(329deg) brightness(105%) contrast(95%);
}

img.svg-pinterest {
  filter: invert(20%) sepia(99%) saturate(7489%) hue-rotate(346deg) brightness(88%) contrast(107%);
}

img.svg-purple {
  filter: invert(56%) sepia(66%) saturate(2683%) hue-rotate(225deg) brightness(103%) contrast(101%);
}

img.svg-reddit {
  filter: invert(45%) sepia(93%) saturate(4003%) hue-rotate(2deg) brightness(103%) contrast(106%);
}

img.svg-spotify {
  filter: invert(67%) sepia(63%) saturate(2004%) hue-rotate(88deg) brightness(86%) contrast(79%);
}

img.svg-twitter {
  filter: invert(54%) sepia(16%) saturate(3332%) hue-rotate(171deg) brightness(95%) contrast(100%);
}

img.svg-youtube {
  filter: invert(17%) sepia(92%) saturate(7036%) hue-rotate(359deg) brightness(101%) contrast(111%);
}

img.svg-white {
  filter: invert(100%) sepia(0%) saturate(7461%) hue-rotate(340deg) brightness(114%) contrast(112%);
}

img.vertical-middle {
  vertical-align: middle;
}

nav.breadcrumb {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

nav.breadcrumb ul {
  padding: 10px 16px;
  list-style: none;
  background-color: #242526;
  border-radius: 4px;
  box-shadow: inset 1px 1px #000;
}

nav.breadcrumb ul li {
  display: inline;
  font-size: 18px;
}

nav.breadcrumb ul li + li:before {
  padding: 8px;
  color: rgb(138, 138, 138);
  content: "/ ";
}
@media screen and (max-width: 500px) {
  nav.breadcrumb ul li + li:before {
    padding: 2px;
  }
}

nav.breadcrumb li a:hover {
  color: #3ebdf9;
}

nav.breadcrumb li a.emoji-solid:hover {
  color: transparent;
  text-shadow: 0 0 0 rgb(62, 189, 249);
}

pre.code {
  background: #242526;
  border: 1px solid rgb(153, 69, 255);
  border-left: 10px solid rgb(153, 69, 255);
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}

span.important-text {
  font-size: 1.2em;
}

span.patreon {
  font-weight: bold;
  color: #f96854;
}

span.related-image-group-count {
  font-size: 0.5em;
  color: #bbbbbb;
  text-shadow: 1px 1px 3px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0);
}

span.related-image-group-title {
  text-shadow: 0px 0px 12px rgb(0, 0, 0), 0px 0px 8px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0);
}

span.title {
  font-size: 2em;
  text-shadow: none;
}

span.title-small {
  font-size: 1.4em;
  text-shadow: none;
}

strong {
  color: white;
}

.align-thumb {
  width: 800px;
}

.breadcrumb-background {
  width: max-content;
  padding: 8px;
  border-radius: 10px;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .align-thumb {
    width: 100%;
  }
  div.list-preview {
    width: 350px;
  }
  div.related-image-group-interior-text {
    padding-left: 10px;
    padding-top: 60px;
    line-height: 1;
    padding-right: 12px;
  }
}
table.striped {
  width: 100%;
  border-collapse: collapse;
}

table.striped > thead th, table.striped > tbody td {
  padding: 10px 15px;
  text-align: left;
}

table.striped > tbody tr:nth-child(even) {
  background-color: #2b2b2f;
}

table.striped > tbody tr:hover {
  background-color: #18191a;
}

table.table-striped {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #373737;
}

table.table-striped > thead {
  background-color: #151515;
}

table.table-striped > thead th, table.table-striped > tbody td {
  padding: 10px 15px;
  text-align: left;
}

table.table-striped > tbody tr:nth-child(even) {
  background-color: #2b2b2f;
}

table.table-striped > tbody tr:hover {
  background-color: #000;
}

ul.feature-list {
  list-style-type: none;
  padding: 10px;
}

.carousel-container {
  position: relative;
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  background-color: #28292b;
  border-radius: 10px;
}

.carousel-slide {
  display: flex;
}

.carousel-item {
  min-width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-left: 46px;
  padding-right: 46px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

button.carousel-prev,
button.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
  border-radius: 6px;
  z-index: 1;
}

button.carousel-prev {
  left: 10px;
}

button.carousel-next {
  right: 10px;
}

button.carousel-prev:hover,
button.carousel-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.flex-wrap {
  flex-wrap: wrap;
}

div.acp {
  background: #19041b !important;
  border: 2px solid #B87DFF;
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.box {
  background-color: #242526;
  border-radius: 8px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.box-dark {
  background-color: rgb(44, 44, 44);
}

div.box-footer {
  background-color: #191a1a;
  border-radius: 8px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 200px;
}

div.box-no-margin {
  background-color: #242526;
  border-radius: 8px;
  padding: 10px;
  margin: 0px;
}

div.box-no-margin-no-background {
  border-radius: 8px;
  padding: 10px;
  margin: 0px;
}

div.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.flex {
  display: flex;
}

div.flex-container-centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

div.flex-row-to-column {
  display: flex;
  gap: 20px;
}
@media (max-width: 500px) {
  div.flex-row-to-column {
    flex-direction: column;
    align-items: center;
  }
}

div.flex-spaced {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}
@media (max-width: 500px) {
  div.flex-spaced {
    flex-direction: column;
    align-items: center;
  }
}

div.is-admin {
  background: #2d1212;
  border: 2px solid rgb(255, 69, 69);
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.premium, div.is-premium {
  background: #04111a;
  border: 2px solid #f96854;
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.is-mod {
  background: #191105;
  border: 2px solid #eea236;
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.red {
  background: #f96854;
  border: 2px solid rgb(255, 69, 69);
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.success, div.green {
  background: #225942;
  border: 2px solid #11D986;
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.warning {
  background: rgb(71, 19, 19);
  border: 2px solid rgb(233, 66, 66);
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  background: rgb(209, 209, 209);
  color: black;
  font-weight: bold;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  border: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  margin: 4px;
}
@media screen and (max-width: 500px) {
  .button {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.button:active {
  box-shadow: none;
  transform: translateY(5px);
}

.button:hover {
  color: black;
}

.button-acp {
  background: #B87DFF;
  color: black;
  font-weight: bold;
  border: 1px solid rgb(23, 23, 23);
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  margin: 6px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
}
.button-acp:hover {
  background: rgb(156.1461538462, 74, 255);
  color: black;
}
.button-acp:active {
  box-shadow: none;
  transform: translateY(5px);
}

.button-blue {
  background: rgb(104, 205, 223);
  color: black;
  font-weight: bold;
  border: 1px solid rgb(74, 163, 179);
  box-shadow: inset 0 -0.6em 0 -0.35em rgb(74, 163, 179);
}

.button-blue:hover {
  background: rgb(136, 229, 246);
}

.button-comment {
  background: #608a6b;
  color: black;
  font-weight: bold;
  border: 1px solid rgb(23, 23, 23);
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
}

.button-disabled {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  background: rgb(209, 209, 209);
  color: rgb(124, 124, 124);
  font-weight: bold;
  padding: 10px;
  border-radius: 12px;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 6px;
}

.button-dropdown-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

.button-dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: -10px;
  margin-left: 12px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.button-dropdown-teal {
  background-color: rgb(0, 163, 163);
}

.button-dropdown-content a {
  color: black; /* Light text color for dark background */
  font-weight: bold;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.button-dropdown-teal a:hover {
  background-color: rgb(0, 128, 128); /* Slightly darker on hover */
}

.button-dropdown-content.show {
  display: block;
}

.button-dropdown-wrapper-teal:hover .button-dropdown {
  background-color: rgb(0, 128, 128);
}

.button-dropdown-wrapper:hover .button-dropdown-content {
  display: block;
}

@media (hover: hover) {
  .button-dropdown-wrapper:hover .button-dropdown-content {
    display: block;
  }
}
.button-green {
  background: rgb(20, 241, 149);
  color: black;
  font-weight: bold;
  border: 1px solid rgb(23, 23, 23);
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
}

.button-has-left-attachment {
  margin-left: -12px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.button-has-right-attachment {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.button-orange {
  background: #F77036;
  color: black;
  font-weight: bold;
  border: 1px solid rgb(23, 23, 23);
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
}

.button-peach {
  background: #FFDAB9;
  color: black;
  font-weight: bold;
  border: 1px solid rgb(23, 23, 23);
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
}

.button-pink {
  background: rgb(214, 76, 170);
  color: black;
  font-weight: bold;
  border: 1px solid rgb(23, 23, 23);
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
}

.button-pink:hover, .button-blue:hover, .button-yellow:hover {
  color: rgb(42, 42, 42);
}

.button-premium {
  background: #f96854;
  color: black;
  font-weight: bold;
  border: 1px solid rgb(23, 23, 23);
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
  border-radius: 12px;
  margin: 6px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
}
.button-premium:hover {
  background: rgb(247.2711864407, 60.4915254237, 34.7288135593);
  color: black;
}
.button-premium:active {
  box-shadow: none;
  transform: translateY(5px);
}

.button-purple {
  background: rgb(153, 69, 255);
  color: black;
  font-weight: bold;
  border: 1px solid rgb(23, 23, 23);
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
}

.button-red {
  background: rgb(233, 66, 66);
  color: black;
  font-weight: bold;
  border: 1px solid rgb(23, 23, 23);
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
}

.button-teal {
  background: rgb(0, 163, 163);
  color: black;
  font-weight: bold;
  border: 1px solid rgb(23, 23, 23);
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
}

.button-yellow {
  background: rgb(228, 199, 11);
  color: black;
  font-weight: bold;
  border: 1px solid rgb(23, 23, 23);
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
}

.button-nav {
  border-radius: 0.4rem;
  padding: 0.4rem 0.9rem;
}

.button-small {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 8px;
  border: 0px;
  margin: 2px;
}

.button-white {
  background: white;
  color: black;
  font-weight: bold;
  border: 1px solid rgb(104, 104, 104);
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
}

.button-white:hover {
  border: 1px solid black;
  color: black;
}

.no {
  background: rgb(210, 124, 124);
  box-shadow: 0 5px 0 rgb(129, 60, 60);
}

.pinterest {
  background-color: #E60023;
}

.twitter {
  background-color: #1DA1F2;
}

.yes {
  background: rgb(124, 210, 129);
  box-shadow: 0 5px 0 rgb(67, 129, 60);
}

a.is-admin {
  border-left: 4px #ee3636 solid !important;
}

a.is-admin, button.is-admin {
  border-left: 4px #ee3636 solid !important;
  color: #ee3636;
  background-color: black;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(227, 227, 227, 0.17);
}

a.is-admin:hover, button.is-admin:hover {
  color: #ff5d5d;
}

a.is-mod, button.is-mod {
  border-left: 4px #eea236 solid !important;
  color: #eea236;
  background-color: black;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(227, 227, 227, 0.17);
}

a.is-mod:hover, button.is-mod:hover {
  color: #ffc65d;
}

.search-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #2b2b2f;
  border-radius: 5px;
}

.search-container-header {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #2b2b2f;
  border-radius: 5px;
  margin-top: -3px;
}
@media (max-width: 500px) {
  .search-container-header {
    margin-right: 10px;
    margin-top: 0px;
  }
}

.search-container-index {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #2b2b2f;
  border-radius: 5px;
  margin-top: -3px;
  font-size: 2.4em;
}
@media (max-width: 500px) {
  .search-container-index {
    margin-right: 0px;
    margin-top: 0px;
    width: 100%;
    font-size: 1.4em;
  }
}

.search-input {
  background-color: #2b2b2f;
  color: #f5f5f5;
  border: none;
  padding: 10px;
  flex-grow: 1;
  z-index: 2;
}

.search-input-header {
  background-color: #2b2b2f;
  color: #f5f5f5;
  border: none;
  padding: 10px;
  flex-grow: 1;
  z-index: 2;
  font-size: 1em;
  padding-left: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  font-size: inherit;
}
@media (max-width: 500px) {
  .search-input-header {
    max-width: 150px;
  }
}

.search-input-index {
  background-color: #2b2b2f;
  color: #f5f5f5;
  border: none;
  padding: 10px;
  flex-grow: 1;
  z-index: 2;
  font-size: 1em;
  padding-left: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  font-size: inherit;
}

.search-input:focus, .search-input-header:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.search-button {
  background-color: #2b2b2f;
  border: none;
  color: #f5f5f5;
  padding: 10px;
  font-size: 30px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media (max-width: 500px) {
  .search-button {
    font-size: 20px;
  }
}

.search-button-header {
  background-color: #2b2b2f;
  border: none;
  color: #f5f5f5;
  padding: 8px;
  font-size: inherit;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

div.field-container {
  margin-bottom: 12px;
  margin-top: 12px;
}

div.input {
  display: inline;
}

div.label {
  display: inline-block;
  width: 160px;
}

input, select {
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  font-size: 1.1em;
}

input.longer {
  width: 60%;
}
@media (max-width: 500px) {
  input.longer {
    width: 90%;
  }
}

label.large {
  font-weight: bold;
  font-size: 1.2em;
  vertical-align: middle;
}

select {
  background-color: #2b2b2f;
  color: rgb(245, 245, 245);
}

textarea {
  background-color: #2b2b2f;
  color: rgb(245, 245, 245);
}

textarea.input {
  border-radius: 6px;
  font-size: 1.1em;
}

a.header-logo {
  text-decoration: none;
  order: 1;
}

a.header-menu-list-item {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}

div.header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 500px) {
  div.header {
    padding-left: 0px;
  }
}

div.header-menu {
  order: 4;
}
@media (max-width: 500px) {
  div.header-menu {
    display: none;
    padding-top: 20px;
  }
}

div.mobile-nav-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 1.5rem;
  height: 2rem;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  margin-right: -10px;
  order: 3;
}
@media (max-width: 500px) {
  div.mobile-nav-menu {
    display: inline-flex;
  }
}

div.mobile-nav-menu div {
  width: 1.5rem;
  height: 0.25rem;
  background-color: rgb(245, 245, 245);
}

div.search-container-header {
  order: 2;
}

ul.header-menu-list {
  list-style-type: none;
  display: inline-flex;
  margin: 0px;
  order: 4;
}

button.notice-close {
  float: right;
  margin-left: 15px;
  background-color: #11D986;
  border: 0px;
  font-size: 1.4em;
}

button.notice-close-error {
  background-color: rgb(233, 66, 66);
}

button.notice-close-success {
  background-color: #11D986;
}

div.notice {
  display: none;
  position: fixed;
  top: 60px;
  left: 10%;
  width: 80%;
  z-index: 9999;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
}

div.notice-error {
  background-color: rgb(233, 66, 66);
}

div.notice-error > span > a {
  background-color: #740000;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 5px;
}

div.notice-success {
  background-color: #11D986;
}

div.notice-visible {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 80px;
  left: 10%;
  width: 80%;
  z-index: 9999;
  padding: 12px;
  text-align: center;
  border-radius: 8px;
  transition: opacity 1s;
}

span.notice-message {
  width: 100%;
  text-align: center;
  color: rgb(245, 245, 245);
  font-size: 1.2em;
  font-weight: bold;
}

a.related-tag {
  background-color: #45B1FF;
  display: inline-block;
  text-decoration: none;
  font-size: 1em;
  color: black;
  font-weight: bold;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 8px;
  border: 0px;
  margin: 2px;
}

div.link-container {
  margin-bottom: 20px;
}

a.related-content-filter {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}
@media (max-width: 500px) {
  a.related-content-filter {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.btn-alphacoders {
  color: #fff;
  background-color: rgb(51, 122, 183);
  border-color: rgb(39, 90, 135);
  font-weight: bold;
  box-shadow: inset 0 -0.7em 0 -0.35em rgba(39, 90, 135, 0.57);
  margin: 2px;
}

.btn-alphacoders:hover {
  color: #FFF;
  text-shadow: 0px 0px 5px #dfffd3;
}

.btn-art {
  color: #fff;
  background-color: rgb(193, 27, 23);
  border-color: #941512;
  font-weight: bold;
  box-shadow: inset 0 -0.7em 0 -0.35em rgba(148, 21, 18, 0.57);
  margin: 2px;
}

.btn-art:hover {
  color: #FFF;
  text-shadow: 0px 0px 5px #ffd3d3;
}

.btn-avatar {
  color: #fff;
  background-color: rgba(124, 252, 0, 0.65);
  border-color: #489300;
  font-weight: bold;
  box-shadow: inset 0 -0.7em 0 -0.35em rgba(72, 147, 0, 0.57);
  margin: 2px;
}

.btn-avatar:hover {
  color: #FFF;
  text-shadow: 0px 0px 5px #d8ffd6;
}

.btn-gif {
  color: #fff;
  background-color: rgb(0, 0, 139);
  border-color: rgb(0, 0, 111);
  font-weight: bold;
  box-shadow: inset 0 -0.7em 0 -0.35em rgba(0, 0, 111, 0.87);
  margin: 2px;
}

.btn-gif:hover {
  color: #FFF;
  text-shadow: 0px 0px 5px #caeeff;
}

.btn-image {
  color: #fff;
  background-color: rgba(232, 163, 23, 0.9);
  border-color: #8d630e;
  font-weight: bold;
  box-shadow: inset 0 -0.7em 0 -0.35em rgba(141, 99, 14, 0.57);
  margin: 2px;
}

.btn-image:hover {
  color: #FFF;
  text-shadow: 0px 0px 5px #f3e62a;
}

.btn-mobile {
  color: #fff;
  background-color: rgb(70, 27, 126);
  border-color: #301357;
  font-weight: bold;
  box-shadow: inset 0 -0.7em 0 -0.35em rgba(48, 19, 87, 0.57);
  margin: 2px;
}

.btn-mobile:hover {
  color: #FFF;
  text-shadow: 0px 0px 5px #f32af3;
}

.btn-wallpaper {
  color: #fff;
  background-color: rgb(12, 142, 201);
  border-color: #2a6288;
  font-weight: bold;
  box-shadow: inset 0 -0.7em 0 -0.35em rgba(19, 49, 87, 0.57);
  margin: 2px;
}

.btn-wallpaper:hover {
  color: #FFF;
  text-shadow: 0px 0px 5px #83c0f1;
}

a.related-tag-content-view {
  text-decoration: none;
  display: inline-block;
  background-color: #2b2b2f;
  border: 1px solid black;
  border-radius: 8px;
  padding-right: 6px;
  margin: 4px;
}
@media (prefers-color-scheme: light) {
  a.related-tag-content-view {
    background-color: transparent;
    border: 1px solid #e3e3e3;
  }
}

div.related-content {
  background: rgb(28, 181, 224);
  background: radial-gradient(circle, rgb(28, 181, 224) 0%, rgb(0, 8, 81) 100%);
  padding: 8px;
  padding-left: 14px;
  margin-left: 14px;
  border-radius: 8px;
  box-shadow: inset 0 -0.7em 0 -0.35em rgba(0, 0, 0, 0.17);
  color: white;
  font-weight: bold;
  display: inline-block;
}

div.related-filter {
  display: inline;
}
@media (max-width: 500px) {
  div.related-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
  }
}

img.avatar-related-tag {
  vertical-align: middle;
  margin-left: -10px;
  margin-top: -2px;
  margin-bottom: 2px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 6px;
}
img.avatar-related-tag-content {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

div.related-tags {
  display: inline;
}
@media (max-width: 500px) {
  div.related-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  div.related-content {
    margin: 5px;
  }
  div.link-container {
    text-align: center;
  }
  .btn-custom {
    margin-top: 5px;
  }
}
a.alpha_coders {
  color: #2AA2F7;
}

a.acp {
  color: #B87DFF;
  font-weight: bold;
  margin: 10px;
}

a.premium {
  color: #f96854;
  font-weight: bold;
  margin: 10px;
}

small {
  font-size: 0.5em;
}

span.acp {
  color: #B87DFF;
  font-weight: bold;
}

span.blue {
  color: rgb(104, 205, 223);
}

span.fan-abyss {
  color: #15bc4c;
}

span.is-mod {
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: #eea236;
  color: #eea236;
}

span.label {
  padding: 6px;
  border-radius: 6px;
  margin: 2px;
}

span.label-green {
  background-color: #11D986;
  color: black;
}

span.label-red {
  background-color: rgb(233, 66, 66);
  color: black;
}

span.green {
  font-weight: bold;
  color: #11D986;
}

span.orange {
  font-weight: bold;
  color: #F77036;
}

span.premium {
  color: #f96854;
  font-weight: bold;
}

span.purple {
  font-weight: bold;
  color: #B87DFF;
}

span.red {
  font-weight: bold;
  color: rgb(233, 66, 66);
}

span.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #15bc4c;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.timeline-container {
  margin: 2rem 0;
  padding: 1rem;
}

.timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.timeline-header h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #bcc0c3;
}

.view-full-link {
  color: #32c6c6;
  text-decoration: none;
  font-size: 0.9rem;
}

.view-full-link:hover {
  text-decoration: underline;
}

.timeline-wrapper {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem 0;
}

.timeline {
  display: flex;
  gap: 2rem;
  padding: 1rem;
  min-width: min-content;
}

.timeline-item {
  flex: 0 0 300px;
  position: relative;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #2b2b2f;
  transform: translateX(-50%);
}

.timeline-content {
  background: #242526;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.timeline-type {
  display: inline-block;
  background: #2b2b2f;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  color: #32c6c6;
  margin-bottom: 0.5rem;
}

.timeline-date {
  color: #2AA2F7;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.timeline-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.1rem;
  color: #bcc0c3;
}

.timeline-description {
  margin: 0;
  font-size: 0.9rem;
  color: #bcc0c3;
  line-height: 1.4;
  opacity: 0.9;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .timeline {
    flex-direction: column;
    gap: 1.5rem;
  }
  .timeline-item {
    flex: 0 0 auto;
    width: 100%;
  }
  .timeline-item::before {
    left: 0;
    height: 100%;
  }
  .timeline-content {
    margin-left: 1.5rem;
  }
  .timeline-wrapper {
    overflow-x: visible;
  }
}
/* Scrollbar Styles */
.timeline-wrapper::-webkit-scrollbar {
  height: 8px;
}

.timeline-wrapper::-webkit-scrollbar-track {
  background: #2b2b2f;
  border-radius: 4px;
}

.timeline-wrapper::-webkit-scrollbar-thumb {
  background: #242526;
  border-radius: 4px;
}

.timeline-wrapper::-webkit-scrollbar-thumb:hover {
  background: #000;
}

/*# sourceMappingURL=site.css.map */
