* {
  box-sizing: border-box;
}

.bc_red {
  color: #910000;
  font-weight: bold;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 14px;
}

section {
  width: 100%;
}

*:focus {
  outline: none;
}

body {
  padding-bottom: 50px;
  background: black;
  font-family: "Noto Serif", cursive;
}

.btn:focus, button:focus, input:focus, textarea:focus, select:focus {
  outline: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  touch-action: manipulation;
  align-items: flex-start;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 6px 12px;
  letter-spacing: 0.03em;
  white-space: normal;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.75);
  position: relative; /* Needed for pseudo-element */
  overflow: hidden; /* Hide the overflow of the pseudo-element */
  transition: transform 0.25s, background-color 0.2s ease-out, filter 0.1s;
}
.btn img {
  width: 24px;
  height: 24px;
  filter: invert(1);
}
.btn.big {
  font-size: 20px;
  padding: 8px 18px 8px 18px;
}
.btn.big img {
  width: 30px;
  height: 30px;
  filter: invert(1);
}
.btn:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.75), 0px 0px 1px rgba(0, 0, 0, 0.9) inset;
  transform: translateY(1px);
}
.btn:disabled {
  filter: grayscale(100%);
  cursor: not-allowed;
  border-color: #cccccc;
  box-shadow: none;
  opacity: 0.75;
}

.btn {
  BORDER: 1px solid #520000;
  background: #bc0000;
  background: linear-gradient(to bottom, #bc0000 0%, #910000 40%, #750000 60%, #630000 100%);
  text-shadow: 0px 0px 2px #000;
  font-size: 14px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.btn.big {
  font-size: 17px;
}

.btn::before {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.13), transparent);
}

button a::after {
  content: "" !important;
  margin: 0 !important;
}

div, .open {
  border-radius: 0;
}

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

#miasma_selector {
  display: grid;
  place-items: center;
  text-align: center;
  margin-bottom: 5px;
}
#miasma_selector select {
  font-family: sans-serif;
  font-weight: bold;
  font-size: large;
  background-color: #667072;
  color: black;
  border: 2px solid black;
  border-radius: 1px;
  padding: 8px 10px;
  margin: 5px 5px 5px 5px;
  cursor: pointer;
}

#choose_miasma {
  color: white;
  text-align: center;
  padding: 0 10px;
}

#folderSelect {
  max-width: 90vw;
}

#variety_switcher {
  display: none;
  margin: 15px auto;
  text-align: center;
  width: 100%;
}

.open {
  position: fixed; /* or absolute, depending on your layout */
  top: 0;
  left: 0; /* Initial position */
  transition: left 0.3s; /* Change the transition time as needed */
  z-index: 100; /* Make sure this is higher than the sidebar if using fixed positioning */
  font-size: 20px;
  cursor: pointer;
  background-color: #db3535;
  color: white;
  padding: 10px 15px;
  border: 2px solid #910000;
}

.red {
  color: #910000;
  font-weight: bold;
}

.disabled-button {
  DISPLAY: NONE;
  pointer-events: none; /* Disable click events */
  cursor: default; /* Change cursor to default to indicate non-activity */
}
.disabled-button img {
  display: none;
}
.disabled-button.prev_button, .disabled-button.next_button, .disabled-button#prevSlide, .disabled-button#nextSlide {
  box-shadow: none;
}

#notes {
  max-width: 750px;
  margin: 25px auto 0 auto;
  flex-basis: 100%;
  background: url(../img/textures/tactile-noise-dark.png);
  color: white;
  transition: ease 2s;
  height: auto;
}
#notes h2 {
  display: block;
  background: rgba(0, 0, 0, 0.25);
  padding: 5px 0;
  margin: 0;
  color: #910000;
  text-align: center;
}
#notes p {
  padding: 5px;
  margin: 2px;
}

.button {
  height: 100%;
  width: 100%;
}

.slider, .thumbnail, .thumbnail2 {
  display: inline-block;
  position: relative;
  box-shadow: 0 0 15px 2px rgb(49, 43, 35);
}
.slider.thumbnail, .slider.thumbnail2, .thumbnail.thumbnail, .thumbnail.thumbnail2, .thumbnail2.thumbnail, .thumbnail2.thumbnail2 {
  height: 150px;
  width: 150px;
  margin-top: 150px;
}
.slider img, .thumbnail img, .thumbnail2 img {
  cursor: pointer;
}

#slider_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

/* Style the tab */
.tabs {
  overflow: hidden;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

/* Style the buttons inside the tab */
.tabs button {
  background: transparent;
  color: #667072;
  font-size: 15px;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: background 0.3s;
}

.tabs button.active {
  color: #910000;
  font-weight: bold;
  text-decoration: underline;
  background: rgba(0, 0, 0, 0.25);
}

.tabs button:hover {
  color: #910000;
  text-decoration: underline;
  background: rgba(0, 0, 0, 0.25);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 9px 12px;
  backdrop-filter: blur(2px);
}

.slider-item {
  height: 100%;
  width: 100%;
  min-height: 300px;
  display: none;
  transition: transform 2s;
}
.slider-item.active, .slider-item.prev-item, .slider-item.next-item {
  display: block;
}

.readable {
  cursor: pointer;
}

#mobile_view {
  margin-top: 10px;
  display: none;
  justify-content: space-around;
}

.prev_button, .next_button {
  display: none;
  height: 150px;
  width: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 820px) {
  .prev_button, .next_button {
    display: inline-block;
    box-shadow: 0 0 15px 2px rgb(49, 43, 35);
  }
}

.magnify-lens {
  width: 100px !important;
  height: 100px !important;
  transform: scale(1.4) !important;
}

#player_notes {
  min-height: 250px;
}

@media only screen and (max-width: 820px) {
  #mobile_view {
    display: flex;
    min-height: 185px;
  }
  #main_slider {
    height: 98%;
  }
  #choose_miasma {
    text-align: left;
  }
  .thumbnail_slider {
    display: none;
  }
  #slider_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .slider {
    height: calc(100vh - 150px);
    width: 95vw;
    position: relative;
  }
  .prev_button, .next_button {
    display: block;
    height: 100%;
    width: 100%;
  }
  #mobile_grid {
    display: grid;
    grid-gap: 0 10px;
    grid-template: 1fr/1fr 1fr;
    min-height: 185px;
  }
  .magnify {
    pointer-events: none;
  }
}

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