@import url("https://fonts.googleapis.com/css2?family=Jersey+25&display=swap");
/*
// ANCHOR: VARS
*/
/* END VARS */
@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-Bold.woff2") format("woff2"), url("../../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-Regular.woff2") format("woff2"), url("../../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.site-branding img {
  border: 0;
}

html {
  margin-top: 0 !important;
}

body {
  font-family: "Jersey 25", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #1c1c1c;
  padding-bottom: 200px;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: #fff;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-right: 60px;
    padding-left: 60px;
    max-width: 1600px;
  }
}

.header-area {
  border-bottom: 0;
  background-color: transparent;
}

.footer-area {
  display: none;
}

.site-title {
  display: none;
}

.mainmenu-area {
  display: none;
}

.fixed-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
  z-index: 9;
  padding: 10px 0;
  box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.1);
}
.fixed-menu ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.fixed-menu ul li {
  text-align: center;
  cursor: pointer;
  padding: 0 20px;
  transition: all 0.2s ease-out;
}
.fixed-menu ul li img {
  height: 30px;
  width: 30px;
  display: block;
  margin: auto;
}
.fixed-menu ul li:not(.active) img {
  opacity: 0.3;
}
.fixed-menu ul li span {
  font-size: 12px;
  color: #B8B8BA;
  line-height: 12px;
  display: block;
  margin-top: 5px;
}
.fixed-menu ul li.active span {
  color: #9E47FD;
}

section.heats-log {
  display: none;
}

section.charts {
  display: none;
  gap: 3rem;
  margin-top: 30px;
}
section.charts .charts__item {
  position: relative;
  width: 100%;
}
section.charts .charts__item:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 992px) {
  section.charts .charts__item:not(:first-child) {
    margin-top: 60px;
  }
}
section.charts .charts__item .charts__title {
  font-size: 24px;
}
section.charts .charts__item .charts__subtitle {
  color: #5D5D5D;
  margin-top: 5px;
}
section.charts .charts__item .charts__wrapper {
  margin-top: 4rem;
}
section.charts .charts__item .--more {
  background-color: #353535;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
}
section.charts .charts__item:not(.open) .charts__wrapper > ul > li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: none;
}
section.charts .charts__item:not(.open) .--more .close {
  display: none;
}
section.charts .charts__item.open .--more .open {
  display: none;
}
section.charts .charts__item .position-1 .position {
  color: #E5B81D !important;
}
section.charts .charts__item .position-2 .position {
  color: #ADADAD !important;
}
section.charts .charts__item .position-3 .position {
  color: #D77812 !important;
}
section.charts .charts__item li.item .wrapper-stat {
  background-color: #353535;
  color: #fff;
  padding: 15px;
  display: none;
  max-height: 50vh;
  overflow: auto;
}
section.charts .charts__item li.item .wrapper-stat .title {
  text-transform: uppercase;
  font-size: 20px;
}
section.charts .charts__item li.item .wrapper-stat .title:not(:first-child) {
  margin-top: 30px;
}
section.charts .charts__item li.item .wrapper-stat .title + .content {
  margin-top: 5px;
}
section.charts .charts__item li.item .wrapper-stat .content {
  color: #D9D9D9;
  line-height: 20px;
}
section.charts .charts__item li.item .wrapper-stat .content ul {
  row-gap: 5px;
}
section.charts .charts__item li.item .wrapper-stat .content ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.charts .charts__item li.item .wrapper-stat .content ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
section.charts .charts__item li.item.open .wrapper-stat {
  display: block;
}
section.charts .classifica-team ul {
  list-style: none;
  display: flex;
  align-self: center;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
  row-gap: 1rem;
}
section.charts .classifica-team .classifica-team__item {
  width: 100%;
}
section.charts .classifica-team .classifica-team__item .wrapper {
  background-color: #EFEFEF;
  padding: 15px;
  display: flex;
  align-items: center;
}
section.charts .classifica-team .classifica-team__item .wrapper img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
section.charts .classifica-team .classifica-team__item .wrapper .position {
  font-size: 28px;
  color: #9E47FD;
  margin-right: 15px;
}
section.charts .classifica-team .classifica-team__item .wrapper .team-name {
  font-size: 18px;
  color: #5D5D5D;
}
section.charts .classifica-team .classifica-team__item .wrapper .team-points {
  font-size: 18px;
  color: #5D5D5D;
  margin-left: auto;
}
section.charts .classifica-piloti ul {
  list-style: none;
  display: flex;
  align-self: center;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
  row-gap: 1rem;
}
section.charts .classifica-piloti li.item {
  width: 100%;
}
section.charts .classifica-piloti li.item .wrapper {
  background-color: #EFEFEF;
  padding: 15px;
  display: flex;
  align-items: center;
}
section.charts .classifica-piloti li.item .wrapper img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
section.charts .classifica-piloti li.item .wrapper .position {
  font-size: 28px;
  color: #9E47FD;
  margin-right: 15px;
}
section.charts .classifica-piloti li.item .wrapper .pilot-name {
  font-size: 18px;
  color: #5D5D5D;
}
section.charts .classifica-piloti li.item .wrapper .points {
  font-size: 18px;
  color: #5D5D5D;
  margin-left: auto;
}
section.charts .classifica-piloti .popup .points-best-lap {
  text-align: center;
  margin-bottom: 2rem;
  color: #ff01ff;
}
section.charts .classifica-piloti .popup li.round {
  align-items: flex-start;
  align-content: flex-start;
}
section.charts .classifica-tempi ul {
  list-style: none;
  display: flex;
  align-self: center;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
  row-gap: 1rem;
}
section.charts .classifica-tempi li.item {
  width: 100%;
}
section.charts .classifica-tempi li.item .wrapper {
  background-color: #EFEFEF;
  padding: 15px;
  display: flex;
  align-items: center;
}
section.charts .classifica-tempi li.item .wrapper img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
section.charts .classifica-tempi li.item .wrapper .position {
  font-size: 28px;
  color: #9E47FD;
  margin-right: 15px;
}
section.charts .classifica-tempi li.item .wrapper .pilot-name {
  font-size: 18px;
  color: #5D5D5D;
}
section.charts .classifica-tempi li.item .wrapper .points {
  font-size: 18px;
  color: #5D5D5D;
  margin-left: auto;
}

.blog-area {
  padding-top: 0px;
}

.page .site-branding,
.single .site-branding,
.search .site-branding,
.archive .site-branding,
.error404 .site-branding {
  padding-top: 0;
}

.single-event #wpadminbar {
  display: none;
}
.single-event .header {
  margin-top: 20px;
}
.single-event .header .back-home {
  margin-bottom: 5px;
}
.single-event .header .back-home a {
  text-decoration: none;
  color: #5D5D5D;
  display: flex;
  align-items: center;
}
.single-event .header .back-home img {
  height: 10px;
  margin-right: 8px;
}
.single-event .header h1 {
  font-size: 32px;
  line-height: normal;
  color: #9E47FD;
  margin-bottom: 5px;
}
.single-event .header .location {
  color: #5D5D5D;
}
.single-event video.bg-ipad {
  position: fixed;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #000;
}

section.on-live {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
section.on-live .--title-section {
  color: #000;
  font-size: 26px;
  margin-bottom: 0;
}
section.on-live .--heat-type {
  color: #5D5D5D;
  margin-bottom: 30px;
}
section.on-live .pilot {
  margin-top: 1rem;
}
section.on-live .row {
  justify-content: center;
  margin-top: -1rem;
}
section.on-live .pilot__freq, section.on-live .pilot__pos {
  color: #9E47FD;
  font-size: 28px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}
section.on-live .pilot__name {
  width: 100%;
  position: relative;
}
section.on-live .pilot_info {
  width: calc(100% - 60px);
  padding-left: 15px;
}
section.on-live .pilot_info .postazione {
  color: #5D5D5D;
}
section.on-live .pilot_info .name {
  font-size: 22px;
  color: #000;
}
section.on-live .pilot__laps {
  text-align: center;
  width: 100%;
}
section.on-live .pilot__laps ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: #5D5D5D;
}
section.on-live .pilot__laps ul li.bonus {
  color: #e5b81d;
}
section.on-live .pilot__penality {
  margin-top: 4px;
  font-size: 13px;
  line-height: 15px;
  color: #d14141;
}
section.on-live .pilot__team img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}
section.on-live .pilot__points {
  font-size: 18px;
  text-align: center;
  width: 100%;
}
section.on-live .pilot__wrapper {
  background-color: #EFEFEF;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.on-live__title {
  text-align: center;
  margin-bottom: 40px;
  text-decoration: underline;
}

.bg-tablet {
  background-image: url(https://iwl.netstarsolution.net/wp-content/uploads/2023/11/Sfondo-giusto-min.jpg);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
}
.bg-tablet::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.tablet-view .pilot {
  margin-top: 10rem;
}
.tablet-view .row {
  justify-content: center;
  margin-top: -10rem;
}
.tablet-view .pilot__freq {
  font-size: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 2%;
  transform: translateY(50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 22%;
  line-height: 40px;
  text-shadow: 0px 2px 30px #e249ff;
  box-shadow: inset 0px 0px 18px 0px rgba(121, 19, 140, 0.4), 0px 0px 18px 0px rgba(233, 0, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  padding: 2rem 0;
}
.tablet-view .pilot__freq .number {
  font-size: 20px;
  line-height: 20px;
  display: block;
  margin-top: 0.5rem;
}
.tablet-view .pilot__name {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: normal;
  background-position: center center;
  font-size: 60px;
  text-shadow: 0px 2px 30px #e249ff;
  box-shadow: inset 0px 0px 18px 0px rgba(121, 19, 140, 0.4), 0px 0px 18px 0px rgba(233, 0, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  padding: 15px 0;
}
.tablet-view .pilot__laps {
  font-size: 34px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 8%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50%;
  line-height: 47px;
  text-shadow: 0px 2px 30px #e249ff;
  box-shadow: inset 0px 0px 18px 0px rgba(121, 19, 140, 0.4), 0px 0px 18px 0px rgba(233, 0, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  padding: 20px 0;
}
.tablet-view .pilot__laps ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tablet-view .stats {
  font-size: 34px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -6%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  line-height: 47px;
  text-shadow: 0px 2px 30px #e249ff;
  box-shadow: inset 0px 0px 18px 0px rgba(121, 19, 140, 0.4), 0px 0px 18px 0px rgba(233, 0, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.tablet-view .stats .title {
  position: absolute;
  left: 43px;
  top: -30px;
  display: none;
}
.tablet-view .stats .team-points,
.tablet-view .stats .pilot-points {
  width: 50%;
}
.tablet-view .stats .best-lap {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.tablet-view .pilot__team {
  text-align: center;
  font-size: 16px;
  width: 100%;
  position: absolute;
  top: 56%;
  filter: drop-shadow(0px 0px 19px #e249ff);
  transform: translateY(-50%);
}
.tablet-view .pilot__team img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  max-height: 360px;
}
.tablet-view .pilot__points {
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.tablet-view .pilot__pos {
  font-size: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4%;
  transform: translateY(50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 22%;
  line-height: 95px;
  text-shadow: 0px 2px 30px #e249ff;
  box-shadow: inset 0px 0px 18px 0px rgba(121, 19, 140, 0.4), 0px 0px 18px 0px rgba(233, 0, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.27);
  border-radius: 30px;
}
.tablet-view .pilot__pos.not-finished {
  font-size: 27px;
  line-height: 37px;
  padding: 1.5rem 0 2rem;
  top: 2%;
}
.tablet-view .pilot__wrapper {
  padding: 4rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  color: #fff;
  max-width: 100%;
  margin: auto;
  position: relative;
  min-height: 80vh;
}

.home-link {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .home-link {
    top: 25px;
  }
}
@media (min-width: 1200px) {
  .home-link {
    top: 32px;
  }
}
.home-link a {
  display: block;
  padding: 5px;
}
.home-link img {
  width: 20px;
  height: 20px;
  display: block;
}
@media (min-width: 1200px) {
  .home-link img {
    width: 25px;
    height: 25px;
    display: block;
  }
}

section.heats {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
section.heats .--title-section {
  color: #000;
  font-size: 26px;
  margin-bottom: 0;
}
section.heats .--subtitle-section {
  color: #5D5D5D;
  margin-bottom: 30px;
}
section.heats .round {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}
section.heats .round .round-title {
  background-color: #353535;
  color: #fff;
  font-size: 18px;
  padding: 12px 15px;
}
section.heats .round .round-title img {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  margin-top: -6px;
}
section.heats .round .round-content {
  background-color: #EFEFEF;
  padding: 15px;
  overflow: auto;
}
section.heats .round .round-content .round__table {
  width: 100%;
  min-width: 580px;
}
section.heats .round .round-content .round__table td, section.heats .round .round-content .round__table th {
  padding: 5px 0;
  width: 25%;
}
section.heats .round .round-content .round__table td:not(:first-child), section.heats .round .round-content .round__table th:not(:first-child) {
  text-align: center;
}
section.heats .round .round-content .round__table tbody td:not(:first-child) {
  color: #5D5D5D;
}
section.heats .round .round-content .round__table tbody tr:not(:last-child) {
  border-bottom: 1px solid #ADADAD;
}
section.heats .round .round-content .round__table tbody td:first-child {
  position: relative;
}
section.heats .round .round-content .round__table tbody td:first-child::before {
  content: "";
  position: absolute;
  height: 60%;
  right: 0;
  top: 20%;
  width: 1px;
  background-color: #000;
}
section.heats .round .round-content .round__table tbody .done {
  background-color: #b3dbc9;
}
section.heats .round .round-content .round__table tbody .current {
  background-color: #edcdff;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  max-height: 100vh;
  overflow-y: auto;
}
.popup .popup-wrapper {
  width: calc(100% - 40px);
  max-width: 800px;
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  padding: 2rem;
  position: relative;
  margin-bottom: 6rem;
}
.popup .popup-wrapper .popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.popup .popup-wrapper .popup-close img {
  width: 25px;
  height: 25px;
}
.popup .popup-wrapper h3 {
  text-align: center;
  margin-bottom: 4rem;
  text-transform: uppercase;
  color: #FA09FF;
}
.popup .popup-wrapper ul.list-round {
  margin-top: -3rem;
  display: flex;
  flex-wrap: wrap;
}
.popup .popup-wrapper ul.list-round li.round {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  font-size: 1.6rem;
}
@media (max-width: 575px) {
  .popup .popup-wrapper ul.list-round li.round:not(:last-child) {
    border-bottom: 1px solid #fa35ff;
    padding-bottom: 3rem;
  }
}
@media (min-width: 576px) {
  .popup .popup-wrapper ul.list-round li.round {
    width: 50%;
  }
}
.popup .popup-wrapper ul.list-round li.round .title-stat-round {
  font-weight: bold;
  width: 100%;
  margin-bottom: 1rem;
}
.popup .popup-wrapper ul.list-round li.round .total-points {
  width: 100%;
  margin-bottom: 1rem;
}
.popup .popup-wrapper ul.list-round li.round .bonus-gate {
  width: 100%;
}
.popup .popup-wrapper ul.list-round li.round .laps-stat {
  width: 100%;
}
.popup .popup-wrapper ul.list-round li.round .laps-stat ul {
  padding-left: 0;
  margin-top: 0;
  list-style: none;
}
.popup .popup-wrapper ul.list-round li.round .laps-stat ul li {
  margin-top: 0;
}

.settings-panel {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 9;
}
.settings-panel .open {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fff;
  padding: 9px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-out;
}
.settings-panel:hover .open {
  transform: scale(1.1);
}

.settings-panel__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 6rem;
  text-align: center;
  overflow: auto;
  z-index: 1;
  display: none;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #000;
}

.settings-panel__title {
  font-size: 5rem;
  margin-bottom: 6rem;
  text-transform: uppercase;
}

.settings-pannel__pilots {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1300px) {
  .settings-pannel__pilots {
    font-size: 14px;
  }
}

.settings-pannel__pilot {
  padding: 20px;
  width: 22%;
  background-color: #ededed;
}

.setting-pannel_heat-setting {
  margin-bottom: 20px;
}
.setting-pannel_heat-setting .type-heat select, .setting-pannel_heat-setting .type-elimination select {
  border-radius: 0;
  padding: 5px 10px;
  outline: none;
  cursor: pointer;
  border: 1px solid #000;
}

.setting-pannel_heat-setting select + d {
  display: none;
}

.settings-pannel__field:not(:last-child) {
  margin-bottom: 2rem;
}
.settings-pannel__field .hd-toggle-acf-outline {
  background-color: #fff;
}
.settings-pannel__field .hd-toggle-acf-outline.penality, .settings-pannel__field .hd-toggle-acf-outline.laps_1, .settings-pannel__field .hd-toggle-acf-outline.laps_2, .settings-pannel__field .hd-toggle-acf-outline.laps_3 {
  padding: 6px 10px;
  border: 1px solid #000;
}
.settings-pannel__field .hd-toggle-acf-outline.laps_2 {
  border-top: 0;
  border-bottom: 0;
}
.settings-pannel__field .hd-toggle-acf-outline:hover, .settings-pannel__field .hd-toggle-acf-outline:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.settings-pannel__field [contenteditable=true] {
  display: black;
}
.settings-pannel__field select + d {
  display: none;
}
.settings-pannel__field select {
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  width: 100%;
  padding: 5px 10px;
  outline: none;
}

.settings-pannel__field-tilte {
  font-weight: bold;
}

.settings-panel__heat-show {
  position: fixed;
  right: 170px;
  bottom: 30px;
}
.settings-panel__heat-show d {
  padding: 8px 15px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 5px;
  border: 1px solid #000;
}

.settings-panel__save {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 8px 20px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  background-color: #353535;
  color: #fff;
}

.settings-panel__close {
  position: absolute;
  width: 30px;
  top: 30px;
  right: 30px;
  cursor: pointer;
  filter: invert(1);
  padding: 5px;
}

.settings-panel__heats {
  transition: all 0.2s ease-out;
}
.settings-panel__heats .slick-prev {
  left: 50%;
  margin-left: -200px;
}
.settings-panel__heats .slick-next {
  right: 50%;
  margin-right: -200px;
}
.settings-panel__heats .slick-arrow {
  position: absolute;
  top: -50px;
  border: 0;
  background: #353535;
  padding: 6px 16px;
  color: #fff;
  z-index: 1;
  transition: all 0.2s ease-out;
}
.settings-panel__heats .slick-arrow:hover {
  border-bottom-width: 3px;
}
.settings-panel__heats .slick-arrow.slick-disabled {
  opacity: 0;
}
.settings-panel__heats .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: ce;
  list-style: none;
  top: -45px;
  margin: 0;
  padding: 0;
}
.settings-panel__heats .slick-dots li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.2s ease-out;
}
.settings-panel__heats .slick-dots li:not(.slick-active) {
  opacity: 0;
}

.single-event.template--start .fixed-menu {
  display: none;
}

.single-event.--tab-chart section.on-live {
  display: none;
}
.single-event.--tab-chart section.charts {
  display: block;
}

/*
// ANCHOR: home page
*/
body.home {
  padding-bottom: 20px;
}
body.home .logo {
  width: 214px;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body.home h1 {
  color: #9E47FD;
  text-align: center;
  font-family: "Jersey 25", sans-serif;
  font-size: 36px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 46px;
}
body.home .list-events {
  --bs-gutter-y: 10px;
  --bs-gutter-x: 10px;
  margin-bottom: 35px;
}
body.home .list-events .item .wrapper {
  background: #EFEFEF;
  padding: 15px;
  position: relative;
}
body.home .list-events .item .wrapper a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
body.home .list-events .item .wrapper .date {
  color: #5D5D5D;
  font-family: "Jersey 25", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}
body.home .list-events .item .wrapper h3.title {
  color: #9E47FD;
  text-align: center;
  font-family: "Jersey 25", sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 5px;
  text-align: left;
}
body.home .list-events .item .wrapper .position {
  color: #717171;
  font-family: "Jersey 25", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
body.home .list-events .item.live .wrapper {
  background-color: #9E47FD;
}
body.home .list-events .item.live .wrapper .date,
body.home .list-events .item.live .wrapper .title,
body.home .list-events .item.live .wrapper .position {
  color: #fff;
}
body.home .list-events .item.live .wrapper .live {
  width: 42px;
  height: 23px;
  color: #9E47FD;
  font-family: "Jersey 25", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 23px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  right: 25px;
  top: 25px;
}
body.home .sponsors {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
body.home .sponsors .item img {
  max-height: 52px;
  max-width: 96px;
}
body.home .copyright {
  color: #717171;
  font-family: "Jersey 25", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-align: center;
}
body.home .button-chart {
  width: 60px;
  height: 60px;
  background-color: #9E47FD;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  cursor: pointer;
  z-index: 2;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
  transition: all 0.3s ease-out;
}
body.home .button-chart img {
  width: 27px;
  height: 27px;
  margin: auto;
}
body.home .button-chart .close {
  display: none;
  width: 18px;
  height: 18px;
}
body.home.open-chart .button-chart .open {
  display: none;
}
body.home.open-chart .button-chart .close {
  display: block;
}
body.home .chart {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #9E47FD;
  overflow: auto;
  display: none;
  padding-bottom: 40px;
}
body.home .chart h3 {
  color: #fff;
  text-align: center;
  font-family: "Jersey 25", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 53px;
}
body.home .chart .list-team {
  --bs-gutter-y: 10px;
  --bs-gutter-x: 10px;
}
body.home .chart .list-team .item .wrapper {
  border-radius: 15px;
  background-color: #fff;
  padding: 25px;
  position: relative;
  cursor: pointer;
}
body.home .chart .list-team .item .toggle {
  position: absolute;
  right: 25px;
  top: 25px;
}
body.home .chart .list-team .item .toggle img {
  width: 27px;
  height: 27px;
}
body.home .chart .list-team .item .toggle .close {
  display: none;
}
body.home .chart .list-team .item.open .toggle .open {
  display: none;
}
body.home .chart .list-team .item.open .toggle .close {
  display: block;
}
body.home .chart .list-team .item .position {
  color: #9E47FD;
  text-align: left;
  font-family: "Jersey 25", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 6px;
}
body.home .chart .list-team .item .name {
  color: #000;
  font-family: "Jersey 25", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 7px;
}
body.home .chart .list-team .item .total-points {
  color: #717171;
  font-family: "Jersey 25", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}
body.home .chart .list-team .item .stages {
  margin-top: 17px;
  display: none;
}
body.home .chart .list-team .item .stages .stage:not(:first-child) {
  margin-top: 7px;
}
body.home .chart .list-team .item .stages .stage .name-stage {
  color: #000;
  font-family: "Jersey 25", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 7px;
}
body.home .chart .list-team .item .stages .stage .position-stage {
  color: #717171;
  font-family: "Jersey 25", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 2px;
}
body.home .chart .list-team .item .stages .stage .points-stage {
  color: #717171;
  font-family: "Jersey 25", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}

/* END home page */
body.single-evento.--regia .fixed-menu, body.single-evento.--regia h1, body.single-evento.--regia .header, body.single-evento.--regia body::after, body.single-evento.--regia .charts__title, body.single-evento.--regia .classifica-piloti, body.single-evento.--regia .classifica-tempi, body.single-evento.--regia section.on-live, body.single-evento.--regia section.heats, body.single-evento.--regia .settings-panel {
  display: none;
}
body.single-evento.--regia section.charts .charts__item .charts__wrapper {
  background-color: transparent;
}
body.single-evento.--regia section.charts {
  display: block;
}
body.single-evento.--regia section.charts .charts__title, body.single-evento.--regia section.charts .charts__subtitle {
  display: none;
}
body.single-evento.--regia section.charts .classifica-team ul li.classifica-team__item img.logo {
  filter: drop-shadow(0px 0px 2px #fff);
}
body.single-evento.--regia section.charts .charts__item .--more {
  display: none;
}
body.single-evento.--regia section.charts .charts__item:not(.open) .charts__wrapper > ul > li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: block;
}
body.single-evento.--regia .charts__item.classifica-team {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 100px);
}
body.single-evento.--regia section.charts .charts__item .charts__wrapper {
  margin-top: 0;
}
body.single-evento.--regia section.charts .classifica-team ul {
  gap: 1rem;
}
body.single-evento.--regia section.charts .classifica-team .classifica-team__item {
  width: calc(100% / var(--items-per-row) - 10px);
  text-align: center;
  position: relative;
}
body.single-evento.--regia section.charts .classifica-team .classifica-team__item .wrapper {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  height: 300px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3607843137);
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}
body.single-evento.--regia section.charts .classifica-team .classifica-team__item .position {
  width: 100%;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8392156863);
  font-size: 38px;
}
body.single-evento.--regia section.charts .classifica-team .classifica-team__item .logo {
  width: 120px;
  height: 120px;
  filter: drop-shadow(0px 0px 3px #fff);
}
body.single-evento.--regia section.charts .classifica-team .classifica-team__item .team-name {
  font-size: 20px;
  color: #ffffff;
  width: 100%;
}
body.single-evento.--regia section.charts .classifica-team .classifica-team__item .team-points {
  font-size: 34px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
body.single-evento.--regia section.charts .classifica-team .classifica-team__item .wrapper-stat {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
}/*# sourceMappingURL=style.css.map */