:root {
    var(--color): #008024;
}

main {
  background-color: #202122;
  color: white;

  border-radius: 5px;
  padding: 10px;
  z-index: 100;

  position: relative;
  top: -20px;
}

footer {
  margin-top: 100px;
  background-color: #202122;
  border-top: 5px solid var(--color);
  padding: 20px;
}


footer .topic {
  font-weight: bold;
  text-decoration: underline;
}

footer img {
  width: 250px;
}

footer a {
  color: white;
}

footer a:hover {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.card {
  background-color: #262523;
}

.card span{
  color: #EDDDDA;
}

.card a{
  color: #EDDDDA;
  text-decoration: none;
}

.card a:hover{
  color: #A17B74;
  text-decoration: none;
}

.alert-danger {
  background-color: rgba(255, 0, 0, 0.4);
  border: none;
  color: white;
}

.forumBTN {
  text-align: right;
  margin-bottom: 20px;
}

.forum a {
  font-weight: bold;
  color: var(--color);
}

.alert {
  margin: 10px;
}

.category-header {
  background-color: var(--color);
  padding: 10px;
}

.more {
  text-align: right;
  padding: 10px;
}

.subrules {
  margin-left: 10px;
}

.loginGraphic {
  width: 100%;
}

.loginButton {
  position: relative;
  top: -50px;

  background-color: #34aa2f;
  border: 1px solid #187c14;
  color: white;
  font-weight: bold;
  font-size: 24px;
  padding: 20px 40px 20px 40px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.loginButton:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.3), 0 25px 60px 0 rgba(0,0,0,0.25);
  background-color: #187c14;
}



.modalerror {
  color: var(--color);
  font-weight: bold;
}

.hover {
  color: var(--color);
}

.hover:hover {
  font-weight: bold;
}

.category-header p {
  margin: 0;
  font-weight: bold;
}

.category-header a {
  text-decoration: none;
  color: white;
}
.category-header a:hover {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.category {
  border: 1px solid var(--color);
}

.forum {
  background-color: #242526;
  padding: 20px;
  margin-top: 10px;
}

p {
  color: white;
}

.modal-header {
  background-color: #242526;
  border-radius: 0;
}

.hover:hover {
  cursor: pointer;
}

 .modal-body {
   background-color: #242526;
   border-radius: 0;
 }

 .modal-footer {
   background-color: #242526;
   border-radius: 0;
 }

.modal-title {
  color: white;
}

.main-body {
  background-color: #18191a;
  overflow: inherit !important;
}

.module {
  background-color: #242526;
  border-radius: 5px;
  margin-top: 10px;
}

.red {
  color: var(--color);
}

a:hover {
  text-decoration: none;
}

.avatar {
    border-radius: 10px;
    height: 48px;
    width: 48px;
    border: 2px solid white;
}

.usernavigation {
    padding: 21px;
    text-align: left;
    height: auto;
}

.usernav-item {
  display: inline;
  margin: 5px;
}

.usernav-active {
  fill: var(--color);
}

.navitem-hover {
  cursor: pointer;
}

.navitem-hover svg {
  animation-name: fadeToColor;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}

.mc {
  border: 1px solid var(--color);
}

.mc .mc-header {
  background-color: var(--color);
  color: white;
}

.cc {
  margin-top: 15px;
  padding-bottom: 10px;
  background-color: #2c2f33;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  color: white !important;
  border-radius: 5px;
}


.cc .cc-header {
  padding-top: 10px;
  color: white;
  margin: 0;
}

.cc-header p {
  padding-left: 20px;
  font-size: 1.2rem;
}

.cc-header span {
  padding-left: 20px;
  font-size: 1.2rem;
}

.cc-input {
  margin: 15px;
}


.fakeLabel {
  background-color: white;
  color: black;
  display: block;
  border-radius: 3px;
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: -3px;
}

.link {
  color: var(--color);
}

.pp-module {
  float:left;
  border: 1px solid #98a3aa;
  width:125px;
  height:200px;
  transition: transform .1s;
  background-color: #242526;
}

.pp-module-finished {
  float:left;
  border: 1px solid #D4AF37;
  width:125px;
  height:200px;
  height:200px;
  transition: transform .1s;
  background-color: #242526;
}

.pp-module:hover {
  z-index: 1000;
  transform: scale(1.2);
}

.pp-module-finished:hover {
  z-index: 1000;
  transform: scale(1.2);
}

.pp-header {
  background-color: #98a3aa;
  text-align: center;
}

.pp-header-finished {
  background-color: #D4AF37;
  text-align: center;
}

.pp-progress {
  float:left;
  width: 150px;
  margin-top: 175px;
  border-radius:0;
}

.pp-progress > div {
  animation-direction: reverse;
  border-radius: 0;
  background-color:#B88A44 !important;
}

.pp-icon {
  width: 90%;
  margin: 5%;
  text-align: center;
}

.pp-info {
  position: sticky;
  left: 0;
}

.pp-footer {
  text-align: center;
  font-size: 0.8rem;
}

.center {
  text-align: center;
}

.servermall-shop {
  margin-left: 10px;
}

.servermall-header {
  font-size: 1.5rem;
  margin-top: 25px;
}

.servermall-item {
  margin: 2px;
  transition: transform .1s;
}

.servermall-item:hover {
  transform: scale(1.2);
  z-index: 9999;
  background-color: #363534;
}

#pixelpass {
  padding: 40px;
}

.link:hover {
  font-weight: bold;
  cursor: pointer;
}

.userchat {
  background-color: black;
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
  padding: 10px;
}

.userchat:hover {
  cursor: pointer;
}

.userchat img {
  height: 64px;
}

.cc-own {
  text-align: right;
  margin-right: 20px;
}

.cc-other {
  text-align: left;
  margin-left: 20px;
}

.cc-bubble-own {
  display: inline-block;
  background-color: #056162;
  max-width: 90%;
  padding: 0 10px 0 10px;
  border-radius: 5px;
}

.cc-bubble-other {
  display: inline-block;
  background-color: #262d31;
  max-width: 90%;
  padding: 0 10px 0 10px;
  border-radius: 5px;
}

.chat {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.bottom-btn {
  position: absolute;
  bottom: 80px;
  right: 50px;
}

.bottom-btn:hover svg {
  cursor: pointer;
  fill: #F17268;
}

.sidenavigation {
  display: block;
  background-color: #242521;
  color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 1.2rem;
}

.sidenavigation:hover {
  text-decoration: none;
  color: white;
  background-color: #313130;
}

.sidenavigation-active {
  background-color: #313130;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.itembox {
  background-color: white;
  padding: 20px;
}

.splitter {
  border-right: 2px solid white;
  height: 100%;
}

.playerlisthead {
  height: 50px;
}

.itemelement {
  color: black;
  display: inline-block;
  background-color: green;
  padding: 2px 10px 2px 10px;
  border-radius: 10px;
  margin: 5px;
}

.lore {
  background-color: blue;
  position: absolute;
  bottom: 0;
  width: 400px;
}

.itemsearchresult {
  max-height: 300px;
  overflow-y: scroll;
  background-color: white;
}

textarea {
  resize: vertical;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


@keyframes fadeToColor {
  0% {
    fill: default;
  }
  100% {
    fill: var(--color);
  }
}

.hide-tooltip > .usernav-hint {
  display: none;
}

.usernav-hint {
  position: absolute;
  background-color: rgba(70,70,70,1);
  color: white;
  display: inline;
  top: -15px;
  padding: 2px 10px 2px 10px;
  border-radius: 5px;
}

.post {
 margin: 10px;
 padding: 20px;
 background-color: #242521;
}

.postimage {
  max-width: 100%;
  margin: 2px;
}


@keyframes hightlightAnimation {
  0% {background-color: #F0CA83;}
  33% {background-color: #F0CA83;}
  100% {background-color: #242521;}
}

#hightlight {
  animation-name: hightlightAnimation;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

.author {
  text-align: center;
  border-right: 2px solid black;
}

@media screen and (max-width: 767px) {
  .author {
    text-align: center;
    border-right: none;
    border-bottom: 2px solid black;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .hidden-mobile {
    display: none;
  }

  .lastPost {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid black;
  }
}

.author img {
  height: 100px;
  width: 100px;
  border-radius: 20px;
  border: 2px solid white;
}

.author .badge {
  font-size: 18px;

}
.author a {
  margin-top: 5px;
  color: white;
}

#dd {
  padding: 3px;
  z-index: 9999;
  width: 150px;
  background-color: #e3e3e3;
  text-align: center;
  position: relative;
  border-radius: 5px;
  border-radius: 1px solid #dddddd;
}

.dd-hidden {
  display: none;
}

.design-preview {
  width: 95%;
}

input[type="radio"] {
    display:none;
}

.radio__label {
  color: white;
  margin-right: 5px;
}

.checked {
  border: 5px solid white;
}

.header .header-nav ul#nav-account ul.dropdown-menu,
.header .header-nav ul#nav-library ul.dropdown-menu {
    position: relative;
    z-index: 10000;
}

.checked {
  color: var(--color);
}


.help {
  font-style: italic;
  color: green;
}

.hidden {
  display: none !important;
}
