.flow-form input,
.flow-form textarea,
.flow-form select {
  width: 100%;
}
.flow-form .flow-form-response {
  padding: 1em;
  background-color: var(--light-grey);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flow-form .flow-form-response p {
  margin: 0;
}
.flow-form .flow-form-response img {
  margin-left: 2em;
}
.flow-form .flow-form-section {
  margin-bottom: 2em;
  padding: 2em;
  border-radius: 4px;
  background-color: var(--lightest-grey);
  position: relative;
}
.flow-form .flow-form-section h1, .flow-form .flow-form-section p, .flow-form .flow-form-section ul {
  line-height: 1.5em;
}
.flow-form .flow-form-section.bg-white {
  background-color: var(--white-color);
}
.flow-form .flow-form-section-address {
  display: flex;
}
.flow-form .flow-form-section-address > * {
  width: 50%;
}
.flow-form .flow-form-section-map {
  background-color: black;
  height: 100%;
  max-width: 280px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.flow-form .flow-form-section-map .map-container {
  height: 100%;
  width: 100%;
}
.flow-form .flow-form-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flow-form .flow-form-section-header select {
  min-width: 200px;
  margin: -1em -1em -1em 0;
}
.flow-form .flow-form-section-header + * {
  margin-top: 1em;
}
.flow-form .flow-form-section-header > * {
  margin: 0;
  padding: 0;
}
.flow-form .flow-form-section-header .flow-form-section-header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 0.5em;
  position: relative;
}
.flow-form .flow-form-section-header .flow-form-section-header-actions > span {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  margin: -1em -1em -1em 2em;
}
.flow-form .flow-form-section-header .flow-form-section-header-actions > span > span {
  display: flex;
  align-items: center;
}
.flow-form .flow-form-reviewers,
.flow-form .flow-form-scorers {
  background-color: var(--light-grey);
  border-radius: 4px;
  margin-bottom: 2em;
}
.flow-form .flow-form-reviewers .reviewer-list,
.flow-form .flow-form-scorers .reviewer-list {
  padding: 1em 1em 0;
}
.flow-form .flow-form-reviewers .reviewer-list .user-tag,
.flow-form .flow-form-scorers .reviewer-list .user-tag {
  margin: 0em 1em 1em 0;
}

.flow-card-reviewers {
  background-color: var(--light-grey);
  border-radius: 4px;
}

.reviewer-list {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0 0;
}
.reviewer-list .user-tag {
  background-color: white;
  border-radius: 20em;
  align-items: center;
  display: flex;
  margin: 0em 0.5em 0 0;
  padding: 0.25em;
}
.reviewer-list .user-tag img {
  max-height: 25px;
  border-radius: 20em;
}
.reviewer-list .user-tag h5 {
  flex: 1;
  padding: 0 2em 0 0.5em;
  margin: 0;
}
.reviewer-list .user-tag i {
  flex: 0;
  font-size: 0.8em;
}

.total-scores-list {
  background-color: var(--lightest-grey);
  padding: 1em 2em;
  border-radius: 4px;
  display: flex;
  column-gap: 2em;
  row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.total-scores-list h4 {
  margin: 0;
}
.total-scores-list > div {
  display: flex;
  column-gap: 1em;
  row-gap: 1em;
  align-items: center;
}
.total-scores-list .reviewer-list {
  padding: 0;
}
.total-scores-list .user-scores-list .user-score-tag {
  margin: 0;
}
.total-scores-list .user-scores-list .user-score-tag img {
  max-height: 25px;
}
.total-scores-list .user-scores-list {
  justify-content: space-around;
  row-gap: 1em;
  column-gap: 1em;
  flex-wrap: wrap;
}
.total-scores-list .FieldComponent .FieldComponent-score {
  padding: 0;
}

.user-scores-list {
  display: flex;
  column-gap: 1em;
  justify-content: flex-end;
}
.user-scores-list .user-score-tag {
  margin-top: 1em;
  background-color: white;
  border-radius: 4px;
  align-items: center;
  display: flex;
  padding: 0.5em 1em 0.5em 0.5em;
}
.user-scores-list .user-score-tag img {
  max-height: 20px;
  border-radius: 20em;
  margin-right: 1em;
}
.user-scores-list .user-score-tag.user-score-average {
  padding: 0.5em 1em;
}
.user-scores-list.scores-locked {
  opacity: 0.5;
}
.user-scores-list.scores-locked .user-score-tag, .user-scores-list.scores-locked .FieldComponent-score input {
  cursor: not-allowed;
}

.SidePanel-dropdown {
  position: absolute;
  top: 40px;
  right: 0px;
  display: block;
  background-color: white;
  border-radius: 4px;
  min-width: 200px;
  border: 1px solid var(--light-grey);
  z-index: 2; /* Place above absolutely positioned main Route. This might be required on the standard one too */
}
.SidePanel-dropdown.left {
  right: auto;
  left: 0;
}
.SidePanel-dropdown.left:after {
  margin-left: auto;
  margin-right: -10px;
  right: auto;
  left: 10px;
}
.SidePanel-dropdown:after {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 10px;
  margin-left: -10px;
}
.SidePanel-dropdown:before {
  border-bottom-color: var(--light-grey);
  border-width: 11px;
  margin-left: -11px;
}
.SidePanel-dropdown ul {
  margin: 0;
  padding: 0 1em;
  list-style-type: none;
}
.SidePanel-dropdown .li-break {
  border-top: 1px solid var(--light-grey);
}
.SidePanel-dropdown i {
  font-size: 1.5em;
}
.SidePanel-dropdown .li-title {
  color: var(--darkest-grey);
  display: block;
  padding: 0.7em 0;
  position: relative;
  text-align: left;
  cursor: text;
}
.SidePanel-dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7em 0;
}
.SidePanel-dropdown a:hover, .SidePanel-dropdown a:focus {
  color: var(--main-color);
}

.QuickInput {
  padding: 1em;
  text-align: left;
  min-width: 250px;
  cursor: initial;
}
.QuickInput h5 {
  margin-bottom: 1em;
}
.QuickInput .link {
  display: block;
  margin: 1em 0 0;
}

.modal-header-action {
  position: absolute;
  right: 0;
  top: 3em;
  width: 400px;
  z-index: 2;
}
.modal-header-action .bulk-action-container:after {
  bottom: 100%;
  right: 0.75em;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 15px;
  margin-left: -15px;
  margin-top: -5px;
}