/* pb.php */
html {
  scroll-padding-top: 100px;
}

.navbar {
  display: flex;
  position: sticky;
  top: 0;
  background-color: #36393f;
  flex-direction: column;
  align-content: center;
  align-items: flex-start;
}

.navbar * {
  font-family: Times New Roman;
  font-weight: normal;
}

.socials_kz {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.jump-anchors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 480px) {
  .jump-anchors {
    flex-direction: column;
    gap: 10px;
  }
}

.jump-anchors .game {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 10px 0 10px 0;
}

.jump-anchors .game-title {
  font-weight: bold;
  margin-right: 5px;
}

.jump-anchors .anchor {
  display: flex;
  align-items: center;
}
.jump-anchors .coming-soon {
  opacity: 0.6;
  font-style: italic;
}

.jump-anchors .anchor a {
  font-size: 1em;
}

.jump-anchors .anchor a:hover {
  color: #5ddc5d;
}

.socials_kz > .links {
  font-size: 1.3em;
  color: white;
}

.socials_kz > .links a {
  color: orange;
}

.socials_kz > .links a:hover {
  color: #5ddc5d;
}

.back a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.back a:hover,
.back a:focus {
  color: #5ddc5d;
}

/* gokz mode sections */
.collapsible {
  background-color: #4e525a;
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.active,
.collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: "\002B";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content-col {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 0.2s ease-out; */
  background-color: transparent;
}

pre {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  border-radius: 4px;
  padding: 10px;
  padding-bottom: 0px;
  font-family:
    Consolas,
    Andale Mono WT,
    Andale Mono,
    Lucida Console,
    Lucida Sans Typewriter,
    DejaVu Sans Mono,
    Bitstream Vera Sans Mono,
    Liberation Mono,
    Nimbus Mono L,
    Monaco,
    Courier New,
    Courier,
    monospace;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 6px;
  white-space: pre-wrap;
  background-clip: border-box;
}

code {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-indent: 0;
  white-space: pre-wrap;
  background-color: #2f3136;
  color: white;
  border: 1px solid #202225;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  border-radius: 4px;
  color: #b9bbbe;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

.pb {
  color: #5ddc5d;
}

.strf-stat-title {
  color: #962b00;
}

.dist {
  color: #cb4b16;
}

.kz-api {
  font-size: 1em;
  line-height: 1.125rem;
  text-indent: 0;
  color: white;
  font-weight: normal;
  font-family: monospace;
}

.jump {
  color: orange;
}

.addInfo,
.num {
  color: #00aaaa;
}

.perfect {
  color: #99ccff;
}

.impressive {
  color: #3eff3e;
}

.godlike {
  color: #be0000;
}

.ownage {
  color: #ffd700;
}

.wrecker {
  /* color: #8a2be2; */
  color: #a867e4;
}
