/* ***** RACE RESULTS ***** */

/* body {
  background-color: #6fcae7;
  overflow-y: scroll;
  overflow-x: hidden;
}  */

#rrl-race-results {
/*   margin: 50px 0 0;
  font-family: "Poppins", sans-serif; */
}

#rrl-race-results * {
  box-sizing: border-box;
}

.rr-tab {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 10px;
  border-radius: 4px;
  background-color: #e1e1e1;
  box-shadow: 0 0 0 1px #ececec;
  opacity: 1;
  transition: box-shadow 0.2s, opacity 0.4s;
}
.rr-tab:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
}

.rr-input {
  display: none;
}

.rr-input:checked ~ .rr-content + .rr-content-sections {
  max-height: 3000px;
}

.rr-input:checked ~ .rr-content::after {
  transform: rotate(0);
}

.rr-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
}
.rr-label:hover ~ .rr-content::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiM1NTZBRUEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
}

.rr-content {
  position: relative;
  display: block;
  height: 80px;
  margin: 0;
  padding: 0 87px 0 30px;
  font-size: 0;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
.rr-content::before, .rr-content::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.rr-content::before {
  height: 100%;
}
.rr-content::after {
  position: absolute;
  width: 24px;
  height: 100%;
  right: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNBOUFDQUYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.rr-track-date {
  display: inline-block;
  width: 75%;
  margin-left: 16px;
  font-weight: 700;
  color: #242a32;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
}

.rr-winners {
  width: 40%;
  text-align: right;
}

.rr-track-date {
  font-size: 14px;
  line-height: 22px;
}

.rr-track-date {
  color: #5d5d5d;
  text-align: left;
}

.rr-content + .rr-content-sections {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

.rr-content > div,
.rr-winners > div {
  display: inline-block;
}

.rr-content > div {
  vertical-align: middle;
}

ol.rr-results li {
    padding-bottom: 0px !important;
}

.rr-driver-briefing,
.rr-result-first,
.rr-result-second,
.rr-result-third {
  display: inline-block;
  margin: 0 0 0 10px;
  padding-left: 10px;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #363636;
}

span.rr-driver-briefing,
span.rr-result-first,
span.rr-result-second,
span.rr-result-third {
    padding: 5px 10px;
    border-radius: 10px;
    width: 70px;
    text-align: center;
}

span.rr-driver-briefing { background-color: #06c986; width: 100%; }
span.rr-result-first { background-color: #daa520; }
span.rr-result-second { background-color: #999; }
span.rr-result-third { background-color: #c73; }

span.rr-driver-briefing a { color: #fff; }


.rr-info {
  width: 60%;
  white-space: nowrap;
  font-size: 0;
}
.rr-info::before {
  content: "";
  display: inline-block;
  height: 44px;
  vertical-align: middle;
}

.chart-pie {
  position: relative;
  display: inline-block;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: #06C986;
  vertical-align: middle;
}

.chart-pie.open {
    background-color: red;
}

.chart-pie::after {
  content: "";
  display: block;
  position: absolute;
  height: 36px;
  width: 36px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.race-number {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
  color: #242a32;
  text-align: center;
  z-index: 1;
}

.chart-pie > div {
  clip: rect(0, 44px, 44px, 22px);
}

.chart-pie .circle-fill {
  background-color: #6ccdf3;
}


.rr-content-sections {
  background-color: #06c986; /*#f9f9f9;*/
  font-size: 0;
  text-align: justify;
}

.rr-content-wrapper {
  padding: 24px 30px 30px;
}

.rr-content-wrapper > div {
  display: inline-block;
  width: 33.3%;
  max-width: 390px;
  padding: 0 5px;
  box-sizing: border-box;
  vertical-align: top;
  cursor: default;
}

.rr-content-wrapper > div > div {
  width: 100%;
  padding: 16px 24px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ececec;
  text-align: left;
}

.rr-content-section {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #242a32;
  text-transform: capitalize;
}

.rr-content-section > span:nth-child(2) {
  position: absolute;
  right: 0;
}

.rr-content-section + div > span {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #363636;
}

.rr-content-section-header {
  font-weight: 600;
}

span.rr-content-section.full {
  display: inline-block;
  text-transform: none;
  font-style: italic;
}

@media screen and (max-width: 800px) {
  .rr-label {
    max-height: 102px;
  }

  .rr-content {
    height: auto;
    padding: 10px 87px 10px 30px;
  }
  .rr-content::before {
    display: none;
  }
  .rr-content::after {
    top: 0;
  }

  .rr-content > div {
    display: block;
    width: 100%;
  }

  .rr-winners {
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .rr-content-wrapper > div {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .rr-content-wrapper > div:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .rr-label {
    max-height: 140px;
  }

  .rr-winners > div {
    display: block;
    width: 100%;
  }

  .rr-track-date {
    margin-bottom: 10px;
  }

  .rr-track-date + div > span:first-child {
    margin: 0;
  }
}/* ***** END RACE RESULTS ***** */
