@font-face {
  font-family: "roboto";
  src: url("../assets/fonts/Roboto.ttf");
}

html, body, * {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "roboto";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a-dialog-allow-button {
  padding: 8px 16px;
  text-transform: uppercase;
  border: 0;
  line-height: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  margin: 8px;
  font-size: 14px;
  letter-spacing: 1.25px;
  cursor: pointer;
  display: inline-block;
  background-color: #0096F6;
  color: #FFFFFF;
}

.a-dialog-deny-button {
  padding: 8px 16px;
  text-transform: uppercase;
  border: 0;
  line-height: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  margin: 8px;
  font-size: 14px;
  letter-spacing: 1.25px;
  cursor: pointer;
  display: inline-block;
  background-color: #F2F2F2;
  color: #000000;
}

.a-dialog-ok-button {
  padding: 8px 16px;
  text-transform: uppercase;
  border: 0;
  line-height: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  margin: 8px;
  font-size: 14px;
  letter-spacing: 1.25px;
  cursor: pointer;
  display: inline-block;
  background-color: #0096F6;
  color: #FFFFFF;
}

#enter-vr-button {
  width: 50px;
  height: 50px;
  background-color: white;
  z-index: 9999;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 50px;
}

#enter-vr-button div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: courier,arial,helvetica;
  color: black;
  font-size: 28px;
}

#enter-ar-button {
  height: 0px;
  width: 0px;
  background-color: transparent;
  bottom: 0;
  right: 0;
}

.two-d-control {
  z-index: 9999;
  cursor: pointer;
}

.two-d-control div {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50px;
  font-family: courier,arial,helvetica;
  color: black;
  font-size: 28px;
}

.two-d-control div svg {
  width: 80%;
  height: 80%;
}

.two-d-control div.muteunmute-mute {
  background-image: url(../assets/controls/volume_off_black_24dp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}

.two-d-control div.muteunmute-unmute {
  background-image: url(../assets/controls/volume_up_black_24dp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}

.two-d-control div.muteunmute-unmute {
  background-image: url(../assets/controls/volume_up_black_24dp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}

#two-d-controls :nth-child(1) {
  position: absolute;
  left: 10px;
  bottom: 5px;
}

#two-d-controls :nth-child(2) {
  position: absolute;
  left: 70px;
  bottom: 5px;
}

#two-d-controls :nth-child(3) {
  position: absolute;
  left: 140px;
  bottom: 5px;
}

#two-d-controls :nth-child(4) {
  position: absolute;
  left: 210px;
  bottom: 5px;
}

#two-d-controls :nth-child(5) {
  position: absolute;
  left: 280px;
  bottom: 5px;
}

.modal {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  background-size: 50% 50%;
  bottom: 0;
  font-size: 14px;
  font-weight: 600;
  left: 0;
  line-height: 20px;
  right: 0;
  top: 0;
  z-index: 9999995;
}

.modal-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999994;
}

.modal-background img {
  display:block;
  width:100%;
  height:100%;
  object-fit: cover;
}

.user-information {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999998;
  width: 300px;
  height: 400px;
  background-color: white;
  font-family: 'IBM Plex Sans','Helvetica Neue',Arial,sans-serif;
  border-radius: 5px;
  padding: 20px;
}

.user-information .user-information-dialog-container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user-information .user-information-header-container {
  font-size: 22px;
  font-weight: lighter;
}

.user-information .user-information-text-container {
  font-size: 18px;
  font-weight: lighter;
}

.user-information .user-information-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user-information .user-information-button-container .user-information-button-left {
  width: 48%;
  padding: 10px 5px 10px 5px;
  font-size: 18px;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #0f0f0f;
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.user-information .user-information-button-container .user-information-button-left:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.user-information .user-information-button-container .user-information-button-right {
  width: 48%;
  padding: 10px 5px 10px 5px;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #e91212;
  color: white;
  border-radius: 3px;
  border: 1px solid #e91212;
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.user-information .user-information-button-container .user-information-button-right:hover {
  background-color: #d30c0c;
}

.user-information .user-information-discaimer-container {
  font-size: 12px;
}

.play-button {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 199995;
  width: 300px;
  height: 300px;
  font-family: sans-serif, monospace;
  font-size: 20px;
  border-radius: 500px;
  padding: 6px;
  cursor: pointer;
  background-image: url(../assets/play.svg);
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.play-button-icon {

}

.switch input {
  height: 20px;
  width: 40px;
  background-color: transparent;
  outline: none;
  border: 1px solid gray;
  border-radius: 50px;
  -webkit-box-shadow: inset -20px 0px 0px 0px red;
          box-shadow: inset -20px 0px 0px 0px red;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.switch input:checked {
  border: 1px solid green;
  -webkit-box-shadow: inset 20px 0px 0px 0px green;
          box-shadow: inset 20px 0px 0px 0px green;
}

.switch label {
  position: relative;
  top: -4px;
  margin-left: 5px;
}

.overlay {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 199995;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80vw;
  height: 80vh;
}

@media (max-width: 1024px) {
  .overlay {
    width: 95%;
  }
}

.overlay .loadingScreen {
  background-color: white;
  width: 100%;
  height: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay .loadingScreen .loader {
  border: 5px solid #b1b1b1;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.overlay iframe {
  width: 100%;
  height: 85%;
}

.overlay .redirect-container {
  width: 100%;
  height: 85%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: lighter;
}

.overlay .redirect-container .redirect-image {
  width: 150px;
  height: 150px;
  display: inline;
  margin-bottom: 30px;
}

.overlay .redirect-container .redirect-title {
  padding-top: 10px;
  font-size: 24px;
  text-align: center;
}

.overlay .redirect-container .redirect-subtitle {
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
}

.overlay .redirect-container .redirect-button-container {
  padding-top: 10px;
}

@media (max-width: 500px) {
  .overlay .redirect-container .redirect-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.overlay .redirect-container .redirect-button-container .redirect-yes {
  width: 200px;
}

.overlay .redirect-container .redirect-button-container .redirect-no {
  width: 200px;
}

.overlay .grid-container {
  width: 100%;
  height: 85%;
  background-color: white;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-template-rows: repeat(100, minmax(80%, 90%));
  grid-gap: 3rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.overlay .grid-container .pdf-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: black;
  margin: 1em;
  padding: 1em;
}

.overlay .grid-container .pdf-container .pdf-icon {
  display: inline;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.overlay .grid-container .pdf-container .pdf-name {
  font-size: 20px;
  font-weight: lighter;
  margin-top: 10px;
}

.overlay .grid-container .pdf-container .pdf-button {
  overflow-wrap: break-word;
  width: 300px;
}

.overlay .question-container {
  width: 100%;
  height: 85%;
  font-size: 18px;
  font-weight: lighter;
  background-color: white;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  padding-bottom: 16px;
}

.overlay .question-container .question-title-img {
  display: block;
  width: calc(100% - 130px);
  min-height: 20px;
  margin-left: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f5f531;
}

.overlay .question-container .question {

  font-size: 16px;
  margin-left: 65px;
  margin-right: 65px;
  padding-top: 15px;
  padding-bottom: 15px;

  border-bottom: rgb(197, 197, 197) 0.3px solid;
  outline-offset: 15px;

}

.overlay .question-container .question :first-child {

  border-top: rgb(197, 197, 197) 0.5px solid;

}

.overlay .question-container .question .question-text {


  text-align: center;

}

.overlay .question-container .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  width: 100%;
  height: 50px;
  padding-top: 16px;
  padding-left: 55px;
  margin-bottom: 16px;
  background-color: transparent;
}

.overlay .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  background-color: transparent;
}

.overlay .button-container button {
  width: 50px;
  height: 50px;
  background-image: url(../assets/closer.png);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-family: sans-serif, monospace;
  font-size: 20px;
  padding: 6px;
  cursor: pointer;
}

.clickable-area {
  cursor: pointer;
}

.round-border {
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  padding: 5px;
}
