/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
  margin: 0px;
  overflow: hidden;
}
#setUpImage{
margin: auto;
width: 70%;
height: 70%;
}

#QRbox {
  display: none;
  justify-content: center;
  align-items: flex-end;
  align-items: flex-end;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-content: space-around;
  flex-direction: column;
}

#WebAR {
  display: block;
}
#WebARBtn {
  display: block;
}

.v3d-annotation {
  background-color: #014099;
}
.setUpDiv {
  display: block;
  margin: auto;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.setUpImage {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  object-fit: contain;
}
.preloader {
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #014099;
  position: absolute;
  display: flex;
  justify-content: center;
  /* align-content: center; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* padding: inherit; */
}

.contentBox {
  margin: auto;
}

.percentage {
  color: #014099;
  font-family: roboto;
  font-size: 18px;
  margin-top: 5px;
  font-weight: 600;
  text-align: center;
}

#loadingText1 {
  font-size: 36px;
  font-weight: bold;
}
#logo1 {
  display: flex;
  justify-content: center;
  height: 40%;
  width: 40%;
  margin: auto;
  padding-bottom: 20px;
}
#logo2 {
  display: flex;
  justify-content: center;
  height: 60%;
  width: 60%;

  margin: auto;
}

.progressbar {
  margin: auto;
  width: 200px;
}

.v3d-annotation-dialog {
  background-color: #014099;
  min-width: 100px;
  margin-left: -50px;
  margin-top: -5px;
}

.para {
  font-family: Roboto;
  text-align: center;
}
.box {
  display: flex;
  justify-content: center;
  background-color: aqua;

  width: 210px;
  height: 50px;
  border-radius: 5px;
}
#v3d-container {
  display: flex;
  align-items: center;
  z-index: -99;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fullscreen-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-size: 100% 100%;
  display: none;
  z-index: 1;
}

.Buttons_ {
  display: none;
  position: absolute;
  z-index: 999;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.headerDiv {
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: white;
  width: 100%;
  height: 80px;
  top: 0px;
  border-color: blue;
  border-style: solid;
  border-width: 1px;
}

.Bottomdiv {
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #1b4693;
  width: 30%;
  height: 8%;
  bottom: 5px;
  left: 10%;
  right: 10%;
  margin: auto;
  min-width: 350px;
  min-height: 75px;
  border-color: #00aeef;
  border-style: solid;
  border-width: 2px;
  border-radius: 50px;
}

.Button2 {
  margin: 0 3%;
  padding: 0;
  border-style: none;
  width: 50px;
  height: 50px;
  background-color: inherit;
}

.Button {
  border-color: #00aeef;
  border-radius: 25px;
  border-style: solid;
  background-color: #1b4693;
  color: white;
  width: 120px;
  height: 30px;
  margin: 5px 5px 5px 10px;
}
.fullscreen-open {
  background-image: url("media/fullscreen_open.svg");
}

.fullscreen-close {
  background-image: url("media/fullscreen_close.svg");
}

.leftside {
  display: flex;
  position: absolute;
  left: 0;
  padding: 5px;
}

.rightSide {
  display: flex;
  position: absolute;
  right: 0;
  padding: 5px;
}

.ham_button {
  display: none;
  margin: 0 10px;
  padding: 0;
  border-style: none;
  width: 60px;
  height: 60px;
  background-color: inherit;
}
.leftimg {
  margin-left: 20px;
  width: 170px;
}
.rightimg {
  width: 120px;
  margin-right: 20px;
}

#heading {
  position: absolute;
  width: 100%;
  top: 80px;
  display: flex;
  justify-content: center;
  margin: 2px;
}

.infobox {
  background-color: transparent;
  display: none;
  z-index: 6;
  padding: 10px;
  align-content: center;
  position: absolute;
  top: 8%;
  height: 80%;
  right: 0;
  margin: 10px;
}
#U1 {
  display: flex;
  justify-content: flex-end;
  background-color: transparent;
  height: 100%;
  flex-direction: row;
}

.AnnoBox {
  display: flex;
  z-index: 2;
  border-radius: 5px;
  justify-content: center;
  align-content: space-evenly;
  position: absolute;
  min-width: 40px;
  left: 50%;
  top: 15%;
  padding: 5px;
  background-color: #014099;
}
.Name_btn {
  font-family: Roboto;
  font-size: 18px;
  height: 35px;
  background-color: transparent;
  color: white;
  border: none;
}
.InfoBtn {
  width: 25px;
  height: 25px;
}

.ytbtn {
  display: none;
  position: absolute;
  right: 20px;
}

#Dimensions_btn:hover .tooltip-text {
  visibility: visible;
}

#Home:hover .tooltip-text {
  visibility: visible;
}
#Stall_btn:hover .tooltip-text {
  visibility: visible;
}
#WebARBtn:hover .tooltip-text {
  visibility: visible;
}
.tooltip-text {
  display: block;
  width: 300%;
  visibility: hidden;
  position: relative;
  font-family: Roboto;
  color: white;
  background-color: transparent;
  border-radius: 5px;
  text-align: center;
  padding: -11px;
  z-index: 11;
}
.top {
  bottom: 10%;
  left: -50px;
}

a {
  font-family: Roboto;
}
.links {
    /* position: absolute; */
    z-index: 10;
    display: flex;
    /* bottom: 10%; */
    width: 150%;
    justify-content: center;
    top: -30%;
   
}
.vidlink {

  padding-right: 20px;
}
.FirstLine {
  font-size: 36px;
  color: #014099;
}
.SecondLine {
  top: 50px;
  font-size: 16px;
}
#CloseInfo {
  top: 40px;
  right: 40px;
}
@media screen and (max-height: 600px) {
  #U1 {
    position: relative;
    width: 200px;
    height: 238px;
  }
  .setUpDiv {
    margin: auto;
    z-index: 10;
    height: 100%;
    width: 100%;
}
  #WebARBtn {
    display: none;
  }

  #WebAR {
    display: none;
  }
  #loadingText1 {
    font-size: 16px;
    font-weight: bold;
  }
  .AnnoBox {
    top: 20%;
    left: 45%;
  }
  .infobox {
    background-color: transparent;
    display: none;
    z-index: 6;
    padding: 10px;
    align-content: center;
    position: absolute;
    top: 40px;
    right: 0;
    margin: 10px;
  }
  #CloseInfo {
    top: 20px;
    right: 20px;
  }
  #heading {
    top: 60px;
  }
  .Bottomdiv {
    height: 60px;
  }
  .headerDiv {
    height: 60px;
  }
  .Buttons_ {
    width: 50px;
    height: 50px;
  }
  .links {
    z-index: 10;
    display: flex;
    
  }
  .FirstLine {
    font-size: 24px;
  }
  .SecondLine {
    top: 30px;
    font-size: 12px;
  }
  .ytbtn {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #heading {
    top: 60px;
  }
  
  .setUpDiv {
    margin: auto;
    z-index: 10;
    height: 100%;
    width: 100%;
}
  #WebARBtn {
    display: none;
  }
  .vidlink {
    padding-left: 5px;
    padding-right: 5px;
  }
  #loadingText1 {
    font-size: 20px;
    font-weight: bold;
  }
  #WebAR {
    display: none;
  }
  .FirstLine {
    font-size: 24px;
  }
  .AnnoBox {
    top: 25%;
    left: 35%;
  }
  .SecondLine {
    top: 30px;
    font-size: 12px;
  }
  .links {
    display: flex;
  }
  .ytbtn {
    display: none;
  }
  .Buttons_ {
    margin: 65px 0;

    flex-wrap: wrap;
    width: 100%;
    height: auto;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: auto;
    z-index: 999;
    flex-direction: row;
  }

  #logo1 {
    height: 70%;
    width: 70%;
    margin: auto;
    padding-bottom: 5%;
  }

  #logo2 {
    height: 100%;
    width: 100%;
    margin: auto;
  }
  .Button {
    font-family: Roboto;
    margin: 2px;
    display: block;
    align-items: center;
  }

  .headerDiv {
    display: flex;
    justify-content: center;
    position: unset;
    height: 60px;
  }

  .Bottomdiv {
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #1b4693;
    width: 98%;
    height: 8%;
    bottom: 5px;
    left: 1%;
    right: 1%;
    border-color: #00aeef;
    border-style: solid;
    border-width: 2px;
    border-radius: 50px;
  }

  .leftside {
    display: flex;
    margin-left: 0px;
  }
  .rightSide {
    display: flex;
    margin: 10px;
  }

  .leftimg {
    display: flex;
    margin-left: 10px;
    width: 120px;
    height: 50%;
  }
  .rightimg {
    display: flex;
    margin-right: 0px;
    width: 100px;
    height: 90%;
  }

  .contentBox {
    width: 80%;
  }
  .infobox {
    background-color: transparent;
    display: none;
    z-index: 6;
    padding: 10px;
    align-content: center;
    justify-content: center;
    position: relative;
    top: 80px;
    right: 0;
    margin: 0;
  }
  #U1 {
    position: relative;
    width: 340px;
    height: 460px;
  }

  #CloseInfo {
    position: relative;
  }

  #Dimensions_btn:hover .tooltip-text {
    visibility: hidden;
  }

  #Home:hover .tooltip-text {
    visibility: hidden;
  }
  #Stall_btn:hover .tooltip-text {
    visibility: hidden;
  }
  #WebARBtn:hover .tooltip-text {
    visibility: hidden;
  }

  .Button2 {
    margin: 0 10px;
  }
}

/* removes tap blinking on ios devices */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
