/* The Modal (background) */

#welcomeModal {
  position: absolute; /* Stay in place */
  z-index: 9999; /* Sit on top */
  display: flex;
  margin-bottom: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  font-family: "Viga", Arial, Helvetica, sans-serif;

}

#myModal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 9998; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  font-family: "Viga", Arial, Helvetica, sans-serif;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 1% auto;
  padding: 4em;
  /* border: 1px solid #888; */
  width: 80%;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}

.filled {
  background-color: #fefefe;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

/* Media query for screens smaller than 768px (typical mobile devices) */
@media (max-width: 767px) {
  .modal-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
}

#help {
  color: #ddd;
  position: absolute;
  display: inline; /* or display: inline-block; */
  z-index: 2;
  right: 2.5vh;
  font-family: "Viga", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 2em;
  margin: 17px 3px;
  opacity: 1;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

a-scene {
  /* display: flex; */
  height: 100%;
  min-height: 600px;
  /* margin: 10px 10px; */
  /* width: auto; */
  -webkit-user-select: none; 
  /* Safari */
  -ms-user-select: none; 
  /* IE 10 and IE 11 */
  user-select: none; 
  /* Standard syntax */
  
}


@media (max-width : 400px) {
  a-scene {
    /* height: 840px; */
    margin: auto;
  }
 }


 .body {
  width: 100%;
  height: 80%;
 }

 .counter-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: #fff;
  color: #272321;
  font-weight: bold;
  z-index: 1;
  margin: 20px;
  border-radius: 10px;
  border: 2px solid #272321; /* Add this line for the black stroke */
}

.checkbox {
  border-radius: 10px;
  overflow: hidden;
}

/* .a-enter-vr {
  display: none;
} */

.icons {
  display: block;
  width: auto;
  height: auto;
  padding: 20px 0;
  min-width: 100px;
}

.bg-success {
  background-color: #505050!important;
  color: #fff;
}

.accordion{
  margin: 20px;
}

.notes {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.notes2 {
  padding: 1rem 1rem 0 1rem;
}

.panel-container {
  display: flex;
  flex-wrap: wrap; 
  gap: 10px; 
  box-sizing: border-box;
  border: 1px solid gray;
  border-radius: 10px;
  box-sizing: border-box;
  color: #505050;
  font-size: 12px;
  margin: 10px 20px;
}

.panel {
  flex: 1;
  min-width: 250px;
  padding: 10px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .panel-container {
      flex-direction: column;
  }
}

.a-enter-vr-button {
  display: none;
}






/************* WEZ ADDITIONAL STYLES ****************/
body {
  height: 100%;
  margin: 0;
  padding: 0;
  border:0;
  overflow: hidden;
}
h2 {
  color: #cc7722;
  font-size: 2vw;
}
h3 {
  color: #cc7722;
  font-size: 1.5vw;
  font-weight: 100;
}

/* The Close Button */
.close, .welcomeClose, .instructionClose {
  color: #c72;
  float: right;
  font-size: 3.5vw;
  font-weight: bold;
  right: 0;
  position: absolute;
  top: 0;
  padding: 0;
  background: none;
  margin: 0 0.5% 1% 1%;
  opacity: 1;
  line-height: 2.5vw;
  z-index: 9999;
}
.instructionClose {line-height: 2.25vw;}

.close:hover, .welcomeClose:hover, .instructionClose:hover,
.close:focus, .welcomeClose:focus, .instructionClose:focus  {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/************************* FROM EDU CSS **********************/
button#fullscreenButton {
  position: absolute; 
  margin:0.75vw;
  line-height: 1vw;
  background-color: #c72;
  color: #fff;
  border: 0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1vw;
}
.welcomeContinue {
  background-color:#c72; 
  border-radius: 100px; 
  padding: 0.5em 1em; 
  color:#fff; 
  font-weight: bold; 
  font-size:2vw;
}
.welcomeContinue:hover, .welcomeContinue:focus {
  background-color:#630; 
  cursor: pointer;
}


/* NOTE THERE IS A DUPLICATE OF THIS IN THE JAVASCRIPT FILE - WEZ 2025 */
.fullscreen-message-container {
  position: absolute; 
  left: 1vw; 
  bottom: 1vw;
}

.fullscreen-button {
  background-color: #c72; 
  color: #fff; 
  border: 0; 
  border-radius: 100px; 
  padding:0.2vw 1.5vw; 
  font-weight: bold; 
  font-size: clamp(12px, 1vw, 1vw);
}

.fullscreen-button {
  min-width:120px; 
  min-height:20px; 
  cursor: pointer; 
  transition: background-color .05s ease; 
  -webkit-transition: background-color .05s ease; 
  z-index: 2; 
  touch-action: manipulation;
}

.fullscreen-button:active {
  background-color: #ff0;
} 
.fullscreen-button:hover {
  background-color: #630;
}


/* NEW INSTRUCTION MODAL */
#InstructionModal {
  position: absolute; /* Stay in place */
  z-index: 9999;
  /*bottom: 2.6vw;*/ /* Equal to button size at bottom plus margins */
  bottom: -90%; /* covers the Instructions button so the X is the only way to close */
  width: 70%;
  left: 15%; /*half of 100 - width */
  height: 90%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  font-family: "Viga", Arial, Helvetica, sans-serif;
  transition: bottom 0.5s ease-in-out;
}

/* INSTRUCTIONS ANIMATION - Class applied through javascript in info-message.js */
#InstructionModal.InstructionsAnimate {
  bottom:0;
}

/* Modal Content */
/* USED FOR ALL MODALS */
.modal-content {
  background-color: #fefefe;
  margin: 1% auto;
  padding: 4em;
  /* border: 1px solid #888; */
  width: 80%;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* USED FOR ALL MODALS */
.filled {
  background-color: #fefefe;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

/* Media query for screens smaller than 768px (typical mobile devices) */
@media (max-width: 767px) {
  .modal-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
}

/********************** ADDITIONAL STYLING FROM EDU - WEZ ******************************/
#welcomeModal .row {
  color:#fff; 
  margin: 0 auto;
  width:100%;
  /* max-width: 1200px; */ /* HIDDEN TO FIX NON EDU WELCOME MODAL VIDEOS */
  padding: 0; /* was 0 2em */
  font-size: 1.5em;
}
#welcomeModal #WelcomeVideoRow {
  flex:1; 
  width:100%; 
  height:100%; 
  /*max-height:600px; - needs to be done per video with different aspect ratios - Moved into HTML */
}
#welcomeModal #WelcomeVideoRow #welcomeModalVideo{
  flex:1; 
  width:100%; 
  height:100%; 
}
#welcomeModal h3 {
  color:#c72;
  width:100%;
}

/* BUTTON STYLES FROM INFO-MESSAGE and HELP-MESSAGE */
/* .a-info-message {
  border-radius: 10px; 
  position: absolute; 
  width: 400px;
  height: 320px; 
  background-color: white; 
  border: 3px solid rgba(0,0,0,0.65);
  bottom: 22px; 
  left: 22px; 
  color: rgb(51, 51, 51); 
  padding: 20px 15px 0 15px;
  font-size: 11pt; 
  line-height: 20pt; 
  z-index: 9999
}

.a-info-message a {
  border-bottom: 1px solid rgba(53,196,232,.15); 
  color: #1497b8;
  position: relative; 
  text-decoration: none; 
  transition: .05s ease;
}

@media only screen and (min-width: 1200px) { .a-info-message {font-size: 12pt} }
@media only screen and (max-width: 600px) { .a-info-message {left: 20px; right: 20px; bottom: 60px; width: auto}}
@media only screen and (max-height: 600px) {.a-info-message {left: 20px; bottom: 20px; height: 250px}}

.a-close-button-info {
  width: 25px; 
  height: 25px; 
  padding: 0;
  top: 10px; 
  right: 10px; 
  position: absolute; 
  color: white;
  font-size: 12px; 
  line-height: 12px; 
  border: none; 
  background-color: #ef2d5e;
  border-radius: 5px; 
  font-weight: medium
}

.a-close-button-info:hover {
  background-color: #b32146; 
  color: white
}
.a-info-message-container {
  position: absolute; 
  left: 50%; 
  bottom: 20px;
}
.a-info-message-button {
  background: rgba(0, 0, 0, 0.35) 50% 50% no-repeat;
}
.a-info-message-button {
  background-size: 92% 90%; 
  border: 0; 
  bottom: 0; 
  cursor: pointer; 
  min-width: 78px; 
  min-height: 34px; 
  padding-right: 0; 
  padding-top: 0; 
  position: absolute; 
  right: 0; 
  transition: background-color .05s ease;
  -webkit-transition: background-color .05s ease; 
  z-index: 2; 
  border-radius: 8px; 
  touch-action: manipulation;
}
.a-info-message-button:active, .a-info-message-button:hover { background-color: #ef2d5e; } */