@import url("https://fonts.googleapis.com/css2?family=Michroma&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.top-navigation {
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 4.3rem;
  padding: 0.5rem 1.5rem 0.5rem 5rem;
  line-height: 1.1;
  background: #1D1D1D;
  background: linear-gradient(180deg, rgb(29, 29, 29) 0%, rgb(10, 10, 10) 100%);
  overflow: hidden;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.3764705882);
  z-index: 100000;
}
.top-navigation .menu-toggle {
  position: absolute;
  right: 1.1rem;
  top: 1.1rem;
  width: 2rem;
  height: 2rem;
  perspective: 800px;
  display: none;
  cursor: pointer;
}
.top-navigation .menu-toggle .toggle-inner {
  position: relative;
  width: 2rem;
  height: 2rem;
  transform-style: preserve-3d;
  transition: transform 0.4s ease;
}
.top-navigation .menu-toggle .toggle-inner .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.top-navigation .menu-toggle .toggle-inner .front {
  transform: rotateX(0deg);
}
.top-navigation .menu-toggle .toggle-inner .back {
  transform: rotateX(180deg);
}
.top-navigation .menu-toggle.expanded .toggle-inner {
  transform: rotateX(180deg);
}

@media (max-width: 1180px) {
  .top-navigation {
    justify-content: center;
    padding: 0.5rem 3rem;
    overflow: visible;
  }
  .top-navigation .menu-toggle {
    display: block;
  }
}
.green-accent-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 4.3rem;
  overflow: hidden;
}
.green-accent-container .green-accent {
  position: relative;
  top: -0.3rem;
  left: 0.3rem;
  width: 5rem;
  height: 129%;
  background-color: #66d122;
  background: linear-gradient(180deg, #8bfd47 0%, #43a800 100%);
  transform: rotateZ(13.5deg) translate(-1.6rem, -0.2rem);
}
.green-accent-container img {
  position: absolute;
  left: 0.8rem;
  top: 1.1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.35;
}

.top-logo img {
  width: 12rem;
  opacity: 0.7;
}

.slide-menu-container {
  width: 100%;
}
.slide-menu-container.expanded {
  height: 4.3rem;
}
.slide-menu-container .slide-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.slide-menu-container .slide-menu .nav-end {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1180px) {
  .slide-menu-container {
    display: flex;
    align-items: end;
    position: absolute;
    top: 4.3rem;
    left: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .slide-menu-container .slide-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1.5rem;
    background-color: rgba(33, 33, 33, 0.8705882353);
    backdrop-filter: blur(4px);
    box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.3764705882);
  }
}
.top-menu {
  display: inline-block;
  margin: 0 2rem;
  padding: 0;
  list-style-type: none;
}
.top-menu li {
  display: inline-block;
}
.top-menu li a {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: #cbcbcb;
  text-decoration: none;
  border-left: 1px solid #4e4e4e;
}
.top-menu li a .subtitle {
  margin-top: 0.2rem;
  font-size: 0.9rem;
  font-weight: 200;
}

@media (max-width: 1180px) {
  .top-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0.4rem 1.3rem 0.5rem;
  }
  .top-menu li {
    display: block;
    width: 100%;
  }
  .top-menu li a {
    display: block;
    width: 100%;
    padding: 0.8rem 0;
    border-left: none;
    border-bottom: 1px solid #4e4e4e;
  }
}
.language-selection {
  display: flex;
  flex-direction: column;
  position: relative;
  top: -0.1rem;
  margin: 0;
  padding: 0.5rem 0 0 1rem;
  list-style: none;
  font-size: 1.15rem;
}
.language-selection li {
  display: block;
  line-height: 1;
}
.language-selection li a {
  font-size: 0.8rem;
  text-decoration: none;
  color: #cbcbcb;
  opacity: 0.5;
}
.language-selection li a.active {
  opacity: 1;
}

@media (max-width: 1180px) {
  .language-selection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0 1.3rem 0.4rem;
  }
  .language-selection li a {
    display: inline-block;
    padding: 1rem;
    font-size: 1rem;
  }
}
* {
  box-sizing: border-box;
  transition: all 0.4s;
}

html {
  height: 100%;
  color: #cbcbcb;
  transition: all 0.3s;
  background-color: #181818;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

a {
  color: #66d122;
}

.center {
  text-align: center;
}

.super-content {
  display: flex;
  flex-direction: column;
  margin: 4.3rem 0 0 0;
}
.super-content .content-container {
  display: flex;
  margin: 2rem 0 0 0;
  padding: 0;
  justify-content: center;
}
.super-content .content-container .content {
  width: 100%;
  max-width: 73.75rem;
  margin: 0;
  padding: 0;
}
.super-content .content-container .content p.title-date {
  position: relative;
  top: -1rem;
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(203, 203, 203, 0.5);
}
.super-content .content-container .content h1, .super-content .content-container .content h2, .super-content .content-container .content h3 {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.super-content .content-container .content h1 + h2 {
  margin-top: 0;
}
.super-content .content-container .content h2 {
  margin-top: 2.5rem;
  font-size: 1.75rem;
}
.super-content .content-container .content h1:first-child, .super-content .content-container .content h2:first-child, .super-content .content-container .content h3:first-child, .super-content .content-container .content p:first-child {
  margin-top: 0;
}
.super-content .content-container .content .small-note {
  margin: 0.5rem 0 0 0;
  font-size: 0.9rem;
  line-height: 1.4;
  opacity: 0.5;
}
.super-content .content-container .content hr {
  border: none;
  border-bottom: 1px solid #4e4e4e;
  margin-top: 1.5rem;
  margin-bottom: 1.3rem;
}
.super-content .content-container .content hr + * {
  margin-top: 0;
}

@media (max-width: 1210px) {
  .super-content .content-container .content {
    padding: 0 1.5rem;
  }
}
.width-1-3 {
  width: 33.3333%;
}

.card-full {
  display: block;
  padding: 1.2rem 1.5rem;
  border-radius: 0.3rem;
  background-color: rgba(70, 70, 70, 0.57);
  backdrop-filter: blur(4px);
  overflow: hidden;
}

.card-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2rem;
}
.card-container .card-double, .card-container .card-triple {
  display: block;
  padding: 1.2rem 1.5rem;
  border-radius: 0.3rem;
  background-color: rgba(70, 70, 70, 0.57);
  backdrop-filter: blur(4px);
  overflow: hidden;
}
.card-container .card-double p.info, .card-container .card-triple p.info {
  font-size: 0.85rem;
  opacity: 0.45;
}
.card-container .card-double {
  width: 50%;
}
.card-container .card-triple {
  width: 33.33%;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.45em 2rem 0.5rem;
  font-weight: 400;
  color: #c3c3c3;
  /* background-color: #54bf14; */
  background: #555555;
  background: linear-gradient(180deg, rgb(85, 85, 85) 0%, rgb(42, 42, 42) 100%);
  text-decoration: none;
  border-radius: 3rem;
  overflow: hidden;
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.button.action {
  padding-left: 2.5rem;
}
.button.action:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 130%;
  background-color: #66d122;
  background: linear-gradient(180deg, #8bfd47 0%, #43a800 100%);
  transform: rotateZ(13.5deg) translate(-1.6rem, -0.2rem);
}
.button.action:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background: none;
  box-shadow: 0 0 0 2px rgba(127, 127, 127, 0.3) inset;
}
.button.disabled {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
  background: none;
  opacity: 0.5;
  cursor: default;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2) inset;
}
.button.disabled:before {
  display: none;
}
.button.disabled:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/site/templates/components/button/disabled-white.svg");
  background-size: 1rem;
  border-radius: 1rem;
  opacity: 0.2;
}

.table-button {
  position: relative;
  display: inline-flex;
  height: 1.813rem;
  margin-left: 0.7rem;
  padding: 0 0.8rem;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.1;
  border-radius: 1rem;
  border: 1px solid #6e6e6e;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.table-button.disabled {
  background: none;
  opacity: 0.5;
  cursor: default;
}
.table-button.disabled:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/site/templates/components/button/disabled-white.svg");
  background-size: 0.7rem;
  border-radius: 1rem;
  opacity: 0.2;
}

.mini-button {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  padding: 0.2rem 1.1rem 0.13rem;
  color: rgba(203, 203, 203, 0.7);
  background: rgba(70, 70, 70, 0.57);
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.button-full-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.3rem;
  padding: 0.7rem;
  background-color: rgba(70, 70, 70, 0.57);
  border-radius: 2.5rem;
}

.external-sign-in-button {
  display: flex;
  position: relative;
  max-width: 20rem;
  height: 3rem;
  margin: auto;
  padding-left: 4.5rem;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
}
.external-sign-in-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5.5rem;
  background-color: #66d122;
  background: linear-gradient(180deg, #8bfd47 0%, #43a800 100%);
  transform: rotateZ(13.5deg) translate(-1.3rem, -0.4rem);
}
.external-sign-in-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.45rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.modal-overlay.active {
  display: flex;
}
.modal-overlay .modal {
  position: relative;
  padding: 1.5rem 2rem;
  width: 90%;
  max-width: 30rem;
  background: #181818;
  border-radius: 0.3rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
}
.modal-overlay .modal-close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  opacity: 0.25;
  line-height: 0;
}
.modal-overlay .modal-close:hover {
  opacity: 1;
}
.modal-overlay .modal-close img {
  width: 1rem;
  height: 1rem;
}
.modal-overlay h2.modal-title {
  margin: 0 0 1.3rem 0 !important;
  font-size: 1.5rem !important;
  line-height: 1;
}
.modal-overlay .modal-content {
  margin-bottom: 1.5rem;
}
.modal-overlay .modal-content p {
  margin: 0;
}
.modal-overlay .modal-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.banner {
  position: relative;
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}
.banner.participating:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 2px #c8a84b;
  border-radius: 0.3rem;
  z-index: 1000;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner.banner-mobile {
  width: 100%;
  height: 9rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
.banner.event-banner {
  height: auto;
}
.banner .driver-banner {
  position: relative;
  padding: 0.6rem 1rem 0.7rem 3.2rem;
  font-size: 1rem;
  font-weight: 400;
  color: #c8a84b;
  background-color: #0c0c0c;
}
.banner .driver-banner:before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0.55rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/site/templates/components/profile/driver-gold.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1180px) {
  .banner {
    display: none;
  }
  .banner.banner-mobile {
    display: block;
  }
}
.cards-container {
  display: flex;
  flex-direction: row;
  justify-content: left;
  gap: 2rem;
}
.cards-container .event-card {
  display: block;
  width: 31.5%;
  border-radius: 0.3rem;
  background-color: rgba(70, 70, 70, 0.57);
  backdrop-filter: blur(4px);
  overflow: hidden;
  cursor: pointer;
}
.cards-container .event-card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  z-index: 500;
}
.cards-container .event-card .small-text {
  font-size: 0.95rem;
}
.cards-container .event-card hr {
  width: 100%;
  border: none;
  border-top: 1px solid #4e4e4e;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cards-container .event-card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  padding: 0;
}
.cards-container .event-card .card-content .event-poster {
  position: relative;
  line-height: 0;
}
.cards-container .event-card .card-content .event-poster img {
  width: 100%;
  height: auto;
}
.cards-container .event-card .card-content .event-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 1.1rem 1.3rem;
}
.cards-container .event-card .card-content .event-info h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: center;
}
.cards-container .event-card .card-content .event-info .enrollment-status-badge {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0.8rem auto 0;
  background-color: grey;
  border-radius: 1rem;
  padding: 0.3rem 0.9rem 0.3rem 2rem;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: 400;
}
.cards-container .event-card .card-content .event-info .enrollment-status-badge:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.15rem;
  left: 0.7rem;
  width: 0.95rem;
  height: 0.95rem;
  margin-right: 0.4rem;
  background: center center no-repeat;
  background-size: contain;
}
.cards-container .event-card .card-content .event-info .enrollment-status-badge.closed {
  display: none;
}
.cards-container .event-card .card-content .event-info .enrollment-status-badge.open {
  color: #6fcf70;
  background-color: #1a3d1a;
  box-shadow: inset 0 0 0 1px #6fcf70;
}
.cards-container .event-card .card-content .event-info .enrollment-status-badge.open:before {
  background-image: url("/site/templates/components/icons/helmet-front.svg");
  filter: brightness(0) saturate(100%) invert(71%) sepia(26%) saturate(751%) hue-rotate(71deg) brightness(97%) contrast(90%);
}
.cards-container .event-card .card-content .event-info .enrollment-status-badge.invitation-only {
  color: #6aabf7;
  background-color: #1a2a4a;
  box-shadow: inset 0 0 0 1px #6aabf7;
}
.cards-container .event-card .card-content .event-info .enrollment-status-badge.invitation-only:before {
  background-image: url("/site/templates/components/icons/lock.svg");
  filter: brightness(0) saturate(100%) invert(56%) sepia(100%) saturate(750%) hue-rotate(190deg) brightness(95%) contrast(90%);
}
.cards-container .event-card .card-content .event-info .enrollment-status-badge.full {
  color: #f06f70;
  background-color: #3c1b1a;
  box-shadow: inset 0 0 0 1px #f06f70;
}
.cards-container .event-card .card-content .event-info .enrollment-status-badge.full:before {
  background-image: url("/site/templates/components/icons/forbidden.svg");
  filter: brightness(0) saturate(100%) invert(59%) sepia(58%) saturate(1395%) hue-rotate(313deg) brightness(96%) contrast(97%);
}
.cards-container .event-card .card-content .event-info .enrollment-status-badge.overbooking {
  color: #f1b041;
  background-color: #3d2d0a;
  box-shadow: inset 0 0 0 1px #f1b041;
}
.cards-container .event-card .card-content .event-info .enrollment-status-badge.overbooking:before {
  background-image: url("/site/templates/components/icons/warning.svg");
  filter: brightness(0) saturate(100%) invert(68%) sepia(84%) saturate(412%) hue-rotate(345deg) brightness(100%) contrast(90%);
}
.cards-container .event-card .card-content .event-info .enrollment-status-badge.enrolled {
  color: #c8a84b;
  background-color: #3d2d0a;
  box-shadow: inset 0 0 0 1px #c8a84b;
}
.cards-container .event-card .card-content .event-info .enrollment-status-badge.enrolled:before {
  top: 0.2rem;
  background-image: url("/site/templates/components/icons/driver-gold.svg");
}
.cards-container .event-card .card-content .event-info .small-text {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.cards-container .event-card .card-content .event-info .next-date {
  margin-top: 0;
  font-weight: 700;
  font-size: 0.9rem;
}
.cards-container .event-card .card-content .event-info h4 {
  margin: 0;
  padding: 0.6rem 0 0;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #4e4e4e;
}
.cards-container .event-card .card-content .event-info div {
  margin-top: 0.3rem;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cards-container .event-card .card-content .event-info div:first-child {
  margin-top: 0;
}
.cards-container .event-card .card-content .event-info .event-summary {
  font-size: 1rem;
  line-height: 1.4;
}
.cards-container .event-card .card-content .event-info .all-info {
  flex-grow: 1;
  align-content: end;
  margin-top: 1.3rem;
  text-align: center;
}
.cards-container .event-card:hover:after {
  box-shadow: 0 0 0 3px inset rgba(255, 255, 255, 0.15);
}
.cards-container .event-card.participating:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 2px #c8a84b;
  border-radius: 0.3rem;
  z-index: 1000;
}
.cards-container .event-card.participating:hover:after {
  box-shadow: 0 0 0 2px inset rgba(200, 168, 75, 0.5);
}

@media (max-width: 1180px) {
  .cards-container .event-card {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
  }
  .cards-container .event-card {
    width: 100%;
  }
}
.content .news-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2rem;
  margin-top: 2rem;
}
.content .news-container .news-card {
  display: block;
  width: 33.33%;
  overflow: hidden;
  cursor: pointer;
}
.content .news-container .news-card .news-cover {
  line-height: 0;
  border-radius: 0.3rem;
  overflow: hidden;
}
.content .news-container .news-card .news-cover img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .news-container .news-card h2 {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.content .news-container .news-card p.date {
  margin-top: 0.4rem;
  margin-bottom: 0;
  color: rgba(203, 203, 203, 0.5);
}
.content .news-container .news-card p.date img.push-pin {
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: auto;
  margin-right: 0.1rem;
  opacity: 0.25;
  vertical-align: text-top;
}
.content .news-container .news-card p.summary {
  margin-top: 0.4rem;
  margin-bottom: 0;
}
.content .news-container .news-card a.read-more {
  display: inline-block;
  margin-top: 0.4rem;
  text-decoration: none;
}
.content .news-container .news-card a.read-more:hover {
  text-decoration: underline;
}
.content .news-container .news-card:hover a.read-more {
  text-decoration: underline;
}

.enroll-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.3rem;
  padding: 0.7rem;
  background-color: rgba(70, 70, 70, 0.57);
  border-radius: 0.3rem;
}
.enroll-bar .enroll-icon {
  line-height: 0;
}
.enroll-bar .enroll-icon img {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0.3rem -0.4rem 0.3rem 0.7rem;
}
.enroll-bar.enrolled .enroll-message {
  font-weight: 400;
  color: #c8a84b;
  opacity: 1;
}

.tabs {
  display: flex;
  padding: 0;
  list-style-type: none;
}
.tabs li.tab {
  display: inline-block;
  padding: 0.5rem 1.3rem;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #656565;
  border-right: 1px solid #4e4e4e;
  cursor: pointer;
}
.tabs li.tab:first-child {
  border-left: 1px solid #4e4e4e;
}
.tabs li.tab.active {
  color: #cbcbcb;
}

.table {
  width: 100%;
  border-spacing: 0;
  border-radius: 0.3rem;
  overflow: hidden;
}
.table tbody {
  width: 100%;
}
.table tbody .table-line {
  width: 100%;
  background-color: rgba(70, 70, 70, 0.57);
  backdrop-filter: blur(4px);
}
.table tbody .table-line.clickable {
  cursor: pointer;
}
.table tbody .table-line.clickable:hover {
  background-color: rgba(70, 70, 70, 0.97);
}
.table tbody .table-line.clickable-no-highlight {
  cursor: pointer;
}
.table tbody .table-line .table-cell {
  position: relative;
  margin: 0;
  padding: 0 1rem;
  height: 3.688rem;
  line-height: 3.688rem;
  white-space: nowrap;
}
.table tbody .table-line .table-cell img.track-flag, .table tbody .table-line .table-cell img.driver-flag {
  position: relative;
  top: 0.25rem;
  width: 1.7rem;
  margin-right: 1rem;
}
.table tbody .table-line .table-cell .mobile-label {
  display: none;
}
.table tbody .table-line .check-off, .table tbody .table-line .check-on {
  padding: 1rem 0 1rem 1.1rem;
}
.table tbody .table-line .check-off:after, .table tbody .table-line .check-on:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.table tbody .table-line .check-off:after {
  background-image: url("../components/table/checkmark-off.svg");
  opacity: 0.3;
}
.table tbody .table-line .check-on:after {
  background-image: url("../components/table/checkmark-on.svg");
}
.table tbody .table-line:first-child .table-cell {
  border-top: none;
}
.table tbody .table-line .wide-cell {
  width: 100%;
  flex-grow: 1;
}
.table tbody .info-line .info-cell {
  height: auto;
  line-height: 1.5;
}
.table tbody .table-spacer {
  height: 2px;
}
.table tbody .table-spacer:last-child {
  display: none;
}
.table tbody .table-spacer-mobile {
  height: 2px;
  display: none;
}

.table tbody .header td {
  padding: 0.5rem;
  font-weight: 400;
  font-size: 0.73rem;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.07);
  border-bottom: none;
}
.table tbody .header td.total-points {
  font-size: 0.73rem;
}

.table tbody .table-line .mobile-break {
  display: none;
}

.table .table-line.info-line .info-cell {
  margin: 0;
  padding: 0;
  border: none;
}
.table .table-line.info-line .info-cell > div {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.table .table-line.lined .table-cell {
  position: relative;
  margin: 0;
  padding: 1rem;
  white-space: nowrap;
  border-bottom: 1px solid #4e4e4e;
}

.table tbody .table-line.header .pos, .table tbody .table-line.header .driver {
  text-align: center;
}

table.table-classification .table-line {
  font-weight: 400;
}
table.table-classification .table-line .pos {
  width: 0;
  padding: 0.15rem;
}
table.table-classification .table-line .pos div.pos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 3.4rem;
  color: #0c0c0c;
  background-color: #cacaca;
  border-radius: 0 0 0.5rem 0;
  font-size: 1.3rem;
  font-weight: 700;
}
table.table-classification .table-line .driver {
  text-align: left;
}
table.table-classification .table-line .country, table.table-classification .table-line .pos, table.table-classification .table-line .pos-variation, table.table-classification .table-line .race-time, table.table-classification .table-line .time, table.table-classification .table-line .fastest-lap, table.table-classification .table-line .points, table.table-classification .table-line .penalty {
  text-align: center;
}
table.table-classification .table-line .pos-variation .position-up, table.table-classification .table-line .pos-variation .position-down, table.table-classification .table-line .pos-variation .position-same {
  display: inline-block;
  position: relative;
  top: 0.01rem;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
table.table-classification .table-line .pos-variation .position-up {
  background-image: url("/site/templates/components/icons/position-up.svg");
}
table.table-classification .table-line .pos-variation .position-down {
  background-image: url("/site/templates/components/icons/position-down.svg");
}
table.table-classification .table-line .pos-variation .position-same {
  background-image: url("/site/templates/components/icons/position-same.svg");
}
table.table-classification .table-line .best-lap {
  font-weight: 400;
  color: #dde576;
}
table.table-classification .table-line .driver-number {
  font-weight: 500;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 0;
  text-align: center;
  opacity: 0.4;
}
table.table-classification .table-line .points {
  text-align: center;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
table.table-classification .table-line .total-points {
  text-align: right;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.2rem;
}
table.table-classification .table-line .race-director-icon {
  position: relative;
  top: 0.5rem;
  margin-left: 1rem;
  width: 1.6rem;
  height: auto;
  opacity: 0.7;
}

@media (max-width: 1180px) {
  .table tbody {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .table tbody .table-line {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 0.8rem;
  }
  .table tbody .table-line:first-child {
    margin-top: 0;
  }
  .table tbody .table-line .table-cell {
    padding: 0;
  }
  .table tbody .info-line {
    margin-top: 0;
    padding: 0;
  }
  .table tbody .table-spacer {
    display: none;
  }
  .table tbody .table-spacer-mobile {
    display: table-row;
  }
}
.table.event-race-list .table-line td:last-child {
  text-align: right;
}

.race-info-cell {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1rem 1rem 2rem;
  font-size: 1rem;
}
.race-info-cell .info-title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.8rem 1rem 0.7rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
}
.race-info-cell .race-info {
  display: flex;
  flex-direction: row;
  gap: 0.6rem 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  margin: 0;
  padding: 0;
}
.race-info-cell .race-info .info-part {
  display: flex;
  flex-direction: row;
  flex-basis: 49%;
  justify-content: space-between;
  padding: 0 0.5rem 0.5rem;
  border-bottom: 1px solid #4e4e4e;
}
.race-info-cell .race-info .info-part .key {
  display: flex;
}
.race-info-cell .race-info .info-part .value {
  display: flex;
  font-weight: 400;
  color: #dde576;
}
.race-info-cell .info-spacer {
  display: block;
  width: 100%;
  height: 0.7rem;
}

@media (max-width: 990px) {
  .race-info-cell .race-info .info-part {
    flex-basis: 100%;
  }
}
.race-info-cell .race-info .info-part.settings-options {
  display: flex;
  flex-direction: column;
  flex-grow: 3;
  justify-content: space-between;
  width: 100%;
}
.race-info-cell .race-info .info-part.settings-options .key {
  width: 100%;
  flex-grow: 2;
  padding-bottom: 0.3rem;
}
.race-info-cell .race-info .info-part.settings-options .options-group {
  display: flex;
  flex-direction: row;
  flex-grow: 2;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.race-info-cell .race-info .info-part.settings-options .options-group .setting-option {
  display: inline-block;
  width: 33%;
  padding: 0.2rem 0;
  font-size: 0.9rem;
  text-align: left;
  opacity: 0.4;
}
.race-info-cell .race-info .info-part.settings-options .options-group .setting-option.active {
  opacity: 1;
  font-weight: 400;
  color: #dde576;
}

@media (max-width: 1080px) {
  .race-info-cell .race-info .info-part.settings-options .options-group .setting-option {
    width: 50%;
  }
}
@media (max-width: 760px) {
  .race-info-cell .race-info .info-part.settings-options .options-group .setting-option {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .table tbody .table-line .race-date {
    margin-left: 0.3rem;
  }
  .table tbody .table-line .race-track {
    width: 100%;
  }
  .table tbody .table-line .race-info-cell {
    padding: 1rem;
  }
}
table.points-system {
  border-collapse: collapse;
}
table.points-system tr td {
  padding: 0.5rem 1rem;
  text-align: center;
  border: 1px solid #4e4e4e;
}
table.points-system tr .table-title {
  font-weight: 400;
}

form, .form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  padding: 1rem 0.75rem;
  background-color: rgba(70, 70, 70, 0.57);
  border-radius: 0.3rem;
}
form.no-group, .form.no-group {
  padding: 0;
  background: none;
}
form .form-messages, .form .form-messages {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0.75rem;
}
form .form-messages .error, form .form-messages .success, .form .form-messages .error, .form .form-messages .success {
  margin: 1rem 0;
  padding: 0.3rem 0.6rem;
  font-size: 0.85rem;
  border-radius: 0.2rem;
}
form .form-messages .error:first-child, form .form-messages .success:first-child, .form .form-messages .error:first-child, .form .form-messages .success:first-child {
  margin-top: 0.5rem;
}
form .form-messages .error:last-child, form .form-messages .success:last-child, .form .form-messages .error:last-child, .form .form-messages .success:last-child {
  margin-bottom: 0;
}
form .form-messages .success, .form .form-messages .success {
  color: #a0ffa3;
  background-color: rgba(3, 255, 0, 0.2);
  border: 1px solid rgba(0, 255, 5, 0.3);
}
form .form-messages .error, .form .form-messages .error {
  color: #ffa0a0;
  background-color: rgba(255, 0, 0, 0.2);
  border: 1px solid rgba(255, 0, 0, 0.4);
}
form h3, .form h3 {
  display: block;
  width: 100%;
  margin-bottom: 0.3rem;
  padding: 0 0.75rem;
}
form div, .form div {
  width: 100%;
  margin-top: 0.7rem;
  padding: 0 0.75rem;
}
form div.width-1-2, .form div.width-1-2 {
  width: 50%;
}
form div label, .form div label {
  display: block;
  padding: 0 0 0.15rem 0.25rem;
  font-size: 0.75rem;
}
form .form-checkbox, .form .form-checkbox {
  display: flex;
  flex-direction: row;
  justify-content: left;
}
form .form-checkbox input[type=checkbox], .form .form-checkbox input[type=checkbox] {
  position: relative;
}
form .form-checkbox input[type=checkbox]:before, form .form-checkbox input[type=checkbox]:after, .form .form-checkbox input[type=checkbox]:before, .form .form-checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  border-radius: 0.2rem;
  background: #202020;
}
form .form-checkbox input[type=checkbox]:checked:after, .form .form-checkbox input[type=checkbox]:checked:after {
  background: #66d122;
  background-image: url("../components/form/checkmark.svg");
  background-size: 0.95rem;
  background-position: center;
  background-repeat: no-repeat;
}
form .form-checkbox label, .form .form-checkbox label {
  position: relative;
  margin-top: 0.05rem;
  margin-left: 0.6rem;
  font-size: 0.9rem;
}
form .form-group, .form .form-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
form .form-group .form-group-title, .form .form-group .form-group-title {
  width: 100%;
  width: 100%;
  margin: 1.25rem 0 0 0;
  padding: 0.5rem 0.75rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
form .form-group .form-group-title:after, .form .form-group .form-group-title:after {
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #4e4e4e;
}
form .form-buttons, .form .form-buttons {
  margin: 1.5rem 0 0.3rem 0;
}
form .form-buttons button, .form .form-buttons button {
  border: none;
}
form .form-buttons-center, .form .form-buttons-center {
  display: flex;
  justify-content: center;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.5rem 0.7rem;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  color: #cbcbcb;
  border: none;
  background: #202020;
  border: none;
  border-radius: 0.2rem;
}
input[type=text]:focus-visible,
input[type=number]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  border: none;
  box-shadow: 0 0 0 2px #66d122;
}
input[type=text]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
textarea:disabled,
select:disabled {
  color: rgba(203, 203, 203, 0.5);
  cursor: not-allowed;
}

textarea {
  resize: none;
}

.menu-profile-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.45rem 1rem;
  font-size: 0.9rem;
  text-decoration: none;
  color: #cbcbcb;
  border-right: 1px solid #4e4e4e;
}
.menu-profile-link .menu-profile-icon {
  text-align: center;
}
.menu-profile-link .menu-profile-icon img {
  width: 1.3rem;
  opacity: 0.7;
}

form.sign-in, .sign-in-extra {
  width: 20rem;
  margin: auto;
}

.sign-in-extra {
  margin-top: 1rem;
  text-align: center;
}

.sign-in-separator {
  margin: 0.5rem 0;
  text-align: center;
}

form.register {
  width: 20rem;
  margin: auto;
}

.button.sign-out {
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: -1px;
}

.card-double h3 {
  margin-bottom: 0.5rem;
}
.card-double p.info {
  margin-top: 0.5rem;
}

#save-status-banner {
  position: fixed;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.45rem 1.25rem;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  font-family: "Michroma", sans-serif;
  letter-spacing: 0.06em;
  z-index: 999999;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#save-status-banner.saving {
  background: rgba(70, 70, 70, 0.57);
  color: #cbcbcb;
  border: 1px solid #4e4e4e;
  backdrop-filter: blur(4px);
}
#save-status-banner.saved {
  background: rgba(102, 209, 34, 0.12);
  color: #66d122;
  border: 1px solid rgba(102, 209, 34, 0.35);
}
#save-status-banner.error {
  background: rgba(255, 48, 48, 0.12);
  color: #ff3030;
  border: 1px solid rgba(255, 48, 48, 0.35);
}

.race-driver-listing {
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #a0a0ff;
  background-color: rgba(160, 160, 255, 0.2);
  border: 1px solid rgba(160, 160, 255, 0.4);
  border-radius: 0.3rem;
  cursor: pointer;
}

.driver-dropdown {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
  background-color: #202020;
  border: 1px solid #4e4e4e;
  border-radius: 0.3rem;
  overflow: hidden;
}
.driver-dropdown li {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  font-size: 0.9rem;
}
.driver-dropdown li:hover {
  background-color: rgba(160, 160, 255, 0.15);
  color: #a0a0ff;
}

.user-events-table td.table-cell.event-role {
  padding: 0.4rem 0 0 1rem;
}
.user-events-table td.table-cell.event-role img {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0.7;
}
.user-events-table td.table-cell.event-title {
  text-align: left;
}

footer {
  margin-top: 5rem;
  padding: 2.5rem;
  color: #848484;
  background-color: #101010;
}
footer .left {
  width: 60%;
}
footer .footer-logo img {
  margin: 0 0 0.5rem 0.3rem;
  width: 2.3rem;
  opacity: 0.4;
}
footer .footer-menu {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style-type: none;
}
footer .footer-menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
footer .footer-menu li a {
  font-size: 1rem;
  font-weight: 400;
  color: #848484;
  text-decoration: none;
}
footer .copyright-notice {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.4;
}

.hero {
  display: block;
  position: relative;
  width: 100%;
  height: 80%;
  background-size: cover;
  background-position: bottom center;
}
.hero .fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 100%);
}
.hero .vignetting {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 40rem 0rem #000000;
  animation: fade-vin 10s ease-in-out infinite;
}
.hero .smoke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/site/templates/components/hero/smoke.png");
  background-size: cover;
  opacity: 0.2;
  animation: smoke-flow 120s linear infinite;
}
.hero .fog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/site/templates/components/hero/fog-green.png");
  background-size: cover;
  opacity: 0.2;
  animation: fog-flow 120s linear infinite;
}

@keyframes fade-vin {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes smoke-flow {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 0;
  }
}
@keyframes fog-flow {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}
.edit-page {
  position: fixed;
  top: 19rem;
  left: -1.5rem;
  padding: 2rem 1.5rem 0.5rem;
  transform-origin: top left;
  transform: rotateZ(-90deg);
  font-family: "Michroma", sans-serif;
  text-decoration: none;
  color: #202020;
  background: #66d122;
  border-radius: 0 0 0.2rem 0.2rem;
  box-shadow: 0rem 0.2rem 0.5rem #000;
}

.discord-button:before {
  background: #0a0942;
  background: linear-gradient(0deg, rgb(10, 9, 66) 0%, rgb(52, 57, 156) 100%);
}
.discord-button:after {
  background-image: url("/site/templates/components/discord-sign-in/discord-logo.svg");
  opacity: 0.8;
}

.google-button {
  margin-top: 1rem;
}
.google-button:before {
  background: #373737;
  background: linear-gradient(0deg, rgb(20, 20, 20) 0%, rgb(60, 60, 60) 100%);
}
.google-button:after {
  background-image: url("/site/templates/components/google-sign-in/google-logo.svg");
}

.incident {
  position: relative;
  margin-top: 1rem;
  line-height: 1.4;
}
.incident .incident-management {
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 0.25;
  line-height: 0;
}
.incident .incident-management:hover {
  opacity: 1;
}
.incident .incident-management img {
  width: 1.5rem;
  height: 1.5rem;
}
.incident .incident-author, .incident .incident-notes, .incident .incident-note-editor, .incident .incident-penalty {
  margin-top: 0.5rem;
}
.incident .incident-penalty {
  position: relative;
  padding-left: 1.2rem;
  transition: all 0.3s ease-out;
  max-height: 3rem;
  overflow: hidden;
}
.incident .incident-penalty .avatar {
  position: absolute;
  display: block;
  left: 0;
  top: 0.23rem;
  width: 0.9rem;
  height: 0.9rem;
  line-height: 0;
}
.incident .incident-penalty .avatar img {
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(33%) sepia(97%) saturate(3858%) hue-rotate(345deg) brightness(96%) contrast(108%);
}
.incident .incident-penalty.element-delete {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
}
.incident .incident-penalty .driver-penalty {
  color: #ff4040;
}
.incident .incident-penalty .delete-penalty {
  position: relative;
  display: inline-block;
  top: 0.15rem;
  margin-left: 0.5rem;
  line-height: 0;
  background: none;
  border: none;
  opacity: 0.6;
}
.incident .incident-penalty .delete-penalty:hover {
  opacity: 1;
}
.incident .incident-penalty .delete-penalty img {
  width: 0.9rem;
  height: auto;
}
.incident .incident-note-editor textarea {
  margin: 0.3rem 0 0 0;
}
.incident .incident-footer {
  margin-top: 0.9rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.incident .incident-footer .incident-status {
  display: flex;
}
.incident .incident-footer .incident-status span {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  border-radius: 0.25rem;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
.incident .incident-footer .incident-status span.status-open {
  color: #2b2b00;
  background-color: #dbdb00;
}
.incident .incident-footer .incident-status span.status-dismissed {
  color: #002e00;
  background-color: #009500;
}
.incident .incident-footer .incident-status span.status-penalty {
  color: #2a0000;
  background-color: #be3f3f;
}
.incident .incident-actions {
  height: 1.7rem;
}
.incident .incident-actions .button {
  margin-left: 1rem;
}

.penalty-form {
  margin-top: 1rem;
}

.management-off {
  opacity: 0;
  max-height: 0;
  margin: 0 !important;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.management-on {
  opacity: 1;
  max-height: 25rem;
  pointer-events: inherit;
  transition: all 0.3s ease-out;
}

.message {
  display: flex;
  flex-direction: row;
  margin: 0.7rem 0;
}
.message .user-avatar {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
  padding: 0.4rem;
  background: #43a800;
  border-radius: 50%;
  overflow: hidden;
}
.message .user-avatar img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.message .balloon {
  position: relative;
  max-width: 100%;
  margin-left: 0.2rem;
  padding: 0.5rem 1rem;
  color: #f1f1f1;
  background: #5a5a5a;
  border-radius: 0.4rem;
}
.message .balloon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.85rem;
  left: -0.8em;
  width: 0.85rem;
  height: 0.9rem;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  background-color: inherit;
}
.message .balloon .message-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0.3rem;
}
.message .balloon .message-header .message-user {
  font-size: 0.9rem;
  font-weight: 400;
}
.message .balloon .message-header .message-time {
  margin-left: 0.7rem;
  font-size: 0.8rem;
  opacity: 0.5;
}

.race-content h2 {
  margin-top: 2rem;
}/*# sourceMappingURL=main.css.map */