
@font-face {
  font-family: "Clash Display";
  src: url("/fonts/ClashDisplay-Extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Clash Display";
  src: url("/fonts/ClashDisplay-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Clash Display";
  src: url("/fonts/ClashDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Clash Display";
  src: url("/fonts/ClashDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Clash Display";
  src: url("/fonts/ClashDisplay-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Clash Display";
  src: url("/fonts/ClashDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


body {
  background-color: rgb(244, 228, 216);

  font-family: "Clash Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

  color: black;
  margin-bottom: 60px;
}

body.dark {
  background-color: #005682;
}

.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -150px;
  width: 300px;
  height: 75px;
  img {
    width: 100%;
  }
}

html {
  font-size: 12px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.name {display: block; font-weight: 600;}
.place {
  font-size: 15px;
  padding: 0 20px;
  font-weight: 800;
}
.points {
  font-size: 15px;
  padding-right:12px;
}
.race {
  font-style: normal;
}

.series-result-header {
  color: black;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(155,155,155);
  margin:0;
}
.series-result {
  padding: 5px 2px;
}
.series-parts {
  padding-bottom: 5px;
  display: none;
}
.series-parts.active-true {
  font-weight: normal;
}
.series-result-container:nth-child(odd) {
  background-color: #ffffff33;
}

.selector, .t-selector {
  background-color: #1a5681;
  color: white;
  padding: 8px 14px;
}
.selector-sm {
  font-size: 10px;
  padding: 8px 8px;
}
.selector:hover, .t-selector:hover {
  color: white;
}
.selector:first-child, .t-selector:first-child  {
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  padding-left: 20px !important;
}
.selector:last-child, .t-selector:last-child {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  padding-right: 20px !important;
}
.selector.selected, .t-selector.selected {
  background-color: #f2b815;
  color: black;
  font-weight: 700;
}