* {
  cursor: none !important;
}

#loadingMessage {
  position: fixed; /* or absolute, depending on your layout */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000; /* Light grey background, or any color of your choice */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #f0f0f0;
  z-index: 1000; /* Ensure it's above other content */
}

.overlay {
  transition: all 0.5s;
}

.slide-index-box {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  background: #000;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}

#CyberrySlider {
  width: 100%;
  height: 100vh;
  border: 0 solid transparent;
  margin: auto;
  margin-top: 0;
  transition: all 0.5s;
}
#CyberrySlider .carousel-inner {
  height: 100vh;
}

#CyberrySlider.scaled {
  width: 85%;
  height: 85vh;
  margin: auto;
  margin-top: 0.5%;
}

#BottomContent {
  display: none;
}

#BottomContent {
  height: 11vh;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: white;
  font-family: sans-serif;
  margin: 0 23% 1%;
}
#BottomContent img {
  z-index: 1;
  display: inline-block;
  margin: initial;
  margin-right: 30px;
  width: inherit;
}

body {
  background: black;
}

img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

#error_show_session {
  display: none;
  position: absolute;
  color: #AAAAAA;
  background: #000000;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 2px 10px;
}

#error_show_debug {
  display: none;
  position: absolute;
  color: #FFFFFF;
  background: #000000;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 2px 10px;
}

.carousel-fade .carousel-item {
  display: flex;
}

div#error_no_internet {
  position: absolute;
  bottom: 0;
  left: 0;
  background: red;
  color: white;
  z-index: 999;
  padding: 10px 40px;
  font-weight: bold;
}

div.center_message {
  position: fixed;
  top: 70%;
  margin: auto;
  width: 100%;
  text-align: center;
  color: white;
}

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #ba213b;
  border-radius: 0;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.bottom-right-icon {
  height: initial;
  width: initial;
  bottom: 5px;
  position: absolute;
  right: 5px;
  opacity: 0.2;
}

/*# sourceMappingURL=custom.css.map */
