/* Navbar */
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: bold;
}

/* Remove default radius on bootstrap input */
.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
  font-size: 1.1rem;
}

/* Search bar focus */
.navbar .form-control:focus {
  border-color: transparent;
}

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

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  /* Behind the navbar */
  z-index: 100;
  /* Height of navbar */
  padding: 48px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

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

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Smaller image size on daily icons */
.daily-card-icon {
  width: 60%;
  height: 60%;
  margin: auto;
}

/* Pointer */
.pointer {
  cursor: pointer;
}
