* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Overpass-Regular";
  src: url("https://cdn.bighappy.co/fonts/Overpass/Overpass-Regular.ttf");
}

@font-face {
  font-family: "Overpass-Bold";
  src: url("https://cdn.bighappy.co/fonts/Overpass/Overpass-Bold.ttf");
}

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  /* background: #f4f4f4; */
  background: #fff;
}

img {
  width: 100%;
}

#page-wrapper {
  overflow-x: hidden;
  transition: opacity 0.5s ease;
}

#main {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
}

#phone {
  width: 517px;
  z-index: 1;
  position: relative;
}

#phone img {
  transform: scaleY(1.019) translateY(4px) scaleX(1.007);
}

#phone-content {
  position: absolute;
  display: block;
  top: 167px;
  bottom: auto;
  left: 65px;
  width: 375px;
  height: 667px;
  transform: translateX(-0.1%);
}

#i-frame {
  width: 375px;
  height: 100%;
  border: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
/* For video creatives */
/* input{
  position: absolute;
  top: 30%;
  right: 0;
} */

#video-id {
  width: 375px;
  border: none;
  text-align: center;
  position: absolute;
  top: 33.3%;
  z-index: 0;
  left: 0;
}

@media only screen and (max-width: 480px) {
  #i-frame {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}

#copyright-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.03333em;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 3em;
  margin-bottom: 2em;
}

#logo-wrapper {
  width: 16em;
  margin: 0 auto;
}

#creative-name-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#creative-name-wrapper #label {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.03333em;
}
#creative-name-wrapper #creative-name {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.03333em;
  max-width: 16em;
}

#qrdiv {
  position: relative;
  margin-top: 1.5em;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#user-instruction {
  text-align: center;
  width: 100%;
  font-family: "Overpass-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
}
#qrcanv {
  text-align: center;
  width: 100%;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%),
    0 8px 10px -6px rgb(0 0 0 / 10%);
  border-radius: 1em;
}

.naming-convention {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 20.2px;
  letter-spacing: 0px;
  margin-top: 0.8em;
  color: rgba(51, 51, 51, 0.87);
  font-family: "Overpass-Regular";
}

.opacity-0 {
  opacity: 0;
}

#note-text-wrapper {
  margin-top: 1em;
}

#note-text {
  text-align: center;
  width: 100%;
}

#right-section {
  display: flex;
  flex-direction: column;
  /* align-content: space-around;
  justify-content: space-between; */
  align-items: center;
}
