/* line 1, app/assets/stylesheets/_custom.scss */
.navigation .logout-link {
  bottom: 1.6rem;
  position: fixed;
  color: #1976d2;
}

/* line 7, app/assets/stylesheets/_custom.scss */
.text_view_field {
  font-family: Courier, monospace;
}

/* line 11, app/assets/stylesheets/_custom.scss */
.badge {
  margin-right: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

/* line 16, app/assets/stylesheets/_custom.scss */
.badge.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 21, app/assets/stylesheets/_custom.scss */
.badge.badge-secondary {
  color: white;
  background-color: #6c757d;
}

/* line 26, app/assets/stylesheets/_custom.scss */
.badge.badge-info {
  color: #212529;
  background-color: #0dcaf0;
}

/* line 31, app/assets/stylesheets/_custom.scss */
.badge.badge-success {
  color: white;
  background-color: #198754;
}

/* line 36, app/assets/stylesheets/_custom.scss */
.badge.badge-danger {
  color: white;
  background-color: red;
}

/* line 41, app/assets/stylesheets/_custom.scss */
.badge.badge-warning {
  color: black;
  background-color: #efbb12;
}

/* line 47, app/assets/stylesheets/_custom.scss */
.button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 52, app/assets/stylesheets/_custom.scss */
.button-container .button_to,
.button-container .button {
  margin-right: 0.5rem;
}

/* line 56, app/assets/stylesheets/_custom.scss */
.button-container .button_to:last-child,
.button-container .button:last-child {
  margin-right: 0;
}

/* line 62, app/assets/stylesheets/_custom.scss */
.filter-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* line 67, app/assets/stylesheets/_custom.scss */
.filter-container__filter {
  margin-left: 1.5rem;
}

/* line 72, app/assets/stylesheets/_custom.scss */
.button-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 78, app/assets/stylesheets/_custom.scss */
.main-content__body > table thead {
  position: sticky;
  top: 0;
  background-color: #fff;
}

/* line 84, app/assets/stylesheets/_custom.scss */
.main-content {
  min-width: 100em;
}
