@font-face {
  font-family: "space_bold";
  src: url("./spacemono-bold-webfont-CgxZ-ZKh.woff2") format("woff2"), url("./spacemono-bold-webfont-BCJXUy-Z.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "space_bold_italic";
  src: url("./spacemono-bolditalic-webfont-DB7hamaf.woff2") format("woff2"), url("./spacemono-bolditalic-webfont-Dg4Mz9i-.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "space_italic";
  src: url("./spacemono-italic-webfont-D_rTaHcr.woff2") format("woff2"), url("./spacemono-italic-webfont-DhWFxTdV.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "space_regular";
  src: url("./spacemono-regular-webfont-DTOf6-VL.woff2") format("woff2"), url("./spacemono-regular-webfont-DeBlW6Hu.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "grotesque";
  src: url("./DarkerGrotesque-Regular-BBQFj0XF.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "space_regular";
  font-size: 19px;
}

* {
  box-sizing: border-box;
}

main.wrap {
  max-width: 840px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h1 {
  font-family: "space_bold";
  font-weight: 700;
  font-size: 40px;
}

h2 {
  font-family: "space_regular";
  font-weight: 400;
  font-size: 32px;
}

h3 {
  font-family: "space_regular";
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  margin: 0;
}

p {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  font-family: "grotesque";
  text-align: left;
}
p.error {
  color: #ff5e5b;
  text-align: center;
}
p.warning {
  color: #fff07c;
  text-align: center;
  background-color: #c0c0c0;
}

button {
  font-family: "space_regular";
  outline: none;
  border-style: solid;
  cursor: pointer;
  text-transform: uppercase;
}
button.ms {
  padding: 12px 36px 12px 36px;
  border-width: 2px;
}
button.xl {
  padding: 12px 36px 12px 36px;
  height: 72px;
  font-size: 40px;
  border-width: 5px;
}
button.feature {
  background-color: #ff5e5b;
  border-color: #ff5e5b;
}
button.reset {
  background-color: #a8a9a7;
  border-color: #a8a9a7;
}

section.selection {
  margin-top: 48px;
}
section.selection header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
  margin-bottom: 12px;
}
section.selection ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
}
section.selection li {
  padding: 12px;
  min-height: 36px;
  font-size: 19px;
  border-top: 1px solid #c0c0c0;
  cursor: pointer;
}
section.selection li.inactive {
  cursor: auto;
}
section.selection li.selected {
  background-color: #fff07c;
}
section.selection li:last-child {
  border-bottom: 1px solid #c0c0c0;
}
section.selection li span.title {
  font-family: "space_regular";
  font-size: 19px;
}
section.selection li span.description {
  font-family: "space_regular";
  font-size: 12px;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  height: 0;
}

figure.device-orientation {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 312px;
}
figure.device-orientation .select-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 312px;
  background-color: #ededed;
  box-sizing: border-box;
}
figure.device-orientation .select-box.selected {
  border: #fff07c solid 8px;
  background-color: white;
}
figure.device-orientation img {
  background-color: #ededed;
  box-sizing: border-box;
}
figure.device-orientation figcaption {
  text-align: center;
  margin-top: 12px;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
span.icon {
  display: inline-block;
  text-align: center;
  margin-right: 12px;
}
span.icon img {
  width: 24px;
  height: 24px;
}
span.icon img.spin {
  animation: spin 0.75s linear infinite;
}

#step1 .gif {
  text-align: center;
  background-color: #d9d9d9;
  width: 755px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2em;
  padding: 50px;
  text-transform: uppercase;
}
#step1 .midi-permission {
  color: #ff5e5b;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  display: flex;
  gap: 24px;
}
#step1 .midi-permission img {
  width: 68px;
  height: 68px;
}
#step1 button:disabled {
  opacity: 0.5;
  cursor: pointer;
}

#step3 li.custom-upload {
  text-transform: uppercase;
  padding: 0;
}
#step3 li.custom-upload label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}
#step3 button.custom-replace {
  float: right;
}
#step3 button.custom-replace label {
  cursor: pointer;
}
#step3 input[type=file] {
  display: none;
}

#step4 .breakout {
  margin-left: -72px;
  margin-right: -72px;
  width: 984px;
  display: flex;
  gap: 24px;
  margin-top: 36px;
}

#step5 section.stages ul li {
  cursor: default !important;
  display: flex;
  align-items: center;
}

#step6 p a {
  color: #000;
}
div[data-v-cddea946] {
		display: flex;
		gap: 24px;
		justify-content: space-between;
		border: #f00 1px solid;
		padding: 12px;
}

hr[data-v-80871fad] {
		border: #ccc dashed thin;
}
