@font-face {
  font-family: James-Regular;
  src: url(./James-Regular-1.otf);
}

@font-face {
font-family: Neue-Haas-Display;
src: url(./NeueHaasDisplayRoman.ttf);
}


body { 
  padding: 0;
  margin: 0 
}

#unity-container { 
  position: absolute 
}

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

#unity-canvas { 
  background: #231F20
}

#loading-cover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
background-image: url(./noise_minimal.png);
background-repeat: repeat;
display: flex;
justify-content: center;
align-items: center;
z-index: 100;
}
#unity-loading-bar {
flex: 1 1 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}


#myModal {
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#exitModal {
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* The Modal (background) */
.modal {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Modal Content/Box */
.modal-content {
  background-color: #c7eefdb0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 24px;
  padding-left: 6px;
  padding-right: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.50rem;
}

.modal-content > h2 {
  font-family: James-Regular;
  margin: 0;
  padding-top: 12px;
}

.modal-content > ol {
  font-family: Neue-Haas-Display;
  font-size: 18px;
}

.modal-content > ol > li {
  padding: 6px 0;
}

#entervr {
  border: none;
  padding: 12px 24px;
  font-family: James-Regular;
  font-size: 16px;
  padding: 12px 24px;
  padding-top: 14px;
  color: #000;
  font-weight: 700;
  text-align: center;
  border-radius: 0.25rem;
}

#entervr:enabled { 
  background-color: #6291a7;
}

#entervr:disabled {
  background-color: #dddddd;
}

#unity-logo {
text-align: center;
width: 100%;
max-width: 600px;
margin-bottom: 16px;
aspect-ratio: 2.88;
opacity: 85%;
}

#unity-logo img {
width: 80%;
max-width: 600px;
}

#unity-progress-bar-empty {
width: 80%;
max-width: 500px;
height: 24px;
text-align: left;
border: 2px solid #29778d;
background-color: #c5fdfe;
border-radius: 0.5rem;
padding: 2px;
opacity: 85%;
}

#unity-progress-bar-full {
width: 0%;
height: 100%;
background: #29778d;
opacity: 85%;
border-radius: 0.35rem;
}

.light #unity-progress-bar-empty {
  border-color: white;
}

.light #unity-progress-bar-full {
  background: white;
}

#unity-footer { 
  position: fixed;
  width: 100%;
  bottom: 0;
  margin-top: 5px;
  line-height: 38px;
}

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


