/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
/* line 1, app/assets/stylesheets/light.scss */
.navbar {
  background-color: #282A36;
  color: #FF5555;
  color: #8BE9FD;
  color: #50FA7B;
  color: #bd93f9;
  font-weight: bold;
}

/* line 11, app/assets/stylesheets/light.scss */
.dreams_content, .errors_content {
  background-color: #FFFFFF;
}

/* line 15, app/assets/stylesheets/light.scss */
h1 {
  color: #282A36;
}

/* line 19, app/assets/stylesheets/light.scss */
footer {
  background-color: #282A36;
}

/* line 23, app/assets/stylesheets/light.scss */
footer h5 {
  color: #bd93f9;
}

/* line 27, app/assets/stylesheets/light.scss */
footer a.footer-link {
  color: #8BE9FD;
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/light.scss */
footer a.footer-link:hover {
  text-decoration: underline;
}

/* line 37, app/assets/stylesheets/light.scss */
.home-page-panel > h1 {
  color: #FFFFFF;
}

/* line 41, app/assets/stylesheets/light.scss */
.home-page-panel > h2 {
  color: #FFFFFF;
}

/* line 45, app/assets/stylesheets/light.scss */
.browse-dictionary a {
  color: #FFFFFF;
}

@media (prefers-color-scheme: dark) {
  /* line 1, app/assets/stylesheets/dark.scss */
  .navbar {
    background-color: #282A36;
    color: #bd93f9;
    font-weight: bold;
  }
  /* line 7, app/assets/stylesheets/dark.scss */
  body {
    background-color: #282A36;
    color: #FFFFFF;
  }
  /* line 12, app/assets/stylesheets/dark.scss */
  .dreams_content, .errors_content {
    background-color: #282A36;
  }
  /* line 16, app/assets/stylesheets/dark.scss */
  h1 {
    color: #50FA7B;
  }
  /* line 20, app/assets/stylesheets/dark.scss */
  footer h5 {
    color: #50FA7B;
  }
  /* line 24, app/assets/stylesheets/dark.scss */
  footer a.footer-link {
    color: #8BE9FD !important;
    text-decoration: none;
  }
  /* line 29, app/assets/stylesheets/dark.scss */
  footer a.footer-link:hover {
    text-decoration: underline;
  }
  /* line 33, app/assets/stylesheets/dark.scss */
  p.dream-entry a {
    color: #8BE9FD;
  }
  /* line 37, app/assets/stylesheets/dark.scss */
  p.dream-entry a:hover {
    text-decoration: underline;
  }
  /* line 41, app/assets/stylesheets/dark.scss */
  a.dream-title {
    text-decoration: none;
  }
  /* line 45, app/assets/stylesheets/dark.scss */
  .home-page-panel > h1 {
    color: white;
    color: #bd93f9;
  }
  /* line 50, app/assets/stylesheets/dark.scss */
  .home-page-panel > h2 {
    color: white;
    color: #bd93f9;
    color: #50FA7B;
  }
  /* line 56, app/assets/stylesheets/dark.scss */
  .browse-dictionary a {
    color: #8BE9FD;
  }
}

/* line 21, app/assets/stylesheets/application.scss */
body {
  background-color: #282A36;
}

/* line 25, app/assets/stylesheets/application.scss */
.home_body {
  background: url(/assets/night-sky-8c74017ed44297c636afbd0a2d949a5db9a5972b808d132bc750896b77b30476.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}

/* line 35, app/assets/stylesheets/application.scss */
.home-page {
  padding-top: 20px;
}

/* line 39, app/assets/stylesheets/application.scss */
.home-page-spacer-row {
  padding-top: 70px;
}

/* line 43, app/assets/stylesheets/application.scss */
.home-page-panel {
  padding-top: 10px;
}

/* line 47, app/assets/stylesheets/application.scss */
.browse-dictionary {
  padding-top: 10px;
}

/* line 51, app/assets/stylesheets/application.scss */
.browse-dictionary a {
  color: white;
}

/* line 55, app/assets/stylesheets/application.scss */
.home-page-panel > h1 {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

/* line 62, app/assets/stylesheets/application.scss */
.home-page-panel > h2 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
}

/* line 69, app/assets/stylesheets/application.scss */
.home_navbar {
  display: none;
}

/* line 73, app/assets/stylesheets/application.scss */
.navbar {
  padding: 10px;
}

/* line 77, app/assets/stylesheets/application.scss */
.content {
  padding-top: 40px;
  padding-bottom: 50px;
}

/* line 82, app/assets/stylesheets/application.scss */
.read-more {
  font-size: .9em;
  font-style: italic;
}

/* line 87, app/assets/stylesheets/application.scss */
.dreams-container, .errors-container h1 {
  margin-bottom: 20px;
}

/* line 91, app/assets/stylesheets/application.scss */
.home_footer {
  display: none;
}

/* line 95, app/assets/stylesheets/application.scss */
footer {
  padding: 20px;
}

/* line 99, app/assets/stylesheets/application.scss */
.bottom-footer-bar {
  background-color: rgba(40, 42, 54, 0.9);
  padding: 15px 0;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 106, app/assets/stylesheets/application.scss */
.bottom-footer-bar .dropdown-toggle {
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.875rem;
  min-width: 100px;
}

/* line 112, app/assets/stylesheets/application.scss */
.bottom-footer-bar .dropdown-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 117, app/assets/stylesheets/application.scss */
.bottom-footer-bar .dropdown-menu {
  background-color: rgba(40, 42, 54, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 122, app/assets/stylesheets/application.scss */
.bottom-footer-bar .dropdown-item {
  color: #f8f9fa;
  font-size: 0.875rem;
}

/* line 127, app/assets/stylesheets/application.scss */
.bottom-footer-bar .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f8f9fa;
}

/* line 132, app/assets/stylesheets/application.scss */
.bottom-footer-bar .dropdown-item.active {
  background-color: rgba(13, 110, 253, 0.8);
}

/* line 136, app/assets/stylesheets/application.scss */
.home_body .bottom-footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-top: 0;
}

/* line 145, app/assets/stylesheets/application.scss */
.bottom-footer-bar .dropup .dropdown-menu {
  margin-bottom: 0.5rem;
}

/* line 149, app/assets/stylesheets/application.scss */
.bottom-footer-bar .dropdown-menu {
  min-width: 120px;
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
}
