/* line 7, app/assets/stylesheets/_bootstrap_overrides.scss */
a,
a:link,
a:visited,
a:active {
  text-decoration: none !important;
}

/* line 14, app/assets/stylesheets/_bootstrap_overrides.scss */
a:hover,
a:focus {
  text-decoration: underline !important;
}

/* line 20, app/assets/stylesheets/_bootstrap_overrides.scss */
.text-decoration-underline,
a.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 24, app/assets/stylesheets/_bootstrap_overrides.scss */
.text-decoration-underline:hover,
a.text-decoration-underline:hover {
  text-decoration: underline !important;
}

/* line 32, app/assets/stylesheets/_bootstrap_overrides.scss */
.dropdown-menu form {
  margin: 0;
}

/* line 37, app/assets/stylesheets/_bootstrap_overrides.scss */
.dropdown-menu button.dropdown-item {
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  padding: 0.25rem 1rem;
}

/* line 44, app/assets/stylesheets/_bootstrap_overrides.scss */
.dropdown-menu button.dropdown-item:hover {
  background-color: #f8f9fa;
}

/* line 53, app/assets/stylesheets/_bootstrap_overrides.scss */
.badge.bg-light {
  color: #212529;
}

/* line 3, app/assets/stylesheets/_global.scss */
nav.navbar {
  background-color: #AC86A6 !important;
}

/* line 4, app/assets/stylesheets/_global.scss */
.fw-bold {
  font-weight: bold;
}
