@font-face {
  font-family: Barlow;
  src: url(/fonts/Barlow/Barlow-Medium.ttf)
}

@font-face {
  font-family: Play;
  src: url(/fonts/Play/Play-Regular.ttf)
}

html,
body {
  background-color: #000;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  margin: auto;
  font-family: Barlow;
  font-size: 18px;
  background-size: contain;
  background-attachment: fixed;
  padding-top: 25px;
  line-height: 150%
}

.footer {
  width: 100%;
  background-color: #000;
  background: url(/images/footerimage.png), black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #abadb2;
  border-top: 3px solid #000;
  min-height: 80px;
  padding: 1px
}

.logo {
  margin: 10px
}

.number-red {
  color: white;
  background-color: #AC2E46;
  border: 2px solid #60060B;
  border-radius: 5px;
  padding: 6px;
}

.number-green {
  color: white;
  background-color: #2faf69;
  border: 2px solid #044d37;
  border-radius: 5px;
  padding: 6px;
}

.smallmargin {
  margin:10px;
}

.corruptionbar {
  width: 250px;
  height: 30px;
  background-color: #d9d9d9;
  border: 3px solid #000;
  border-radius: 5px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  overflow: clip
}

.corruptionprogress {
  width: 300px;
  height: 25px
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.profilelinkcontent {
  background: #abadb2
}

a,
a:link {
  color: #2b54c4;
  text-decoration: none
}

a:visited {
  color: #2d4ca6;
  text-decoration: none
}

a:hover {
  color: #4678ff;
  text-decoration: none
}

.footer a,
.footer a:link, .footer a:visited {
  color: #5581FF;;
  text-decoration: none
}

* {
  box-sizing: border-box
}

.invalid-feedback, .redtext {
  color: #8a4949;
}

.greentext {
  color: #319c3a;
}

img {
  max-width: 100%;
  height: auto;
  padding-bottom: none;
  margin-bottom: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.holder {
  padding: 5px;
  max-width: 1280px;
  padding: 20px;
  min-height: 100%;
  margin: 0 auto
}

p {
  margin-left: 30px;
  margin-right: 30px
}

.optionhome {
  width: 225px;
  min-height: 100px;
  background: #000;
  padding: 0;
  margin-bottom: 10px;
  border: 5px solid #000;
  border-radius: 30px;
  overflow: hidden
}

.optiontext {
  padding: 8px
}

.centered {
  position: fixed;
  margin-top: -50px;
  margin-left: -100px
}

#forumtable {
  width: 100%;
  border-radius: 6px;
  border-collapse: collapse
}

#forumtable td,
#forumtable th {
  padding: 8px !important;
  border-left: 0px !important;
  border-right: 0px !important
}

.forumborder {
  border: 2px solid #000;
  border-radius: 8px;
  overflow: clip
}

.nomargin {
  margin: 0
}

input[type="file"]::file-selector-button {
  padding: 0 16px;
  height: 30px;
  cursor: pointer;
  border: 1px solid rgb(0 0 0 / .16)
}

.wrap {
  flex-wrap: wrap
}

ul {
  list-style-type: square
}

ul p {
  margin: 10px
}

ul li {
  margin-bottom: 1em
}

.flexcenter {
  justify-content: center !important
}

.left {
  justify-content: flex-start !important
}

.tab {
  overflow: hidden;
  outline: 3px solid #000;
  border-radius: 20px;
  background-color: #4c65ab;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px
}

.tab button:hover {
  background-color: #6b89df;
  border-radius: 30px
}

.tab button.active {
  background-color: #6b89df;
  border-radius: 30px
}

.tabcontent {
  display: none
}

.confirmation {
  width: 800px;
  background-color: #435aa1;
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / .397);
  border: solid #000;
  border-width: 25px 5px 5px 5px;
  padding: 10px;
  border-radius: 10px 10px 10px 10px;
  color: #000;
  padding: 12px;
  position: fixed;
  z-index: 1;
  left: 30%;
  top: 30%
}

.popupdismiss {
  border-radius: 10px;
  color: #000;
  padding: 15px;
  float: right
}

.capsule {
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / .397);
  border: solid #000;
  border-width: 3px;
  padding: 10px 30px;
  border-radius: 10px 10px 10px 10px;
  clear: left;
  clear: right;
  margin-bottom: 10px
}

.capsuletop {
  background: #000;
  font-family: "Courier New", monospace;
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / .397);
  color: #2a4286;
  border: solid #000;
  border-width: 10px 5px 0 5px;
  padding: 0 30px;
  padding-bottom: 0;
  border-radius: 10px 10px 0 0;
  clear: left;
  clear: right;
  margin-top: 20px;
  overflow: hidden
}

.capsuleholder {
  max-width: 1000px
}

.capsulebottom {
  padding-top: 0;
  border: solid #000;
  border-width: 0 5px 25px 5px;
  padding: 10px 50px 10px 50px;
  border-radius: 0 0 10px 10px;
  clear: left;
  clear: right;
  margin-bottom: 20px
}

.capsulebottomblue {
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / .397);
  border: solid #000;
  border-width: 0 5px 25px 5px;
  padding: 10px 50px 10px 50px;
  border-radius: 0 0 10px 10px;
  clear: left;
  clear: right;
  margin-bottom: 20px
}

.capsulenotitlemedium,
.sidebox {
  background: #b8c3c9;
  background: linear-gradient(180deg, rgb(184 195 201) 39%, rgb(124 143 161) 88%);
  background-size: contain;
  background-attachment: fixed;
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / .397);
  border: solid #000;
  border-width: 25px 5px 25px 5px;
  padding: 10px;
  border-radius: 10px 10px 10px 10px;
  margin-top: 10px;
  margin-bottom: 20px
}

.boxbig {
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / .397);
  border: solid #000;
  border-width: 25px 5px 25px 5px;
  padding: 10px 30px;
  border-radius: 10px 10px 10px 10px;
  clear: left;
  clear: right
}

.box {
  background: #51545b;
  background: #6b6e75;
  color: #222429;
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / .397)
}

.floatleft {
  float: left;
  object-fit: scale-down;
  padding: 3px
}

.floatright {
  float: right;
  object-fit: scale-down;
  padding: 3px
}

.floatrightnopad {
  float: right;
  object-fit: scale-down;
  padding: 0
}

.flexy {
  display: flex;
  justify-content: center
}

.hover {
  transition: 0.3s
}

.hover:hover {
  transform: scale(1.1)
}

.hoverbig {
  transition: 0.3s
}

.hoverbig:hover {
  transform: scale(1.2)
}

.lazytext {
  white-space: pre-line;
  margin-left: 30px;
  margin-right: 30px
}

.unstyled {
  background: none;
  border: none;
  cursor: pointer;
}

.banner1 {
  padding: 0;
  margin: 0;
  display: block;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  background: #000;
  border-bottom: solid #000
}

.banner1 img {
  padding: 0;
  margin: 0;
  display: block
}

.itemthumb {
  width: 50px;
  vertical-align: middle;
}

.motiptext {
  border: solid 3px #000;
  padding: 5px;
  padding-left: 30px;
  padding-right: 150px;
  position: relative;
  border-radius: 20px;
  background: #4c88dd;
  color: #001e79
}


.warning {
  background: #ae4b4b;
  color: #000
}

.warning a,
.warning a:visited {
  color: #4d0404 !important;
  text-decoration: underline !important
}

.motip {
  position: absolute;
  bottom: -80px;
  right: 0
}

.vidobutton {
  background-color: #4376f4;
  border-radius: 10px;
  border: outset #3844fb;
  font-family: Barlow;
  color: #01043e;
  font-size: 18px;
  margin: 5px;
  text-align: center;
  outline: solid #000 2px
}

.vidobutton:hover {
  background-color: #2456d0;
  border-radius: 10px;
  border: outset #1f1ab7;
  color: #8df
}

.vidobuttongreen {
background-color: #238d65;
  border-radius: 10px;
  border: outset #2fffbb;
  font-family: Barlow;
  color: #fff;
  margin: 5px;
  font-size: 18px;
  outline: solid #000 2px
}

.vidobuttongreen:hover {
  background-color: #179381;
  border-radius: 10px;
  border: inset #077777;
  color: #baffcb
}

.vidobuttonred {
  margin: 5px;
  background-color: #c11b1b;
  border-radius: 10px;
  border: outset #860831;
  font-family: Barlow;
  color: #fff;
  font-size: 18px;
  outline: solid #000 2px
}

.vidobuttonred:hover {
  background-color: #840808;
  border-radius: 10px;
  border: inset #57001d;
  color: #f55
}

.motiptextsmall {
  border: solid 3px #000;
  padding: 5px;
  padding-left: 30px;
  padding-right: 100px;
  position: relative;
  font-size: 20px;
  border-radius: 20px;
  background: #4c88dd;
  color: #001e79
}

.motipsmall {
  position: absolute;
  bottom: -40px;
  right: 0
}

.space {
  display: flex;
  justify-content: space-evenly
}

.itemcontainer {
  border: 2px solid #000;
  border-radius: 15px;
  padding: 5px;
  padding-bottom: 0;
  max-height: 300px;
  overflow-y: auto;
  word-wrap: break-word
}

.itemcontainer img {
  margin: auto;
  transition: 0.3s;
  border-radius: 10px
}

.itemcontainer img:hover {
  -webkit-filter: drop-shadow(7px 7px 3px rgb(0 0 0 / .5));
  filter: drop-shadow(7px 7px 3px rgb(0 0 0 / .5));
  transform: scale(.9)
}

.item, .targetselect {
  max-width: 110px;
  margin: 3px;
  border-radius: 10px;
  padding: 5px
}

.vismlcontainer {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
   justify-content: space-evenly;
}

.vismlcontainer img {
  transition: 0.3s
}

.vismlcontainer img:hover {
  -webkit-filter: drop-shadow(7px 7px 3px rgb(0 0 0 / .5));
  filter: drop-shadow(7px 7px 3px rgb(0 0 0 / .5));
  transform: scale(.9)
}

.desat {
  filter: grayscale(100%) opacity(30%)
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  background-color: #000;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  width: 200px
}

.hover-text:hover .tooltip-text {
  visibility: visible
}

#bottom {
  left: 70%
}

#under {
  top: 80%;
  width: 100px
}

#middle {
  top: 50%;
  width: 100%;
  text-align: center
}

.hover-text {
  position: relative;
  display: inline-block;
  margin: 3px
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start
}

.box {
  margin: auto;
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / .397);
  border: solid #000;
  border-width: 25px 5px 25px 5px;
  padding: 5px;
  width: 60%;
  border-radius: 10px 10px 10px 10px
}

.turvycorner {
  border-radius: 90px 10px 90px 10px !important;
  border-width: 20px 5px 20px 5px !important
}

#subtlepopup {
  border-radius: 5px;
  border: 4px solid #000;
  color: #50535a;
  background: #b8c3c9;
  padding: 5px;
  width: auto;
  display: inline-block
}

#sunnyrightcorner {
  border-radius: 5px;
  float: right;
  border: 5px dashed #d8850d;
  color: #c4760f;
  background: #edca8c;
  padding: 3px;
  width: auto;
  right: 20px;
  -webkit-filter: drop-shadow(7px 7px 3px rgb(0 0 0 / .5));
  filter: drop-shadow(7px 7px 3px rgb(0 0 0 / .5))
}

#sunnyleftcorner {
  border-radius: 5px;
  float: left;
  border: 5px dashed #d8850d;
  color: #c4760f;
  background: #edca8c;
  padding: 3px;
  width: auto;
  left: 20px;
  -webkit-filter: drop-shadow(7px 7px 3px rgb(0 0 0 / .5));
  filter: drop-shadow(7px 7px 3px rgb(0 0 0 / .5))
}

#hi {
  position: relative;
  margin: 0;
  object-fit: scale-down;
  max-width: 100%;
  height: auto
}

#hi img {
  position: absolute;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  object-fit: scale-down;
  max-width: 100%;
  height: auto
}

#hi img.top:hover {
  opacity: 0
}

#hi img.top {
  position: relative
}

.column {
  float: left;
  width: 50%;
  padding: 20px
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.pagination {
  list-style-type: none;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: auto;
}

.pagination li {
  margin: 5px;
}

textarea {
  width: 100%;
  height: 50px;
  padding: 5px;
  box-sizing: border-box;
  border: 0 solid;
  border-radius: 4px;
  background-color: #c8cace;
  font-size: 16px
}

@media screen and (max-width:600px) {
  .itemcontainer {
    max-height: 500px;
  }

  .column {
    width: 100%
  }
}

@media (max-width:1200px) {
  .holder {
    padding: 5px;
    max-width: 90%
  }

  .confirmation {
    width: 90%;
    top: 50%;
    left: 5%
  }
}

@media (max-width:800px) {
  .mlcontainer {
    flex-direction: column
  }
}

@media screen and (max-width:800px) {
  .holder {
    padding: 5px;
    max-width: 100%
  }

  .capsulebottom {
    padding: 10px
  }

  .left {
    justify-content: center !important
  }

  .capsulebottomblue {
    padding: 5px
  }

  .boxbig {
    padding: 5px
  }

  .mlvisbox {
    padding: 1px
  }
}

@media (max-width:991px) {
  .flexy {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline
  }

  .capsuletop {
    margin-top: 60px;
    height: auto;
    padding-left: 5px;
    padding-right: 5px
  }

  .capsuleholder {
    max-width: 90%
  }

  #bottom {
    left: -20%
  }

  .space {
    justify-content: flex-start;
    row-gap: 10px;
    column-gap: 20px
  }

  .box {
    width: 100% !important
  }
}

:modal {
  background-color: #999b9f;
  border-color: black;
  border-width: 25px 5px 5px 5px;
  border-radius: 5px;
  top: -30%;
  box-shadow: 3px 3px 10px rgb(0 0 0 / 50%);
  width: 600px;
  max-width: 100%;
  padding: 12px;
}

:root {
  --form-control-color: #1F45A9;
  --form-control-disabled: #959495;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.111em solid black;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  vertical-align: middle;
  display: inline-grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em rgb(239, 239, 255);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: #93acf9 !important;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:checked {
  background: #2756e6;
}

input[type="checkbox"]:focus {
  background: #6082eb;
}

input[type="checkbox"]:hover {
  background: #8ca7f7;
}

.traitlist, input[type="text"]{
font-size: 16px;
margin: 3px;
}

.cornernumber {
  position:absolute;
top: -10px;
  left: -10px;
  border: solid black 2px;
background: #4c88dd;
    border-radius:10px;
    color:black;
    padding: 2px;
}

.listbox {
  margin:5px;margin-bottom:10px;position:relative;overflow-y:visible;padding:10px;padding-left: 40px;
}