/* plot stuff */
.line {
  fill: none;
}

.axis path {
  stroke: black;
}

.axis text {
  font-size: 0.8rem;
}

.axis-grid line {
  stroke: black;
  stroke-width: 0.08;
}

.tooltip {
  position: absolute;
  color: white;
  font-size: 0.8em;
  background: black;
  padding: 15px;
}

.tooltip-boxplot-first-item {
  display: inline-block;
  width: 2.5em;
}

.tooltip-boxplot-second-item {
  display: inline-block;
  text-align: right;
  width: 5.5em;
}

/* page stuff */
body,
input,
textarea,
button,
text,
.tooltip {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-tabular-numbers {
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-variant-numeric: lining-nums tabular-nums;
  -moz-font-feature-settings: "kern", "liga", "clig", "calt", "lnum", "tnum";
  -ms-font-feature-settings: "kern", "liga", "clig", "calt", "lnum", "tnum";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt", "lnum", "tnum";
  font-feature-settings: "kern", "liga", "clig", "calt", "lnum", "tnum";
}

ul {
  padding-left: 1em;
  margin-bottom: 0.5em;
}

.page-link-div {
  display: flex;
  align-items: center;
}

#people-body-player-title {
  display: inline;
  font-family: "Caveat Brush", sans-serif;
}

.people-body-avatar-circle {
  border: 1px;
  border-style: solid;
  border-radius: 50%;
  max-height: 70px;
  max-width: 70px;
}

.people-body-stat-title {
  font-weight: bold;
  padding-bottom: 5px;
}

/* the point of this is to keep the spacing of the people
 * body prior to the actual data being loaded in */
.people-body-stat-main:after {
  content: ".";
  visibility: hidden;
}

.people-body-stat-sub:after {
  content: ".";
  visibility: hidden;
}

.people-body-stat-sub {
  font-style: italic;
  padding-bottom: 5px;
}

.people-legend-avatar-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #f5f5f5;
  border-radius: 20px;
}

.people-legend-avatar-circle {
  border: 6px;
  border-style: double;
  border-radius: 50%;
  max-height: 50px;
  max-width: 50px;
}

.people-matchup-div {
  max-width: 450px;
  line-height: 20px;
  margin-bottom: 8px;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.lineplot-legend-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.lineplot-legend-avatar-circle {
  border: 7px;
  border-style: double;
  border-radius: 50%;
  max-height: 59px;
  max-width: 59px;
}

.lineplot-infobar-avatar-circle {
  border-radius: 50%;
  max-height: 70px;
  max-width: 70px;
}

.game-div {
  max-width: 500px;
}

.expanded-game-div-parent-left {
  justify-content: end;
  padding-right: 50px;
}

.expanded-game-div-parent-right {
  justify-content: start;
  padding-left: 50px;
}

.page-up-circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  margin-top: 20px;
  background: #f5f5f5;
  border-style: solid;
  border-width: thin;
  font-family: var(--bs-font-sans-serif);
}
