.ws[class*='ws-'] {
  min-width:1em;
  height:1em;
}

.ws[class*='ws-']:before{
  content: '' !important;
  min-width:1em !important;
  height: 1em !important;
  display:inline-block !important;
  overflow: hidden !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.ws.ws-settings:before {
  background: url('/static/img/icons/ws-settings.svg');
}

.ws.ws-person:before {
  background: url('/static/img/icons/ws-person.svg');
}

.ws.ws-chat:before {
  background: url('/static/img/icons/ws-chat.svg');
}

.ws.ws-email-send:before {
  background: url('/static/img/icons/ws-email.svg');
  color: #fff;
}

.ws.ws-picture:before {
  background: url('/static/img/icons/ws-picture.svg');
  aspect-ratio: 26/23;
}

.ws.ws-video:before {
  background: url('/static/img/icons/ws-video.svg');
  aspect-ratio: 30/23;
}

.ws.ws-transmission:before {
  background: url('/static/img/icons/ws-transmission.svg');
}

.ws.ws-notification:before {
  background: url('/static/img/icons/ws-notification.svg');
}

.ws.ws-notification-active:before {
  background: url('/static/img/icons/ws-notification-active.svg');
}

.ws.ws-info:before {
  background: url('/static/img/icons/ws-info.svg');
}

.ws.ws-photos:before {
  background: url('/static/img/icons/ws-photos.svg');
}

.ws.ws-tags:before {
  background: url('/static/img/icons/ws-tags.svg');
}

.ws.ws-pdf:before {
  background: url('/static/img/icons/ws-pdf.svg');
}
.ws.ws-questionnaire:before{
  background: url('/static/img/icons/ws-questionnaire.svg');
}
.ws.ws-challenge:before {
  background: url('/static/img/icons/ws-challenge2.svg');
}

.ws.ws-challenge-one:before {
  background: url('/static/img/icons/ws-challenge.svg');
}

.ws.ws-print:before{
  background: url('/static/img/icons/ws-print.svg');
}

.ws.ws-attachments:before {
  background: url('/static/img/icons/ws-attachments.svg');
}

.ws.ws-connections:before {
  background: url('/static/img/icons/ws-connections.svg');
}

.ws.ws-messages:before {
  background: url('/static/img/icons/ws-messages.svg');
}

.ws.ws-conferences:before {
  background: url('/static/img/icons/ws-conferences.svg');
}

.ws.ws-feed:before {
  background: url('/static/img/icons/ws-feed.svg');
}

.ws.ws-groups:before {
  background: url('/static/img/icons/ws-groups.svg');
}

.ws.ws-edit:before {
  background: url('/static/img/icons/ws-edit.svg');
}

.ws.ws-edit-badge:before {
  background: url('/static/img/icons/ws-edit-badge.svg');
}

.ws.ws-videos:before {
  background: url('/static/img/icons/ws-videos.svg');
}

.ws.ws-calendar:before {
  background: url('/static/img/icons/ws-calendar.svg');
}

.ws.ws-location:before {
  background: url('/static/img/icons/ws-location.svg');
}

.ws.ws-wallet:before {
  background: url('/static/img/icons/ws-wallet.svg');
}

.ws.ws-search:before {
  background: url('/static/img/icons/ws-search.svg');
}

.ws.ws-search-companies:before {
  background: url('/static/img/icons/ws-search-companies.svg');
}

.ws.ws-pricing:before {
  background: url('/static/img/icons/ws-pricing.svg');
}

.ws.ws-create-conference:before {
  background: url('/static/img/icons/ws-create-conference.svg');
}

.ws.ws-home:before {
  background: url('/static/img/icons/ws-home.svg');
}

.ws.ws-logout:before {
  background: url('/static/img/icons/ws-logout.svg');
}

.ws.ws-reports:before {
  background: url('/static/img/icons/ws-reports.svg');
}

.ws.ws-my-conferences:before {
  background: url('/static/img/icons/ws-my-conferences.svg');
}

.ws.ws-profile:before {
  background: url('/static/img/icons/ws-profile.svg');
}

.ws.ws-introductions:before {
  background: url('/static/img/icons/ws-introductions.svg');
}
