/* [project]/components/AnalysisBreadcrumbs/index.module.css [app-client] (css) */
.index-module__MLWPjq__AnalysisBreadcrumbText {
  white-space: pre;
  border-radius: .25rem;
  align-items: center;
  padding: .125rem;
  font-size: .875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.index-module__MLWPjq__AnalysisBreadcrumbText:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 69 70 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
  .index-module__MLWPjq__AnalysisBreadcrumbText {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* [project]/components/RaceEngineer/LapDropdown/index.module.css [app-client] (css) */
.index-module__SsYQZa__LapDropdownContainer::-webkit-scrollbar {
  --tw-bg-opacity: 1;
  background-color: rgb(31 34 36 / var(--tw-bg-opacity));
}

.index-module__SsYQZa__LapDropdownContainer::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(19 22 24 / var(--tw-bg-opacity));
  border-radius: .5rem;
}

/* [project]/components/Skeleton/index.module.css [app-client] (css) */
.index-module__V3kPhq__SkeletonContainer {
  --tw-bg-opacity: 1;
  background-color: rgb(45 48 49 / var(--tw-bg-opacity));
  border-radius: .375rem;
  width: 100%;
  margin: .5rem auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.index-module__V3kPhq__SkeletonContainer:after {
  content: "";
  z-index: 10;
  background-image: linear-gradient(90deg, #5d616200, #5d616233, #5d616299, #5d616200);
  animation: 1.5s infinite index-module__V3kPhq__shimmer;
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
}

@keyframes index-module__V3kPhq__shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* [project]/components/Tooltip/index.module.css [app-client] (css) */
.index-module__UiZePa__TooltipContainer {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  z-index: 100;
  transition: opacity .5s;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translate(-50%);
}

.index-module__UiZePa__TooltipContainerHidden {
  opacity: 0;
}

.index-module__UiZePa__TooltipContainerFullyHidden {
  width: 0;
  height: 0;
  overflow: hidden;
}

.index-module__UiZePa__TooltipTip {
  z-index: 2;
  border-bottom: 16px solid;
  border-left: 10px solid #0000;
  border-right: 10px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  translate: -10px;
}

.index-module__UiZePa__TooltipContent {
  background: currentColor;
  border-radius: .375rem;
  min-width: 4rem;
  padding: 1rem;
  position: absolute;
  top: 12px;
  box-shadow: 0 3px 10px 5px #00000080;
}

.index-module__UiZePa__TooltipContentRight {
  left: calc(100% - 35px);
}

.index-module__UiZePa__TooltipContentLeft {
  right: calc(100% - 35px);
}

.index-module__UiZePa__TooltipContentCentre {
  left: 50%;
  transform: translate(-50%);
}

/* [project]/components/SessionPrivateOverlay/index.module.css [app-client] (css) */
.index-module__JjnCsq__SkeletonContainer {
  min-height: calc(100vh - 10rem);
  max-height: calc(100vh - 10rem);
}

/* [project]/components/ModalYtTrackGuide/index.module.css [app-client] (css) */
.index-module__z2UFYa__ModalInnerContainer {
  min-height: 100vh;
}

/* [project]/components/SessionTimeTable/index.module.css [app-client] (css) */
.index-module__9yZPra__SessionTimeTableContainer {
  flex-direction: column;
  flex: 1;
  margin-left: -.25rem;
  margin-right: -.25rem;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
}

.index-module__9yZPra__SessionTimeTableContainer::-webkit-scrollbar {
  --tw-bg-opacity: 1;
  background-color: rgb(31 34 36 / var(--tw-bg-opacity));
}

.index-module__9yZPra__SessionTimeTableContainer::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(66 69 70 / var(--tw-bg-opacity));
  border-radius: .5rem;
}

/* [project]/components/SetupAttribute/index.module.css [app-client] (css) */
.index-module__4-8iWa__AttributeBar {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 9999px;
  width: 7rem;
  height: 1.25rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 640px) {
  .index-module__4-8iWa__AttributeBar {
    width: 8rem;
  }
}

@media (max-width: 420px) {
  .index-module__4-8iWa__AttributeBar {
    width: 6rem;
    height: 1rem;
  }
}

/* [project]/components/Tabs/index.module.css [app-client] (css) */
.index-module__-hyv-W__TabsContainer {
  align-items: center;
  width: 100%;
  margin-top: -.5rem;
  margin-bottom: -.5rem;
  display: flex;
}

.index-module__-hyv-W__TabContainer {
  --tw-bg-opacity: 1;
  background-color: rgb(31 34 36 / var(--tw-bg-opacity));
  flex: 1;
  margin-top: .5rem;
  margin-bottom: .5rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.index-module__-hyv-W__TabContainerSmall {
  padding: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .index-module__-hyv-W__TabContainerSmall {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.index-module__-hyv-W__TabContainerNormal {
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.index-module__-hyv-W__TabContainer:first-child {
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

.index-module__-hyv-W__TabContainer:last-child {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

.index-module__-hyv-W__TabContainer:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 34 36 / var(--tw-bg-opacity));
}

.index-module__-hyv-W__TabContainerActive, .index-module__-hyv-W__TabContainerActive:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 104 10 / var(--tw-bg-opacity));
}

.index-module__-hyv-W__TabContainer:disabled {
  pointer-events: none !important;
  opacity: .75 !important;
}

/* [project]/components/Session/SessionLapSegmentSummary/index.module.css [app-client] (css) */
.index-module__acJuda__SessionLapSegmentSummaryContainer::-webkit-scrollbar {
  --tw-bg-opacity: 1;
  background-color: rgb(45 48 49 / var(--tw-bg-opacity));
  padding-top: 2rem;
}

.index-module__acJuda__SessionLapSegmentSummaryContainer::-webkit-scrollbar-corner {
  --tw-bg-opacity: 1;
  background-color: rgb(45 48 49 / var(--tw-bg-opacity));
}

.index-module__acJuda__SessionLapSegmentSummaryContainer::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(66 69 70 / var(--tw-bg-opacity));
  border-radius: .5rem;
}

/* [project]/components/TrackSegment/index.module.css [app-client] (css) */
.index-module__NMz6-a__ZoomIconContainer {
  white-space: nowrap;
  border-radius: .25rem;
  align-items: center;
  height: 1.5rem;
  margin-top: .375rem;
  padding: .125rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
}

.index-module__NMz6-a__ZoomIconContainer:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 69 70 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
  .index-module__NMz6-a__ZoomIconContainer {
    height: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.index-module__NMz6-a__ZoomIcon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .25rem;
}

@media (min-width: 1280px) {
  .index-module__NMz6-a__ZoomIcon {
    width: 2rem;
    height: 2rem;
  }
}

.index-module__NMz6-a__ZoomIconsContainer {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding-bottom: .5rem;
  display: none;
  position: absolute;
  bottom: .5rem;
  left: .5rem;
}

@media (min-width: 768px) {
  .index-module__NMz6-a__ZoomIconsContainer {
    flex-direction: column;
    justify-content: flex-start;
    width: max-content;
    min-width: 10rem;
    display: flex;
    bottom: 0;
  }
}

.index-module__NMz6-a__TrackSegmentContainer {
  height: 100%;
  position: relative;
}

.index-module__NMz6-a__TrackSegmentContainerZoomed svg {
  cursor: move;
  cursor: grab;
}

.index-module__NMz6-a__TrackSegmentContainerZoomed svg:active {
  cursor: grabbing;
}

.index-module__NMz6-a__LineContainer {
  z-index: 50;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-module__NMz6-a__TrackCenter {
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* [project]/components/Segment/DynamicTrackMap/index.module.css [app-client] (css) */
.index-module__g7hkBa__DynamicTrackMapContainer {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.index-module__g7hkBa__DynamicTrackMapContainerInner {
  width: 180%;
  height: 180%;
  position: absolute;
  top: -40%;
  left: -40%;
  overflow: hidden;
}

.index-module__g7hkBa__GoogleMapsLogoContainer {
  z-index: 40;
  width: 5rem;
  height: 1rem;
  margin: .5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index-module__g7hkBa__CopyrightContainer {
  z-index: 40;
  --tw-bg-opacity: 1;
  background-color: rgb(93 97 98 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  height: 1rem;
  color: rgb(202 202 202 / var(--tw-text-opacity));
  opacity: .75;
  padding-left: .25rem;
  padding-right: .25rem;
  font-size: .75rem;
  line-height: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.index-module__g7hkBa__TrackSegmentContainer {
  height: 100%;
  position: relative;
}

.index-module__g7hkBa__TrackSegmentContainerZoomed svg {
  cursor: move;
  cursor: grab;
}

.index-module__g7hkBa__TrackSegmentContainerZoomed svg:active {
  cursor: grabbing;
}

.index-module__g7hkBa__LineContainer {
  z-index: 50;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-module__g7hkBa__TrackCenter {
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-module__g7hkBa__LoadingContainer {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* [project]/app/(main)/sessions/[userId]/[sessionKey]/index.module.css [app-client] (css) */
.index-module__B76klG__AnalysisLayoutContainer {
  min-height: calc(100vh - 8rem);
  max-height: calc(100vh - 8rem);
}

.index-module__B76klG__AnalysisLayoutContainerWhiteLabel {
  min-height: calc(100vh - 10rem);
  max-height: calc(100vh - 10rem);
}

@media (max-width: 768px) {
  .index-module__B76klG__AnalysisLayoutContainer, .index-module__B76klG__AnalysisLayoutContainerWhiteLabel {
    max-height: none !important;
  }
}

/*# sourceMappingURL=_00wv7-9._.css.map*/