select {
  width: 250px;
}

.follow-up {
  background: #ffeebe;
}

.new-or-unassigned {
  background: #bfd7ff;
}

.service-credentials-need-change {
  background: #fdbcbe;
}

.button-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em;
}

.button.button--left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #1a76d2;
}

.button.button--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #1a76d2;
}

.button.button--empty {
  background-color: transparent;
  color: #1976d2;
}

.button-group {
  display: flex;
}

.attribute-data--check {
  color: #28a746;
  font-size: 18px;
}

pre {
  margin-top: 0;
}

.enrollment-note--body {
  white-space: pre-wrap;
}

.enrollment-note--container {
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 1em;
  margin-bottom: 3em;
}

.enrollment-note--author {
  margin-top: 2em;
  color: #666666;
}

.add-note {
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 500px;
}
.add-provider {
  padding-left: 10em;
  width: 75em;
  display: flex;
  flex-direction: row;
  height: 3em;
}
.add-provider--button {
  margin-left: 2em;
  margin-bottom: 0px;
  width: 12em;
  height: 100%;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
