/* SMALL CARD TYPOGRAPHY */
.small-card.light-border {
    border: 1px solid var(--blue);
    border-radius: 6px;
    padding: 1rem 2rem 1rem 1rem;
    margin: 1rem 0rem;
    display: flex;
    flex-direction: row;
    position: relative;
}

.small-card .category {
  font-family: "Titillium Web";
  font-weight: 400;
  color: #1396D3;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.7rem;
}

.small-card .name{
  font-family: "Titillium Web";
  font-weight: 600;
  color: #252d4b;
  font-size: 1rem;
}

.small-card .category,
.small-card .name,
.small-card .role {
  line-height: 1.4rem;
}

/* SMALL CARD LAYOUT */
.small-card {
  padding: 1rem 1rem;
  margin:1.2rem 0px ;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.small-card .metadata {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.small-card.stand div:hover{
  text-decoration: none;
}


.small-card.stand,
.small-card.account,
.small-card.visitor {
  cursor: pointer;
}


.small-card.stand {
  background-color: #E7DECD;
}
.small-card.stand:hover {
  background-color: #cfc2ab;
}
.small-card.account {
  background-color: #BFEDFA;
}
.small-card.account:hover {
  background-color: #addce9;
}
.small-card.visitor {
  background-color: #b4e8a5;
}
.small-card.visitor:hover {
  background-color: #9dce90;

}

.path-management .views-element-container .bg-img,
.views-field-field-common-image, .views-field-field-images,
.small-card .bg-img {
  width: 50px;
  min-width: 50px;
  display: block;
  height: 50px;
  overflow: hidden;
  border-radius: 50px;
  margin-right: 15px;
}





.views-field-edit-node,
.views-field-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.views-field-edit-node{
  position: absolute;
  right: 2REM;
  top: 50%;
  transform: translateY(-50%);
}

.views-field-edit-node .field-content {
  width: 23px;
  height: 22px;
}

.views-field-edit-node {
  font-size: 0;
   background:url("./../src/images/sprites-e-con.png");
   width: 23px;
   height: 23px;
   display: block;
   background-position: -118px 1px;
   background-size: 500px;
   transition: 0.2s;
   z-index: 999;
 }

 .views-field-edit-node:hover {
   opacity: 0.8;
   transition: 0.2s;
 }
