.card.card-theme.card-theme-hosting {
  margin-bottom: 0;
  height: 100%;
}
.card.card-theme.card-theme-hosting > .card-body .list-group.list-group-flush > .list-group-item {
  display: flex;
  column-gap: 16px;
}
.card.card-theme.card-theme-hosting > .card-body .list-group.list-group-flush > .list-group-item:nth-child(odd) {
  background: #F8F8F8;
}
.card.card-theme.card-theme-hosting > .card-body .list-group.list-group-flush > .list-group-item .item-label {
  min-width: 100px;
  width: 25%;
}
.card.card-theme.card-theme-hosting > .card-body .list-group.list-group-flush > .list-group-item .item-value {
  flex-grow: 1;
}
.card.card-theme.card-theme-hosting > .card-body .list-group.list-group-flush > .list-group-item .e-click-clipboard {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 24px;
}
.card.card-theme.card-theme-hosting > .card-body .list-group.list-group-flush > .list-group-item .e-click-clipboard i {
  color: #707070;
}
.card.card-theme.card-theme-hosting > .card-body .list-group.list-group-flush > .list-group-item .e-click-clipboard:hover i {
  color: #018ca7;
}
