body {
  margin: 0;
  background-color: white;
  -webkit-tap-highlight-color: transparent;
}
#tapToPlaceTextHolder {
  display: none;
  width: 50%;
  height: auto;
  display: none;
  position: absolute;
  left: 25%;
  top: 59%;
}
#tapToPlaceTextHolder h2 {
  color: white;
  font-size: 14px;
}
#loadingIcon {
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0%;
  left: 0%;
  z-index: 999;
  background-image: url("./Assets/loading+background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#loadingIconImage {
  margin-top: 50vh;
  transform: translateY(-50%);
}

#introScreen {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -128px 0px 0px -128px;
  z-index: 999;
}

/*main*/
/*
    #topMiddleMenuContainer {
      position: absolute;
      left: 20%;
      width: 60%;
      height: 70%;
      z-index: 999;
      top: 2%;
      display: flex;
      flex-direction: column;
      vertical-align: top;
      float: center;
    }*/

/*
    #topMiddleContainer {
      position: absolute;
      width: 100%;
      height: 100%;
    
      display: flex;
      flex-direction: column;
      vertical-align: top;
      float: center;
    }*/

#centeredFullScreenMenuContainer {
  height: 30%;
  max-height: 400px;
  width: 50%;
  right: 25%;
  bottom: 100px; /* to ensure its above bottom menu */
  z-index: 1;
  display: flex;
  position: absolute;
  justify-content: center;
  margin: 0 auto;
}

.centeredDiv {
  height: 100%;
  width: auto;
  justify-content: center;
  display: flex;
  position: absolute;
}
.centeredImage {
  height: 100%;
  max-height: 400px;
  width: auto;
  margin: 0 auto;
  display: flex;
}

#topMiddleHeader {
  width: 50%;
  right: 25%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 998;
  top: 2%;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}
#topMiddleMenuContainer {
  width: 75%;
  right: 12.5%;
  height: 70%;
  position: absolute;
  top: 64px;
  display: none;
  z-index: 998;
  justify-content: left;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}
#topMiddleContainer {
  width: 50%;
  left: 0%;
  height: 100%;
  position: relative;
  display: none;
  flex-direction: column;
  float: left;
  vertical-align: top;
  justify-content: left;
  z-index: 998;
  top: 0px;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: left;
  flex-flow: column;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  overflow-y: auto;
  overflow-x: hidden;
}
#topMiddleContainerSubMenu {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  float: left;
  vertical-align: top;
  justify-content: left;
  z-index: 998;
  top: 0px;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
  position: relative;
  display: none;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: left;
  flex-flow: column;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.topMiddleDivHeader {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  justify-content: center;
}
.topMiddleImageHeader {
  width: 100%;
  max-width: 200px;
  z-index: 998;
  display: block;
  vertical-align: top;
  float: center;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

.topMiddleDivMainMenu {
  width: 100%;
  display: block;
  justify-content: right;
  vertical-align: top;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

.topMiddleImageMainMenu {
  width: 100%;
  max-width: 200px;
  z-index: 998;
  display: block;
  vertical-align: top;
  float: right;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}
.topMiddleDiv {
  width: 100%;
  justify-content: left;
  vertical-align: top;
  float: left;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

.topMiddleImage {
  width: 100%;
  max-width: 200px;
  z-index: 998;
  display: block;
  vertical-align: top;
  float: left;
  margin: 0px auto;
  padding: 0px;
}

#interactiveTopLeftDivContainer {
  position: absolute;
  left: 2%;
  width: 14%;
  height: 10%;
  z-index: 12;
  top: 2%;
  display: flex;
  vertical-align: top;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}
.topLeftDiv {
  width: 100%;
  vertical-align: top;
  float: left;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}
.topLeftImage {
  width: 100%;
  max-width: 59px;
  display: block;
  vertical-align: top;
  float: left;
  margin: 0px auto;
  padding: 0px;
}
#toggleContainer {
  position: absolute;
  right: 2%;
  width: 14%;
  height: 10%;
  z-index: 999;
  top: 2%;
  display: flex;
  vertical-align: top;
  float: right;
  margin: 0px auto;
  padding: 0px;
}
#toggle {
  cursor: pointer;
  width: 100%;
  justify-content: right;
  float: right;
  z-index: 999;
  vertical-align: top;
  margin: 0px auto;
  padding: 0px;
}

/* Edited by prakhar   */
#toggle img {
  width: 100%;
  max-width: 80px;
  display: block;
  vertical-align: top;
  z-index: 999;
  float: right;
  margin: 0px auto;
  padding: 0px;
}
/* Edited by prakhar   */
#interactiveSideDivContainer {
  cursor: pointer;
  position: fixed;
  left: 50px;
  width: 100px;
  height: 9%;
  z-index: 12;
  top: 2%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: top;
  margin-top: 1px;
  gap: 10px;
}

.sideDiv {
  width: 100%;
  height: auto;
  justify-content: right;
  float: right;
}
/* Edited by prakhar   */
.sideImage {
  width: 80px;
  height: auto;
  max-width: 80px;
  margin: 0 auto;
  float: right;
}

.sideImageSelected {
  width: 256px;
  height: auto;
  margin: 0 auto;
  float: right;
}

#interactiveBottomLeftDivContainer {
  position: absolute;
  left: 2%;
  width: 6%;
  z-index: 12;
  bottom: 30px;
  display: block;
}
.bottomLeftDiv {
  width: 100%;
  height: auto;
}
.bottomLeftImage {
  height: auto;
  width: 100%;
}

#interactiveDimensionDivContainer {
  position: absolute;
  right: 1%;
  width: 14%;
  z-index: 12;
  top: 20%;
  display: block;
}

.dimensionDiv {
  width: auto;
  height: 100%;
}
.dimensionImage {
  width: 100%;
  height: auto;
  max-width: 70px;
}

#btn_container {
  width: 100%;
  position: absolute;
  top: 65vh;
  z-index: 999;
  display: flex;
  justify-content: center;
}

#InteractiveContainer {
  cursor: pointer;
  width: 40%;
  right: 0%;
  position: absolute;
  bottom: 13px;
  z-index: 99;
  display: block;
  column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  margin: 0px auto;
  left: 40%;
  transform: translateX(-50%);
}

#interactiveIconDivContainer {
  width: 100%;
  left: 0%;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: left;
  flex-flow: row;
  -webkit-flex-flow: row;
  -moz-flex-flow: inherit;
  overflow-y: hidden;
  overflow-x: auto;
}

.parentIconDivCss {
  width: 100%;
  height: auto;
}

.parentIconCss {
  height: auto;
  width: 77px;
}

/* Edited by prakhar   */
#interactiveChildIconDivContainer {
  max-width: 350px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  margin: 10px auto;
  gap: 10px;
}

#interactiveChildIconDivContainerColor {
  max-width: 350px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  margin: 10px auto;
  gap: 10px;
}

#interactiveChildIconDivContainerLeftAligned {
  width: 28%;
  left: 0%;
  max-width: 154px;
  position: relative;
  display: inline-flex;
  justify-content: left;
  margin: 0 auto;
}

#interactiveChildIconDivContainerLeftAlignedDoubleSize {
  width: 30%;
  left: 0%;
  max-width: 154px;
  position: relative;
  display: inline-flex;
  justify-content: left;
  margin: 0 auto;
}
/* Edited by prakhar   */
.childIconDivCss {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
}
/* Edited by prakhar   */
.childIconCss {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}
.childIconDivCssColor {
  width: 100%;
  max-width: 65px;
  height: auto;
  margin-left: 2px;
}
/* Edited by prakhar   */
.childIconCssColor {
  height: auto;
  width: 60px;
  margin: 0 auto;
}

.childIconDivCenterCss {
  width: 100%;
  max-width: 140px;
  height: auto;
  margin: 0 auto;
}

.childIconDivCenterCssBigger {
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 auto;
}

#interactiveCallOutDivDesktopContainer {
  width: 30%;
  height: auto;
  top: 20%;
  right: 7%;
  max-width: 400px;
  position: absolute;
  display: flex;
  justify-content: center;
}

.callOutDivDesktopCss {
  width: 100%;
  height: auto;
  display: block;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
}

.callOutImgDesktopCss {
  height: auto;
  width: 90%;
  display: block;
  margin: 0 auto;
}
#interactiveCallOutDivContainer2 {
  width: 100%;
  left: 0%;
  position: relative;
  display: flex;
  column-gap: 0px;
  justify-content: center;
}
.callOutImgCss2 {
  height: auto;
  width: 100%;
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

#interactiveCallOutDivContainer {
  width: 100%;
  left: 0%;
  position: relative;
  display: flex;
  column-gap: 0px;
  justify-content: center;
}

.callOutDivCss {
  width: 100%;
  height: auto;
  display: block;
  justify-content: center;
  margin: 0 auto;
}

.callOutImgCss {
  height: auto;
  width: 100%;
  display: block;
  max-width: 550px;
  margin: 0 auto;
}
.callOutImgHalfCss {
  height: auto;
  width: 30%;
  left: 0%;
  display: block;
  max-width: 154px;
  margin: 0 auto;
  float: left;
}
#interactiveCenteredCallOutDivContainer {
  width: 40%;
  height: 40vh;
  top: 30%;
  left: 30%;
  position: absolute;
  display: flex;
  column-gap: 0px;
  justify-content: center;
  pointer-events: none;
}
.callOutCenteredDivCss {
  width: 100%;
  height: auto;
  display: block;
  justify-content: center;
  margin: 0 auto;
}

.callOutCenteredImgCss {
  height: auto;
  width: 96%;
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

#interactiveFullScreenCallOutDivContainer {
  width: 100%;
  height: 100vh;
  top: 0%;
  left: 0%;
  position: absolute;
  display: none;
  column-gap: 0px;
  justify-content: center;
  pointer-events: none;
  background-color: white;
}
.callOutFullScreenDivCss {
  width: 100%;
  height: auto;
  display: block;
  justify-content: center;
  margin: 0 auto;
}

.callOutFullScreenImgCss {
  transform: translateY(-50%);
  width: 100%;
  z-index: 14;
  display: block;
  margin: 50vh 0 0 0;
}

#interactiveFullScreenClickableCallOutDivContainer {
  width: 100%;
  height: 100vh;
  top: 0%;
  left: 0%;
  z-index: 999;
  position: absolute;
  display: none;
  justify-content: center;
}
.callOutClickableFullScreenDivCss {
  width: 100%;
  max-height: 100%;
  display: block;
  justify-content: center;
  margin: 0 auto;
  z-index: 999;
}

.callOutClickableFullScreenImgCss {
  transform: translateY(-50%);
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  z-index: 999;
  display: block;
  margin: 50vh 0 0 0;
}

#instruction {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 100%;
  /* top: -180px; */
  bottom: 0px;
}

#instruction > img {
  display: block;
  margin: 0 auto;
  width: 90%;
  left: 5%;
  max-width: 350px;
}

#tapToContinue {
  display: none;
  position: absolute;
  width: 50%;
  height: auto;
  left: 25%;
  top: 10%;
  z-index: 999;
}

.callOutCrossImgCss {
  width: 5%;
  height: auto;
  position: absolute;
  top: 6px;
  left: none;
  right: 6.2%;
}

.callOutColorImgHalfCss {
  position: absolute;
  width: 25%;
  top: -50px;
  left: 0%;
}

/* media queries */
/* Edited by prakhar   */

@media only screen and (min-width: 600px) {
  #interactiveChildIconDivContainer {
  }

  #ColorAutumnBrown_img {
    width: 60px;
  }

  #ColorIndiBlue_img {
    width: 60px;
  }

  #ColorSunlitIvory_img {
    width: 60px;
  }

  /* styles for browsers larger than 960px; */
  #InteractiveContainer {
    width: 500px;
    transform: none;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }

  #interactiveCallOutDivContainer {
    bottom: 32px;
  }

  #interactiveChildIconDivContainerLeftAligned {
    margin-bottom: 0px;
  }
  #interactiveChildIconDivContainerColor {
  max-width: 350px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  margin: 10px auto;
  gap: 10px;
  transform: translate(93%, 0%);
}
}

@media screen and (max-width: 600px) {
  #instruction {
    bottom: 10px;
  }

  #InteractiveContainer {
    width: 100%;
    left: 50%;
    bottom: 0px;
  }

  .callOutImgHalfCss {
    width: 130px;
  }

  #interactiveChildIconDivContainerLeftAligned {
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    bottom: 0px;
  }

  .callOutImgDesktopCss {
    width: 90%;
  }

  #toggleContainer {
    width: 85px;
  }
  .childIconCss {
    width: 60px;
    height: 60px;
  }

  #interactiveCallOutDivContainer {
    position: absolute;
    top: -450px;
  }

  .callOutColorImgHalfCss {
    position: absolute;
    width: 130px;
    top: 410px;
    left: 50%;
    transform: translateX(-50%);
  }

  .callOutImgCss {
    height: 90%;
    width: 75%;
  }

  .callOutCrossImgCss {
    right: 14%;
    width:6%;
  }
  #interactiveChildIconDivContainerColor {
  max-width: 350px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  margin: 10px auto;
  gap: 10px;
}
}

@media screen and (max-width: 400px) {
  #interactiveChildIconDivContainer {
    width: 50px;
  }

  #interactiveSideDivContainer {
    left: 40px;
  }
  #interactiveCallOutDivContainer {
    width: 100%;
  left: 0%;
  position: absolute;
  display: flex;
  column-gap: 0px;
  top: -220%;
  justify-content: center;
  }
}
