body * {
  box-sizing: border-box;
}

.InnerTube__shifter {
  transition: 0.2s;
  top: calc(188rem / 16);
  position: absolute;
  left: 0;
  right: 0;
}

.InnerTube__item {
  height: calc(96rem / 16);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
  font-size: calc(44rem / 16);
  transition: color 0.2s;
}

.InnerTube__item.selected {
  color: var(--key);
}

.InnerTube__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 999rem;
  overflow: hidden;
}

body {
  overflow: hidden;
}

.TubeRightM04 .TubeTire {
  position: absolute;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.2s;
}

.TubeRightM04.tire .TubeTire {
  opacity: 1;
  transform: none;
}

.Remote__list-item {
  font-size: calc(18rem / 16);
  padding: calc(12rem / 16);
  border-bottom: 1px solid #333;
  transition: 0.2s;
}

.Remote__list-item:last-of-type {
  border: none;
}

.Remote__list-item.touching {
  background: #666;
  color: white;
}

.Remote__list-title {
  background: var(--key);
  color: black;
  font-weight: bold;
  padding: calc(5rem / 16) calc(10rem / 16);
}

.Remote {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  color: #888;
  overflow: auto;
}

.mapboxgl-control-container {
  display: none;
}

.Demo__main .MapWrapper {
  position: relative;
  /* width: 500px; */
  height: 500px;
}

.MapWrapper:after {
  /* content: ""; */
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  background: red;
  z-index: 10;
  margin: -10px 0 0 -10px;
}

.Demo__main .MapWrapper .Map {
  position: relative;
  width: 100%;
  height: 100%;
  left: auto;
  top: auto;
}

.DevConsole__section {
  padding: 0 0 20px;
  border-bottom: 1px solid #777;
}

.DevConsole__section:last-of-type {
  border: none;
  margin: 0 0 30px;
}

.DevConsole__section h1 {
  margin: 20px 0 0;
  font-size: 24px;
  color: var(--key);
}

.DevConsole__section h2 {
  margin: 10px 0;
  font-size: 20px;
}

.wrapper.isMirroed {
  transform: rotate(-90deg) scale(0.5) translate3d(830px, -260px, 0);
  width: 900px;
  height: 1280px;
}

.Map {
  transform: translate3d(0, 0, 1px);
}

.Developer-console {
  overflow: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #222;
  color: white;
  padding: 0px 20px;
}

.DevConsole__section h2 h2 {
  margin: 9px 0;
}

.DevConsole__section a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  transition: 0.2s;
  display: block;
}

.Developer-console a:hover {
  background: #444;
  padding: 0 20px;
}

.isMirrored {
  transform: scale(0.5);
}

.centerWrapper.isMirrored {
  width: 1920px;
  height: 720px;
  transform: translate3d(-480px, -180px, 0) scale(0.5);
}

.app.isMirrored {
  width: 1920px;
  height: 720px;
  transform: translate3d(-480px, -185px, 0) scale(0.5);
  /* box-shadow: inset 0 0 0 10px red; */
}

.DriveMode__splitter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.Demo__main .TubeVolume {
  position: relative;
}

.Demo__main .Kombi__clock {
  position: relative;
  top: auto;
  left: auto;
}

.KombiRemote {
  overflow: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.Demo__main .KombiStatusLamps {
  transform: scale(0.35);
  border: 1px solid white;
  background: #222;
  position: relative;
  width: calc(3186rem / 16);
  height: calc(714rem / 16);
}

.startup #Lamp_icon-car_limousine_warning {
  animation: startup_car_limousine_warning 6s;
}

@keyframes startVidAni {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.InnerTube__select-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-12rem / 16);
  right: calc(-12rem / 16);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 0;
  clip-path: polygon(
    calc(20rem / 16) 0,
    calc(100% - calc(20rem / 16)) 0%,
    100% 10%,
    100% 90%,
    calc(100% - calc(20rem / 16)) 100%,
    calc(20rem / 16) 100%,
    0 90%,
    0 10%
  );
}

.InnerTube__select-overlay:before,
.InnerTube__select-overlay:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 0.125rem;
  background: #442600;
  position: absolute;
}
.InnerTube__select-overlay:before {
  top: auto;
  bottom: 0;
}
.InnerTube__select-inner-circle {
  width: calc(472rem / 16);
  height: calc(472rem / 16);
  border-radius: 99rem;
  box-shadow: 0 0 0 calc(9rem / 16) #e2b236, inset 0 0 0 0.16rem black;
  background: linear-gradient(90deg, #2c1000 0%, #150700 25%, rgb(0, 0, 0) 50%, #150700 75%, #2c1000 100%);
}

.InnerTube__select-wrapper {
  z-index: 1;
  position: absolute;
  left: 0;
  top: calc(50% - calc(102rem / 32));
  right: 0;
  bottom: 0;
  height: calc(102rem / 16);
  box-shadow: 0 0 0 calc(1rem / 16) black;
  border-radius: calc(12rem / 16);
}

.InnerTube__border {
  border-radius: 999rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #383838, #2a2a2a);
}

.InnerTube__background {
  background: radial-gradient(circle at top center, #272727 3%, #191919 100%);
  position: absolute;
  left: calc(2rem / 16);
  right: calc(2rem / 16);
  top: calc(2rem / 16);
  bottom: calc(2rem / 16);
  border-radius: 999rem;
}

.InnerTube {
  width: calc(472rem / 16);
  height: calc(472rem / 16);
  border-radius: 999rem;
  position: absolute;
  top: calc(50% - calc(472rem / 32));
  left: calc(50% - calc(472rem / 32));
  transition: 0.2s;
  transform: none;
  opacity: 1;
}

.Demo__main .InnerTube {
  position: relative;
  top: auto;
  left: auto;
}

.InnerTube.off {
  transform: scale(0.95);
  opacity: 0;
}

.Kombi.M04 .TubeCenter.map .TubeCenter__Ring-background--left,
.Kombi.M04 .TubeCenter.map .TubeCenter__Ring-background--right {
  opacity: 0;
}

.Kombi.M04.map .Tachometer {
  opacity: 0;
  transform: scale(0.95);
}

.Kombi.mapExtended .TubeLeft .Tube__focus-img-wrapper {
  height: calc(93rem / 16);
  clip-path: polygon(0 0, 50% 0, 50% 50%, 0 100%);
  transition: 0.2s 0.2s;
}

.Kombi.mapExtended .TubeRight .Tube__focus-img-wrapper {
  height: calc(93rem / 16);
  clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
  transition: 0.2s 0.2s;
}

.Kombi.mapExtended.tubeCenterListOn .TubeRight .Tube__focus-img-wrapper {
  height: 0;
  transition: 0.1s 0s;
}

.Kombi.mapExtended.tubeCenterListOn .TubeLeft .Tube__focus-img-wrapper {
  height: 0;
  transition: 0.1s 0s;
}

.Kombi.mapExtended.isTransing .TubeRight .Tube__focus-img-wrapper {
  height: 0;
}
.Kombi.mapExtended.isTransing .TubeLeft .Tube__focus-img-wrapper {
  height: 0;
}
