@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "JetBrains Mono", monospace;
  text-align: center;
}

article {
  padding: 0;
}

.unstyled {
  padding: 0;
  margin-left: 0;
  list-style: none;
}
.unstyled li {
  margin-left: 0;
}

a.no-underline {
  border-bottom: 0;
}
a.no-underline:hover {
  border-bottom: 0;
}

a.special {
  color: #0055b9;
}

a.pay-link {
  text-decoration: underline;
}

header {
  padding: 0;
}

.navi {
  margin-left: 0;
  margin-bottom: 18px;
}
.navi li {
  display: inline-block;
  margin-right: 18px;
}
.navi li img {
  vertical-align: middle;
  margin-right: 100px;
}

.alerts {
  color: #252525;
  background-color: #ffc;
  padding: 18px;
  text-align: left;
}

.btn-blue {
  color: #fff;
  background: #0055b9 !important;
}
.btn-blue:hover {
  color: #fff;
  background: #00326d !important;
}

.break-word {
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.api-ul li {
  margin-bottom: 2em;
}

.a-btn, .pagination *, .g-btn, .r-btn, .o-btn, .b-btn {
  font-size: 1em;
  background: #f2f2f2;
  color: #464646;
  cursor: pointer;
  display: inline;
  margin-bottom: 0;
  margin-right: 0.45rem;
  text-align: center;
  border-radius: 3.6px;
  display: inline-block;
  padding: 10px 20px;
}
.a-btn:hover, .pagination :hover, .g-btn:hover, .r-btn:hover, .o-btn:hover, .b-btn:hover {
  background: #d9d9d9;
  color: #252525;
  text-decoration: none;
}

.b-btn {
  background: #0055b9;
  color: #fff;
}
.b-btn:hover {
  color: #fff;
  background: #00326d;
}

.o-btn {
  background: #e5670a;
  color: #fff;
}
.o-btn:hover {
  color: #fff;
  background: #9c4607;
}

.r-btn {
  background: #ff0000;
  color: #fff;
}
.r-btn:hover {
  color: #fff;
  background: #b30000;
}

.loader {
  display: none;
}

.not-found {
  display: none;
}

.pressed {
  background-color: #990000;
}

.g-btn {
  background: #2c9646;
  color: #fff;
}
.g-btn:hover {
  color: #fff;
  background: #1b5b2a;
}

.pagination * {
  margin-left: 5px;
  margin-right: 5px;
}
.pagination .current {
  background: #bfbfbf;
  color: white;
  font-style: normal;
}

.gray {
  color: #868686;
}

.announce {
  background-color: #ffc;
  padding: 2em;
  text-align: center;
  margin: 3em 0 3em;
}

.cyan {
  background-color: #d4ffff;
}

.super-bold {
  font-weight: 800;
}

.shop {
  font-weight: 800;
  font-size: 2.5em;
  color: #252525;
}

.mono {
  font-family: monospace;
}

.flash {
  background: #ffc;
  padding: 18px;
}

table tr.inactive {
  color: #868686;
  background-color: #efefef;
}

.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.check-trade-button {
  padding: 30px;
  font-size: 1.5em;
}

.flash {
  font-size: 1.2em;
  display: inline-block;
  background-color: #fee;
  margin: 10px 0 10px 0;
}