﻿:root {
  --hm-card-group-border: #E3E3E3;
}

.hm-card-list {
  margin-bottom: 1rem;
}
.hm-card-list:last-child {
  margin-bottom: 0px;
}
.hm-card-list .hm-list-subline h4 {
  line-height: 20px;
  letter-spacing: normal;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  padding: 10px 24px 6px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  color: #565656 !important;
  font-weight: 600;
}

.hm-card-group {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.hm-card-group p {
  margin: 0;
}
.hm-card-group .hm-card {
  transition: transform 100ms ease-in;
  cursor: pointer;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: 0;
}
.hm-card-group .hm-card:hover {
  background-color: #f0f0f0;
}
.hm-card-group > li {
  border-right: 1px solid var(--hm-card-group-border);
  border-left: 1px solid var(--hm-card-group-border);
  border-bottom: 1px solid var(--hm-card-group-border);
}
.hm-card-group > li:first-child {
  border-radius: 8px 8px 0 0;
  border-top: 1px solid var(--hm-card-group-border);
}
.hm-card-group > li:first-child:last-child {
  border-radius: 8px 8px 8px 8px;
}
.hm-card-group > li:last-child {
  border-radius: 0 0 8px 8px;
  border-bottom: 1px solid var(--hm-card-group-border);
}
.hm-card-group .card-selectable-checkbox {
  display: none;
}
.hm-card-group .card-selectable-checkbox:checked + .card-selectable {
  box-shadow: 0 0 1px 1px #2ecc71 !important;
}
.hm-card-group .hm-identifier {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  white-space: normal;
  width: auto;
  box-sizing: border-box;
}
.hm-card-group .hm-identifier-description {
  order: 2;
  flex: 1;
  padding-right: 24px;
  white-space: normal;
  overflow: hidden;
}
.hm-card-group .hm-identifier-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}
.hm-card-group .hm-identifier-transfer {
  order: 2;
  flex: 1;
  padding-right: 24px;
  white-space: normal;
  overflow: hidden;
}
.hm-card-group .hm-headline {
  font: normal 16px/20px Helvetica, Arial, sans-serif;
  margin: 0px;
}
.hm-card-group .hm-identifier-header {
  text-decoration: none;
  color: #292929;
}
.hm-card-group .hm-identifier-direction {
  order: 1;
  align-self: center;
  margin-right: 10px;
  min-width: 30px;
  text-align: center;
}
.hm-card-group .hm-identifier-receiver {
  order: 1;
  align-self: center;
  margin-right: 10px;
  min-width: 30px;
  text-align: center;
}
.hm-card-group .hm-identifier-receiver .user-image-wrapper, .hm-card-group .hm-identifier-receiver .transaction-image-wrapper {
  height: 35px;
  width: 35px;
  -moz-box-align: stretch;
  align-items: stretch;
  box-sizing: content-box;
  display: flex;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 0 1px gray;
  margin: auto;
}
.hm-card-group .hm-identifier-receiver .transaction-image-wrapper img {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.hm-card-group .hm-identifier-currency {
  order: 4;
  align-self: flex-start;
  min-height: 63px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.hm-card-group .hm-identifier-currency p {
  font-size: 14px;
}
.hm-card-group .hm-currency {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
  margin: 0px;
}

@media (min-width: 576px) {
  .hm-card-group .hm-identifier-receiver {
    margin-right: 16px;
    min-width: 48px;
  }
  .hm-card-group .hm-identifier-receiver .user-image-wrapper, .hm-card-group .hm-identifier-receiver .transaction-image-wrapper {
    height: 48px;
    width: 48px;
  }
  .hm-card-group .hm-identifier-direction {
    margin-right: 16px;
    min-width: 48px;
  }
  .hm-card-group .hm-headline {
    font: normal 16px/20px Helvetica, Arial, sans-serif;
    margin: 0px;
  }
  .hm-card-group .hm-identifier-description p {
    -webkit-line-clamp: 2;
  }
}
