/*     backgroundb setting          */
.verti-nav {
  transform: translateX(100%);
  z-index: 100;
}

.machinePageCloseButton {
  width: 2rem;
  display: none;
}

.machineContent {
  z-index: 99;
  cursor: auto;
}

.machinePageDiv {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(136, 136, 136, 0.501);
  z-index: 100;
  height: 60%;
}

.machineListContent {
  height: 60%;
}

.ar-link {
  display: flex;
}

.ar-btn {
  flex-direction: column;
}

.ar-icon {
  width: 50%;
  height: 60%;
}
.ar-icon img {
  margin: 0;
  padding: 0;
}

.ar-btn-text {
  width: 100%;
  margin: 0;
  padding: 0;
}

.machineNav {
  cursor: pointer;
  margin: -2.35rem 0 0px 0;
  height: 4.7rem;
  width: 20rem;
  display: flex;
  justify-content: center;
}

.machinebg {
  background-image: linear-gradient(to bottom, #F4A636 0%, #F47836 50%, #ed5d00 100%);
}

.machineRangeIcon {
  position: absolute;
  width: 1.5rem;
  left: -1.5rem;
}

.machineListDiv {
  padding-left: 2.5rem;
  padding-right: 0;
  height: 100%;
  font-size: 0.9rem;
}
.machineListDiv > div {
  margin-top: 1rem;
  width: 100%;
  border-bottom: 1px solid white;
}
.machineListDiv > div > div {
  word-wrap: break-word;
  display: flex;
  float: left;
}
.machineListDiv > div > div:first-child {
  width: 30%;
  left: 0;
}
.machineListDiv > div > div:last-child {
  width: 70%;
}
.machineListDiv > div:first-child {
  margin-top: 0;
}

.machineContentTextDiv {
  overflow: auto;
  padding-left: 0;
  height: 100%;
  color: black;
}
.machineContentTextDiv > p {
  font-size: 1rem;
  color: black;
}

/*
.machineListDiv::-webkit-scrollbar {
    display: none;
     for Chrome, Safari, and Opera 
}*/
.machineShowVideoText {
  display: flex;
  text-align: left;
  justify-content: center;
  align-items: center;
}
.machineShowVideoText > div:nth-child(1) {
  margin-top: 0.8rem;
  font-size: 0.8rem;
}
.machineShowVideoText > div:nth-child(2) {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}
.machineShowVideoText > div > P {
  width: 100%;
}

.machineShowVideoImage {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}
.machineShowVideoImage > img {
  width: 100%;
  height: auto;
}

.machineShowVideoPlay {
  position: absolute;
  right: 0;
  width: 5%;
  height: 100%;
}
.machineShowVideoPlay > img {
  position: absolute;
  width: 2rem;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  /*background:linear-gradient(to right, #F4A636 0%, #F47836 50%,#F47836 100%);*/
}

.machineTitleNameDiv {
  display: flex;
  float: left;
  text-align: left;
  padding: 0 0 0 2rem;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.machineTitleNameDiv > div > p:nth-child(2) {
  font-size: 2rem;
}

.orangeLine {
  margin: 1rem 1rem 0 0;
  width: 0.3rem;
  background: linear-gradient(to right, #F47836 0 1rem, transparent 4px 1rem) left/100% 75% no-repeat;
  height: 3rem;
}

.JCIT_Page {
  position: absolute;
  bottom: 0.8rem;
  left: 0rem;
  width: 8rem;
}

.close-button {
  position: absolute;
  border: 0;
  background: 0;
  top: 0;
  right: 0;
  font-size: 2rem;
}

.qrcode_image {
  width: 100%;
}

@media (max-height: 920px) {
  .orangeLine {
    margin: 0.5rem 0.5rem 0 0;
  }

  .machineTitleNameDiv {
    font-size: 2.2rem;
  }
  .machineTitleNameDiv > div > p:nth-child(2) {
    font-size: 1.5rem;
  }

  .machineListDiv {
    margin-left: 6%;
    font-size: 0.7rem;
    padding-left: 1.8rem;
  }
  .machineListDiv > div {
    padding-bottom: 0.5rem;
  }
  .machineListDiv > div > div:first-child {
    padding: 0;
    margin: 0;
  }

  .machineListContent {
    height: calc(100% - 29vh);
  }

  .machineContentTextDiv {
    font-size: 0.8rem;
  }

  .machinePageDiv {
    width: 70%;
  }
}
@media (max-height: 720px) {
  .orangeLine {
    margin: 0.5rem 0.5rem 0 0;
  }

  .machineTitleNameDiv {
    font-size: 2.2rem;
  }
}
/* RWD   start here */
@media (max-width: 768px) {
  .machinePageCloseButton {
    display: block;
  }

  .machineListDiv {
    margin-left: 0;
    font-size: 0.9rem;
    padding-left: 1.8rem;
  }

  .machineContentTextDiv {
    font-size: 0.9rem;
  }

  .machineTitleNameDiv {
    font-size: 2rem;
    padding: 0;
  }
  .machineTitleNameDiv > div > p:nth-child(2) {
    font-size: 1.5rem;
  }

  .orangeLine {
    margin: 0 0.8rem 0 0;
  }

  .machineListContent {
    overflow: auto;
    height: 55%;
    justify-content: center;
  }

  .machinePageDiv {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .machineListDiv {
    margin-bottom: 3rem;
    height: auto;
  }

  .machineContentTextDiv {
    height: auto;
  }

  .machineNav {
    margin: 0;
    font-size: 0.9rem;
    width: 20rem;
  }

  .machineShowVideoText {
    text-align: center;
  }
  .machineShowVideoText > div {
    padding: 0;
  }
  .machineShowVideoText > div:nth-child(2) {
    font-size: 0.9rem;
  }

  .machineShowVideoPlay > img {
    margin-right: 0rem;
    width: 1.8rem;
  }

  .machinebg {
    padding: 0;
  }
  .ar-icon {
    width: 3rem;
    height: 60%;
  }

  .virtualLobby > div > div {
    margin-top: 0.2rem;
  }

  .entityLobby > div > div {
    margin-top: 0.2rem;
  }
}
@media (max-width: 430px) {
  .machineNav {
    width: 75%;
  }
}
@media (max-width: 370px) {
  .machineNav {
    font-size: 0.8rem;
    width: 80%;
  }

  .machineShowVideoText > div:nth-child(2) {
    font-size: 0.8rem;
  }
}
@media (min-width: 2000px) {
  .machineListContent {
    font-size: 1.3rem;
  }

  .machineListDiv {
    font-size: 1.3rem;
  }
}

/*# sourceMappingURL=product.css.map */
