@charset "UTF-8";
.scroller-ad-container {
  margin: 30px auto;
  text-align: center;
  clear: both;
  height: 540px;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #2E2E2E;
  padding: 5px 0;
}

.scroller-ad-container:before {
  content: "Advertisement";
  margin: 10px 0;
  color: white;
}

.scroller-ad-container:after {
  content: "More Great Images Below";
  margin-top: auto;
  color: white;
}

.scroller-ad-container:after, .scroller-ad-container:before {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  clear: both;
  color: #7c7b7b;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}

.scroller-ad-setup {
  position: sticky;
  top: 0;
}

.scroller-ad {
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  height: 320px;
  display: flex;
}

div.ads-below-view-content {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  height: 280px;
}

div.ads-bottom-center {
  margin: 10px auto;
  height: 280px;
}

div.ads-desktop-infinite {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 280px;
}

div.ads-fuse-category-incontent-1-mobile {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
}

div.ads-fuse-home-incontent-1-mobile {
  margin: 10px auto;
  height: 280px;
}

div.ads-fuse-home-incontent-2-desktop {
  margin: 10px auto;
  height: 100px;
}

div.ads-fuse-home-incontent-2-mobile {
  margin: 10px auto;
  height: 280px;
}

div.ads-fuse-home-incontent-3-desktop {
  margin: 10px auto;
  height: 100px;
}

div.ads-fuse-home-incontent-4-desktop {
  margin: 10px auto;
  height: 100px;
}

div.ads-fuse-wallpaper-incontent-1-mobile {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
}

div.ads-fuse-wallpaper-incontent-2-mobile {
  margin: 10px auto;
  height: 600px;
}

div.ads-sticky-side {
  margin-left: auto;
  margin-right: auto;
  height: 620px;
}

div.ads-top-center {
  margin: 40px auto;
  height: 280px;
}

div.video-box-below-view-content {
  width: 410px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.video-box-infinite {
  width: 410px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.ad-example {
  border: 2px solid #6d6d6d;
  border-radius: 8px;
  max-width: 700px;
  max-height: 400px;
}
@media screen and (max-width: 500px) {
  img.ad-example {
    max-width: 90%;
  }
}

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

.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;
}

.comment-bubble {
  position: relative;
  height: auto;
  padding: 10px;
  border-radius: 4px;
  background: #242526;
  margin-bottom: 6px;
}

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

.standard-view-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 100%;
}

.container-content-view-page {
  background-color: #18191a;
  max-width: 1200px;
  flex: 1;
  min-width: 0;
}

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

.container-full {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  line-height: 1.5;
}

.container-side-ads {
  max-width: 1820px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
@media (max-width: 1340px) {
  .container-side-ads {
    flex-direction: column;
    gap: 0;
  }
}

.ad-left {
  width: 300px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
  height: fit-content;
}
@media (max-width: 1340px) {
  .ad-left {
    display: none;
  }
}

.ad-right {
  width: 300px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
  height: fit-content;
}
@media (max-width: 1340px) {
  .ad-right {
    display: none;
  }
}

.dropdown-menu {
  background: #242526;
}

.dropdown-menu > li > a {
  color: rgb(245, 245, 245);
}

.dropdown-menu > li > a:hover {
  color: rgb(245, 245, 245);
  background: #18191a;
}

.hover:hover {
  background: #18191a;
}

.inset {
  box-shadow: inset 1px 1px #000;
}

.list-group-item {
  background-color: #242526;
}

.list-group-item:hover, a.list-group-item:hover {
  background-color: #2b2b2f;
}

.modal-content {
  background-color: #242526;
}

.nav-tabs.active, .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
  background-color: #2b2b2f !important;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.no-margin-top {
  margin-top: 0px !important;
}

.panel {
  background-color: #242526;
}

.panel-footer {
  background-color: #242526;
}

.pointer {
  cursor: pointer;
}

.pull-right {
  float: right;
}

.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: 150px;
  }
}

.striped:nth-of-type(odd) {
  background: #2b2b2f;
}

.striped:nth-of-type(odd):hover {
  background: #18191a;
}

.title-container {
  padding-left: 25px;
  padding-right: 25px;
}

a {
  color: #8bcdec;
  text-decoration: none;
}

a:hover {
  color: #2AA2F7;
}

a.color-info {
  cursor: pointer;
}

a.light-blue {
  background-color: #242526;
  margin-top: 3px;
}

a.light-blue:hover {
  background-color: #242526;
}

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

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

div.alert-danger, div.alert-danger h1, div.alert-danger h2, div.alert-danger h3, div.alert-danger h4 {
  color: #a94442;
}

div.alert-info {
  background: #12202d;
  border: 2px solid rgb(69, 118, 255);
  border-radius: 6px;
  color: rgb(245, 245, 245);
}

div.alert-warning, div.alert-warning h1, div.alert-warning h2, div.alert-warning h3, div.alert-warning h4 {
  color: #8a6d3b;
}

div.caption-body, div.caption-bubble {
  background: #242526;
}

div.feature {
  background-image: none;
  background-size: cover;
}

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

div.panel {
  background-color: #242526;
}

div.panel-info > div.panel-heading {
  background-color: #2b2b2f;
}

div.panel-success > div.panel-heading {
  background-color: #225942;
  color: rgb(245, 245, 245);
}

div.panel-title {
  color: rgb(245, 245, 245);
}

div.panel-warning > div.panel-heading {
  background-color: #7D7B70;
  color: rgb(245, 245, 245);
}

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

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

div.row {
  width: 100%;
}

div.side-content-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 1340px) {
  div.side-content-wrapper {
    width: 100%;
  }
}

div.side-content-main {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
}
@media (max-width: 1677px) {
  div.side-content-main {
    max-width: 960px;
  }
}
@media (max-width: 1340px) {
  div.side-content-main {
    width: 100%;
  }
}

div.side-content-small {
  position: sticky;
  top: 66px;
  float: left;
  max-height: 100vh;
  width: 350px;
  margin-left: 40px;
  order: 2;
}
@media (max-width: 1340px) {
  div.side-content-small {
    display: none;
  }
}

div.sub_category_container:hover, div.sub_category_container > a:hover {
  background-color: #2b2b2f;
}

img.ac-logo {
  width: 360px;
}
@media screen and (max-width: 500px) {
  img.ac-logo {
    width: 200px;
  }
}

img.fit-to-container {
  max-width: 100%;
  height: auto;
}

img.main-content {
  max-width: 100%;
  height: auto;
  background-color: #2b2b2f;
}

img.svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  filter: invert(100%) sepia(7%) saturate(102%) hue-rotate(235deg) brightness(112%) contrast(92%);
}

img.svg-blue {
  filter: invert(30%) sepia(100%) saturate(1337%) hue-rotate(202deg) brightness(105%) contrast(98%);
}

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

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-favorite {
  filter: invert(23%) sepia(90%) saturate(5378%) hue-rotate(279deg) brightness(94%) contrast(91%);
}

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-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%);
  filter: invert(100%) sepia(7%) saturate(102%) hue-rotate(235deg) brightness(112%) contrast(92%);
}

img.svg-black {
  filter: invert(0%) sepia(100%) saturate(20%) hue-rotate(348deg) brightness(96%) contrast(104%);
}

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

p.header-white, p.header-white::first-letter {
  color: rgb(245, 245, 245);
  text-shadow: none;
}

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;
}

@media (max-width: 600px) { /* Adjust the max-width as needed */
  table.table-striped th,
  table.table-striped td {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  table.table-striped > tbody > td {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  table.table-striped thead {
    display: none;
  }
  table.table-striped tr {
    margin-bottom: 10px; /* Space between rows */
  }
  table.table-striped td:before {
    content: attr(data-label);
    align-self: flex-start;
    font-weight: bold;
  }
}
ul.feature-list {
  list-style-type: none;
  padding: 10px;
}

ul.padded > li {
  padding: 20px;
}

ul.horizontal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

ul.horizontal-list li {
  display: inline-block;
}

textarea.cke_source {
  color: black !important;
}

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

div.big-square-blue {
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 150px;
  background-color: rgb(12, 142, 201);
}
@media (max-width: 500px) {
  div.big-square-blue {
    height: 70px;
    width: 90%;
  }
}

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

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

div.box-dark {
  background-color: rgb(44, 44, 44);
  border-radius: 8px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.box-dark-no-margin {
  background-color: rgb(44, 44, 44);
  border-radius: 8px;
  padding: 10px;
  margin: 0px;
}

div.center-text {
  display: flex;
  align-items: center; /* Center text vertically */
  justify-content: center; /* Center text horizontally, if needed */
  text-align: center;
}

div.content-info-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

div.content-info-container > div {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 10px;
  box-shadow: inset 1px 1px 1px #c5c5c5;
  color: rgb(245, 245, 245);
  background: #2b2b2f;
}

@media (max-width: 500px) {
  div.content-info-container {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
div.flex {
  display: flex;
}

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

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;
}

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

div.footer {
  background-color: #000;
}

div.is-active {
  border-right: 4px #55ee36 solid;
}

div.is-admin {
  border-left: 4px #ee3636 solid;
}

div.is-mod {
  border-left: 4px #eea236 solid;
}

div.not-active {
  border-right: 4px #ee3636 solid;
}

div.panel-blue {
  border-color: #144E78;
  border-width: 2px;
  border-left-width: 6px;
  margin-top: 10px;
  border-style: solid;
  border-radius: 4px;
}

div.panel-heading-blue {
  font-weight: bold;
  font-size: 1.1em;
  color: white;
  background-color: #385D78;
  padding: 5px;
  border-color: #144E78;
  margin-left: -1px;
  border-radius: 0px;
  margin-right: -1px;
  margin-top: -1px;
  border-top-right-radius: 3px;
}

div.panel-default > .panel-heading {
  background-color: black;
  border-color: #2b2b2f;
  color: rgb(245, 245, 245);
}

div.panel-green {
  border-color: #075937;
  border-width: 2px;
  border-left-width: 6px;
  margin-top: 10px;
  border-style: solid;
  border-radius: 4px;
}

div.panel-heading-green {
  font-weight: bold;
  font-size: 1.1em;
  color: white;
  background-color: #225942;
  padding: 5px;
  border-color: #075937;
  margin-left: -1px;
  border-radius: 0px;
  margin-right: -1px;
  border-top-right-radius: 3px;
  margin-top: -1px;
}

div.panel-is-mod {
  border-color: #eea236;
  border-width: 2px;
  border-left-width: 6px;
  margin-top: 10px;
  border-style: solid;
  border-radius: 4px;
}

div.panel-is-mod-heading {
  font-weight: bold;
  font-size: 1.1em;
  color: rgb(245, 245, 245);
  background-color: #eea236;
  padding: 5px;
  border-color: #eea236;
  margin-left: -1px;
  border-radius: 0px;
  margin-right: -1px;
  border-top-right-radius: 3px;
  margin-top: -1px;
}

div.panel-orange {
  border-color: #78361A;
  border-width: 2px;
  border-left-width: 6px;
  margin-top: 10px;
  border-style: solid;
  border-radius: 4px;
}

div.panel-heading-orange {
  font-weight: bold;
  font-size: 1.1em;
  color: white;
  background-color: #78503E;
  padding: 5px;
  border-color: #78361A;
  margin-left: -1px;
  border-radius: 0px;
  margin-right: -1px;
  margin-top: -1px;
  border-top-right-radius: 3px;
}

div.panel-purple {
  border-color: #3D3F6B;
  border-width: 2px;
  border-left-width: 6px;
  margin-top: 10px;
  border-style: solid;
  border-radius: 4px;
}

div.panel-heading-purple {
  font-weight: bold;
  font-size: 1.1em;
  color: white;
  background-color: #535691;
  padding: 5px;
  border-color: #3D3F6B;
  margin-left: -1px;
  border-radius: 0px;
  margin-right: -1px;
  margin-top: -1px;
  border-top-right-radius: 3px;
}

div.panel-purple-dark {
  border-color: #3D3F6B;
  border-width: 2px;
  border-left-width: 6px;
  margin-top: 10px;
  border-style: solid;
  border-radius: 4px;
}

div.panel-heading-purple-dark {
  font-weight: bold;
  font-size: 1.1em;
  color: rgb(245, 245, 245);
  background-color: #535691;
  padding: 5px;
  border-color: #3D3F6B;
  margin-left: -1px;
  border-radius: 0px;
  margin-right: -1px;
  border-top-right-radius: 3px;
  margin-top: -1px;
}

div.premium, div.is-premium {
  background: #04111a;
  border: 2px solid #f96854;
  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;
}

@media screen and (max-width: 500px) {
  div.tag-feature {
    width: 180px;
    padding: 2px;
  }
}

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;
}

@media screen and (max-width: 500px) {
  img.tag-feature-avatar {
    width: 176px;
  }
}

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);
}

.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);
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #202020;
  padding-left: 20px;
  padding-right: 20px;
  margin: 6px;
}
@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-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-download {
  background: #337ab7;
  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-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);
}

.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-favorite {
  background: #b938e6;
  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-green {
  background: #11D986;
  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-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.button-group > button {
  position: relative;
  float: left;
}

.button-group > button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.button-group > button:last-child:not(:first-child), .button-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.button-blue {
  background: #2AA2F7;
  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-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-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: #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);
}

.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-small {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 8px;
  margin: 2px;
}

.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);
}

.discord {
  background-color: #5865F2;
}

.facebook {
  background-color: #1877F2;
}

.patreon {
  background-color: #f96854;
}

.pinterest {
  background-color: #E60023;
}

.reddit {
  background-color: #FF4500;
}

.telegram {
  background-color: #24A1DE;
}

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

.whatsapp {
  background-color: #25D366;
}

a.button-label {
  color: black;
  text-decoration: none;
}

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;
}

button:disabled {
  opacity: 30%;
}

div.button-label-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 10px;
}

div.button-label {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 22px;
  border-radius: 34px;
  text-align: center;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
  width: 116px;
  height: 116px;
}

div.button-label-blue {
  background-color: #2AA2F7;
}

div.button-label-blue:hover {
  background-color: #2489D1;
}

div.button-label-green {
  background-color: #11D986;
}

div.button-label-green:hover {
  background-color: #0EB36E;
}

div.button-label-orange {
  background-color: #F77036;
}

div.button-label-orange:hover {
  background-color: #D15F2E;
}

div.button-label-purple {
  background-color: #B87DFF;
}

div.button-label-purple:hover {
  background-color: #9945FF;
}

h2.button-label {
  font-size: 4em;
  line-height: 1;
}

h2.button-label, h3.button-label {
  color: black;
  font-weight: bolder;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

.custom-nav-tabs-element.active, .custom-nav-tabs-element.active:hover {
  background-color: #2b2b2f !important;
}

a.custom-nav-tabs-element {
  flex-grow: 1;
  background-color: #242526;
}

a.custom-nav-tabs-element:hover {
  background-color: #2b2b2f;
}

.faq-container {
  font-family: Arial, sans-serif;
  width: 100%;
}

.faq {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.faq-question {
  cursor: pointer;
  padding: 10px;
  background-color: #242526;
  font-weight: bold;
}

.faq-answer {
  display: none;
  padding: 10px;
  background-color: #2b2b2f;
}

.plus {
  float: right;
}

.feature-profile {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  font-size: 2.5em;
  text-shadow: 2px 2px 4px black;
  padding: 5px 10px;
  margin: 10px;
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.2);
  display: inline-block;
}

.feature-profile a {
  text-decoration: none;
  display: inline-block;
}

div.feature-user-container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  line-height: 1.5;
}
@media (max-width: 500px) {
  div.feature-user-container {
    display: block;
  }
}

div.feature-artist-2, div.feature-artist-3 {
  width: 49%;
  height: 350px;
  float: left;
  background-size: cover;
  background-position: center center;
  position: relative;
  border: 3px solid black;
}

div.feature-artist-3 {
  width: 33.3%;
  width: 33.3333333333%;
}

div.feature-bottom {
  position: absolute;
  bottom: 0;
  padding: 10px;
}

@media (max-width: 1050px) {
  div.feature-artist-3, div.feature-artist-2 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  input[type=text],
  input[type=password],
  input[type=email] {
    width: 90%;
  }
}

.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;
  }
}

input.search-input {
  background-color: #2b2b2f;
  color: #f5f5f5;
  border: none;
  padding: 10px;
  flex-grow: 1;
  z-index: 2;
  margin-right: -10px;
  padding-top: 15px;
  padding-bottom: 11px;
  font-size: 1.4em;
  width: 400px;
}
@media (max-width: 500px) {
  input.search-input {
    width: 80%;
  }
}

.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: 100px;
  }
}

.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: 30px;
  }
}

.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;
  background-color: #2b2b2f;
  color: #f5f5f5;
}

input.input-inline {
  background-color: #1a1a1a;
  border: 1px solid #444;
  border-radius: 8px;
  color: white;
  font-size: 0.85em;
  padding: 4px 8px;
  width: 130px;
}

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;
  color: #279AEB;
  font-weight: bold;
}
@media (max-width: 500px) {
  a.header-logo {
    font-size: 1;
    font-weight: normal;
  }
}

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

a.inbox-unread {
  background-color: #0EB36E;
  border-radius: 8px;
  padding: 10px;
}

a.inbox-read {
  background-color: #242526;
  border-radius: 8px;
  padding: 10px;
}

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

div.header-logo {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  div.header-logo {
    display: grid;
    justify-content: center;
    align-content: center;
  }
}

div.header-menu {
  order: 4;
  display: flex;
  align-items: center;
}
@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;
}

@media (max-width: 500px) {
  li.header-menu-list {
    padding: 10px;
  }
}

ul.header-menu-list {
  list-style-type: none;
  display: inline-flex;
  margin: 0px;
  order: 4;
}
@media (max-width: 500px) {
  ul.header-menu-list {
    flex-wrap: wrap;
  }
}

div.file-container {
  border: 2px solid #4c4c4c;
  border-radius: 4px;
  margin: 5px;
}

div.file-container-failure {
  border: 2px solid rgb(233, 66, 66);
  border-radius: 4px;
  margin: 5px;
}

div.file-container-success {
  border: 2px solid rgb(20, 241, 149);
  border-radius: 4px;
  margin: 5px;
}

div.file-container > img, div.file-container-success > img, div.file-container-failure > img {
  max-width: 100%;
  max-height: 200px;
}

div.file-container > video, div.file-container-success > video, div.file-container-failure > video {
  max-width: 100%;
  max-height: 200px;
}

div.files-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

div#file-add-info {
  display: none;
}

div#file-submit {
  display: none;
}

div#start-over {
  display: none;
}

progress {
  margin: 0 auto;
  width: 100%;
}

div.content_request_result_container {
  width: 50%;
}

div.content_request_result_placeholder {
  width: 512px;
  height: 512px;
  border: 2px dotted #3d3d3d;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
}

div.content_request_user_choices {
  width: 472px;
  min-height: 472px;
  border: 2px dotted #3d3d3d;
  border-radius: 15px;
  padding: 20px;
  font-size: 18px;
}

div.content_request_user_input_container {
  width: 50%;
}

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;
}

a.related-tag-simple {
  color: rgb(205, 205, 205);
}

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;
  }
}

.related-content-filter-row {
  display: flex;
  flex-wrap: wrap;
}

a.related-content-simple {
  padding: 6px 10px;
  border-radius: 18px;
  color: rgb(245, 245, 245);
  margin: 4px 6px;
  transition: background-color 0.15s ease;
}

a.related-content-simple:hover {
  color: #FFF;
}

a.related-content-simple-selected {
  background-color: rgb(13, 13, 13);
}

a.related-content-all {
  border: 1px solid #444742;
}

a.related-content-all:hover {
  background-color: #18191a;
}

a.related-content-alphacoders {
  border: 1px solid rgb(39, 90, 135);
}

a.related-content-alphacoders:hover {
  background-color: rgba(51, 122, 183, 0.5);
}

a.related-content-avatar {
  border: 1px solid rgba(124, 252, 0, 0.65);
}

a.related-content-avatar:hover {
  background-color: #1a2e10;
}

a.related-content-gif {
  border: 1px solid rgb(0, 0, 139);
}

a.related-content-gif:hover {
  background-color: #0e0e2e;
}

a.related-content-phone-wallpaper {
  border: 1px solid rgb(70, 27, 126);
}

a.related-content-phone-wallpaper:hover {
  background-color: #1e0e2e;
}

a.related-content-wallpaper {
  border: 1px solid rgb(12, 142, 201);
}

a.related-content-wallpaper:hover {
  background-color: #0e1e2e;
}

a.related-content-simple-not-selected {
  background-color: rgb(43, 43, 43);
}

.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;
}

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;
  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;
  }
}
span.related-tag-hash {
  color: #2AA2F7;
}

div.related-image-group {
  text-align: left;
  margin: 10px;
  border-radius: 4px;
}

div.related-image-group-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  div.related-image-group-container {
    width: 100%;
  }
}

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

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

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

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

span.related-image-group-count {
  font-size: 0.56em;
  color: #f3efef;
  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);
}

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

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

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

span.related-image-group-admin {
  text-shadow: none;
  font-size: 0.5em;
  border-left: 4px #eea236 solid;
  padding: 10px;
}

@media (max-width: 500px) {
  div.related-image-group-interior-text {
    padding-left: 10px;
    padding-top: 60px;
    line-height: 1;
    padding-right: 12px;
  }
}
@media (min-width: 600px) {
  div.related-image-group {
    width: 500px;
    height: 312px;
    overflow: hidden;
    margin: 10px;
  }
  img.related-image-group {
    aspect-ratio: 500/312;
    width: 100%;
    object-fit: cover;
    object-position: 50% 10%;
  }
  video.related-image-group {
    aspect-ratio: 500/312;
    width: 100%;
    object-fit: cover;
    object-position: 50% 10%;
  }
}
@media (max-width: 599px) {
  div.related-image-group {
    width: 100%;
  }
  img.related-image-group {
    width: 100%;
  }
  video.related-image-group {
    width: 100%;
  }
}
/* Featured linker phone wallpaper special display */
.featured-linker-phone-wallpaper-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 599px) {
  .featured-linker-phone-wallpaper-container {
    height: 300px;
  }
}

.featured-linker-phone-wallpaper-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(20px);
  transform: scale(1.1); /* Slightly larger to avoid blur edges */
  z-index: 1;
}

.featured-linker-phone-wallpaper-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 60%;
  object-fit: contain;
  z-index: 2;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Video-specific styling for phone wallpaper display */
video.featured-linker-phone-wallpaper-background,
video.featured-linker-phone-wallpaper-thumbnail {
  object-fit: contain;
}

video.featured-linker-phone-wallpaper-background {
  object-fit: cover;
}

/* Ensure text overlay appears above everything in phone wallpaper display */
.featured-linker-phone-wallpaper-container .related-image-group-interior-text {
  z-index: 3;
}

@media (min-width: 600px) {
  .featured-linker-phone-wallpaper-container {
    aspect-ratio: 500/312; /* Match the container aspect ratio */
  }
  .featured-linker-phone-wallpaper-thumbnail {
    max-width: 50%;
    max-height: 85%;
  }
}
@media (max-width: 599px) {
  .featured-linker-phone-wallpaper-thumbnail {
    max-width: 70%;
    max-height: 80%;
  }
}
.sorting-btn {
  color: black;
}

button.resolution_operand {
  flex-grow: 2;
}

button.selected {
  box-shadow: inset 0 -0.7em 0 -0.35em rgba(19, 49, 87, 0.57);
}

button.sorting {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  background-color: #2b2b2f;
  color: rgb(245, 245, 245);
  font-weight: bold;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #202020;
}
@media screen and (max-width: 500px) {
  button.sorting {
    padding-left: 18px;
    padding-right: 18px;
  }
}

button.sorting:active, button.sorting:focus, button.sorting:active:hover {
  background-color: #337ab7;
  color: rgb(245, 245, 245);
}

button.sorting-refresh {
  padding: 6px 12px;
  font-size: 14px;
  background-color: #11D986;
  border-radius: 6px;
  border-color: #0EB36E;
}

button.view-button {
  outline: 0px !important;
  border-color: none;
  border-width: 0px;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #2b2b2f;
  color: rgb(245, 245, 245);
}

button.view-button:hover {
  background-color: black;
  color: rgb(245, 245, 245);
}

button.view-button.selected {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

div.sorting-container {
  background: rgb(48, 43, 99), 1;
  background: radial-gradient(circle, rgb(48, 43, 99) 0%, rgb(15, 12, 41) 100%);
  max-width: 1060px;
  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);
  font-weight: bold;
  display: inline-block;
}

div.sorting-dropdown-content {
  display: none;
  position: absolute;
  background-color: #2b2b2f;
  min-width: 120px;
  margin-top: -20px;
  border-radius: 6px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

div.sorting-dropdown-item {
  padding: 8px;
}

div.sorting-dropdown-item:hover {
  background-color: #242526;
  border-radius: 6px;
}

div.sorting-dropdown-resolutions {
  margin-top: -130px;
  margin-left: -70px;
  border: 2px solid black;
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.75);
  padding: 10px;
}
@media (max-width: 600px) {
  div.sorting-dropdown-resolutions {
    margin-top: -120px;
    margin-left: -50px;
    max-width: 100%;
  }
}

div.sorting-dropdown-wrapper {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  div.sorting-dropdown-wrapper {
    flex-wrap: wrap;
  }
}

form.sorting {
  display: inline;
}

input.sorting {
  padding-top: 2px;
  padding-bottom: 4px;
  background-color: #2b2b2f;
  color: rgb(245, 245, 245);
}

select.sorting {
  padding-top: 2px;
  padding-bottom: 4px;
}

select.sorting option {
  transform: translateY(-100%);
}

span.sorting-btn-select {
  color: black;
}

.center-horizontal {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.header-text {
  color: rgb(245, 245, 245);
}
@media (max-width: 500px) {
  .header-text {
    text-align: center;
  }
}

.sub-title {
  color: rgb(245, 245, 245);
}

.title {
  text-shadow: 1px 2px 1px #444742;
  color: rgb(245, 245, 245);
  font-weight: bold;
  margin: 30px 0;
  font-size: 4em;
  font-size: calc(2.5em + 1.45vw);
}
@media screen and (max-width: 500px) {
  .title {
    margin-top: 20px;
    font-size: 3em;
    font-size: calc(2.2em + 1.45vw);
    text-align: center;
  }
}

.title small {
  color: black;
}

.title-text-block {
  display: inline-block;
  vertical-align: top;
}

.title-count {
  display: block;
  font-size: 0.4em;
  font-weight: normal;
}

.title-small {
  text-shadow: 1px 2px 1px rgb(245, 245, 245);
  color: #444742;
  font-weight: bold;
  margin: 35px 0;
  font-size: 2.8em;
  font-size: calc(1.5em + 0.75vw);
}
@media screen and (max-width: 500px) {
  .title-small {
    text-align: center;
  }
}

.title-small, .title small, .title-count {
  color: #bcc0c3;
  text-shadow: 1px 2px 1px #444742;
}

h1.is-admin, h2.is-admin, h3.is-admin, h4.is-admin, h5.is-admin {
  color: #ee3636;
  padding: 4px;
  border-radius: 4px;
}

h1.is-mod, h2.is-mod, h3.is-mod, h4.is-mod, h5.is-mod {
  color: #eea236;
  padding: 4px;
  border-radius: 4px;
}

h1.premium, h2.premium, h3.premium, h4.premium, h5.premium {
  color: #f96854;
}

a.list-group-item {
  color: rgb(245, 245, 245);
}

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

body {
  color: rgb(245, 245, 245);
}

h1, h2, h3, h4, h5 {
  color: rgb(245, 245, 245);
}

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

span.blue {
  color: #2AA2F7;
}

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

span.favorite {
  font-weight: bold;
  color: #b938e6;
}

span.gray {
  color: #aaa;
}

span.header-blue {
  text-shadow: none;
}

span.is-admin {
  color: #ee3636;
  border-left: 4px #ee3636 solid !important;
  background-color: black;
  padding: 4px;
  border-radius: 4px;
}

span.is-mod {
  color: #eea236;
  border-left: 4px #eea236 solid !important;
  background-color: black;
  padding: 4px;
  border-radius: 4px;
}

span.label-large {
  font-size: 1.1em;
  margin-left: 4px;
  margin-right: 4px;
}

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

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

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

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

.standard-page-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 100%;
}

.standard-page-content {
  flex: 1;
  max-width: 1400px;
  min-width: 0;
}

.standard-pfp-content {
  flex: 1;
  max-width: 1140px;
  min-width: 0;
}

.standard-phone-wallpaper-content {
  flex: 1;
  max-width: 1140px;
  min-width: 0;
}

.standard-wallpaper-content {
  flex: 1;
  max-width: 1260px;
  min-width: 0;
}

.css-grid-parent-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 100%;
}

.css-grid-parent-container-premium {
  display: flex;
  justify-content: center; /* Center the columns horizontally */
}

.css-grid-test-container-premium {
  column-count: 4; /* Number of columns */
  column-gap: 16px; /* Adjust gap size as needed */
}
@media (max-width: 1840px) {
  .css-grid-test-container-premium {
    column-count: 3;
  }
}
@media (max-width: 1370px) {
  .css-grid-test-container-premium {
    column-count: 2;
  }
}
@media (max-width: 915px) {
  .css-grid-test-container-premium {
    column-count: 1;
  }
}

.css-grid-test-container {
  column-count: 3; /* Number of columns */
  column-gap: 16px; /* Adjust gap size as needed */
}
@media (max-width: 1840px) {
  .css-grid-test-container {
    column-count: 2;
  }
}
@media (max-width: 1370px) {
  .css-grid-test-container {
    column-count: 1;
  }
}

.css-grid-ad-sidebar {
  flex: 0 0 300px; /* Fixed width for 300px ad */
  position: sticky;
  top: 20px;
  height: fit-content;
  align-self: flex-start;
}
@media (max-width: 1370px) {
  .css-grid-ad-sidebar {
    display: none; /* Hide ad on smaller screens */
  }
}

.css-grid-content {
  background: #242526;
  border-radius: 10px;
  position: relative;
  border: 3px solid #202020;
  width: 440px;
  margin-bottom: 20px;
  display: inline-block; /* Ensure items are displayed inline within columns */
  /* width: 100%; */ /* Make items take full width of the column */
  margin-bottom: 10px; /* Adjust bottom margin as needed */
  /* Adjust padding and border as needed */
}

a.thumb-tag {
  background: #3b3b3b;
  border-radius: 4px;
  padding: 4px 6px;
  color: white;
  margin: 4px;
  font-size: 1.4em;
  display: inline-block;
  border: 1px solid #4e4e4e;
  text-decoration: none;
}
@media (max-width: 500px) {
  a.thumb-tag {
    font-size: 1.1em;
  }
}

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

a.thumb-tag:hover {
  background: #4e4e4e;
}

a.thumb-tag-mobile-mobile {
  background: #3b3b3b;
  border-radius: 4px;
  padding: 2px 4px;
  color: white;
  margin: 4px;
  font-size: 0.9em;
  display: inline-block;
  border: 1px solid #4e4e4e;
  text-decoration: none;
  font-size: 0.9em;
}

.thumb-not-approved {
  border-color: #f089e2 !important;
}
@media (max-width: 500px) {
  .thumb-not-approved {
    background-color: #f089e2 !important;
  }
}

.tag-linker-not-approved {
  background-color: #d9534f !important;
}

div.flex-center-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
}

div.thumb-bottom {
  padding: 6px;
}

div.thumb-bottom-mobile-mobile {
  margin-top: -10px;
  background-color: black;
  padding-top: 6px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

div.thumb-container-800 {
  background: #242526;
  box-shadow: none;
  border-radius: 10px;
  position: relative;
  border: 3px solid #202020;
  width: 806px;
  margin: 20px auto;
}
@media (max-width: 500px) {
  div.thumb-container-800 {
    max-width: 360px;
    border-radius: 5px;
    border-width: 5px;
    padding: 5px;
    box-shadow: none;
    margin: 0px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-shadow: none;
    background-color: #242526;
    border: 0px;
    margin-bottom: 16px;
    padding-bottom: 0px;
    padding-left: 1px;
    padding-right: 1px;
  }
}

div.thumb-container-not-computer {
  max-width: 360px;
  border-radius: 5px;
  border-width: 5px;
  padding: 5px;
  box-shadow: none;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-shadow: none;
  background-color: #242526;
  border: 0px;
  margin-bottom: 16px;
  padding-bottom: 0px;
  padding-left: 1px;
  padding-right: 1px;
}

div.thumb-container-masonry {
  background: #242526;
  border-radius: 10px;
  position: relative;
  border: 3px solid #202020;
  width: 440px;
  margin-bottom: 20px;
}

div.thumb-container-avatar-desktop {
  background: #242526;
  border-radius: 10px;
  position: relative;
  border: 3px solid #202020;
  width: 350px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

div.thumb-container-mobile-mobile {
  flex: 0 1 49%;
  margin-bottom: 20px;
}

div.thumb-container-mobile-desktop {
  background: #242526;
  border-radius: 10px;
  position: relative;
  border: 3px solid #202020;
  width: 350px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

div.thumb-container-wallpaper-desktop {
  background: #242526;
  border-radius: 10px;
  position: relative;
  border: 3px solid #202020;
  width: 600px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

div.thumb-inline {
  display: inline;
}

div.thumb-info-masonry {
  background: #202020;
  border-radius: 4px;
  padding: 4px 6px;
  color: white;
  margin: 4px;
  font-size: 1.1em;
  display: inline-block;
  border: 1px solid #1a1a1a;
  text-decoration: none;
  font-size: 0.9em;
}

div.thumb-mobile-desktop-image {
  height: 640px;
  overflow: hidden;
}

div.thumb-tags {
  background: #202020;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: -7px;
  margin-top: 10px;
}

div.thumb-tags-mobile-mobile {
  background: #202020;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0px;
  margin: 0px;
}

div.thumbs-container-desktop {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

div.thumbs-gallery-container-mobile-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

img.thumb {
  border-radius: 10px 10px 0px 0px;
}

img.thumb:hover {
  transform: scale(1.01);
  filter: brightness(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

img.svg-thumb-button {
  filter: invert(0%) sepia(100%) saturate(20%) hue-rotate(348deg) brightness(96%) contrast(104%);
}

img.svg-thumb-info {
  filter: invert(100%) sepia(7%) saturate(102%) hue-rotate(235deg) brightness(112%) contrast(92%);
}

span.thumb-artist {
  color: rgb(245, 245, 245);
  font-size: 2em;
}
@media (max-width: 500px) {
  span.thumb-artist {
    font-size: 1.5em;
  }
}

span.thumb-artist-masonry {
  color: rgb(245, 245, 245);
  font-size: 1.4em;
}

span.thumb-categorization, span.thumb-categorization a {
  color: rgb(245, 245, 245);
  font-size: 1.3em;
}

span.thumb-tag {
  color: rgb(245, 245, 245);
  font-size: 1.3em;
}
@media (max-width: 500px) {
  span.thumb-tag {
    font-size: 1.1em;
  }
}

span.thumb-tag-masonry {
  color: rgb(245, 245, 245);
  font-size: 0.9em;
}

.website_feature_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.website_feature {
  width: 25%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  margin: 10px;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease; /* Hover transition */
}

.website_feature::before {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.7s;
  /* margin:auto */
  /* background: linear-gradient(147deg,  rgb(42, 162, 247) 0%, #385D78 74%); */
}

.website_feature:hover::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 50%;
  border-radius: 8px;
  background: linear-gradient(147deg, #D4E9FF 0%, rgb(42, 162, 247) 74%);
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images6.alphacoders.com/133/thumbbig-1331865.webp');
  background-size: cover;
  background-position: center;
   */
}

.website_feature > h1, .website_feature > p {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  z-index: 2;
  position: relative; /* To stack the backdrop correctly */
}

.website_feature > p {
  padding-left: 20px;
  padding-right: 20px;
}

/* Text backdrop */
.website_feature > h1::after, .website_feature > p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -3px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2); /* semi-transparent black */
  z-index: -1; /* place it behind the text */
}

/* Hover effects */
.website_feature:hover {
  transform: scale(1.01); /* Slight zoom */
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); /* Enhanced shadow */
  text-decoration: none;
}

/* Mobile View */
@media (max-width: 768px) {
  .website_feature {
    width: 100%; /* One box per row */
  }
}
:root, [data-theme=dark] {
  --bg-body: #18191a;
  --bg-box: #242526;
  --bg-box-dark: rgb(44, 44, 44);
  --bg-box-lighter: #2b2b2f;
  --bg-breadcrumb: #242526;
  --bg-comment-bubble: #242526;
  --bg-container-view: #18191a;
  --bg-footer: #000;
  --bg-header: #171717;
  --bg-hover: #18191a;
  --bg-input: #2b2b2f;
  --bg-input-inline: #1a1a1a;
  --bg-panel-default-heading: black;
  --bg-scroll-top: #242526;
  --bg-table-even: #2b2b2f;
  --bg-table-head: #151515;
  --bg-table-hover: #000;
  --bg-admin: #2d1212;
  --bg-alert-info: #12202d;
  --bg-info: #12202d;
  --bg-patreon: #04111a;
  --bg-premium: #04111a;
  --bg-red: #2d1212;
  --border-admin: rgb(255, 69, 69);
  --border-alert-info: rgb(69, 118, 255);
  --border-info: rgb(69, 118, 255);
  --border-input-inline: #444;
  --border-scroll-top: #293540;
  --border-table: #373737;
  --shadow-avatar: 0px 2px 1px black;
  --shadow-breadcrumb: inset 1px 1px #000;
  --shadow-content-info: inset 1px 1px 1px #c5c5c5;
  --shadow-inset: inset 1px 1px #000;
  --shadow-modal: 0 4px 20px rgba(0, 0, 0, 0.3);
  --text-color: rgb(245, 245, 245);
  --text-heading: rgb(245, 245, 245);
  --text-header-logo: #279AEB;
  --text-header-menu: #fff;
  --text-input: #f5f5f5;
  --text-link: #8bcdec;
  --text-link-hover: #2AA2F7;
  --text-subtitle: #bcc0c3;
  --text-title-shadow: 1px 2px 1px #444742;
  --svg-filter: invert(100%) sepia(7%) saturate(102%) hue-rotate(235deg) brightness(112%) contrast(92%);
  --svg-filter-thumb-info: invert(100%) sepia(7%) saturate(102%) hue-rotate(235deg) brightness(112%) contrast(92%);
  --svg-filter-white: invert(100%) sepia(7%) saturate(102%) hue-rotate(235deg) brightness(112%) contrast(92%);
  --header-border-bottom: none;
  --header-box-shadow: none;
  --box-shadow: none;
  --breadcrumb-separator: rgb(138, 138, 138);
  --bg-span-admin: black;
  --bg-span-mod: black;
  --mobile-nav-bar-color: rgb(245, 245, 245);
}

[data-theme=light] {
  --bg-body: #f0f2f5;
  --bg-box: #ffffff;
  --bg-box-dark: #e8eaed;
  --bg-box-lighter: #f0f2f5;
  --bg-breadcrumb: #ffffff;
  --bg-comment-bubble: #ffffff;
  --bg-container-view: #f0f2f5;
  --bg-footer: #e4e6e9;
  --bg-header: #ffffff;
  --bg-hover: #e4e6e9;
  --bg-input: #ffffff;
  --bg-input-inline: #f5f5f5;
  --bg-panel-default-heading: #f0f2f5;
  --bg-scroll-top: #ffffff;
  --bg-table-even: #f5f7fa;
  --bg-table-head: #e8e8e8;
  --bg-table-hover: #e4e6e9;
  --bg-admin: #fde8e8;
  --bg-alert-info: #e8f0fe;
  --bg-info: #e8f0fe;
  --bg-patreon: #fff5f3;
  --bg-premium: #fff5f3;
  --bg-red: #fde8e8;
  --border-admin: #e74c3c;
  --border-alert-info: #4576ff;
  --border-info: #4576ff;
  --border-input-inline: #ccc;
  --border-scroll-top: #d0d0d0;
  --border-table: #d0d0d0;
  --shadow-avatar: 0px 2px 4px rgba(0, 0, 0, 0.12);
  --shadow-breadcrumb: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-content-info: 0 1px 2px rgba(0, 0, 0, 0.08);
  --shadow-inset: 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-modal: 0 4px 20px rgba(0, 0, 0, 0.12);
  --text-color: #1c1e21;
  --text-heading: #1c1e21;
  --text-header-logo: #2AA2F7;
  --text-header-menu: #1c1e21;
  --text-input: #1c1e21;
  --text-link: #2AA2F7;
  --text-link-hover: #1a7fd4;
  --text-subtitle: #65676b;
  --text-title-shadow: none;
  --svg-filter: brightness(0) saturate(100%);
  --svg-filter-thumb-info: brightness(0) saturate(100%);
  --svg-filter-white: brightness(0) saturate(100%);
  --header-border-bottom: 1px solid #dddfe2;
  --header-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  --box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  --breadcrumb-separator: #999;
  --bg-span-admin: #fde8e8;
  --bg-span-mod: #fef3e2;
  --mobile-nav-bar-color: #1c1e21;
}

.avatar {
  box-shadow: var(--shadow-avatar);
}

.comment-bubble {
  background: var(--bg-comment-bubble);
}

.container-content-view-page {
  background-color: var(--bg-container-view);
}

.dropdown-menu {
  background: var(--bg-box);
}

.dropdown-menu > li > a {
  color: var(--text-color);
}

.dropdown-menu > li > a:hover {
  color: var(--text-color);
  background: var(--bg-hover);
}

.hover:hover {
  background: var(--bg-hover);
}

.inset {
  box-shadow: var(--shadow-inset);
}

.list-group-item {
  background-color: var(--bg-box);
}

.list-group-item:hover, a.list-group-item:hover {
  background-color: var(--bg-box-lighter);
}

.modal-content {
  background-color: var(--bg-box);
}

.download-modal {
  background-color: var(--bg-box-dark);
  box-shadow: var(--shadow-modal);
  color: var(--text-color);
}

.download-modal a {
  color: var(--text-link);
}

.download-modal a:hover {
  color: var(--text-link-hover);
}

.nav-tabs.active, .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
  background-color: var(--bg-box-lighter) !important;
}

.panel {
  background-color: var(--bg-box);
}

.panel-footer {
  background-color: var(--bg-box);
}

.scroll-to-top {
  background-color: var(--bg-scroll-top);
  color: var(--text-color);
  border-color: var(--border-scroll-top);
}

.striped:nth-of-type(odd) {
  background: var(--bg-box-lighter);
}

.striped:nth-of-type(odd):hover {
  background: var(--bg-hover);
}

a {
  color: var(--text-link);
}

a:hover {
  color: var(--text-link-hover);
}

a.light-blue {
  background-color: var(--bg-box);
}

a.light-blue:hover {
  background-color: var(--bg-box);
}

body {
  background-color: var(--bg-body);
  color: var(--text-color);
}

div.admin {
  background: var(--bg-admin);
  border-color: var(--border-admin);
}

div.alert-info {
  background: var(--bg-alert-info);
  border-color: var(--border-alert-info);
  color: var(--text-color);
}

div.caption-body, div.caption-bubble {
  background: var(--bg-box);
}

div.info {
  background: var(--bg-info);
  border-color: var(--border-info);
}

div.panel {
  background-color: var(--bg-box);
}

div.panel-info > div.panel-heading {
  background-color: var(--bg-box-lighter);
}

div.panel-title {
  color: var(--text-heading);
}

div.panel-warning > div.panel-heading {
  color: var(--text-heading);
}

div.panel-success > div.panel-heading {
  color: var(--text-heading);
}

div.patreon {
  background: var(--bg-patreon);
}

div.red {
  background: var(--bg-red);
  border-color: var(--border-admin);
}

div.sub_category_container:hover, div.sub_category_container > a:hover {
  background-color: var(--bg-box-lighter);
}

img.main-content {
  background-color: var(--bg-box-lighter);
}

/* Default img.svg only (no color modifier): theme-aware so light theme = dark icon, dark theme = light icon */
img.svg:not(.svg-blue):not(.svg-green):not(.svg-discord):not(.svg-facebook):not(.svg-favorite):not(.svg-patreon):not(.svg-premium):not(.svg-pinterest):not(.svg-reddit):not(.svg-spotify):not(.svg-twitter):not(.svg-youtube):not(.svg-white):not(.svg-black):not(.svg-thumb-button):not(.svg-thumb-info) {
  filter: var(--svg-filter);
}

img.svg-thumb-info {
  filter: var(--svg-filter-thumb-info);
}

img.svg-white {
  filter: var(--svg-filter-white);
}

p.header-white, p.header-white::first-letter {
  color: var(--text-heading);
}

table.table-striped {
  border-color: var(--border-table);
}

table.table-striped > thead {
  background-color: var(--bg-table-head);
}

table.table-striped > tbody tr:nth-child(even) {
  background-color: var(--bg-table-even);
}

table.table-striped > tbody tr:hover {
  background-color: var(--bg-table-hover);
}

div.box {
  background-color: var(--bg-box);
  box-shadow: var(--box-shadow);
}

div.box-no-margin {
  background-color: var(--bg-box);
  box-shadow: var(--box-shadow);
}

div.box-dark {
  background-color: var(--bg-box-dark);
}

div.box-dark-no-margin {
  background-color: var(--bg-box-dark);
}

div.content-info-container > div {
  color: var(--text-color);
  background: var(--bg-box-lighter);
  box-shadow: var(--shadow-content-info);
}

div.footer {
  background-color: var(--bg-footer);
}

div.panel-default > .panel-heading {
  background-color: var(--bg-panel-default-heading);
  border-color: var(--bg-box-lighter);
  color: var(--text-heading);
}

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

[data-theme=dark] div.premium,
[data-theme=dark] div.is-premium {
  background: #04111a;
}

[data-theme=light] div.premium,
[data-theme=light] div.is-premium {
  background: #fff5f3;
}

div.css-grid-content {
  background-color: var(--bg-box);
  border-color: var(--border-table);
}

div.thumb-info-masonry {
  background-color: var(--bg-box-dark);
  color: var(--text-color);
  border-color: var(--border-table);
}

div.thumb-container-not-computer {
  background-color: var(--bg-box);
}

div.thumb-container-wallpaper-desktop {
  background-color: var(--bg-box);
  border-color: var(--border-table);
}

div.thumb-container-mobile-desktop {
  background-color: var(--bg-box);
  border-color: var(--border-table);
}

div.thumb-container-avatar-desktop {
  background-color: var(--bg-box);
  border-color: var(--border-table);
}

div.thumb-container-mobile-mobile {
  background-color: var(--bg-box);
  border-color: var(--border-table);
}

a.header-logo {
  color: var(--text-header-logo);
}

a.header-menu-list-item {
  color: var(--text-header-menu);
}

a.inbox-read {
  background-color: var(--bg-box);
}

div.header {
  background-color: var(--bg-header);
  border-bottom: var(--header-border-bottom);
  box-shadow: var(--header-box-shadow);
}

div.mobile-nav-menu div {
  background-color: var(--mobile-nav-bar-color);
}

.search-container {
  background-color: var(--bg-input);
}

.search-container-header {
  background-color: var(--bg-input);
}

input.search-input {
  background-color: var(--bg-input);
  color: var(--text-input);
}

.search-input-header {
  background-color: var(--bg-input);
  color: var(--text-input);
}

.search-button {
  background-color: var(--bg-input);
  color: var(--text-input);
}

.search-button-header {
  background-color: var(--bg-input);
  color: var(--text-input);
}

input, select {
  background-color: var(--bg-input);
  color: var(--text-input);
}

input.input-inline {
  background-color: var(--bg-input-inline);
  border-color: var(--border-input-inline);
  color: var(--text-input);
}

select {
  background-color: var(--bg-box-lighter);
  color: var(--text-color);
}

textarea {
  background-color: var(--bg-box-lighter);
  color: var(--text-color);
}

.header-text {
  color: var(--text-heading);
}

.sub-title {
  color: var(--text-subtitle);
}

.title {
  color: var(--text-heading);
  text-shadow: var(--text-title-shadow);
}

.title-small, .title small, .title-count {
  color: var(--text-subtitle);
  text-shadow: var(--text-title-shadow);
}

a.list-group-item {
  color: var(--text-color);
}

h1, h2, h3, h4, h5 {
  color: var(--text-heading);
}

span.is-admin {
  background-color: var(--bg-span-admin);
}

span.is-mod {
  background-color: var(--bg-span-mod);
}

a.thumb-tag {
  background-color: var(--bg-box-dark);
  color: var(--text-color);
  border-color: var(--border-table);
}

a.thumb-tag-masonry {
  background-color: var(--bg-box-dark);
  color: var(--text-color);
  border-color: var(--border-table);
}

span.thumb-tag {
  color: var(--text-heading);
  font-weight: 600;
}

span.thumb-tag-masonry {
  color: var(--text-color);
}

div.thumb-tags {
  background-color: var(--bg-box-dark);
}

div.thumb-tags-mobile-mobile {
  background-color: var(--bg-box-dark);
}

a.thumb-tag-mobile-mobile {
  background-color: var(--bg-box-dark);
  border-color: var(--border-table);
  color: var(--text-color);
}

div.thumb-bottom-mobile-mobile {
  background-color: var(--bg-box);
}

a.related-content-simple {
  color: var(--text-color);
}

a.related-content-simple:hover {
  color: var(--text-heading);
}

a.related-content-simple-selected {
  background-color: var(--bg-box-dark);
}

a.related-content-simple-not-selected {
  background-color: var(--bg-box);
}

.custom-nav-tabs {
  border-bottom-color: var(--border-table);
}

a.custom-nav-tabs-element {
  background-color: var(--bg-box);
  color: var(--text-color);
}

a.custom-nav-tabs-element:hover {
  background-color: var(--bg-box-lighter);
}

.custom-nav-tabs-element.active,
.custom-nav-tabs-element.active:hover {
  background-color: var(--bg-box-lighter);
  border-bottom-color: var(--text-link);
}

nav.breadcrumb ul {
  background-color: var(--bg-breadcrumb);
  box-shadow: var(--shadow-breadcrumb);
}

nav.breadcrumb ul li + li:before {
  color: var(--breadcrumb-separator);
}

span.notice-message {
  color: var(--text-heading);
}

button.view-button {
  background-color: var(--bg-box-lighter);
  color: var(--text-color);
}

button.view-button:hover {
  background-color: var(--bg-hover);
  color: var(--text-heading);
}

button.view-button.selected {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}

div.sorting-container {
  background: radial-gradient(circle, #302b63 0%, #0f0c29 100%);
  box-shadow: 0 -0.7em 0 -0.35em rgba(0, 0, 0, 0.17) inset;
}

div.sorting-dropdown-content {
  background-color: var(--bg-box);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

div.sorting-dropdown-item:hover {
  background-color: var(--bg-hover);
}

[data-theme=light] {
  /* Lighter, brand-tinted sorting background in light mode */
  /* Keep premium border strong in light mode even on .box.is-premium */
  /* Slightly softer hover for theme toggle options in light mode */
  /* Custom nav tabs: active tab must stay light (overrides !important in source) */
  /* Message view_group: light-friendly message info and reply button */
  /* Make related tag links readable on light background (body text tone) */
  /* Standard button in light mode (non-variant .button) */
  /* Lighter, theme-aligned button colors (keep personality per button) */
  /* Lighter social share buttons in light mode (keep brand identity) */
  /* Soften panel-blue borders in light mode */
  /* Soften panel-heading-blue in light mode */
  /* Soften panel-green borders in light mode */
  /* Soften panel-heading-green in light mode */
  /* Light mode for success/green boxes */
  /* Soften panel-purple-dark borders in light mode */
  /* Soften panel-heading-purple-dark in light mode */
  /* Soften panel-purple borders in light mode */
  /* Soften panel-heading-purple in light mode */
}
[data-theme=light] div.box {
  border: 1px solid #e4e6e9;
}
[data-theme=light] div.box-no-margin {
  border: 1px solid #e4e6e9;
}
[data-theme=light] nav.breadcrumb ul {
  border: 1px solid #e4e6e9;
}
[data-theme=light] .scroll-to-top {
  border: 1px solid #d0d0d0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
[data-theme=light] input.input-inline {
  border: 1px solid #ccc;
}
[data-theme=light] input[type=text],
[data-theme=light] input[type=password],
[data-theme=light] input[type=email],
[data-theme=light] select,
[data-theme=light] textarea {
  border: 1px solid #dddfe2;
}
[data-theme=light] .search-container,
[data-theme=light] .search-container-header {
  border: 1px solid #dddfe2;
}
[data-theme=light] div.sorting-container {
  background: linear-gradient(135deg, #ffffff 0%, #f0f6ff 45%, #e4f2ff 100%);
}
[data-theme=light] div.box.is-premium {
  border: 2px solid #f96854;
}
[data-theme=light] a.related-content-simple:hover,
[data-theme=light] a.related-content-all:hover,
[data-theme=light] a.related-content-alphacoders:hover,
[data-theme=light] a.related-content-avatar:hover,
[data-theme=light] a.related-content-gif:hover,
[data-theme=light] a.related-content-phone-wallpaper:hover,
[data-theme=light] a.related-content-wallpaper:hover {
  background-color: var(--bg-hover);
}
[data-theme=light] .theme-toggle-option:hover {
  background-color: #e8eff8;
}
[data-theme=light] .custom-nav-tabs-element.active,
[data-theme=light] .custom-nav-tabs-element.active:hover {
  background-color: var(--bg-box-lighter) !important;
}
[data-theme=light] .message-info {
  background: var(--bg-box-lighter);
  color: var(--text-color);
}
[data-theme=light] .btn-reply {
  background: var(--text-link);
  border-color: #1a7fd4;
  color: #fff !important;
}
[data-theme=light] .btn-reply:hover {
  background: var(--text-link-hover);
  border-color: #1565a8;
}
[data-theme=light] a.related-tag-simple {
  color: var(--text-color);
}
[data-theme=light] .button {
  background-color: #2aa2f7; /* brand blue */
  color: #ffffff;
  border-color: #2489d1;
}
[data-theme=light] .button-download {
  background-color: #4a90e2; /* lighter blue */
  color: #ffffff;
  border-color: #2e6da4;
}
[data-theme=light] .button-favorite {
  background-color: #d56bff; /* lighter purple-pink */
  color: #1c1e21;
  border-color: #b938e6;
}
[data-theme=light] .button-green {
  background-color: #34e9a0;
  color: #1c1e21;
  border-color: #11d986;
}
[data-theme=light] .button-red {
  background-color: #ff7b7b;
  color: #1c1e21;
  border-color: #e94242;
}
[data-theme=light] .button-orange {
  background-color: #ff945e;
  color: #1c1e21;
  border-color: #f77036;
}
[data-theme=light] .button-blue {
  background-color: #2aa2f7; /* brand blue */
  color: #ffffff;
  border-color: #2489d1;
}
[data-theme=light] .button-teal {
  background-color: #27cfcf;
  color: #1c1e21;
  border-color: #009f9f;
}
[data-theme=light] .button-premium {
  background-color: #ff8a70;
  color: #1c1e21;
  border-color: #f96854;
}
[data-theme=light] .button-purple {
  background-color: #d0a2ff;
  color: #1c1e21;
  border-color: #b87dff;
}
[data-theme=light] .button.twitter {
  background-color: #4ab3ff;
  color: #ffffff;
  border-color: #1da1f2;
}
[data-theme=light] .button.facebook {
  background-color: #3b8fff;
  color: #ffffff;
  border-color: #1877f2;
}
[data-theme=light] .button.pinterest {
  background-color: #ff3355;
  color: #ffffff;
  border-color: #e60023;
}
[data-theme=light] .button.reddit {
  background-color: #ff6f3a;
  color: #1c1e21;
  border-color: #ff4500;
}
[data-theme=light] .button.whatsapp {
  background-color: #4fe785;
  color: #1c1e21;
  border-color: #25d366;
}
[data-theme=light] .button.telegram {
  background-color: #4ab8f1;
  color: #ffffff;
  border-color: #24a1de;
}
[data-theme=light] .button.discord {
  background-color: #7b8bff;
  color: #ffffff;
  border-color: #5865f2;
}
[data-theme=light] .button.patreon {
  background-color: #ff8a70;
  color: #1c1e21;
  border-color: #f96854;
}
[data-theme=light] div.panel-blue {
  border-color: #c7d8f5;
  border-width: 1px;
  border-left-width: 4px;
}
[data-theme=light] div.panel-heading-blue {
  background-color: #e5f0ff;
  border-color: #c7d8f5;
  color: #1c1e21;
}
[data-theme=light] div.panel-green {
  border-color: #b6e5cc;
  border-width: 1px;
  border-left-width: 4px;
}
[data-theme=light] div.panel-heading-green {
  background-color: #e7fff3;
  border-color: #b6e5cc;
  color: #1c1e21;
}
[data-theme=light] div.success,
[data-theme=light] div.green {
  background: #e7fff3;
  border-color: #2dbf6b;
  color: #1c1e21;
}
[data-theme=light] div.warning {
  background: #fff0f0;
  border-color: #d9534f;
  color: #1c1e21;
}
[data-theme=light] div.panel-purple-dark {
  border-color: #d7c9ff;
  border-width: 1px;
  border-left-width: 4px;
}
[data-theme=light] div.panel-heading-purple-dark {
  background-color: #f1e9ff;
  border-color: #d7c9ff;
  color: #1c1e21;
}
[data-theme=light] div.panel-purple {
  border-color: #d7c9ff;
  border-width: 1px;
  border-left-width: 4px;
}
[data-theme=light] div.panel-heading-purple {
  background-color: #f1e9ff;
  border-color: #d7c9ff;
  color: #1c1e21;
}

.theme-toggle {
  position: relative;
  display: flex;
  align-items: center;
  order: 3;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 500px) {
  .theme-toggle {
    order: 2;
    margin-left: auto;
    margin-right: 6px;
  }
}

.theme-toggle-button {
  cursor: pointer;
  width: 1.4em;
  height: 1.4em;
  padding: 4px;
  border-radius: 6px;
  transition: background-color 0.15s;
}

/* Keep header theme icon visible in both themes */
img.svg.theme-toggle-button {
  filter: var(--svg-filter-white);
}

.theme-toggle-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 6px;
  background-color: var(--bg-box);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  min-width: 140px;
  padding: 4px 0;
  border: 1px solid var(--border-scroll-top);
}

@media (max-width: 500px) {
  .theme-toggle-dropdown {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.theme-toggle-dropdown.show {
  display: block;
}

.theme-toggle-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  cursor: pointer;
  color: var(--text-color);
  font-size: 0.95em;
  white-space: nowrap;
  transition: background-color 0.1s;
}

.theme-toggle-option:hover {
  background-color: var(--bg-hover);
}

.theme-toggle-option.active {
  color: #2AA2F7;
}

.theme-toggle-option img.svg {
  width: 1.1em;
  height: 1.1em;
}

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