body {
    font-size: .875rem;
    background-color: #191c1f;
    color: #fafafa;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    outline: none;
    box-shadow: none;
}

.error-message {
    color: red;
    font-weight: bold;
}

/*.card {
    transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.card:hover {
    filter: brightness(1.2); // Makes the card 20% brighter
    transform: translateY(-4px); // Slightly lifts the card up
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); // Deepens the shadow for a 3D effect
}*/

.feather {
  width: 16px;
  height: 16px;
}

.repo-item {
    color: yellow;
}

.list-group-item {
    background-color: #191c1f;
    color: #fafafa;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  color: #fafafa;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #fafafa;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover {
    color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  color: #6366f1;
  font-weight: bold;
}

.navbar-brand:hover {
    color: #2470dc;
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.icon-off {
    color: red;
}

.icon-on {
    color: #7cfc00;
}

/* fontello */

@font-face {
    font-family: 'fontello';
    src: url('/assets/fontello/fontello.woff2') format('woff2'),
	 url('/assets/fontello/fontello.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.ft-onion {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.ft-onion:before {
    font-family: 'fontello';
    content: '\e800';  /* check the code in fontello's config/demo */
}
