html, body {
  background-attachment: fixed;
}

/* html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 16px;
  }
} */

.infoBar {
  padding-right: 0;
  font-size: 1.2rem;
  height: auto;
  padding-top: 20px;
  padding-left: 0;
  padding-bottom: 40px;
}

.topMenuRow {
  height: auto;
  padding-left: 0;
}

.topMenu span {
  margin: 0 20px;
}

.raceProgress {
}

.infoBarText {
  font-size: 1rem;
  font-weight: 400;
  color: var(--bs-primary);
}

.legaLogo {
  margin-bottom: 30px;
}

.statusBox {
  border-radius: 15px;
  padding: 10px 10px 5px 14px;
  background: var(--bs-secondary);
  color: #1e1e1e;
}

.statusBoxHeader {
  border-radius: 5px;
  padding: 5px 5px 5px 14px;
  background: var(--bs-secondary);
  font-size: 1.1rem;
  color: var(--bs-primary);
  font-weight: 500;
  height: 34px;
  /*margin-right: 15px;*/
}

h3.statusBoxHeader p {
  font-size: 1rem;
}

.statusBoxContent {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--bs-primary);
  padding-left: 14px;
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 1.7;
}

.nav-tabs {
  font-size: 1.4rem;
  border: none;
}

ul.nav-tabs li a {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  white-space: nowrap;
  margin-top: 7px;
}

.position {
  width: L40px;
}

.statusBoxContent > sup {
  color: var(--bs-secondary);
  font-weight: 600;
}

.timingRow {
  height: 30px;
  overflow: auto;
}

.infoText {
  color: #fff;
  font-size: 1rem;
  padding-top: 5px;
}

.infoBarIcons {
  margin: 0 20px 20px 0;
  float: left;
}

h1 sup {
  font-size: 1.5rem;
  font-weight: 300;
  top: -1.7rem;
  left: 0.3rem;
}

.dayHeader {
  padding-top: 50px;
}

.dayHeader p {
  color: #fff;
  font-size: 1rem;
}

.countDown {
  /*font-size: 2rem;*/
  color: var(--bs-secondary);
  font-weight: 600;
  /*padding: 0;*/
  /*margin: 0;*/
  line-height: 1.1;
  font-size: calc(1.625rem + 4.5vw);
  position: fixed;
}

.nav-item {
  background-color: var(--bs-border-color-translucent);
}

.statusBoxContent sup {
  color: var(--bs-secondary);
  font-weight: 400;
  margin-left: 0.1rem;
  margin-right: 0.3rem;
  font-size: 0.9rem;
}

.nav-item {
}

.nav-item {
  margin: 0;
  padding: 0;
  border: none;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  color: var(--bs-secondary);
  text-decoration: none;
}

.nav-link:focus, .nav-link:hover {
  border: none;
  transition: none;
  color: var(--bs-secondary);
  background-color: transparent;
}

.nav {
  padding-top: 6px;
  padding-bottom: 25px;
}

.nav-item > a.nav-link {
  margin: 0;
  transition: none;
  padding: 0;
  border: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none;
  transition: none;
  background-color: transparent;
}

a:hover {
  border: none;
  transition: none;
}

.dataContainer {
  overflow-x: hidden;
  overflow-y: scroll;
  /*position: relative;*/
  /*height: 600px;*/
  /*width: 95%;*/
  scrollbar-width: auto;
  scrollbar-gutter: stable;
  scrollbar-color: var(--bs-secondary) #000;
}

.dataContainer .panel {
  height: auto;
}

div.table-resp-cell {
  font-size: 1.1rem;
  color: #fff;
  font-family: 'Noto Sans Mono';
  font-weight: 300;
  position: relative;
}

.table-resp {
  width: 100%;
  display: table;
}

.table-resp-body {
  /*display: table-row-group;*/
}

.table-resp-row {
  /*display: table-row;*/
  height: 30px;
}

div.table-resp-cell {
  /*display: table-cell;*/
  padding: 0px 10px;
  height: 30px;
}

div.table-resp-cell:first-child {
  padding-left: 0px;
  width: 40px;
}

div.table-resp-cell.position {
  text-align: right;
}

div.table-resp-cell.nameshort, div.table-resp-cell.laptime, div.table-resp-cell.gaptime, div.table-resp-cell.laps {
  width: 40px;
}

div.table-resp-cell:last-child {
  padding-right: 0px;
  text-align: right;
}

.animTimeDiv {
  background: url("../../assets/img/bg_linegrey.png") repeat-x;
  background-position: baseline;
  width: 100%;
  text-align: left;
  margin: 5px 0;
}

.animPointsDiv {
  width: 100%;
}

.animTimeDiv .raceCarIcon {
  /*width: 100%;*/
  /*position: relative;*/
  background-color: #fff;
  background: url("../../assets/img/racecar.svg") repeat-x;
  background-position: right;
  width: 100%;
  left: -45px;
  height: 30px;
}

.eventdate {
  width: 150px;
}

.trackcountry {
  width: 250px;
}

div.eventsComplTable div.podiumplaces div.table-resp-row {
  height: 25px;
}

div.eventsComplTable div.podiumplaces div.table-resp-row:last-child {
  height: 35px;
}

div.eventsComplTable div.podiumplaces div.table-resp-row .table-resp-cell {
  height: 25px;
  text-align: left;
}

div.table-resp-cell.align-content-top.text-nowrap.podium {
  padding-right: 0px;
  text-align: left;
}

div.table-resp-cell > sup {
  font-size: 0.7rem;
}

div.table-resp-row.tabMenu1Content:nth-child(odd) .table-resp-cell {
  /*border-bottom: 1px solid #444444;*/
  /*background-color: rgba(255,0,79, 0.3);*/
  /*border-bottom: 1px solid #444444;*/
  /*color: #ff004f;*/
  font-weight: 500;
}

div.table-resp-row.tabMenu1Content:nth-child(even) .table-resp-cell {
  /*border-bottom: 1px solid #444444;*/
  background-color: rgba(0,0,0, 0.3);
  font-weight: 500;
  color: #dedede;
  color: #ff004f;
}

div.table-resp-row.tabMenu1Content .table-resp-cell:last-child {
  border-bottom: none;
}

h3.sectionheader {
  color: #ff004f;
  margin: 20px 0;
}

h3.sectionheader {
  color: #ff004f;
  margin: 0 0 20px 0;
}

.panel {
  margin-bottom: 50px;
}

.panel p {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.03rem;
  font-weight: 400;
}

h3.sectionheader sup {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
}

#tuesday {
  display: none;
}

