html, body {
  height: 100vh;
  margin: 0;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.presentation-slide {
  position: absolute;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #258eb8;
  opacity: 0.33;
}

.cursor-hider {
  cursor: none;
  width:100%;
  height:100%;
  opacity:0;
  position:absolute;
  z-index:9999;
  background-color:white;
}

.progress-bar-container {
  position: fixed;
  bottom: 0%;
  width: 100%;
  height: 1.5%;
}

.error-small-text{
  font-size:16px;
}

.slide-video-bi-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-error {
  font-family: Helvetica;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #2d4561;
  color: white;
  font-size: 32px;
  align-items: center;
  justify-content: center;
}

.loading-blocker {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.slide-error-message {
  white-space: pre-line;
  width: 60%;
}

.slide-error-message-wrapper {
  position: absolute;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2d4561;
  color: white;
  font-family: Helvetica;
  font-size: 64px;
}

iframe{
  border:0
}
.hiddenProgressBar {
    display: none !important;
}