* {
  --sit-time: 1s;
  --sit-delay: 2s;
}

body {
  overflow: hidden;
  margin: 0;
  background: #000;
  height: 100vw;
}

#theatre {
  top: 4.4em;
  transition: top var(--sit-time) var(--sit-delay);
  position: absolute;
  width: 100vw;
  height: 56.25vw;
  font-family: arial;
  font-size: 1vw;
  perspective: 163em;
}
#dark-theatre {
  width: 100%;
}

#dark-theatre-no-seat,
#dark-theatre-seats {
  width: 100%;
  position: absolute;
  z-index: -1;
}

#dark-theatre-no-seat {
  top: 0;
}

#logo-livetitle {
  pointer-events: none;
  display: none;
  position: absolute;
  width: 99%;
  left: -1%;
}

.home-page #logo-livetitle {
  display: initial;
}


#dark-theatre-seats {
  top: 52.5%;
  mix-blend-mode: plus-lighter;
  transition: transform var(--sit-time) var(--sit-delay);
  transform-origin: 50vw -5.3%;
  transform: scaleY(1);
}

.immersive-simulation-page #dark-theatre-seats, .dim-light #dark-theatre-seats {
  transform: scaleY(0.6);
}
.immersive-simulation-page #theatre {
  top: -6em;
}
.dim-light #theatre  {
  top: -1em;
}
.dim-light nav  {
  top: -7em;
}
body.dim-light, body.dim-light * {
    --sit-delay: 0s;
}
body {
  transition: margin-top var(--sit-time) var(--sit-delay);
}

#theatre-light {
  transition: opacity 1s;
}
#sub-screen, #sub-screen-feedback {
  pointer-events: none;
  position: absolute;
  top: 41.7%;
  left: 34.1%;
  background: rgba(255, 255, 255, 0.04);
  width: 30%;
  min-height: 5.5%;
  text-align: center;
  font-size: 1.2em;
  color: white;
}

#sub-screen {
  mix-blend-mode: plus-lighter;
}

#sub-screen-feedback {
  padding-top: 0.65%;
  top: 6%;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity ease-out 0.3s, top ease 0.8s;
  mix-blend-mode: plus-lighter;
  border-radius: 0.5em;
}

.success-feedback::after, .warning-feedback::after, .error-feedback::after {
  margin-left: 0.5em;
  border: 0.1em solid;
  border-radius: 1em;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.5em;
}

.success-feedback::after {content: '️✓';}
.warning-feedback::after {content: '️!';}
.error-feedback::after {content: '️✕';}

#sub-screen-feedback.success-feedback {
  background: #42b07c;
  box-shadow: 0 0 1em #42b07c;
}

#sub-screen-feedback.warning-feedback {
  background: #e18029;
  box-shadow: 0 0 1em #e18029;
}

#sub-screen-feedback.error-feedback {
  background: #d02b2b;
  box-shadow: 0 0 1em #d02b2b;
}


#hardcoded-sub {
  pointer-events: none;
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  color: yellow;
  text-shadow:
    -0.071em -0.071em 0 #000,
    0.071em -0.071em 0 #000,
    -0.071em 0.071em 0 #000,
    0.071em 0.071em 0 #000,
    -0.1em 0em 0 #000,
    0.1em 0 0 #000,
    0 0.1em 0 #000,
    0 -0.1em 0 #000;
}

#cinema-screen {
  position: absolute;
  top: 7.2%;
  left: 26.8%;
  width: 44.6%;
  height: 34%;
  mix-blend-mode: plus-lighter;
  box-sizing: border-box;
  overflow: hidden;
}

.computers-selection-page #cinema-screen, .cart-page #cinema-screen, .package-page #cinema-screen {
  overflow: visible;
}

.computers-selection-page #theatre-light, .cart-page #theatre-light, .package-page #theatre-light {
    opacity: 0.3;
}
.dim-light #theatre-light {
    opacity: 0.2;
}

.computers-selection-page .star-lights, .cart-page .star-lights, .package-page .star-lights {
    opacity: 0.5;
}
.menu-visible .star-lights {
    opacity: 1;
    transition: none;
}

.star-lights {
    transition: opacity 1s;
}

.dim-light #licence-type-choice *, .dim-light #licence-package *, .dim-light #cart * {
    display: none !important;
}

#laptop {
  position: absolute;
  perspective: 200vw;
  perspective-origin: 50vw 17vw;
}

#laptop div > * {
  display: none;
}

.immersive-simulation-page #laptop div > * {
  display: initial;
}

#laptop div {
  transition: top var(--sit-time) var(--sit-delay);
  top: 45vw;
}
.immersive-simulation-page #laptop div {
  top: 15vw;
}

.immersive-simulation-page nav {
  top: -14vw;
}

#iframe {
  position: absolute;
  width: 80vw;
  height: 45vw;
  transform: translateX(22vw) scale(0.8) rotateY(-10deg) rotateX(25deg);
  transform-origin: bottom;
}

iframe {
  border: 1vw solid #000;
  width: 100%;
  height: 100%;
  box-shadow: 0 1vw 3vw rgba(255,180,255,0.06);
  box-sizing: border-box;
}


#keyboard {
  position: absolute;
  width: 80vw;
  transform: translateX(22vw) scale(0.79) translateY(57vw) translateX(0vw) translateZ(3vw) rotateY(-10deg) rotateX(90deg);
  border: 2vw solid #090909;
  transform-origin: top;
  box-sizing: border-box;
}

#keyboard img {
  width: 100%;
  box-shadow: 0 0 3em rgba(255,255,255,0.05);
}

.particule {
  border-radius: 50%;
  background: white;
  position: absolute;
}


.subtitle-container {
  position: relative;
  margin: 0;
  color: white;
  --pt-unit: 0.024vw;
  font-size: var(--pt-unit);
}
.subtitle-container  .sub_wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
}
.subtitle-container  .sub {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1em;
  font-size: 50em;
}

#subtitle-projection {
  width: 100%;
  height: 100%;
}

.doc-page:not(.current-page) {
  display: none;
}

.doc-page {
  width: 100%;
  height: 100%;
  text-align: center;
}

#simulation-button {
  display: inline-block;
  padding: 0.6em 0.2em 0.5em 0.2em;
  font-size: 2.4em;
  backdrop-filter: blur(0.1em);
  border-radius: 0.2em;
  box-shadow: inset 0 0.01em 0 0.013em #fff, 0 1.55em 0.05em -1.5em #fff8d0;
  color: #fff;
  text-shadow: 0 0 0.1em gold, 0 0 0.4em gold;
  font-family: serif;
  top: 53%;
  background: #08f1;
}

#simulation-button.light-off {
  box-shadow: none;
  color: #888;
  text-shadow: none;
}

#simulation-button:not(.light-off):not(.was-hover), #simulation-button:hover {
  transition: color, text-shadow, box-shadow;
  transition-timing-function: linear(1, 1 8%, 0 8%, 0 68%, 1 68%, 1 76%, 0 76%, 0 84%, 1 84%, 1 92%, 0 92%, 0 100%, 1);
  transition-duration: 0.5s;
}

#simulation-button:hover {
  transition-timing-function: linear(1, 1 25%, 0 25%, 0 50%, 1 50%, 1 75%, 0 75%, 0 100%, 1);
  transition-duration: 0.2s;
}

#simulation-button:hover {
  color: #fff;
  box-shadow: inset 0 0.01em 0 0.03em #fff, 0 1.6em 0.15em -1.5em #fff8d0;
  text-shadow: 0 0 0.3em gold, 0 0 1.2em gold;
}

#simulation-button * {
  mix-blend-mode: plus-lighter;
}

#simulation-button div {
  display: inline-block;
  vertical-align: top;
}

.da { /*down-arrow*/
  text-align: center;
  line-height: 1em;
  font-size: 2.5em;
  margin: 0 0.2em 0 0.2em;
}

#licence-type-choice .licence-choice-btn {
  width: 34%;
  user-select: none;
  position: absolute;
  padding: 12%;
  text-shadow: 0 0 0.5em #1500a46b;
  cursor: pointer;
}

.licence-choice-btn h3 {
  color: transparent;
  -webkit-text-stroke: 0.02em white;
  text-shadow: 0 0 0.25em #f5deb366, 0 0 1.9em #030066;
  font-size: 3em;
  margin: 0;
}

.licence-choice-btn:hover h3, .licence-menu #licence-type-choice h3 {
  -webkit-text-stroke: 0.02em white !important;
  text-shadow: 0 0 0.25em #f5deb3aa, 0 0 1.9em #030066 !important;
}
.licence-choice-btn:hover {
  color: white !important;
}
#licence-type-choice:hover .licence-choice-btn {
  color: #fff8;
}
#licence-type-choice:hover .licence-choice-btn h3 {
  -webkit-text-stroke: 0.02em #fff8;
  text-shadow: none;
}

.licence-menu #licence-type-choice {
  height: 25%;
  box-shadow: inset 0 -1.2em 1em #ffd8bb;
  width: 100%;
}

.licence-period-choice-page #licence-type-choice,
.computers-selection-page #licence-type-choice,
.package-page #licence-type-choice {
  height: 8%;
  pointer-events: none;
}
.licence-period-choice-page #licence-type-choice h3,
.computers-selection-page #licence-type-choice h3,
.package-page #licence-type-choice h3 {
  display: none;
}

#licence-period-choice .licence-menu-btn-row {
  justify-content: center;
}

#licence-period-choice .licence-menu-btn-row a {
  margin: 0.1em 1em;
}

#period-duration {
  margin: 1em;
}

.licence-menu #licence-type-choice .licence-choice-btn {
  top: 2%;
  padding: 0;
  color: transparent;
  text-shadow: none;
  right: 0;
  left: 42%;
  transform: none;
  width: 59%;
  pointer-events: none;
}

.licence-menu #licence-type-choice h3 {
  font-size: 4em;
}

.licence-menu #licence-type-choice:hover h3 {
  text-shadow: 0 0 0.5em #ffd8bb !important;
}

.licence-menu #licence-type-choice {
  cursor: pointer;
  display: block;
}

.licence-menu #licence-type-choice #free-licence-btn {
  left: -1%;
}

.licence-menu .doc-page {
  color: #000b1e;
  height: 95%;
  background: linear-gradient(0deg, #ffd9ce00 0%, #ffd8bb 90%, #fff 95%, #ffd8bb 100%), linear-gradient(-24deg, #ffd776 0%, #ff98b5 13%, #58b0ff 47%, #fff 82%);
}

.licence-menu .doc-page::placeholder {
  color: #000b1e;
}

.licence-menu .doc-page input, .licence-menu .doc-page select, .licence-menu .doc-page table, .licence-menu .doc-page a, .licence-menu button, .machine-row, #cart-link-url {
  border: none;
  border-radius: 0.2em;
  margin: 0.1em;
  text-align: center;
  font-size: 1em;
  background: #657d9d5e;
  color: inherit;
  box-shadow: -0.15em 0.3em 0.15em #0025602b,-0.2em 0.6em 0.5em #002b6c3d,-0.4em 1.6em 0.9em #001d4826, inset 0 0.2em 0.1em white;
  padding: 0.3em 0.5em;
  box-sizing: border-box;
}

.licence-menu .doc-page table {
  margin: 1em;
  width: 96%;
  border-collapse: collapse;
}

#computers-selection, #period-select {
  padding-top: 0.1em;
}

#computers-selection, #cart, #package {
    height: initial;
    min-height: 86.5%;
    padding-bottom: 1em;
}

.machine-row:nth-child(2n) {
 background: #ff8d1330;
}

.machine-row {
  padding: 0.5em;
  margin: 0 1em;
}

.machine-row button, .machine-row > div:first-child {
  cursor: pointer;
}

.machine-row > div {
  width: 38%;
  display: inline-block;
  vertical-align: middle;
}

.machine-list {
  font-size: 0.8em;
}

.licence-menu .doc-page input[type="submit"] {
  box-shadow: -0.15em 0.3em 0.15em #0025602b,-0.2em 0.6em 0.5em #002b6c3d,-0.4em 1.6em 0.9em #001d4826, inset 0 0.3em 0.15em white;
  padding: 0.4em 0.9em 0.3em 0.9em;
  font-size: 0.9em;
}

.licence-menu .doc-page input:hover,
.licence-menu .doc-page a:hover,
.licence-menu .doc-page select:hover,
.licence-menu .doc-page button:hover {
  opacity: 0.8;
}

button {
  cursor: pointer;
}

.licence-menu .highlight-btn:not([disabled]) {
  box-shadow: rgba(0, 96, 65, 0.17) -0.15em 0.3em 0.15em, rgba(19, 108, 0, 0.24) -0.2em 0.6em 0.5em, rgba(16, 72, 0, 0.15) -0.4em 1.6em 0.9em, white 0px 0.3em 0.15em inset;
  background: #00d50d59;
  pointer-events: all;
}

.warning-btn:not([disabled]) {
  box-shadow: rgba(96, 65, 0, 0.17) -0.15em 0.3em 0.15em, rgba(108, 19, 0, 0.24) -0.2em 0.6em 0.5em, rgba(72, 16, 0, 0.15) -0.4em 1.6em 0.9em, white 0px 0.3em 0.15em inset !important;
  background: #ff780059 !important;
}

.info-btn::before {
    content: 'ⓘ ';
    line-height: 1em;
    pointer-events: auto;
}

.menu-buttons a {
  display: inline-block !important;
}

.hidden {
  visibility: hidden;
  height: 0;
}

#free-licence-btn {
  text-decoration: underline dotted 0.15em;
  top: -6%;
  left: -5%;
  transform: rotateX(13deg) rotateY(-13deg);
}

#pro-licence-btn {
  top: -4%;
  left: 46%;
  transform: rotateX(11deg) rotateY(11deg);
}

.licence-menu #licence-type-choice:not(.pro) #pro-licence-btn, .licence-menu .pro #free-licence-btn {
  display: none;
}

#licence-package:not(.pro) .pro-feat,
#licence-package.pro .free-feat {
    display: none !important;
}

.doc-page > div {
  width: 100%;
}

#licence-type-choice {
  background: linear-gradient(294deg, rgb(255, 255, 209) 0.000%, rgb(255, 224, 126) 6.667%, rgb(255, 83, 30) 24.333%, rgb(115, 0, 0) 40%, rgb(0, 0, 0) 51.667%, rgb(0, 45, 47) 64.333%, rgb(11, 188, 145) 100.000%);
}

.doc-page .menu-buttons, .copy-link {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.copy-link {
    display: none;
    padding-top: 0.5em;
}
.copy-link-menu .copy-link {display: block}
.copy-link-menu .menu-buttons {display: none}

.copy-link p {
    width: 80%;
    padding-top: 1em;
    margin: 1em auto;
    color: rgb(0, 113, 50);
}

#cart-link-url {
  width: fit-content;
  margin: auto;
  padding: 1em;
}

.licence-menu .doc-page .menu-buttons a {
  display: block;
}

#licence-package > div {
  position: relative;
  height: 100%;
}

#licence-menu-left, div.cart-summary {
  width: 50%;
  height: 63%;
}

#licence-package .cart-summary {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 2em;
    margin-top: 0.5em;
    height: 62%;
    width: 47%;
    transform: skewX(1deg) skewY(1deg);
}

#cart .cart-summary, #package-ui {
    margin: auto;
    width: 90%;
    height: initial;
}

div.cart-summary, #package-ui {
    border-radius: 0.2em;
    box-sizing: border-box;
    text-align: left;
    padding: 1em;
    background: #657d9d40;
    box-shadow: 0.15em 0.3em 0.15em #00256029,0.2em 0.6em 0.5em #002b6c26,0.4em 1.6em 0.9em #001d4826, inset 0 0.2em 0.1em white;
}

#licence-package div.free-feat {
    width: 95%;
    margin: auto;
    height: unset;
}
.free-feat p, .free-feat a {
    margin: 0 0 0.5em 0;
}

.nothing-registered .need-registered {
    display: none;
}

.nothing-registered #package-ui {
    text-align: center;
}

.cart-list > div, #package-view > div {
    margin: 0.5em 0;
}

.cart-list, #package-view {
    mask-image: linear-gradient(#0000 0%,#000 10%,#000 80%, #0000 100%);
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 1em;
    box-sizing: border-box;
}

.cart-list span, #package-view li span {
    padding: 0 0.2em;
    margin: 0.2em;
    background: #ffffff80;
    font-size: 0.85em;
}

#package-view li span {
    background: none;
}

.cart-list b {
    cursor: pointer;
}

.cart-summary ul, #package-ui ul {
    margin: 0;
    padding-left: 1.6em;
}

.cart-total {
    float: right;
    margin-right: 0.5em;
}

#duration {
  width: 3em;
}

#licence-menu-left {
    transform: skewX(-1deg) skewY(-1deg);
}

.menu-buttons > div > span {
  pointer-events: none;
  font-size: 1.4em;
  transform: scaleX(1.33);
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.5em;
  opacity: 0.5;
}

.menu-buttons > div {
  width: 90%;
}

#sign-up-sign-in form {
  padding: 1.7em 0 1em 0;
}

#otp-wrapper:not(.hidden) {
  height: 5em;
}

#period-select {
  min-height: 95%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

#duration {
  width: 5em;
}

#end-date {
    display: none;
}

.hide-time #end-date {
    display: inline;
}

label[for="start-date"]::before {
    content: 'the';
}
.hide-time label[for="start-date"]::before {
    content: 'from';
}

.hide-time input[type=time], .hide-time label[for="start-time"] {
  display: none;
}

.menu-buttons > div:not(:last-child) > span::after {
  content: ":";
  position: absolute;
  bottom: -1em;
  left: -0.0em;
  font-style: italic;
}

#machine-list, #cart .cart-list, #package-view {
    overflow-y: scroll;
    max-height: calc(100vh - 19em);
    min-height: 10em;
    padding-bottom: 2.5em;
}

.dim-light div#cinema-screen {
    overflow: hidden;
}

#cart .cart-list, #package-view {
    max-height: calc(100vh - 22em);
    min-height: 10em;
    padding-top: 1em;
}

#licence-package .cart-list .right {
  position: initial;
  display: inline;
}

.cart-list li, #package-view li, .period-row {
  position: relative;
  border-bottom: dotted #00000052;
}
.validated.period-row {
    color: #000a;
}

div.machine-periods {
  width: 61%;
  font-size: 0.85em;
  text-align: left;
}

.machine-periods span {
    padding: 0 0.2em;
    margin: 0.2em;
    background: #ffffff80;
}

.machine-periods .validated span {
    background: none;
}

.right {
    position: absolute;
    top: 0;
    right: 0;
}

.machine-row .machine-periods button {
  width: 1.2em;
  height: 1.2em;
  float: none;
  background: none;
  box-shadow: none;
  display: inline;
  padding: 0em;
  margin-top: -0.1em;
}

.licence-menu-btn-row {
  display: flex;
  justify-content: space-evenly;
  padding: 1em;
  text-shadow: 0 0 0.5em #fffc;
}

.licence-menu-btn-row a, .menu-buttons a {
    cursor: pointer;
}

.selection-pills > div {
  background: #00d50d59;
  border-radius: 0.5em;
  padding: 0.2em 0 0.2em 0.5em;
  font-size: 0.8em;
  user-select: none;
  margin: 0.1em 0.3em;
  box-shadow: -0.15em 0.3em 0.15em #00256012,-0.2em 0.6em 0.5em #002b6c1f,-0.4em 1.6em 0.9em #001d4826, inset 0 0.2em 0.1em #ffffff6b;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

#added-periods .unselected {
    opacity: 0.6;
}

.small-pills {
  max-width: 10em;
  text-overflow: ellipsis;
  overflow: hidden;
  direction: rtl;
  margin: 1em;
}

#added-periods.selection-pills > div {
    background: #ffe30078;
}
#added-periods {
    padding-bottom: 2em;
}

#licence-period-choice {
    overflow-y: auto;
}

.selection-pills a {
  font-size: 0.8em !important;
  opacity: 0.8;
  border-radius: 0.3em !important;
  display: inline-block;
}

.selection-pills > div > b {
  padding: 0.5em;
  cursor: pointer;
}

.machine-row button {
  float: left;
  width: 1.8em;
  height: 1.8em;
}

.machine-id {
  font-family: monospace;
  color: #00000040;
  letter-spacing: 0.15em;
  font-size: 0.7em;
}

[disabled] {
  pointer-events: none;
  color: gray !important;
  background: none !important;
  cursor: default !important;
  opacity: 0.9;
}

.scroll-arrow::before {
    content: '⯅⯆';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    letter-spacing: -0.1em;
    transform: scale(1.5,0.6);
    -webkit-text-stroke: 0.1em white;
    paint-order: stroke fill;
}

#licence-package.pro a[href=package] {
    top: 1em;
    left: 2em;
    position: absolute;
    box-shadow: inset -0.05em -0.2em 0.1em white;
    color: white;
}

#licence-package > .free-feat > div {
    padding: 1em;
}

.alt-name {display: none;}

.download-btn {
    display: inline-block;
    color: white;
    font-size: 1.5em;
    width: 14em;
    margin: 0.5em;
    border: 0.2em solid #0006;
    background: #00ff344f;
    backdrop-filter: blur(0.2em);
    text-shadow: 0 0 0.07em black;
}

.download-btn span, .download-btn img {
    vertical-align: middle;
}

.download-btn .lvt-version {
    font-size: 0.7em;
}

.download-btn > span {
    display: inline-block;
    padding: 0.5em 0.3em;
}

#download .blurry-background-image {
    background-image: url("/img/lvt_low_res_screenshot3.jpg");
    background-size: 145%;
}

.blurry-background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    filter: blur(0.1em) opacity(0.7);
}

#download h1 {
    margin: 0;
    padding: 0.5em;
}