/*
 *  Dark mode adjustments.
 */
/* line 20, app/assets/stylesheets/utils/rg_variables.scss */
.rg-red {
  color: #ba0c2f !important;
}

/* line 21, app/assets/stylesheets/utils/rg_variables.scss */
.rg-darkred {
  color: #7b1b14 !important;
}

/* line 22, app/assets/stylesheets/utils/rg_variables.scss */
.rg-lightgrey {
  color: #ccc !important;
}

/* line 23, app/assets/stylesheets/utils/rg_variables.scss */
.rg-grey {
  color: #636466 !important;
}

/* line 24, app/assets/stylesheets/utils/rg_variables.scss */
.rg-darkgrey {
  color: #383a3b !important;
}

/* line 25, app/assets/stylesheets/utils/rg_variables.scss */
.rg-green {
  color: #009000 !important;
}

/* line 26, app/assets/stylesheets/utils/rg_variables.scss */
.rg-darkgreen {
  color: #004000 !important;
}

/* line 27, app/assets/stylesheets/utils/rg_variables.scss */
.rg-red-link {
  color: #ba0c2f !important;
}

/* line 29, app/assets/stylesheets/utils/rg_variables.scss */
.rg-red-link:hover {
  color: #f0133f !important;
}

/* line 31, app/assets/stylesheets/utils/rg_variables.scss */
.rg-green-link {
  color: #009000 !important;
}

/* line 33, app/assets/stylesheets/utils/rg_variables.scss */
.rg-green-link:hover {
  color: #00b000 !important;
}

/* line 37, app/assets/stylesheets/utils/rg_variables.scss */
.hover-blue:hover {
  color: #0a58ca !important;
}

/* line 6, app/assets/stylesheets/dark_mode.scss */
body.dark-mode {
  background: #121415;
  color: #ddd;
}

/* line 10, app/assets/stylesheets/dark_mode.scss */
body.dark-mode .rg-footer, body.dark-mode .rg-nav-wrap {
  background: #202020;
}

/* line 14, app/assets/stylesheets/dark_mode.scss */
body.dark-mode a,
body.dark-mode a.rg-fa-wrap,
body.dark-mode button.rg-fa-wrap {
  color: #fae7c5;
}

/* line 20, app/assets/stylesheets/dark_mode.scss */
body.dark-mode a.btn {
  color: white;
}

/* line 24, app/assets/stylesheets/dark_mode.scss */
body.dark-mode .navbar-dark {
  background-color: rgba(0, 0, 0, 0);
}

/* line 28, app/assets/stylesheets/dark_mode.scss */
body.dark-mode .table {
  color: #ddd;
}

/* line 32, app/assets/stylesheets/dark_mode.scss */
body.dark-mode pre {
  color: #ddd;
}

/* line 37, app/assets/stylesheets/dark_mode.scss */
body.dark-mode .modal-content {
  background-color: black;
  border: .1em solid white;
}

/* line 41, app/assets/stylesheets/dark_mode.scss */
body.dark-mode .modal-content .close {
  color: white;
  text-shadow: none;
}

/* line 49, app/assets/stylesheets/dark_mode.scss */
body.dark-mode .pagination .page-item.disabled a {
  color: #ddd;
}

/* line 53, app/assets/stylesheets/dark_mode.scss */
body.dark-mode .pagination .page-item a:hover {
  color: inherit;
}

/* line 57, app/assets/stylesheets/dark_mode.scss */
body.dark-mode .pagination .page-item .page-link {
  background-color: #383a3b;
  border-color: black;
}

/* line 62, app/assets/stylesheets/dark_mode.scss */
body.dark-mode .pagination .page-item .page-link.active {
  background-color: #007bff;
}

/* line 68, app/assets/stylesheets/dark_mode.scss */
body.dark-mode .dropdown-menu {
  background-color: black;
}

/* line 71, app/assets/stylesheets/dark_mode.scss */
body.dark-mode .dropdown-menu .dropdown-item {
  color: #ddd;
}

/* line 74, app/assets/stylesheets/dark_mode.scss */
body.dark-mode .dropdown-menu .dropdown-item:hover {
  background-color: #383a3b;
}
