.impersonation-component .list-arrow-toggle {
  margin: 15px 0;
}
.impersonation-component .simple-search-list {
  height: 100%;
}
.impersonation-component .simple-search-list ul {
  background: white;
  height: 90%;
  max-height: 250px;
  overflow: auto;
  margin-bottom: 0;
}
.impersonation-component .simple-search-list ul li.disabled {
  color: #b7b7b7;
}
.impersonation-component .lists {
  height: 88%;
}
.impersonation-component .impersonation-status {
  border-radius: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  /* color: white; */
}
.impersonation-component .impersonation-status .label {
  font-weight: bold;
}
.feedback-gaude-component .stars {
  text-align: left;
  margin-left: -4px;
}
.feedback-gaude-component .stars .star {
  display: inline-block;
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
.feedback-gaude-component .stars .star:hover {
  cursor: pointer;
}
.feedback-gaude-component .stars .star .full {
  display: none;
}
.feedback-gaude-component .stars .star .empty {
  display: inline-block;
}
.feedback-gaude-component .stars .star.selected .full {
  display: inline-block;
}
.feedback-gaude-component .stars .star.selected .empty {
  display: none;
}
.feedback-gaude-component .stars i {
  font-size: 2em;
}
/** @format */
.image-picker-component .drop-target {
  position: relative;
  min-width: 150px;
  min-height: 150px;
  background: #f5f5f5;
  border: 1px solid #bdbdbd;
  font-size: 0.8em;
  margin-bottom: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-picker-component .drop-target.dragging {
  background: #fafafa;
  border: 2px dashed rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
.image-picker-component .drop-target:hover {
  cursor: pointer;
  border: 1px solid rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
.image-picker-component .drop-target .bg-img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.image-picker-component .drop-target .delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px;
  color: #e53935;
  font-size: 1.5em;
}
.image-picker-component .file-error {
  color: rgb(234.8157894737, 101.2894736842, 98.1842105263);
  font-size: 0.9em;
  margin: 0.2em;
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3MvYXBwfjYxNGRiMThkLmJmOThiNDg0NmZhNDU0YmRhMWQwLmNodW5rLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/