.app-detailed-selected__content {
  overflow-y:    auto;
  max-height:    200px;
  border:        1px solid #d9dfe7;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  background:    #ffffff;
  opacity:       1;
}

.app-detailed-selected__group_hover {
  background: #f5fafd
}

.app-detailed-selected__remove {
  position:    absolute;
  top:         0;
  right:       0;
  display:     none;
  padding:     0 5px;
  height:      100%;
  color:       #bdc0c8;
  font-weight: bold;
  font-size:   15px;
  line-height: 24px;
  cursor:      pointer;
}

.app-detailed-selected__group_hover .app-detailed-selected__remove-group {
  display: inline-block;
}

.app-detailed-selected__group-title {
  position:        relative;
  display:         flex;
  padding:         4px 0 4px 6px;
  justify-content: space-between;
  align-content:   center;
  min-height:      26px;
  box-sizing:      border-box;
}

.app-detailed-selected__group-title .app-detailed-selected__crumb {
  color:  #50a9c9;;
  cursor: pointer;
}

.app-detailed-selected__group-title .app-detailed-selected__crumb:hover {
  text-decoration: underline;
}

.app-detailed-selected__item {
  position:        relative;
  display:         flex;
  margin-left:     20px;
  padding:         4px 18px 4px 8px;
  font-weight:     bold;
  justify-content: space-between;
  align-content:   center;
  min-height:      26px;
  box-sizing:      border-box;
}

.app-detailed-selected__item:hover {
  background: #f5fafd
}

.app-detailed-selected__item:hover .app-detailed-selected__remove-item {
  display: inline-block;
}

.app-detailed-selected__group-devider {
  padding: 0 8px;
  height:  1px;
}

.app-detailed-selected__group-devider:after {
  display:    block;
  height:     100%;
  background: #d9dfe7;
  content:    "";
}
