.wp2sv-card{
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  margin: 0 auto;
  border-left: 8px solid white;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  //max-width: 100%;
  &.active{
    border-left-color: #4285f4;
  }
  background: white;
  padding: 16px 24px;
  .card-icon{
    margin-right: 24px;
  }
  .card-body{
    color: rgba(0,0,0,0.65);
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
  }
}
.wp2sv-modal .wp2sv-card{
  box-shadow: none;
  border: none;
  padding: 0;
  .card-body{
    margin-bottom: 0;
  }
}
