.card__block > .list-item:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.card__block > .list-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.list-item--visibility {
  border-top: 1px solid #ddd;
}

.list-item.disabled, .list-item.disabled:hover, .list-item.disabled:focus {
  background-color: #e6e6e6;
  color: #777;
}

.dropdown-menu--visibility .list-item--active > a,
.dropdown-menu--visibility .list-item--active:hover > a {
  color: inherit;
  border-color: inherit;
}

.list-item--active,
.list-item--active:hover,
.list-item--active:focus-within {
  color: white;
  background-color: #1f80aa;
  border-color: #1f80aa;
}


.list-item--active label {
	color: white;
}

.list-item--active .icon-small,
.list-item--active:hover .icon-small,
.list-item--active:focus-within .icon-small {
  fill: white;
}

.list-item--active .help-block,
.list-item--active:hover .help-block,
.list-item--active:focus-within .help-block {
  color: white;
  font-weight: 300;
}

.list-item__avatar img {
  border-radius: 50%;
}

.list-item__text .list-item__text--small {
    color: #303030;
    font-weight: 500;
}

.list-item__text {
  font-size: 0.75rem !important;
}