@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.slider::-webkit-scrollbar {
  display: none;
}

html,
body,
#container-wrap {
  font-family: "Open Sans", sans-serif !important;
  background-color: #2B2927 !important;
}

.page {
  background-image: url(../img/background.png);
  background-size: contain;
}

html,
body,
#container-wrap,
#container,
.page,
.modal-backdrop,
.modal {
  overflow: hidden !important;
  overflow-y: hidden !important;
  margin: 0px;
}

.slider .close-button {
  position: absolute;
  height: 80px;
  width: 80px;
  cursor: pointer;
  top: 5px;
  right: 10px;
}

.slider.show {
  display: block;
}

.slider {
  z-index: 101;
  top: 0;
  display: none;
  position: fixed;
  width: 300px;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.8);
  transition: left 0.5s linear;
  padding-top: 50px;
  border-bottom: 10px solid transparent;
}

.slider .item {
  cursor: pointer;
  background-color: white;
  padding: 10px;
  margin: 10px;
  margin-bottom: 30px;
  width: 275px;
  height: 207px;
  background-size: cover;
}

.slider .item.selected {
  border: 2px solid red;
  margin: 8px;
  margin-bottom: 29px;
}

.menu-button,
.info-button {
  cursor: pointer;
  width: 80px !important;
  height: 80px !important;
  z-index: 10 !important;
}

html {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-dialog.modal-xl {
  margin: 0px 0px;
  position: absolute;
  top: 5%;
  left: 5%;
  /*max-width: 90% !important;
  width: 90% !important;
  height: 85% !important;*/
}

.modal-body {
  margin-top: 0px;
  max-height: 100%;
  overflow: auto;
}

.modal-content {
  height: 100%;
  ;
}

.modal-header {
  border-bottom: none !important;
}

.close {
  position: absolute;
  top: 0px;
  right: 1%;
}

.close-icon {
  font-size: 150%;
}

html,
body {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.anythingSlider .anythingWindow {
  overflow: hidden;
}

.fade:not(.show) {
  opacity: 1 !important;
}

.anythingSlider {
  width: 100% !important;
  padding: 0px;
  overflow: hidden;
}

.slider-img {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}

/*#canvas{
  image-rendering: optimizeSpeed;             
  image-rendering: -moz-crisp-edges;          
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}*/
.modal-header .close {
  padding: 0px !important;
  padding-top: 1rem !important;
  margin: 0px !important;
  opacity: 1;
}

.modal-body {
  text-align: center;
}

.modal-body img {
  max-width: 90%;
  /*max-height: 95%;*/
}

.page {
  position: relative !important;
}

mark {
  background-color: yellow !important;
  color: black;
  padding: 0px !important;
}

.search-bar {
  background: white;
  z-index: 100;
  top: 21%;
  right: 8%;
  position: absolute;
  width: 22%;
  border: 4px solid grey;
  border-radius: 0.3rem;
  height: 3rem;
}

.search-bar input {
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: top;
  border: none;
  background-color: transparent;
  width: calc(100% - 2.51rem - 4px);
  line-height: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  color: grey
}

.search-bar input:focus {
  outline: none;
}

.search-bar .button {
  margin: 0px !important;
  height: 2.5rem;
  width: 2.5rem;
  background: grey;
  display: inline-block;
  padding: 0.25rem;
}

.search-bar img {
  height: 2rem;
}

/* * {
  outline: 1px solid red;
 }*/
body {
  display: none;
}

#container-wrap {
  position: relative;
}

.bottom-bar {
  z-index: 2;
  position: absolute;
  background-color: #5f5a55;
  bottom: -1px;
  left: -1px;
  width: 375px;
  height: 130px;
  border-radius: 0px 45px 0px 0px;
  display: none;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform-origin: 0% 100%;
}

.bottom-bar .button {
  border-radius: 50%;
  background-color: #77726d;
  width: 100px;
  height: 100px;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
}

.bottom-bar .button-2 {
  border-radius: 50%;
  background-color: #77726d;
  width: 75px;
  height: 75px;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
}

.bottom-bar .button-2 img,
.bottom-bar .button img,
.top-bar .button img,
.top-bar .button-2 img {
  width: 100%;
  height: 100%;
}

.top-bar {
  display: none;
  z-index: 2;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 450px;
  height: 125px;
  padding-left: 15px;
  padding-right: 15px;
  transform-origin: 100% 0%;
}

.top-bar-buttons {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}

.top-bar-background {
  position: absolute;
  background-color: #5f5a55;
  top: 0px;
  right: 0px;
  width: 475px;
  height: 85px;
  border-radius: 0px 0px 0px 55px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.top-bar .button {
  border-radius: 50%;
  background-color: #77726d;
  width: 100px;
  height: 100px;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
  z-index: 2;
}

.top-bar .button-2 {
  border-radius: 50%;
  background-color: #77726d;
  width: 75px;
  height: 75px;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
  z-index: 2;
}

#play-button,
#sound-off {
  display: none;
}

.content-index {
  display: flex;
  width: 92%;
  max-height: 80%;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 10%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1%;
}

.content-index .content-page {
  width: 13.4%;
  border: 1px solid #fff;
  cursor: pointer;
}

.content-index-title {
  position: absolute;
  top: 10%;
  left: 4%;
  font-size: 3vh;
  color: white;
  font-weight: bold;
  font-family: 'Open Sans';
}

.content-index .content-page img {
  max-width: 100%;
}

.page-video-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  position: absolute;
  top:0px;
  left:0px;
  z-index: 100;
}

.page-video-container video {
  max-width: 50%;
  width: 100%;
}

.quiz-container {
  z-index: 3;
  position: absolute;
  width: 38%;
  top: 30%;
  left: 6%;
}

.quiz-container .answer {
  width: 100%;
  display: flex;
  align-items: center;
  
}

.quiz-container .answer .checkbox-container {
  text-align: center;
  width: 8%;
  padding-top:1%;
}

.quiz-container .answer.correct.show .answer-text{
  color: green;
  font-weight: bold;
}
.quiz-container .answer.wrong .answer-text{
  color : red;
}
.quiz-container .answer .checkbox-container input {
  width: 3vh;
  height: 3vh;
}

.quiz-container .answer .answer-text {
  width: 92%;
  color: #78746f;
  font-size: 2vh;
}

.quiz-button {
  padding: 1%;
  height: 7.4%;
  width: 20%;
  position: absolute;
  top: 77.3%;
  left: 40%;
  background-color: #fc4f1e;
  text-align: center;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.5vh;
  z-index: 3;
  cursor: pointer;
}

