@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;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: darkgrey;
}

::-webkit-scrollbar-thumb {
  background-color: #DEDE2D;
}

#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.home {
  background-image: url(../assets/controls/home_black_24dp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}

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

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

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

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

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

.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;
}

.top-right {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 199995;
  pointer-events: none;
}

.top-right img {
  width: 100%;
  height: 100%;
  z-index: 199996;
  pointer-events: none;
}

.top-right .map-marker-text {
  right: 15px;
}

.top-left {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 199995;
  pointer-events: none;
}

.top-left img {
  width: 100%;
  height: 100%;
  z-index: 199996;
  pointer-events: none;
}

.top-left .map-marker-text {
  left: 15px;
}

.bottom-right {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 199995;
  pointer-events: none;
}

.bottom-right img {
  width: 100%;
  height: 100%;
  z-index: 199996;
  pointer-events: none;
}

.bottom-right .map-marker-text {
  right: 15px;
  top: -35px;
}

.bottom-left {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 199995;
  pointer-events: none;
}

.bottom-left img {
  width: 100%;
  height: 100%;
  z-index: 199996;
  pointer-events: none;
}

.bottom-left .map-marker-text {
  left: 15px;
  top: -35px;
}

.map-marker {
  position: absolute;
  z-index: 199997;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: all;
}

.map-marker-text {
  position: absolute;
  z-index: 199997;
  background-color: #141414;
  padding: 5px 15px;
  border-radius: 1rem;
  color: white;
}

.btn {
  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;
}

.primary {
  background-color: #0096F6;
  color: #FFFFFF;
}

.yellow {
  background-color: #DEDE2D;
  color: #000000;
}

.secondary {
  background-color: #F2F2F2;
  color: #000000;
}

/* form starting stylings ------------------------------- */
.field-group {
  position: relative;
  padding-top: 1.75em;
  /* ANIMATIONS ================ */ }
.field-group .btn {
  margin-top: 0; }
.field-group:after {
  display: table;
  content: '';
  clear: both; }
.field-group input,
.field-group select {
  padding: 8px 0;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: transparent;
  line-height: 1;
  height: 2em;
  /* FF 19+ */
  /* IE 10+ */
  /* active state */ }
.field-group input[type="file"],
.field-group select[type="file"] {
  border: 0; }
.field-group input:invalid,
.field-group select:invalid {
  box-shadow: none; }
.field-group input::-webkit-input-placeholder,
.field-group select::-webkit-input-placeholder {
  color: transparent;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }
.field-group input:-moz-placeholder,
.field-group select:-moz-placeholder {
  /* FF 4-18 */
  color: transparent;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }
.field-group input::-moz-placeholder,
.field-group select::-moz-placeholder {
  color: transparent;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }
.field-group input:-ms-input-placeholder,
.field-group select:-ms-input-placeholder {
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  color: transparent; }
.field-group input:focus ~ label,
.field-group input:valid ~ label,
.field-group input:disabled ~ label,
.field-group input.invalid ~ label,
.field-group select:focus ~ label,
.field-group select:valid ~ label,
.field-group select:disabled ~ label,
.field-group select.invalid ~ label {
  top: 1.4em;
  font-size: 0.75em; }
.field-group input:read-only ~ label,
.field-group select:read-only ~ label {
  top: 1.4em;
  font-size: 0.75em; }
.field-group input:-moz-read-only ~ label,
.field-group select:-moz-read-only ~ label {
  top: 1.4em;
  font-size: 0.75em; }
.field-group input:focus ~ label,
.field-group select:focus ~ label {
  color: #0096F6; }
.field-group input:hover:not(:disabled) ~ .bar:before,
.field-group input:hover:not(:disabled) ~ .bar:after,
.field-group select:hover:not(:disabled) ~ .bar:before,
.field-group select:hover:not(:disabled) ~ .bar:after {
  width: 50%;
  background: rgba(0, 0, 0, 0.44); }
.field-group input:focus ~ .bar:before,
.field-group input:focus ~ .bar:after,
.field-group select:focus ~ .bar:before,
.field-group select:focus ~ .bar:after {
  width: 50%;
  background: #0096F6 !important; }
.field-group input:focus, .field-group input:valid,
.field-group select:focus,
.field-group select:valid {
  outline: none;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */ }
.field-group input:focus::-webkit-input-placeholder, .field-group input:valid::-webkit-input-placeholder,
.field-group select:focus::-webkit-input-placeholder,
.field-group select:valid::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54); }
.field-group input:focus:-moz-placeholder, .field-group input:valid:-moz-placeholder,
.field-group select:focus:-moz-placeholder,
.field-group select:valid:-moz-placeholder {
  color: rgba(0, 0, 0, 0.54); }
.field-group input:focus::-moz-placeholder, .field-group input:valid::-moz-placeholder,
.field-group select:focus::-moz-placeholder,
.field-group select:valid::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54); }
.field-group input:focus:-ms-input-placeholder, .field-group input:valid:-ms-input-placeholder,
.field-group select:focus:-ms-input-placeholder,
.field-group select:valid:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54); }
.field-group label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1em;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 2.25em;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  line-height: 1; }
.field-group .bar {
  position: relative;
  display: block;
  width: 100%; }
.field-group .bar:before, .field-group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }
.field-group .bar:before {
  left: 50%; }
.field-group .bar:after {
  right: 50%; }
.field-group .bar:hover:before, .field-group .bar:hover:after {
  width: 50%;
  background: rgba(0, 0, 0, 0.44); }
.field-group.invalid .bar:before, .field-group.invalid .bar:after {
  width: 50%;
  background: #FF4664 !important; }
.field-group.invalid input ~ label {
  color: #FF4664 !important; }
.field-group.invalid .helper-text,
.field-group.invalid .error-text {
  color: #FF4664 !important; }

@-webkit-keyframes inputHighlighter {
  from {
    background: #0096F6; }
  to {
    width: 0;
    background: transparent; } }

@-moz-keyframes inputHighlighter {
  from {
    background: #0096F6; }
  to {
    width: 0;
    background: transparent; } }

@keyframes inputHighlighter {
  from {
    background: #0096F6; }
  to {
    width: 0;
    background: transparent; } }
.field-group.inline-icon .icon {
  position: absolute;
  right: 0;
  top: 2em;
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.54); }
.field-group.inline-icon input {
  padding-right: 24px; }
.field-group .helper-text {
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.54); }

.input-group {
  margin-right: -8px;
  margin-left: -8px; }
.input-group .field-group,
.input-group .icon-signifier,
.input-group .md-checkbox,
.input-group .md-radio {
  float: left;
  padding-left: 8px;
  padding-right: 8px; }
.input-group .field-group.select:after,
.input-group .icon-signifier.select:after,
.input-group .md-checkbox.select:after,
.input-group .md-radio.select:after {
  right: 16px !important; }
.input-group .field-group.select:last-child:after,
.input-group .icon-signifier.select:last-child:after,
.input-group .md-checkbox.select:last-child:after,
.input-group .md-radio.select:last-child:after {
  right: 0 !important; }
.input-group .field-group.inline-icon .icon,
.input-group .icon-signifier.inline-icon .icon,
.input-group .md-checkbox.inline-icon .icon,
.input-group .md-radio.inline-icon .icon {
  right: 16px; }
.input-group .field-group:last-child.inline-icon .icon,
.input-group .icon-signifier:last-child.inline-icon .icon,
.input-group .md-checkbox:last-child.inline-icon .icon,
.input-group .md-radio:last-child.inline-icon .icon {
  right: 0; }
.input-group .field-group label, .input-group .icon-signifier label {
  left: 8px; }
.input-group:after {
  display: table;
  content: '';
  clear: both; }

.icon-signifier {
  position: relative; }
.icon-signifier .icon {
  position: absolute;
  width: 1.154em;
  top: 1em; }
.icon-signifier .icon > i,
.icon-signifier .icon > span,
.icon-signifier .icon > img {
  display: inline-block;
  font-size: 1.3em; }
.icon-signifier .field-group {
  margin-left: 40px; }

.text-group {
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 10px;
  margin-top: 40px;
  padding-top: 25px;
  transition: box-shadow 0.2s linear; }
.text-group:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.44); }
.text-group:focus-within {
  box-shadow: 0 0 0 2px #0096F6; }
.text-group textarea {
  overflow: auto;
  outline: none;
  resize: none;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  background: transparent;
  min-height: 100px;
  width: 100%; }
.text-group textarea:focus ~ label,
.text-group textarea:valid ~ label,
.text-group textarea:read-only ~ label {
  top: 5px;
  font-size: 12px; }
.text-group textarea:focus ~ label {
  color: #0096F6; }
.text-group label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

/* Style Select Field */
.field-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 4px 0;
  padding-right: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  height: auto;
  line-height: inherit; }
.field-group select:disabled ~ label {
  top: 1.4em;
  font-size: 0.75em; }
.field-group select:disabled {
  color: rgba(0, 0, 0, 0.54);
  cursor: not-allowed !important; }

.field-group.select {
  position: relative; }
.field-group.select:after {
  position: absolute;
  top: 2em;
  right: 0;
  /* Styling the down arrow */
  content: "";
  font-family: mobfish-core-iconset;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54); }

.fullscreen-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.enter {
  background-image: url("../assets/controls/fullscreen_24dp.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.exit {
  background-image: url("../assets/controls/fullscreen_exit_24dp.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#optout {

  z-index: 9999996;

  position: absolute;
  right: 15px;
  bottom: 15px;

  width: 400px;
  height: 200px;

  background-color: #FFFFFF;
  border-radius: 5px;

}

#optout .optout-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#optout .title {
  font-weight: bold;
  color: #090909;
  text-align: center;
  padding: 10px;
}

#optout .text {
  color: rgba(9, 9, 9, 0.75);
  text-align: center;
  padding: 10px;
}

#optout .button-container {
  display: flex;
  justify-content: center;
  align-content: center;
}

#videoControls {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 5px;
  width: 500px;
  height: 182px;
  z-index: 9999996;
  background-color: #171717;
  padding: 15px;
}

.video-controls-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 10px 5px;
  grid-auto-flow: row;
  grid-template-areas:
          "scene-name video-controls close-button"
          "time-bar time-bar time-display"
          "vol chapter chapter-jump";
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}

.time-bar {
  justify-self: center;
  align-self: center;
  grid-area: time-bar;
  width: 120%;
  margin-top: 25px;
  transform: translate(10%);
}

.progress {
  background-color: transparent;
  border: 2px solid #fff;
  height: 20px;
}

.progress>div {
    background-color: #ffffff;
    width: 0%;
    height: 100%;
 }

.time-display {
  justify-self: right;
  align-self: center;
  grid-area: time-display;
  margin-top: 25px;
}

.vol {
  justify-self: left;
  align-self: center;
  grid-area: vol;
}

#vol-text {
  padding-left: 5px;
}

.vol-icon-text {
  display: flex;
  font-size: 14px;
}

.chapter {
  justify-self: center;
  align-self: center;
  grid-area: chapter;
}

#chapter-list {
  width:150px;
  height:30px;
  padding:5px;
  background-color: #171717;
  border: solid 1px #4b4b4b;
  color:#FFFFFF;
}

.scene-name {
  justify-self: left;
  align-self: center;
  grid-area: scene-name;
}

.video-controls {
  display: flex;      
  flex-direction: row;
  flex-wrap: nowrap; 
  justify-self: center;
  align-self: center;
  grid-area: video-controls;
}

.close-button-icon {
  justify-self: right;
  align-self: center;
  grid-area: close-button;
  background-image: url(../assets/icons/controls/close-icon.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
}

.fast-forward-icon {
  background-image: url(../assets/icons/video/fast-forward-icon.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
  margin-top: 5px;
  margin-left: 5px;
}

.fast-rewind-icon {
  background-image: url(../assets/icons/video/fast-rewind-icon.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
  margin-top: 5px;
  margin-right: 5px;
}

.play-icon {
  background-image: url(../assets/icons/video/play-icon.png);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 45px;
}

.pause-icon {
  background-image: url(../assets/icons/video/pause-icon.png);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 45px;
}

.volume-up-icon {
  background-image: url(../assets/icons/volume/volume-up-icon.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.volume-down-icon {
  background-image: url(../assets/icons/volume/volume-down-icon.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.video-settings-icon {
  background-image: url(../assets/icons/video/video-settings-icon.png);
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}

.chapter-jump {
  justify-self: center;
  align-self: center;
  grid-area: chapter-jump;
}

.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;
}

/*generated with Input range slider CSS style generator (version 20210711)
https://toughengineer.github.io/demo/slider-styler*/
input[type=range].styled-slider {
  height: 2em;
  -webkit-appearance: none;
  background-color: transparent;
}

/*progress support*/
input[type=range].styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 1em + var(--ratio) * (100% - 1em));
}

input[type=range].styled-slider:focus {
  outline: none;
}

/*webkit*/
input[type=range].styled-slider::-webkit-slider-thumb {
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background: #FFFFFF;
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: calc(0.3em * 0.5 - 1em * 0.5);
  -webkit-appearance: none;
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
  height: 0.3em;
  border-radius: 0;
  background: #363636;
  border: none;
  box-shadow: none;
}
input[type=range].styled-slider::-webkit-slider-thumb:active {
  background: #6E6E6E;
}

input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#FFFFFF,#FFFFFF) 0/var(--sx) 100% no-repeat, #363636;
}

/*mozilla*/
input[type=range].styled-slider::-moz-range-thumb {
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background: #FFFFFF;
  border: none;
  box-shadow: 0 0 2px black;
}

input[type=range].styled-slider::-moz-range-track {
  height: 0.3em;
  border-radius: 0;
  background: #363636;
  border: none;
  box-shadow: none;
}

input[type=range].styled-slider::-moz-range-thumb:active {
  background: #6E6E6E;
}

input[type=range].styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(#FFFFFF,#FFFFFF) 0/var(--sx) 100% no-repeat, #363636;
}

/*ms*/
input[type=range].styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-thumb {
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background: #FFFFFF;
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: 0;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-track {
  height: 0.3em;
  border-radius: 0;
  background: #363636;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-thumb:active {
  background: #6E6E6E;
}

input[type=range].styled-slider.slider-progress::-ms-fill-lower {
  height: 0.3em;
  border-radius: 0px 0 0 0px;
  margin: -undefined 0 -undefined -undefined;
  background: #FFFFFF;
  border: none;
  border-right-width: 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #DEDE2D;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
