body {
  padding: 0;
  margin: 0
}

#unity-container {
  position: absolute
}

#unity-container.unity-desktop {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

#unity-container.unity-mobile {
  width: 100%;
  height: 100%
}

#unity-canvas {
  background: #231F20
}

.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none
}

#unity-logo {
  width: 154px;
  height: 130px;
  background: url('unity-logo-light.png') no-repeat center
}

#unity-progress-bar-empty {
  width: 141px;
  height: 18px;
  margin-top: 10px;
  margin-left: 6.5px;
  background: url('progress-bar-empty-light.png') no-repeat center
}

#unity-progress-bar-full {
  width: 0%;
  height: 18px;
  margin-top: 10px;
  background: url('progress-bar-full-light.png') no-repeat center
}

#unity-footer {
  position: relative
}

.unity-mobile #unity-footer {
  display: none
}

#unity-webgl-logo {
  float: left;
  width: 204px;
  height: 38px;
  background: url('webgl-logo.png') no-repeat center
}

#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: arial;
  font-size: 18px
}

#unity-fullscreen-button {
  float: right;
  width: 38px;
  height: 38px;
  background: url('fullscreen-button.png') no-repeat center
}

#unity-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none
}

#startARDiv {
  height: 100vh;
  background: url('../assets/bg-start.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#startARDiv .wrap-access {
  background-color: rgba(54, 1, 27, 0.90);
  height: 100%;
  width: 100%;
}

.modal-access {
  position: absolute;
  left: auto;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  box-shadow: 0px 4px 16px 0px rgba(23, 23, 23, 0.20);
  padding: 1rem 1rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  min-width: 60%;
}

.modal-access > img {
  margin: 0 auto 0.5rem auto;
}

.modal-access > .title {
  font-size: 16px;
  font-weight: 700;
  color: #404040;
  margin: 0 auto;
  text-align: center;
}

.modal-access > .sub-title {
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 0.5rem 0;
}

.loading-page {
  background-image: url('../assets/PageBackground.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.loading-page > .wrap-loading {
  margin: auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  padding: 0 8px;
}

.loading-page > .wrap-loading > .progress {
  background: rgba(255, 255, 255, 0.1);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  display: -webkit-flex;
  height: 20px;
  margin-left: 16px;
  margin-right: 16px;
}


.loading-page > .wrap-loading > .progress > .progress-value {
  transition: width 1s linear;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #fff;
  height: 20px;
  width: 10%;
}

.btn-primary {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
  background: #EC1A82;
  padding: 12px 8px;
  width: 100%;
  outline: none;
  border: none;
}

.btn-secondary {
  color: #EC1A82;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
  background: #FFEAF4;
  padding: 12px 8px;
  width: 100%;
  outline: none;
  border: none;
}

.btn-transparant {
  color: #EC1A82;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
  background: #FFF;
  padding: 12px 8px;
  width: 100%;
  outline: none;
  border: none;
}