@font-face {
  font-family: "JetBrainsMono";
  src: url(fonts/JetBrainsMono-Regular.woff2);
  font-display: swap;
}

html * {
  font-family: "JetBrainsMono" !important;
  color: #A6A6A6;
}

/* bootstrap overrides */
.navbar-nav > li {
  white-space: nowrap;
}

.nav-link {
  color: #82d322;
}

.nav {
  --bs-nav-link-color: #A6A6A6;
  --bs-nav-link-hover-color: #A6A6A6;
}

.greenify {
  color: #82d322 !important;
}

.greenify-background {
  background-color: #82d322 !important;
  color: #1a1a1a !important;
  border-color: #82d322 !important;
}

nav .nav-link {
  color: #82d322 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #82d322 !important;
}

.card {
  --bs-card-bg: #1a1a1a;
  border: none;
}

.card-title {
  color: #82d322 !important;
}

.card:hover {
  transform: scale(1.10);
}

.list-group-item, .list-group-item:hover {
  background-color: #1a1a1a !important;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 35vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.dropdown-item {
  background-color: #303030;
}

.dropdown-item:active {
  background-color: #303030;
}

.dropdown-item:hover {
  background-color: #303030;
}

.dropdown-menu {
  background-color: #303030;
}

.img-thumbnail {
  border: 0px;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

textarea {
  font-family: "JetBrainsMono" !important;
}

.big-push {
  min-height: 70vh !important;
}

.mono {
  font-family: "JetBrainsMono" !important;
}

.oopsy {
  max-width: 50vh;
}

.text-center {
  margin-bottom: 0;
}

.thumbnail {
  max-width: 200px;
  max-height: 200px;
  margin-top: 25px;
  margin-bottom: 25px;
}

#footer {
  margin-top: auto;
  background-color: #303030;
}

#footer img {
  padding-top: 5px;
  max-height: 25px;
}

#footer-group1 {
  padding-top: 10px;
}

#footer-group2 {
  margin-top: 10px;
  padding-bottom: 10px;
}

#footer h5 {
  color: #D8DADA !important;
}

#footer-group2 p {
  color: #D8DADA !important;
}

#banner {
  background-color: rgba(164, 255, 247, 0.479) !important;
  padding: 3px;
  place-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

#notification {
  position: fixed;
  z-index: 1000;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(200, 200, 200, 0.8);
  text-align: center;
  overflow: hidden;
  padding: 10px;
  height: 45px;
  box-shadow: 0 0 10px black;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.max-img-width {
  max-width: 100px;
}

.table-dark {
  --bs-table-bg: transparent;
}

.icon-btn-svg {
  background-color: transparent !important;
}

.modal-header, .modal-title {
  background-color: #303030;
}

.form-check-input:checked {
  background-color: #82d322;
  border-color: #82d322;
}

.form-check-input {
  border-color: #82d322;
  box-shadow: 0 0 0 0.1rem #82d322 !important;
}

select {
  box-shadow: 0 0 0 0.1rem #82d322 !important;
}

.landing-contents {
  background-color: #1a1a1a;
  min-height: 100vh;
}

.modal-contents {
  background-color: #1a1a1a;
}

.progress-bar {
  --bs-progress-bar-bg: #82d322;
}
