
.bsaProContainer .z-depth-1, .bsaProContainer .card-panel, .bsaProContainer .card, .bsaProContainer .toast, .bsaProContainer .btn, .bsaProContainer .btn-large, .bsaButtonGroup .btn-large, .bsaProContainer .btn-floating, .bsaProContainer .dropdown-content, .bsaProContainer .collapsible {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.bsaProContainer .z-depth-1-half, .bsaProContainer .btn:hover, .bsaProContainer .btn-large:hover, .bsaButtonGroup .btn-large:hover, .bsaProContainer .btn-floating:hover, .bsaProContainer .modal {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.bsaProContainer .z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.bsaProContainer .z-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.bsaProContainer .z-depth-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.bsaProContainer .z-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.bsaProContainer .card-panel {
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #fff; }



.bsaButtonGroup .waves-effect,
.bsaProContainer .waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.bsaProContainer .waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none; }
.bsaProContainer .waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45); }
.bsaProContainer .waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7); }
.bsaProContainer .waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7); }
.bsaProContainer .waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7); }
.bsaProContainer .waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7); }
.bsaProContainer .waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7); }
.bsaProContainer .waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7); }

.bsaProContainer .waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.bsaProContainer .waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.bsaProContainer .waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
.bsaProContainer .waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; }

.bsaProContainer .waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%; }

.bsaProContainer .waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
.bsaProContainer a.waves-effect .waves-ripple {
  z-index: -1;
}


.bsaButtonGroup .btn, .bsaButtonGroup .btn-large, .bsaButtonGroup .btn-flat {
  display: inline-block;
  height: 36px;
  margin-bottom: 15px;
  padding: 0 2rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  line-height: 36px;
  text-transform: uppercase;
  border: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.bsaButtonGroup .btn, .bsaButtonGroup .btn-large {
  text-decoration: none;
  color: #FFF;
  background-color: #2196F3;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}

.bsaButtonGroup {
  text-align: center;
}

.bsaButtonGroup > a > i {
  margin-left: 10px;
}

.bsaButtonGroup .btn-large:focus, .bsaButtonGroup .btn-large:hover, .bsaButtonGroup .btn-large:visited {
  color: #ffffff;
}

.bsaButtonGroup .btn:hover, .bsaButtonGroup .btn-large:hover {
  background-color: #39a1f4;
  color: #ffffff;
}

.bsaButtonGroup .btn-large-red {
  background-color: #F44336;
  color: #ffffff;
}

.bsaButtonGroup .btn-large-red:hover {
  background-color: #f4665c;
  color: #ffffff;
}

.bsaButtonGroup .btn-large {
  height: 54px;
  line-height: 56px;
}

.bsaButtonGroup .btn-large-next:focus, .bsaButtonGroup .btn-large-next:hover, .bsaButtonGroup .btn-large-next:visited {
  color: #9e9e9e;
}

.bsaButtonGroup .btn-large-next {
  background-color: #e0e0e0;
  color: #bdbdbd;
  margin-right: 15px;
}

.bsaButtonGroup .btn-large-next:hover {
  background-color: #eeeeee;
  color: #9e9e9e;
}

.bsaButtonGroup .btn-large-buy {
  /*background-color: #39a1f4;*/
}

.bsaButtonGroup .btn-large-buy:hover {
  /*background-color: #39a1f4;*/
}

.bsaButtonGroup .bsaProContainer {
  width: auto;
}



.bsaProContainer .btn, .bsaProContainer .btn-large, .bsaProContainer .btn-flat {
  display: inline-block;
  height: 36px;
  margin-bottom: 15px;
  padding: 0 2rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  line-height: 36px;
  text-transform: uppercase;
  border: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.bsaProContainer .btn.disabled, .bsaProContainer .disabled.btn-large, .bsaProContainer .btn-floating.disabled, .bsaProContainer .btn-large.disabled, .bsaProContainer .btn:disabled, .bsaProContainer .btn-large:disabled, .bsaProContainer .btn-large:disabled, .bsaProContainer .btn-floating:disabled {
  background-color: #DFDFDF;
  box-shadow: none;
  color: #9F9F9F; }
.bsaProContainer .btn.disabled:hover, .bsaProContainer .disabled.btn-large:hover, .bsaProContainer .btn-floating.disabled:hover, .bsaProContainer .btn-large.disabled:hover, .bsaProContainer .btn:disabled:hover, .bsaProContainer .btn-large:disabled:hover, .bsaProContainer .btn-large:disabled:hover, .bsaProContainer .btn-floating:disabled:hover {
  background-color: #DFDFDF;
  color: #9F9F9F; }

.bsaProContainer .btn i, .bsaProContainer .btn-large i, .bsaProContainer .btn-floating i, .bsaProContainer .btn-large i, .bsaProContainer .btn-flat i {
  font-size: 1.3rem;
  line-height: inherit; }

.bsaProContainer .btn, .bsaProContainer .btn-large {
  text-decoration: none;
  color: #FFF;
  background-color: #2196F3;
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer; }
.bsaProContainer .btn:hover, .bsaProContainer .btn-large:hover {
  background-color: #39a1f4; }

.bsaProContainer .btn-floating {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #2196F3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
.bsaProContainer .btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 37px; }
.bsaProContainer .btn-floating.btn-large {
  width: 55.5px;
  height: 55.5px; }
.bsaProContainer .btn-floating.btn-large i {
  line-height: 55.5px; }

.bsaProContainer .btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer; }
.bsaProContainer .btn-flat.disabled {
  color: #b3b3b3; }

.bsaProContainer .btn-large {
  height: 54px;
  line-height: 56px; }
.bsaProContainer .btn-large i {
  font-size: 1.6rem; }




/*******************
  Utility Classes
*******************/
.bsaProContainer .left-align {
  text-align: left; }

.bsaProContainer .right-align {
  text-align: right; }

.bsaProContainer .center, .bsaProContainer .center-align {
  text-align: center; }

.bsaProContainer .left {
  float: left !important; }

.bsaProContainer .right {
  float: right !important; }

.bsaProContainer .no-select, input[type=range], input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bsaProContainer .circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; }

.bsaProContainer .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@font-face {
  font-family: "Material-Design-Icons";
  src: url("icons/Material-Design-Icons.eot?-g7cqhn");
  src: url("icons/Material-Design-Icons.eot?#iefix-g7cqhn") format("embedded-opentype"), url("icons/Material-Design-Icons.woff?-g7cqhn") format("woff"), url("icons/Material-Design-Icons.ttf?-g7cqhn") format("truetype"), url("icons/Material-Design-Icons.svg?-g7cqhn#Material-Design-Icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.bsaProContainer [class^="mdi-"], .bsaProContainer .select-wrapper span.select-dropdown:after, [class*=" mdi-"] {
  font-family: "Material-Design-Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }


.bsaProContainer .mdi-action-3d-rotation:before {
  content: "\e600"; }

.bsaProContainer .mdi-action-accessibility:before {
  content: "\e601"; }

.bsaProContainer .mdi-action-account-balance:before {
  content: "\e602"; }

.bsaProContainer .mdi-action-account-balance-wallet:before {
  content: "\e603"; }

.bsaProContainer .mdi-action-account-box:before {
  content: "\e604"; }

.bsaProContainer .mdi-action-account-child:before {
  content: "\e605"; }

.bsaProContainer .mdi-action-account-circle:before {
  content: "\e606"; }

.bsaProContainer .mdi-action-add-shopping-cart:before {
  content: "\e607"; }

.bsaProContainer .mdi-action-alarm:before {
  content: "\e608"; }

.bsaProContainer .mdi-action-alarm-add:before {
  content: "\e609"; }

.bsaProContainer .mdi-action-alarm-off:before {
  content: "\e60a"; }

.bsaProContainer .mdi-action-alarm-on:before {
  content: "\e60b"; }

.bsaProContainer .mdi-action-android:before {
  content: "\e60c"; }

.bsaProContainer .mdi-action-announcement:before {
  content: "\e60d"; }

.bsaProContainer .mdi-action-aspect-ratio:before {
  content: "\e60e"; }

.bsaProContainer .mdi-action-assessment:before {
  content: "\e60f"; }

.bsaProContainer .mdi-action-assignment:before {
  content: "\e610"; }

.bsaProContainer .mdi-action-assignment-ind:before {
  content: "\e611"; }

.bsaProContainer .mdi-action-assignment-late:before {
  content: "\e612"; }

.bsaProContainer .mdi-action-assignment-return:before {
  content: "\e613"; }

.bsaProContainer .mdi-action-assignment-returned:before {
  content: "\e614"; }

.bsaProContainer .mdi-action-assignment-turned-in:before {
  content: "\e615"; }

.bsaProContainer .mdi-action-autorenew:before {
  content: "\e616"; }

.bsaProContainer .mdi-action-backup:before {
  content: "\e617"; }

.bsaProContainer .mdi-action-book:before {
  content: "\e618"; }

.bsaProContainer .mdi-action-bookmark:before {
  content: "\e619"; }

.bsaProContainer .mdi-action-bookmark-outline:before {
  content: "\e61a"; }

.bsaProContainer .mdi-action-bug-report:before {
  content: "\e61b"; }

.bsaProContainer .mdi-action-cached:before {
  content: "\e61c"; }

.bsaProContainer .mdi-action-class:before {
  content: "\e61d"; }

.bsaProContainer .mdi-action-credit-card:before {
  content: "\e61e"; }

.bsaProContainer .mdi-action-dashboard:before {
  content: "\e61f"; }

.bsaProContainer .mdi-action-delete:before {
  content: "\e620"; }

.bsaProContainer .mdi-action-description:before {
  content: "\e621"; }

.bsaProContainer .mdi-action-dns:before {
  content: "\e622"; }

.bsaProContainer .mdi-action-done:before {
  content: "\e623"; }

.bsaProContainer .mdi-action-done-all:before {
  content: "\e624"; }

.bsaProContainer .mdi-action-event:before {
  content: "\e625"; }

.bsaProContainer .mdi-action-exit-to-app:before {
  content: "\e626"; }

.bsaProContainer .mdi-action-explore:before {
  content: "\e627"; }

.bsaProContainer .mdi-action-extension:before {
  content: "\e628"; }

.bsaProContainer .mdi-action-face-unlock:before {
  content: "\e629"; }

.bsaProContainer .mdi-action-favorite:before {
  content: "\e62a"; }

.bsaProContainer .mdi-action-favorite-outline:before {
  content: "\e62b"; }

.bsaProContainer .mdi-action-find-in-page:before {
  content: "\e62c"; }

.bsaProContainer .mdi-action-find-replace:before {
  content: "\e62d"; }

.bsaProContainer .mdi-action-flip-to-back:before {
  content: "\e62e"; }

.bsaProContainer .mdi-action-flip-to-front:before {
  content: "\e62f"; }

.bsaProContainer .mdi-action-get-app:before {
  content: "\e630"; }

.bsaProContainer .mdi-action-grade:before {
  content: "\e631"; }

.bsaProContainer .mdi-action-group-work:before {
  content: "\e632"; }

.bsaProContainer .mdi-action-help:before {
  content: "\e633"; }

.bsaProContainer .mdi-action-highlight-remove:before {
  content: "\e634"; }

.bsaProContainer .mdi-action-history:before {
  content: "\e635"; }

.bsaProContainer .mdi-action-home:before {
  content: "\e636"; }

.bsaProContainer .mdi-action-https:before {
  content: "\e637"; }

.bsaProContainer .mdi-action-info:before {
  content: "\e638"; }

.bsaProContainer .mdi-action-info-outline:before {
  content: "\e639"; }

.bsaProContainer .mdi-action-input:before {
  content: "\e63a"; }

.bsaProContainer .mdi-action-invert-colors:before {
  content: "\e63b"; }

.bsaProContainer .mdi-action-label:before {
  content: "\e63c"; }

.bsaProContainer .mdi-action-label-outline:before {
  content: "\e63d"; }

.bsaProContainer .mdi-action-language:before {
  content: "\e63e"; }

.bsaProContainer .mdi-action-launch:before {
  content: "\e63f"; }

.bsaProContainer .mdi-action-list:before {
  content: "\e640"; }

.bsaProContainer .mdi-action-lock:before {
  content: "\e641"; }

.bsaProContainer .mdi-action-lock-open:before {
  content: "\e642"; }

.bsaProContainer .mdi-action-lock-outline:before {
  content: "\e643"; }

.bsaProContainer .mdi-action-loyalty:before {
  content: "\e644"; }

.bsaProContainer .mdi-action-markunread-mailbox:before {
  content: "\e645"; }

.bsaProContainer .mdi-action-note-add:before {
  content: "\e646"; }

.bsaProContainer .mdi-action-open-in-browser:before {
  content: "\e647"; }

.bsaProContainer .mdi-action-open-in-new:before {
  content: "\e648"; }

.bsaProContainer .mdi-action-open-with:before {
  content: "\e649"; }

.bsaProContainer .mdi-action-pageview:before {
  content: "\e64a"; }

.bsaProContainer .mdi-action-payment:before {
  content: "\e64b"; }

.bsaProContainer .mdi-action-perm-camera-mic:before {
  content: "\e64c"; }

.bsaProContainer .mdi-action-perm-contact-cal:before {
  content: "\e64d"; }

.bsaProContainer .mdi-action-perm-data-setting:before {
  content: "\e64e"; }

.bsaProContainer .mdi-action-perm-device-info:before {
  content: "\e64f"; }

.bsaProContainer .mdi-action-perm-identity:before {
  content: "\e650"; }

.bsaProContainer .mdi-action-perm-media:before {
  content: "\e651"; }

.bsaProContainer .mdi-action-perm-phone-msg:before {
  content: "\e652"; }

.bsaProContainer .mdi-action-perm-scan-wifi:before {
  content: "\e653"; }

.bsaProContainer .mdi-action-picture-in-picture:before {
  content: "\e654"; }

.bsaProContainer .mdi-action-polymer:before {
  content: "\e655"; }

.bsaProContainer .mdi-action-print:before {
  content: "\e656"; }

.bsaProContainer .mdi-action-query-builder:before {
  content: "\e657"; }

.bsaProContainer .mdi-action-question-answer:before {
  content: "\e658"; }

.bsaProContainer .mdi-action-receipt:before {
  content: "\e659"; }

.bsaProContainer .mdi-action-redeem:before {
  content: "\e65a"; }

.bsaProContainer .mdi-action-report-problem:before {
  content: "\e65b"; }

.bsaProContainer .mdi-action-restore:before {
  content: "\e65c"; }

.bsaProContainer .mdi-action-room:before {
  content: "\e65d"; }

.bsaProContainer .mdi-action-schedule:before {
  content: "\e65e"; }

.bsaProContainer .mdi-action-search:before {
  content: "\e65f"; }

.bsaProContainer .mdi-action-settings:before {
  content: "\e660"; }

.bsaProContainer .mdi-action-settings-applications:before {
  content: "\e661"; }

.bsaProContainer .mdi-action-settings-backup-restore:before {
  content: "\e662"; }

.bsaProContainer .mdi-action-settings-bluetooth:before {
  content: "\e663"; }

.bsaProContainer .mdi-action-settings-cell:before {
  content: "\e664"; }

.bsaProContainer .mdi-action-settings-display:before {
  content: "\e665"; }

.bsaProContainer .mdi-action-settings-ethernet:before {
  content: "\e666"; }

.bsaProContainer .mdi-action-settings-input-antenna:before {
  content: "\e667"; }

.bsaProContainer .mdi-action-settings-input-component:before {
  content: "\e668"; }

.bsaProContainer .mdi-action-settings-input-composite:before {
  content: "\e669"; }

.bsaProContainer .mdi-action-settings-input-hdmi:before {
  content: "\e66a"; }

.bsaProContainer .mdi-action-settings-input-svideo:before {
  content: "\e66b"; }

.bsaProContainer .mdi-action-settings-overscan:before {
  content: "\e66c"; }

.bsaProContainer .mdi-action-settings-phone:before {
  content: "\e66d"; }

.bsaProContainer .mdi-action-settings-power:before {
  content: "\e66e"; }

.bsaProContainer .mdi-action-settings-remote:before {
  content: "\e66f"; }

.bsaProContainer .mdi-action-settings-voice:before {
  content: "\e670"; }

.bsaProContainer .mdi-action-shop:before {
  content: "\e671"; }

.bsaProContainer .mdi-action-shopping-basket:before {
  content: "\e672"; }

.bsaProContainer .mdi-action-shopping-cart:before {
  content: "\e673"; }

.bsaProContainer .mdi-action-shop-two:before {
  content: "\e674"; }

.bsaProContainer .mdi-action-speaker-notes:before {
  content: "\e675"; }

.bsaProContainer .mdi-action-spellcheck:before {
  content: "\e676"; }

.bsaProContainer .mdi-action-star-rate:before {
  content: "\e677"; }

.bsaProContainer .mdi-action-stars:before {
  content: "\e678"; }

.bsaProContainer .mdi-action-store:before {
  content: "\e679"; }

.bsaProContainer .mdi-action-subject:before {
  content: "\e67a"; }

.bsaProContainer .mdi-action-swap-horiz:before {
  content: "\e67b"; }

.bsaProContainer .mdi-action-swap-vert:before {
  content: "\e67c"; }

.bsaProContainer .mdi-action-swap-vert-circle:before {
  content: "\e67d"; }

.bsaProContainer .mdi-action-system-update-tv:before {
  content: "\e67e"; }

.bsaProContainer .mdi-action-tab:before {
  content: "\e67f"; }

.bsaProContainer .mdi-action-tab-unselected:before {
  content: "\e680"; }

.bsaProContainer .mdi-action-theaters:before {
  content: "\e681"; }

.bsaProContainer .mdi-action-thumb-down:before {
  content: "\e682"; }

.bsaProContainer .mdi-action-thumbs-up-down:before {
  content: "\e683"; }

.bsaProContainer .mdi-action-thumb-up:before {
  content: "\e684"; }

.bsaProContainer .mdi-action-toc:before {
  content: "\e685"; }

.bsaProContainer .mdi-action-today:before {
  content: "\e686"; }

.bsaProContainer .mdi-action-track-changes:before {
  content: "\e687"; }

.bsaProContainer .mdi-action-translate:before {
  content: "\e688"; }

.bsaProContainer .mdi-action-trending-down:before {
  content: "\e689"; }

.bsaProContainer .mdi-action-trending-neutral:before {
  content: "\e68a"; }

.bsaProContainer .mdi-action-trending-up:before {
  content: "\e68b"; }

.bsaProContainer .mdi-action-turned-in:before {
  content: "\e68c"; }

.bsaProContainer .mdi-action-turned-in-not:before {
  content: "\e68d"; }

.bsaProContainer .mdi-action-verified-user:before {
  content: "\e68e"; }

.bsaProContainer .mdi-action-view-agenda:before {
  content: "\e68f"; }

.bsaProContainer .mdi-action-view-array:before {
  content: "\e690"; }

.bsaProContainer .mdi-action-view-carousel:before {
  content: "\e691"; }

.bsaProContainer .mdi-action-view-column:before {
  content: "\e692"; }

.bsaProContainer .mdi-action-view-day:before {
  content: "\e693"; }

.bsaProContainer .mdi-action-view-headline:before {
  content: "\e694"; }

.bsaProContainer .mdi-action-view-list:before {
  content: "\e695"; }

.bsaProContainer .mdi-action-view-module:before {
  content: "\e696"; }

.bsaProContainer .mdi-action-view-quilt:before {
  content: "\e697"; }

.bsaProContainer .mdi-action-view-stream:before {
  content: "\e698"; }

.bsaProContainer .mdi-action-view-week:before {
  content: "\e699"; }

.bsaProContainer .mdi-action-visibility:before {
  content: "\e69a"; }

.bsaProContainer .mdi-action-visibility-off:before {
  content: "\e69b"; }

.bsaProContainer .mdi-action-wallet-giftcard:before {
  content: "\e69c"; }

.bsaProContainer .mdi-action-wallet-membership:before {
  content: "\e69d"; }

.bsaProContainer .mdi-action-wallet-travel:before {
  content: "\e69e"; }

.bsaProContainer .mdi-action-work:before {
  content: "\e69f"; }

.bsaProContainer .mdi-alert-error:before {
  content: "\e6a0"; }

.bsaProContainer .mdi-alert-warning:before {
  content: "\e6a1"; }

.bsaProContainer .mdi-av-album:before {
  content: "\e6a2"; }

.bsaProContainer .mdi-av-timer:before {
  content: "\e6a3"; }

.bsaProContainer .mdi-av-closed-caption:before {
  content: "\e6a4"; }

.bsaProContainer .mdi-av-equalizer:before {
  content: "\e6a5"; }

.bsaProContainer .mdi-av-explicit:before {
  content: "\e6a6"; }

.bsaProContainer .mdi-av-fast-forward:before {
  content: "\e6a7"; }

.bsaProContainer .mdi-av-fast-rewind:before {
  content: "\e6a8"; }

.bsaProContainer .mdi-av-games:before {
  content: "\e6a9"; }

.bsaProContainer .mdi-av-hearing:before {
  content: "\e6aa"; }

.bsaProContainer .mdi-av-high-quality:before {
  content: "\e6ab"; }

.bsaProContainer .mdi-av-loop:before {
  content: "\e6ac"; }

.bsaProContainer .mdi-av-mic:before {
  content: "\e6ad"; }

.bsaProContainer .mdi-av-mic-none:before {
  content: "\e6ae"; }

.bsaProContainer .mdi-av-mic-off:before {
  content: "\e6af"; }

.bsaProContainer .mdi-av-movie:before {
  content: "\e6b0"; }

.bsaProContainer .mdi-av-my-library-add:before {
  content: "\e6b1"; }

.bsaProContainer .mdi-av-my-library-books:before {
  content: "\e6b2"; }

.bsaProContainer .mdi-av-my-library-music:before {
  content: "\e6b3"; }

.bsaProContainer .mdi-av-new-releases:before {
  content: "\e6b4"; }

.bsaProContainer .mdi-av-not-interested:before {
  content: "\e6b5"; }

.bsaProContainer .mdi-av-pause:before {
  content: "\e6b6"; }

.bsaProContainer .mdi-av-pause-circle-fill:before {
  content: "\e6b7"; }

.bsaProContainer .mdi-av-pause-circle-outline:before {
  content: "\e6b8"; }

.bsaProContainer .mdi-av-play-arrow:before {
  content: "\e6b9"; }

.bsaProContainer .mdi-av-play-circle-fill:before {
  content: "\e6ba"; }

.bsaProContainer .mdi-av-play-circle-outline:before {
  content: "\e6bb"; }

.bsaProContainer .mdi-av-playlist-add:before {
  content: "\e6bc"; }

.bsaProContainer .mdi-av-play-shopping-bag:before {
  content: "\e6bd"; }

.bsaProContainer .mdi-av-queue:before {
  content: "\e6be"; }

.bsaProContainer .mdi-av-queue-music:before {
  content: "\e6bf"; }

.bsaProContainer .mdi-av-radio:before {
  content: "\e6c0"; }

.bsaProContainer .mdi-av-recent-actors:before {
  content: "\e6c1"; }

.bsaProContainer .mdi-av-repeat:before {
  content: "\e6c2"; }

.bsaProContainer .mdi-av-repeat-one:before {
  content: "\e6c3"; }

.bsaProContainer .mdi-av-replay:before {
  content: "\e6c4"; }

.bsaProContainer .mdi-av-shuffle:before {
  content: "\e6c5"; }

.bsaProContainer .mdi-av-skip-next:before {
  content: "\e6c6"; }

.bsaProContainer .mdi-av-skip-previous:before {
  content: "\e6c7"; }

.bsaProContainer .mdi-av-snooze:before {
  content: "\e6c8"; }

.bsaProContainer .mdi-av-stop:before {
  content: "\e6c9"; }

.bsaProContainer .mdi-av-subtitles:before {
  content: "\e6ca"; }

.bsaProContainer .mdi-av-surround-sound:before {
  content: "\e6cb"; }

.bsaProContainer .mdi-av-videocam:before {
  content: "\e6cc"; }

.bsaProContainer .mdi-av-videocam-off:before {
  content: "\e6cd"; }

.bsaProContainer .mdi-av-video-collection:before {
  content: "\e6ce"; }

.bsaProContainer .mdi-av-volume-down:before {
  content: "\e6cf"; }

.bsaProContainer .mdi-av-volume-mute:before {
  content: "\e6d0"; }

.bsaProContainer .mdi-av-volume-off:before {
  content: "\e6d1"; }

.bsaProContainer .mdi-av-volume-up:before {
  content: "\e6d2"; }

.bsaProContainer .mdi-av-web:before {
  content: "\e6d3"; }

.bsaProContainer .mdi-communication-business:before {
  content: "\e6d4"; }

.bsaProContainer .mdi-communication-call:before {
  content: "\e6d5"; }

.bsaProContainer .mdi-communication-call-end:before {
  content: "\e6d6"; }

.bsaProContainer .mdi-communication-call-made:before {
  content: "\e6d7"; }

.bsaProContainer .mdi-communication-call-merge:before {
  content: "\e6d8"; }

.bsaProContainer .mdi-communication-call-missed:before {
  content: "\e6d9"; }

.bsaProContainer .mdi-communication-call-received:before {
  content: "\e6da"; }

.bsaProContainer .mdi-communication-call-split:before {
  content: "\e6db"; }

.bsaProContainer .mdi-communication-chat:before {
  content: "\e6dc"; }

.bsaProContainer .mdi-communication-clear-all:before {
  content: "\e6dd"; }

.bsaProContainer .mdi-communication-comment:before {
  content: "\e6de"; }

.bsaProContainer .mdi-communication-contacts:before {
  content: "\e6df"; }

.bsaProContainer .mdi-communication-dialer-sip:before {
  content: "\e6e0"; }

.bsaProContainer .mdi-communication-dialpad:before {
  content: "\e6e1"; }

.bsaProContainer .mdi-communication-dnd-on:before {
  content: "\e6e2"; }

.bsaProContainer .mdi-communication-email:before {
  content: "\e6e3"; }

.bsaProContainer .mdi-communication-forum:before {
  content: "\e6e4"; }

.bsaProContainer .mdi-communication-import-export:before {
  content: "\e6e5"; }

.bsaProContainer .mdi-communication-invert-colors-off:before {
  content: "\e6e6"; }

.bsaProContainer .mdi-communication-invert-colors-on:before {
  content: "\e6e7"; }

.bsaProContainer .mdi-communication-live-help:before {
  content: "\e6e8"; }

.bsaProContainer .mdi-communication-location-off:before {
  content: "\e6e9"; }

.bsaProContainer .mdi-communication-location-on:before {
  content: "\e6ea"; }

.bsaProContainer .mdi-communication-message:before {
  content: "\e6eb"; }

.bsaProContainer .mdi-communication-messenger:before {
  content: "\e6ec"; }

.bsaProContainer .mdi-communication-no-sim:before {
  content: "\e6ed"; }

.bsaProContainer .mdi-communication-phone:before {
  content: "\e6ee"; }

.bsaProContainer .mdi-communication-portable-wifi-off:before {
  content: "\e6ef"; }

.bsaProContainer .mdi-communication-quick-contacts-dialer:before {
  content: "\e6f0"; }

.bsaProContainer .mdi-communication-quick-contacts-mail:before {
  content: "\e6f1"; }

.bsaProContainer .mdi-communication-ring-volume:before {
  content: "\e6f2"; }

.bsaProContainer .mdi-communication-stay-current-landscape:before {
  content: "\e6f3"; }

.bsaProContainer .mdi-communication-stay-current-portrait:before {
  content: "\e6f4"; }

.bsaProContainer .mdi-communication-stay-primary-landscape:before {
  content: "\e6f5"; }

.bsaProContainer .mdi-communication-stay-primary-portrait:before {
  content: "\e6f6"; }

.bsaProContainer .mdi-communication-swap-calls:before {
  content: "\e6f7"; }

.bsaProContainer .mdi-communication-textsms:before {
  content: "\e6f8"; }

.bsaProContainer .mdi-communication-voicemail:before {
  content: "\e6f9"; }

.bsaProContainer .mdi-communication-vpn-key:before {
  content: "\e6fa"; }

.bsaProContainer .mdi-content-add:before {
  content: "\e6fb"; }

.bsaProContainer .mdi-content-add-box:before {
  content: "\e6fc"; }

.bsaProContainer .mdi-content-add-circle:before {
  content: "\e6fd"; }

.bsaProContainer .mdi-content-add-circle-outline:before {
  content: "\e6fe"; }

.bsaProContainer .mdi-content-archive:before {
  content: "\e6ff"; }

.bsaProContainer .mdi-content-backspace:before {
  content: "\e700"; }

.bsaProContainer .mdi-content-block:before {
  content: "\e701"; }

.bsaProContainer .mdi-content-clear:before {
  content: "\e702"; }

.bsaProContainer .mdi-content-content-copy:before {
  content: "\e703"; }

.bsaProContainer .mdi-content-content-cut:before {
  content: "\e704"; }

.bsaProContainer .mdi-content-content-paste:before {
  content: "\e705"; }

.bsaProContainer .mdi-content-create:before {
  content: "\e706"; }

.bsaProContainer .mdi-content-drafts:before {
  content: "\e707"; }

.bsaProContainer .mdi-content-filter-list:before {
  content: "\e708"; }

.bsaProContainer .mdi-content-flag:before {
  content: "\e709"; }

.bsaProContainer .mdi-content-forward:before {
  content: "\e70a"; }

.bsaProContainer .mdi-content-gesture:before {
  content: "\e70b"; }

.bsaProContainer .mdi-content-inbox:before {
  content: "\e70c"; }

.bsaProContainer .mdi-content-link:before {
  content: "\e70d"; }

.bsaProContainer .mdi-content-mail:before {
  content: "\e70e"; }

.bsaProContainer .mdi-content-markunread:before {
  content: "\e70f"; }

.bsaProContainer .mdi-content-redo:before {
  content: "\e710"; }

.bsaProContainer .mdi-content-remove:before {
  content: "\e711"; }

.bsaProContainer .mdi-content-remove-circle:before {
  content: "\e712"; }

.bsaProContainer .mdi-content-remove-circle-outline:before {
  content: "\e713"; }

.bsaProContainer .mdi-content-reply:before {
  content: "\e714"; }

.bsaProContainer .mdi-content-reply-all:before {
  content: "\e715"; }

.bsaProContainer .mdi-content-report:before {
  content: "\e716"; }

.bsaProContainer .mdi-content-save:before {
  content: "\e717"; }

.bsaProContainer .mdi-content-select-all:before {
  content: "\e718"; }

.bsaProContainer .mdi-content-send:before {
  content: "\e719"; }

.bsaProContainer .mdi-content-sort:before {
  content: "\e71a"; }

.bsaProContainer .mdi-content-text-format:before {
  content: "\e71b"; }

.bsaProContainer .mdi-content-undo:before {
  content: "\e71c"; }

.bsaProContainer .mdi-device-access-alarm:before {
  content: "\e71d"; }

.bsaProContainer .mdi-device-access-alarms:before {
  content: "\e71e"; }

.bsaProContainer .mdi-device-access-time:before {
  content: "\e71f"; }

.bsaProContainer .mdi-device-add-alarm:before {
  content: "\e720"; }

.bsaProContainer .mdi-device-airplanemode-off:before {
  content: "\e721"; }

.bsaProContainer .mdi-device-airplanemode-on:before {
  content: "\e722"; }

.bsaProContainer .mdi-device-battery-20:before {
  content: "\e723"; }

.bsaProContainer .mdi-device-battery-30:before {
  content: "\e724"; }

.bsaProContainer .mdi-device-battery-50:before {
  content: "\e725"; }

.bsaProContainer .mdi-device-battery-60:before {
  content: "\e726"; }

.bsaProContainer .mdi-device-battery-80:before {
  content: "\e727"; }

.bsaProContainer .mdi-device-battery-90:before {
  content: "\e728"; }

.bsaProContainer .mdi-device-battery-alert:before {
  content: "\e729"; }

.bsaProContainer .mdi-device-battery-charging-20:before {
  content: "\e72a"; }

.bsaProContainer .mdi-device-battery-charging-30:before {
  content: "\e72b"; }

.bsaProContainer .mdi-device-battery-charging-50:before {
  content: "\e72c"; }

.bsaProContainer .mdi-device-battery-charging-60:before {
  content: "\e72d"; }

.bsaProContainer .mdi-device-battery-charging-80:before {
  content: "\e72e"; }

.bsaProContainer .mdi-device-battery-charging-90:before {
  content: "\e72f"; }

.bsaProContainer .mdi-device-battery-charging-full:before {
  content: "\e730"; }

.bsaProContainer .mdi-device-battery-full:before {
  content: "\e731"; }

.bsaProContainer .mdi-device-battery-std:before {
  content: "\e732"; }

.bsaProContainer .mdi-device-battery-unknown:before {
  content: "\e733"; }

.bsaProContainer .mdi-device-bluetooth:before {
  content: "\e734"; }

.bsaProContainer .mdi-device-bluetooth-connected:before {
  content: "\e735"; }

.bsaProContainer .mdi-device-bluetooth-disabled:before {
  content: "\e736"; }

.bsaProContainer .mdi-device-bluetooth-searching:before {
  content: "\e737"; }

.bsaProContainer .mdi-device-brightness-auto:before {
  content: "\e738"; }

.bsaProContainer .mdi-device-brightness-high:before {
  content: "\e739"; }

.bsaProContainer .mdi-device-brightness-low:before {
  content: "\e73a"; }

.bsaProContainer .mdi-device-brightness-medium:before {
  content: "\e73b"; }

.bsaProContainer .mdi-device-data-usage:before {
  content: "\e73c"; }

.bsaProContainer .mdi-device-developer-mode:before {
  content: "\e73d"; }

.bsaProContainer .mdi-device-devices:before {
  content: "\e73e"; }

.bsaProContainer .mdi-device-dvr:before {
  content: "\e73f"; }

.bsaProContainer .mdi-device-gps-fixed:before {
  content: "\e740"; }

.bsaProContainer .mdi-device-gps-not-fixed:before {
  content: "\e741"; }

.bsaProContainer .mdi-device-gps-off:before {
  content: "\e742"; }

.bsaProContainer .mdi-device-location-disabled:before {
  content: "\e743"; }

.bsaProContainer .mdi-device-location-searching:before {
  content: "\e744"; }

.bsaProContainer .mdi-device-multitrack-audio:before {
  content: "\e745"; }

.bsaProContainer .mdi-device-network-cell:before {
  content: "\e746"; }

.bsaProContainer .mdi-device-network-wifi:before {
  content: "\e747"; }

.bsaProContainer .mdi-device-nfc:before {
  content: "\e748"; }

.bsaProContainer .mdi-device-now-wallpaper:before {
  content: "\e749"; }

.bsaProContainer .mdi-device-now-widgets:before {
  content: "\e74a"; }

.bsaProContainer .mdi-device-screen-lock-landscape:before {
  content: "\e74b"; }

.bsaProContainer .mdi-device-screen-lock-portrait:before {
  content: "\e74c"; }

.bsaProContainer .mdi-device-screen-lock-rotation:before {
  content: "\e74d"; }

.bsaProContainer .mdi-device-screen-rotation:before {
  content: "\e74e"; }

.bsaProContainer .mdi-device-sd-storage:before {
  content: "\e74f"; }

.bsaProContainer .mdi-device-settings-system-daydream:before {
  content: "\e750"; }

.bsaProContainer .mdi-device-signal-cellular-0-bar:before {
  content: "\e751"; }

.bsaProContainer .mdi-device-signal-cellular-1-bar:before {
  content: "\e752"; }

.bsaProContainer .mdi-device-signal-cellular-2-bar:before {
  content: "\e753"; }

.bsaProContainer .mdi-device-signal-cellular-3-bar:before {
  content: "\e754"; }

.bsaProContainer .mdi-device-signal-cellular-4-bar:before {
  content: "\e755"; }

.bsaProContainer .mdi-device-signal-cellular-connected-no-internet-0-bar:before {
  content: "\e756"; }

.bsaProContainer .mdi-device-signal-cellular-connected-no-internet-1-bar:before {
  content: "\e757"; }

.bsaProContainer .mdi-device-signal-cellular-connected-no-internet-2-bar:before {
  content: "\e758"; }

.bsaProContainer .mdi-device-signal-cellular-connected-no-internet-3-bar:before {
  content: "\e759"; }

.bsaProContainer .mdi-device-signal-cellular-connected-no-internet-4-bar:before {
  content: "\e75a"; }

.bsaProContainer .mdi-device-signal-cellular-no-sim:before {
  content: "\e75b"; }

.bsaProContainer .mdi-device-signal-cellular-null:before {
  content: "\e75c"; }

.bsaProContainer .mdi-device-signal-cellular-off:before {
  content: "\e75d"; }

.bsaProContainer .mdi-device-signal-wifi-0-bar:before {
  content: "\e75e"; }

.bsaProContainer .mdi-device-signal-wifi-1-bar:before {
  content: "\e75f"; }

.bsaProContainer .mdi-device-signal-wifi-2-bar:before {
  content: "\e760"; }

.bsaProContainer .mdi-device-signal-wifi-3-bar:before {
  content: "\e761"; }

.bsaProContainer .mdi-device-signal-wifi-4-bar:before {
  content: "\e762"; }

.bsaProContainer .mdi-device-signal-wifi-off:before {
  content: "\e763"; }

.bsaProContainer .mdi-device-storage:before {
  content: "\e764"; }

.bsaProContainer .mdi-device-usb:before {
  content: "\e765"; }

.bsaProContainer .mdi-device-wifi-lock:before {
  content: "\e766"; }

.bsaProContainer .mdi-device-wifi-tethering:before {
  content: "\e767"; }

.bsaProContainer .mdi-editor-attach-file:before {
  content: "\e768"; }

.bsaProContainer .mdi-editor-attach-money:before {
  content: "\e769"; }

.bsaProContainer .mdi-editor-border-all:before {
  content: "\e76a"; }

.bsaProContainer .mdi-editor-border-bottom:before {
  content: "\e76b"; }

.bsaProContainer .mdi-editor-border-clear:before {
  content: "\e76c"; }

.bsaProContainer .mdi-editor-border-color:before {
  content: "\e76d"; }

.bsaProContainer .mdi-editor-border-horizontal:before {
  content: "\e76e"; }

.bsaProContainer .mdi-editor-border-inner:before {
  content: "\e76f"; }

.bsaProContainer .mdi-editor-border-left:before {
  content: "\e770"; }

.bsaProContainer .mdi-editor-border-outer:before {
  content: "\e771"; }

.bsaProContainer .mdi-editor-border-right:before {
  content: "\e772"; }

.bsaProContainer .mdi-editor-border-style:before {
  content: "\e773"; }

.bsaProContainer .mdi-editor-border-top:before {
  content: "\e774"; }

.bsaProContainer .mdi-editor-border-vertical:before {
  content: "\e775"; }

.bsaProContainer .mdi-editor-format-align-center:before {
  content: "\e776"; }

.bsaProContainer .mdi-editor-format-align-justify:before {
  content: "\e777"; }

.bsaProContainer .mdi-editor-format-align-left:before {
  content: "\e778"; }

.bsaProContainer .mdi-editor-format-align-right:before {
  content: "\e779"; }

.bsaProContainer .mdi-editor-format-bold:before {
  content: "\e77a"; }

.bsaProContainer .mdi-editor-format-clear:before {
  content: "\e77b"; }

.bsaProContainer .mdi-editor-format-color-fill:before {
  content: "\e77c"; }

.bsaProContainer .mdi-editor-format-color-reset:before {
  content: "\e77d"; }

.bsaProContainer .mdi-editor-format-color-text:before {
  content: "\e77e"; }

.bsaProContainer .mdi-editor-format-indent-decrease:before {
  content: "\e77f"; }

.bsaProContainer .mdi-editor-format-indent-increase:before {
  content: "\e780"; }

.bsaProContainer .mdi-editor-format-italic:before {
  content: "\e781"; }

.bsaProContainer .mdi-editor-format-line-spacing:before {
  content: "\e782"; }

.bsaProContainer .mdi-editor-format-list-bulleted:before {
  content: "\e783"; }

.bsaProContainer .mdi-editor-format-list-numbered:before {
  content: "\e784"; }

.bsaProContainer .mdi-editor-format-paint:before {
  content: "\e785"; }

.bsaProContainer .mdi-editor-format-quote:before {
  content: "\e786"; }

.bsaProContainer .mdi-editor-format-size:before {
  content: "\e787"; }

.bsaProContainer .mdi-editor-format-strikethrough:before {
  content: "\e788"; }

.bsaProContainer .mdi-editor-functions:before {
  content: "\e789"; }

.bsaProContainer .mdi-editor-format-textdirection-l-to-r:before {
  content: "\e78a"; }

.bsaProContainer .mdi-editor-format-underline:before {
  content: "\e78b"; }

.bsaProContainer .mdi-editor-format-textdirection-r-to-l:before {
  content: "\e78c"; }

.bsaProContainer .mdi-editor-insert-chart:before {
  content: "\e78d"; }

.bsaProContainer .mdi-editor-insert-comment:before {
  content: "\e78e"; }

.bsaProContainer .mdi-editor-insert-drive-file:before {
  content: "\e78f"; }

.bsaProContainer .mdi-editor-insert-emoticon:before {
  content: "\e790"; }

.bsaProContainer .mdi-editor-insert-invitation:before {
  content: "\e791"; }

.bsaProContainer .mdi-editor-insert-link:before {
  content: "\e792"; }

.bsaProContainer .mdi-editor-insert-photo:before {
  content: "\e793"; }

.bsaProContainer .mdi-editor-merge-type:before {
  content: "\e794"; }

.bsaProContainer .mdi-editor-mode-comment:before {
  content: "\e795"; }

.bsaProContainer .mdi-editor-mode-edit:before {
  content: "\e796"; }

.bsaProContainer .mdi-editor-publish:before {
  content: "\e797"; }

.bsaProContainer .mdi-editor-vertical-align-bottom:before {
  content: "\e798"; }

.bsaProContainer .mdi-editor-vertical-align-center:before {
  content: "\e799"; }

.bsaProContainer .mdi-editor-vertical-align-top:before {
  content: "\e79a"; }

.bsaProContainer .mdi-editor-wrap-text:before {
  content: "\e79b"; }

.bsaProContainer .mdi-file-attachment:before {
  content: "\e79c"; }

.bsaProContainer .mdi-file-cloud:before {
  content: "\e79d"; }

.bsaProContainer .mdi-file-cloud-circle:before {
  content: "\e79e"; }

.bsaProContainer .mdi-file-cloud-done:before {
  content: "\e79f"; }

.bsaProContainer .mdi-file-cloud-download:before {
  content: "\e7a0"; }

.bsaProContainer .mdi-file-cloud-off:before {
  content: "\e7a1"; }

.bsaProContainer .mdi-file-cloud-queue:before {
  content: "\e7a2"; }

.bsaProContainer .mdi-file-cloud-upload:before {
  content: "\e7a3"; }

.bsaProContainer .mdi-file-file-download:before {
  content: "\e7a4"; }

.bsaProContainer .mdi-file-file-upload:before {
  content: "\e7a5"; }

.bsaProContainer .mdi-file-folder:before {
  content: "\e7a6"; }

.bsaProContainer .mdi-file-folder-open:before {
  content: "\e7a7"; }

.bsaProContainer .mdi-file-folder-shared:before {
  content: "\e7a8"; }

.bsaProContainer .mdi-hardware-cast:before {
  content: "\e7a9"; }

.bsaProContainer .mdi-hardware-cast-connected:before {
  content: "\e7aa"; }

.bsaProContainer .mdi-hardware-computer:before {
  content: "\e7ab"; }

.bsaProContainer .mdi-hardware-desktop-mac:before {
  content: "\e7ac"; }

.bsaProContainer .mdi-hardware-desktop-windows:before {
  content: "\e7ad"; }

.bsaProContainer .mdi-hardware-dock:before {
  content: "\e7ae"; }

.bsaProContainer .mdi-hardware-gamepad:before {
  content: "\e7af"; }

.bsaProContainer .mdi-hardware-headset:before {
  content: "\e7b0"; }

.bsaProContainer .mdi-hardware-headset-mic:before {
  content: "\e7b1"; }

.bsaProContainer .mdi-hardware-keyboard:before {
  content: "\e7b2"; }

.bsaProContainer .mdi-hardware-keyboard-alt:before {
  content: "\e7b3"; }

.bsaProContainer .mdi-hardware-keyboard-arrow-down:before {
  content: "\e7b4"; }

.bsaProContainer .mdi-hardware-keyboard-arrow-left:before {
  content: "\e7b5"; }

.bsaProContainer .mdi-hardware-keyboard-arrow-right:before {
  content: "\e7b6"; }

.bsaProContainer .mdi-hardware-keyboard-arrow-up:before {
  content: "\e7b7"; }

.bsaProContainer .mdi-hardware-keyboard-backspace:before {
  content: "\e7b8"; }

.bsaProContainer .mdi-hardware-keyboard-capslock:before {
  content: "\e7b9"; }

.bsaProContainer .mdi-hardware-keyboard-control:before {
  content: "\e7ba"; }

.bsaProContainer .mdi-hardware-keyboard-hide:before {
  content: "\e7bb"; }

.bsaProContainer .mdi-hardware-keyboard-return:before {
  content: "\e7bc"; }

.bsaProContainer .mdi-hardware-keyboard-tab:before {
  content: "\e7bd"; }

.bsaProContainer .mdi-hardware-keyboard-voice:before {
  content: "\e7be"; }

.bsaProContainer .mdi-hardware-laptop:before {
  content: "\e7bf"; }

.bsaProContainer .mdi-hardware-laptop-chromebook:before {
  content: "\e7c0"; }

.bsaProContainer .mdi-hardware-laptop-mac:before {
  content: "\e7c1"; }

.bsaProContainer .mdi-hardware-laptop-windows:before {
  content: "\e7c2"; }

.bsaProContainer .mdi-hardware-memory:before {
  content: "\e7c3"; }

.bsaProContainer .mdi-hardware-mouse:before {
  content: "\e7c4"; }

.bsaProContainer .mdi-hardware-phone-android:before {
  content: "\e7c5"; }

.bsaProContainer .mdi-hardware-phone-iphone:before {
  content: "\e7c6"; }

.bsaProContainer .mdi-hardware-phonelink:before {
  content: "\e7c7"; }

.bsaProContainer .mdi-hardware-phonelink-off:before {
  content: "\e7c8"; }

.bsaProContainer .mdi-hardware-security:before {
  content: "\e7c9"; }

.bsaProContainer .mdi-hardware-sim-card:before {
  content: "\e7ca"; }

.bsaProContainer .mdi-hardware-smartphone:before {
  content: "\e7cb"; }

.bsaProContainer .mdi-hardware-speaker:before {
  content: "\e7cc"; }

.bsaProContainer .mdi-hardware-tablet:before {
  content: "\e7cd"; }

.bsaProContainer .mdi-hardware-tablet-android:before {
  content: "\e7ce"; }

.bsaProContainer .mdi-hardware-tablet-mac:before {
  content: "\e7cf"; }

.bsaProContainer .mdi-hardware-tv:before {
  content: "\e7d0"; }

.bsaProContainer .mdi-hardware-watch:before {
  content: "\e7d1"; }

.bsaProContainer .mdi-image-add-to-photos:before {
  content: "\e7d2"; }

.bsaProContainer .mdi-image-adjust:before {
  content: "\e7d3"; }

.bsaProContainer .mdi-image-assistant-photo:before {
  content: "\e7d4"; }

.bsaProContainer .mdi-image-audiotrack:before {
  content: "\e7d5"; }

.bsaProContainer .mdi-image-blur-circular:before {
  content: "\e7d6"; }

.bsaProContainer .mdi-image-blur-linear:before {
  content: "\e7d7"; }

.bsaProContainer .mdi-image-blur-off:before {
  content: "\e7d8"; }

.bsaProContainer .mdi-image-blur-on:before {
  content: "\e7d9"; }

.bsaProContainer .mdi-image-brightness-1:before {
  content: "\e7da"; }

.bsaProContainer .mdi-image-brightness-2:before {
  content: "\e7db"; }

.bsaProContainer .mdi-image-brightness-3:before {
  content: "\e7dc"; }

.bsaProContainer .mdi-image-brightness-4:before {
  content: "\e7dd"; }

.bsaProContainer .mdi-image-brightness-5:before {
  content: "\e7de"; }

.bsaProContainer .mdi-image-brightness-6:before {
  content: "\e7df"; }

.bsaProContainer .mdi-image-brightness-7:before {
  content: "\e7e0"; }

.bsaProContainer .mdi-image-brush:before {
  content: "\e7e1"; }

.bsaProContainer .mdi-image-camera:before {
  content: "\e7e2"; }

.bsaProContainer .mdi-image-camera-alt:before {
  content: "\e7e3"; }

.bsaProContainer .mdi-image-camera-front:before {
  content: "\e7e4"; }

.bsaProContainer .mdi-image-camera-rear:before {
  content: "\e7e5"; }

.bsaProContainer .mdi-image-camera-roll:before {
  content: "\e7e6"; }

.bsaProContainer .mdi-image-center-focus-strong:before {
  content: "\e7e7"; }

.bsaProContainer .mdi-image-center-focus-weak:before {
  content: "\e7e8"; }

.bsaProContainer .mdi-image-collections:before {
  content: "\e7e9"; }

.bsaProContainer .mdi-image-colorize:before {
  content: "\e7ea"; }

.bsaProContainer .mdi-image-color-lens:before {
  content: "\e7eb"; }

.bsaProContainer .mdi-image-compare:before {
  content: "\e7ec"; }

.bsaProContainer .mdi-image-control-point:before {
  content: "\e7ed"; }

.bsaProContainer .mdi-image-control-point-duplicate:before {
  content: "\e7ee"; }

.bsaProContainer .mdi-image-crop:before {
  content: "\e7ef"; }

.bsaProContainer .mdi-image-crop-3-2:before {
  content: "\e7f0"; }

.bsaProContainer .mdi-image-crop-5-4:before {
  content: "\e7f1"; }

.bsaProContainer .mdi-image-crop-7-5:before {
  content: "\e7f2"; }

.bsaProContainer .mdi-image-crop-16-9:before {
  content: "\e7f3"; }

.bsaProContainer .mdi-image-crop-din:before {
  content: "\e7f4"; }

.bsaProContainer .mdi-image-crop-free:before {
  content: "\e7f5"; }

.bsaProContainer .mdi-image-crop-landscape:before {
  content: "\e7f6"; }

.bsaProContainer .mdi-image-crop-original:before {
  content: "\e7f7"; }

.bsaProContainer .mdi-image-crop-portrait:before {
  content: "\e7f8"; }

.bsaProContainer .mdi-image-crop-square:before {
  content: "\e7f9"; }

.bsaProContainer .mdi-image-dehaze:before {
  content: "\e7fa"; }

.bsaProContainer .mdi-image-details:before {
  content: "\e7fb"; }

.bsaProContainer .mdi-image-edit:before {
  content: "\e7fc"; }

.bsaProContainer .mdi-image-exposure:before {
  content: "\e7fd"; }

.bsaProContainer .mdi-image-exposure-minus-1:before {
  content: "\e7fe"; }

.bsaProContainer .mdi-image-exposure-minus-2:before {
  content: "\e7ff"; }

.bsaProContainer .mdi-image-exposure-plus-1:before {
  content: "\e800"; }

.bsaProContainer .mdi-image-exposure-plus-2:before {
  content: "\e801"; }

.bsaProContainer .mdi-image-exposure-zero:before {
  content: "\e802"; }

.bsaProContainer .mdi-image-filter:before {
  content: "\e803"; }

.bsaProContainer .mdi-image-filter-1:before {
  content: "\e804"; }

.bsaProContainer .mdi-image-filter-2:before {
  content: "\e805"; }

.bsaProContainer .mdi-image-filter-3:before {
  content: "\e806"; }

.bsaProContainer .mdi-image-filter-4:before {
  content: "\e807"; }

.bsaProContainer .mdi-image-filter-5:before {
  content: "\e808"; }

.bsaProContainer .mdi-image-filter-6:before {
  content: "\e809"; }

.bsaProContainer .mdi-image-filter-7:before {
  content: "\e80a"; }

.bsaProContainer .mdi-image-filter-8:before {
  content: "\e80b"; }

.bsaProContainer .mdi-image-filter-9:before {
  content: "\e80c"; }

.bsaProContainer .mdi-image-filter-9-plus:before {
  content: "\e80d"; }

.bsaProContainer .mdi-image-filter-b-and-w:before {
  content: "\e80e"; }

.bsaProContainer .mdi-image-filter-center-focus:before {
  content: "\e80f"; }

.bsaProContainer .mdi-image-filter-drama:before {
  content: "\e810"; }

.bsaProContainer .mdi-image-filter-frames:before {
  content: "\e811"; }

.bsaProContainer .mdi-image-filter-hdr:before {
  content: "\e812"; }

.bsaProContainer .mdi-image-filter-none:before {
  content: "\e813"; }

.bsaProContainer .mdi-image-filter-tilt-shift:before {
  content: "\e814"; }

.bsaProContainer .mdi-image-filter-vintage:before {
  content: "\e815"; }

.bsaProContainer .mdi-image-flare:before {
  content: "\e816"; }

.bsaProContainer .mdi-image-flash-auto:before {
  content: "\e817"; }

.bsaProContainer .mdi-image-flash-off:before {
  content: "\e818"; }

.bsaProContainer .mdi-image-flash-on:before {
  content: "\e819"; }

.bsaProContainer .mdi-image-flip:before {
  content: "\e81a"; }

.bsaProContainer .mdi-image-gradient:before {
  content: "\e81b"; }

.bsaProContainer .mdi-image-grain:before {
  content: "\e81c"; }

.bsaProContainer .mdi-image-grid-off:before {
  content: "\e81d"; }

.bsaProContainer .mdi-image-grid-on:before {
  content: "\e81e"; }

.bsaProContainer .mdi-image-hdr-off:before {
  content: "\e81f"; }

.bsaProContainer .mdi-image-hdr-on:before {
  content: "\e820"; }

.bsaProContainer .mdi-image-hdr-strong:before {
  content: "\e821"; }

.bsaProContainer .mdi-image-hdr-weak:before {
  content: "\e822"; }

.bsaProContainer .mdi-image-healing:before {
  content: "\e823"; }

.bsaProContainer .mdi-image-image:before {
  content: "\e824"; }

.bsaProContainer .mdi-image-image-aspect-ratio:before {
  content: "\e825"; }

.bsaProContainer .mdi-image-iso:before {
  content: "\e826"; }

.bsaProContainer .mdi-image-landscape:before {
  content: "\e827"; }

.bsaProContainer .mdi-image-leak-add:before {
  content: "\e828"; }

.bsaProContainer .mdi-image-leak-remove:before {
  content: "\e829"; }

.bsaProContainer .mdi-image-lens:before {
  content: "\e82a"; }

.bsaProContainer .mdi-image-looks:before {
  content: "\e82b"; }

.bsaProContainer .mdi-image-looks-3:before {
  content: "\e82c"; }

.bsaProContainer .mdi-image-looks-4:before {
  content: "\e82d"; }

.bsaProContainer .mdi-image-looks-5:before {
  content: "\e82e"; }

.bsaProContainer .mdi-image-looks-6:before {
  content: "\e82f"; }

.bsaProContainer .mdi-image-looks-one:before {
  content: "\e830"; }

.bsaProContainer .mdi-image-looks-two:before {
  content: "\e831"; }

.bsaProContainer .mdi-image-loupe:before {
  content: "\e832"; }

.bsaProContainer .mdi-image-movie-creation:before {
  content: "\e833"; }

.bsaProContainer .mdi-image-nature:before {
  content: "\e834"; }

.bsaProContainer .mdi-image-nature-people:before {
  content: "\e835"; }

.bsaProContainer .mdi-image-navigate-before:before {
  content: "\e836"; }

.bsaProContainer .mdi-image-navigate-next:before {
  content: "\e837"; }

.bsaProContainer .mdi-image-palette:before {
  content: "\e838"; }

.bsaProContainer .mdi-image-panorama:before {
  content: "\e839"; }

.bsaProContainer .mdi-image-panorama-fisheye:before {
  content: "\e83a"; }

.bsaProContainer .mdi-image-panorama-horizontal:before {
  content: "\e83b"; }

.bsaProContainer .mdi-image-panorama-vertical:before {
  content: "\e83c"; }

.bsaProContainer .mdi-image-panorama-wide-angle:before {
  content: "\e83d"; }

.bsaProContainer .mdi-image-photo:before {
  content: "\e83e"; }

.bsaProContainer .mdi-image-photo-album:before {
  content: "\e83f"; }

.bsaProContainer .mdi-image-photo-camera:before {
  content: "\e840"; }

.bsaProContainer .mdi-image-photo-library:before {
  content: "\e841"; }

.bsaProContainer .mdi-image-portrait:before {
  content: "\e842"; }

.bsaProContainer .mdi-image-remove-red-eye:before {
  content: "\e843"; }

.bsaProContainer .mdi-image-rotate-left:before {
  content: "\e844"; }

.bsaProContainer .mdi-image-rotate-right:before {
  content: "\e845"; }

.bsaProContainer .mdi-image-slideshow:before {
  content: "\e846"; }

.bsaProContainer .mdi-image-straighten:before {
  content: "\e847"; }

.bsaProContainer .mdi-image-style:before {
  content: "\e848"; }

.bsaProContainer .mdi-image-switch-camera:before {
  content: "\e849"; }

.bsaProContainer .mdi-image-switch-video:before {
  content: "\e84a"; }

.bsaProContainer .mdi-image-tag-faces:before {
  content: "\e84b"; }

.bsaProContainer .mdi-image-texture:before {
  content: "\e84c"; }

.bsaProContainer .mdi-image-timelapse:before {
  content: "\e84d"; }

.bsaProContainer .mdi-image-timer:before {
  content: "\e84e"; }

.bsaProContainer .mdi-image-timer-3:before {
  content: "\e84f"; }

.bsaProContainer .mdi-image-timer-10:before {
  content: "\e850"; }

.bsaProContainer .mdi-image-timer-auto:before {
  content: "\e851"; }

.bsaProContainer .mdi-image-timer-off:before {
  content: "\e852"; }

.bsaProContainer .mdi-image-tonality:before {
  content: "\e853"; }

.bsaProContainer .mdi-image-transform:before {
  content: "\e854"; }

.bsaProContainer .mdi-image-tune:before {
  content: "\e855"; }

.bsaProContainer .mdi-image-wb-auto:before {
  content: "\e856"; }

.bsaProContainer .mdi-image-wb-cloudy:before {
  content: "\e857"; }

.bsaProContainer .mdi-image-wb-incandescent:before {
  content: "\e858"; }

.bsaProContainer .mdi-image-wb-irradescent:before {
  content: "\e859"; }

.bsaProContainer .mdi-image-wb-sunny:before {
  content: "\e85a"; }

.bsaProContainer .mdi-maps-beenhere:before {
  content: "\e85b"; }

.bsaProContainer .mdi-maps-directions:before {
  content: "\e85c"; }

.bsaProContainer .mdi-maps-directions-bike:before {
  content: "\e85d"; }

.bsaProContainer .mdi-maps-directions-bus:before {
  content: "\e85e"; }

.bsaProContainer .mdi-maps-directions-car:before {
  content: "\e85f"; }

.bsaProContainer .mdi-maps-directions-ferry:before {
  content: "\e860"; }

.bsaProContainer .mdi-maps-directions-subway:before {
  content: "\e861"; }

.bsaProContainer .mdi-maps-directions-train:before {
  content: "\e862"; }

.bsaProContainer .mdi-maps-directions-transit:before {
  content: "\e863"; }

.bsaProContainer .mdi-maps-directions-walk:before {
  content: "\e864"; }

.bsaProContainer .mdi-maps-flight:before {
  content: "\e865"; }

.bsaProContainer .mdi-maps-hotel:before {
  content: "\e866"; }

.bsaProContainer .mdi-maps-layers:before {
  content: "\e867"; }

.bsaProContainer .mdi-maps-layers-clear:before {
  content: "\e868"; }

.bsaProContainer .mdi-maps-local-airport:before {
  content: "\e869"; }

.bsaProContainer .mdi-maps-local-atm:before {
  content: "\e86a"; }

.bsaProContainer .mdi-maps-local-attraction:before {
  content: "\e86b"; }

.bsaProContainer .mdi-maps-local-bar:before {
  content: "\e86c"; }

.bsaProContainer .mdi-maps-local-cafe:before {
  content: "\e86d"; }

.bsaProContainer .mdi-maps-local-car-wash:before {
  content: "\e86e"; }

.bsaProContainer .mdi-maps-local-convenience-store:before {
  content: "\e86f"; }

.bsaProContainer .mdi-maps-local-drink:before {
  content: "\e870"; }

.bsaProContainer .mdi-maps-local-florist:before {
  content: "\e871"; }

.bsaProContainer .mdi-maps-local-gas-station:before {
  content: "\e872"; }

.bsaProContainer .mdi-maps-local-grocery-store:before {
  content: "\e873"; }

.bsaProContainer .mdi-maps-local-hospital:before {
  content: "\e874"; }

.bsaProContainer .mdi-maps-local-hotel:before {
  content: "\e875"; }

.bsaProContainer .mdi-maps-local-laundry-service:before {
  content: "\e876"; }

.bsaProContainer .mdi-maps-local-library:before {
  content: "\e877"; }

.bsaProContainer .mdi-maps-local-mall:before {
  content: "\e878"; }

.bsaProContainer .mdi-maps-local-movies:before {
  content: "\e879"; }

.bsaProContainer .mdi-maps-local-offer:before {
  content: "\e87a"; }

.bsaProContainer .mdi-maps-local-parking:before {
  content: "\e87b"; }

.bsaProContainer .mdi-maps-local-pharmacy:before {
  content: "\e87c"; }

.bsaProContainer .mdi-maps-local-phone:before {
  content: "\e87d"; }

.bsaProContainer .mdi-maps-local-pizza:before {
  content: "\e87e"; }

.bsaProContainer .mdi-maps-local-play:before {
  content: "\e87f"; }

.bsaProContainer .mdi-maps-local-post-office:before {
  content: "\e880"; }

.bsaProContainer .mdi-maps-local-print-shop:before {
  content: "\e881"; }

.bsaProContainer .mdi-maps-local-restaurant:before {
  content: "\e882"; }

.bsaProContainer .mdi-maps-local-see:before {
  content: "\e883"; }

.bsaProContainer .mdi-maps-local-shipping:before {
  content: "\e884"; }

.bsaProContainer .mdi-maps-local-taxi:before {
  content: "\e885"; }

.bsaProContainer .mdi-maps-location-history:before {
  content: "\e886"; }

.bsaProContainer .mdi-maps-map:before {
  content: "\e887"; }

.bsaProContainer .mdi-maps-my-location:before {
  content: "\e888"; }

.bsaProContainer .mdi-maps-navigation:before {
  content: "\e889"; }

.bsaProContainer .mdi-maps-pin-drop:before {
  content: "\e88a"; }

.bsaProContainer .mdi-maps-place:before {
  content: "\e88b"; }

.bsaProContainer .mdi-maps-rate-review:before {
  content: "\e88c"; }

.bsaProContainer .mdi-maps-restaurant-menu:before {
  content: "\e88d"; }

.bsaProContainer .mdi-maps-satellite:before {
  content: "\e88e"; }

.bsaProContainer .mdi-maps-store-mall-directory:before {
  content: "\e88f"; }

.bsaProContainer .mdi-maps-terrain:before {
  content: "\e890"; }

.bsaProContainer .mdi-maps-traffic:before {
  content: "\e891"; }

.bsaProContainer .mdi-navigation-apps:before {
  content: "\e892"; }

.bsaProContainer .mdi-navigation-arrow-back:before {
  content: "\e893"; }

.bsaProContainer .mdi-navigation-arrow-drop-down:before, .bsaProContainer .select-wrapper span.select-dropdown:after {
  content: "\e894"; }

.bsaProContainer .mdi-navigation-arrow-drop-down-circle:before {
  content: "\e895"; }

.bsaProContainer .mdi-navigation-arrow-drop-up:before {
  content: "\e896"; }

.bsaProContainer .mdi-navigation-arrow-forward:before {
  content: "\e897"; }

.bsaProContainer .mdi-navigation-cancel:before {
  content: "\e898"; }

.bsaProContainer .mdi-navigation-check:before {
  content: "\e899"; }

.bsaProContainer .mdi-navigation-chevron-left:before {
  content: "\e89a"; }

.bsaProContainer .mdi-navigation-chevron-right:before {
  content: "\e89b"; }

.bsaProContainer .mdi-navigation-close:before {
  content: "\e89c"; }

.bsaProContainer .mdi-navigation-expand-less:before {
  content: "\e89d"; }

.bsaProContainer .mdi-navigation-expand-more:before {
  content: "\e89e"; }

.bsaProContainer .mdi-navigation-fullscreen:before {
  content: "\e89f"; }

.bsaProContainer .mdi-navigation-fullscreen-exit:before {
  content: "\e8a0"; }

.bsaProContainer .mdi-navigation-menu:before {
  content: "\e8a1"; }

.bsaProContainer .mdi-navigation-more-horiz:before {
  content: "\e8a2"; }

.bsaProContainer .mdi-navigation-more-vert:before {
  content: "\e8a3"; }

.bsaProContainer .mdi-navigation-refresh:before {
  content: "\e8a4"; }

.bsaProContainer .mdi-navigation-unfold-less:before {
  content: "\e8a5"; }

.bsaProContainer .mdi-navigation-unfold-more:before {
  content: "\e8a6"; }

.bsaProContainer .mdi-notification-adb:before {
  content: "\e8a7"; }

.bsaProContainer .mdi-notification-bluetooth-audio:before {
  content: "\e8a8"; }

.bsaProContainer .mdi-notification-disc-full:before {
  content: "\e8a9"; }

.bsaProContainer .mdi-notification-dnd-forwardslash:before {
  content: "\e8aa"; }

.bsaProContainer .mdi-notification-do-not-disturb:before {
  content: "\e8ab"; }

.bsaProContainer .mdi-notification-drive-eta:before {
  content: "\e8ac"; }

.bsaProContainer .mdi-notification-event-available:before {
  content: "\e8ad"; }

.bsaProContainer .mdi-notification-event-busy:before {
  content: "\e8ae"; }

.bsaProContainer .mdi-notification-event-note:before {
  content: "\e8af"; }

.bsaProContainer .mdi-notification-folder-special:before {
  content: "\e8b0"; }

.bsaProContainer .mdi-notification-mms:before {
  content: "\e8b1"; }

.bsaProContainer .mdi-notification-more:before {
  content: "\e8b2"; }

.bsaProContainer .mdi-notification-network-locked:before {
  content: "\e8b3"; }

.bsaProContainer .mdi-notification-phone-bluetooth-speaker:before {
  content: "\e8b4"; }

.bsaProContainer .mdi-notification-phone-forwarded:before {
  content: "\e8b5"; }

.bsaProContainer .mdi-notification-phone-in-talk:before {
  content: "\e8b6"; }

.bsaProContainer .mdi-notification-phone-locked:before {
  content: "\e8b7"; }

.bsaProContainer .mdi-notification-phone-missed:before {
  content: "\e8b8"; }

.bsaProContainer .mdi-notification-phone-paused:before {
  content: "\e8b9"; }

.bsaProContainer .mdi-notification-play-download:before {
  content: "\e8ba"; }

.bsaProContainer .mdi-notification-play-install:before {
  content: "\e8bb"; }

.bsaProContainer .mdi-notification-sd-card:before {
  content: "\e8bc"; }

.bsaProContainer .mdi-notification-sim-card-alert:before {
  content: "\e8bd"; }

.bsaProContainer .mdi-notification-sms:before {
  content: "\e8be"; }

.bsaProContainer .mdi-notification-sms-failed:before {
  content: "\e8bf"; }

.bsaProContainer .mdi-notification-sync:before {
  content: "\e8c0"; }

.bsaProContainer .mdi-notification-sync-disabled:before {
  content: "\e8c1"; }

.bsaProContainer .mdi-notification-sync-problem:before {
  content: "\e8c2"; }

.bsaProContainer .mdi-notification-system-update:before {
  content: "\e8c3"; }

.bsaProContainer .mdi-notification-tap-and-play:before {
  content: "\e8c4"; }

.bsaProContainer .mdi-notification-time-to-leave:before {
  content: "\e8c5"; }

.bsaProContainer .mdi-notification-vibration:before {
  content: "\e8c6"; }

.bsaProContainer .mdi-notification-voice-chat:before {
  content: "\e8c7"; }

.bsaProContainer .mdi-notification-vpn-lock:before {
  content: "\e8c8"; }

.bsaProContainer .mdi-social-cake:before {
  content: "\e8c9"; }

.bsaProContainer .mdi-social-domain:before {
  content: "\e8ca"; }

.bsaProContainer .mdi-social-group:before {
  content: "\e8cb"; }

.bsaProContainer .mdi-social-group-add:before {
  content: "\e8cc"; }

.bsaProContainer .mdi-social-location-city:before {
  content: "\e8cd"; }

.bsaProContainer .mdi-social-mood:before {
  content: "\e8ce"; }

.bsaProContainer .mdi-social-notifications:before {
  content: "\e8cf"; }

.bsaProContainer .mdi-social-notifications-none:before {
  content: "\e8d0"; }

.bsaProContainer .mdi-social-notifications-off:before {
  content: "\e8d1"; }

.bsaProContainer .mdi-social-notifications-on:before {
  content: "\e8d2"; }

.bsaProContainer .mdi-social-notifications-paused:before {
  content: "\e8d3"; }

.bsaProContainer .mdi-social-pages:before {
  content: "\e8d4"; }

.bsaProContainer .mdi-social-party-mode:before {
  content: "\e8d5"; }

.bsaProContainer .mdi-social-people:before {
  content: "\e8d6"; }

.bsaProContainer .mdi-social-people-outline:before {
  content: "\e8d7"; }

.bsaProContainer .mdi-social-person:before {
  content: "\e8d8"; }

.bsaProContainer .mdi-social-person-add:before {
  content: "\e8d9"; }

.bsaProContainer .mdi-social-person-outline:before {
  content: "\e8da"; }

.bsaProContainer .mdi-social-plus-one:before {
  content: "\e8db"; }

.bsaProContainer .mdi-social-poll:before {
  content: "\e8dc"; }

.bsaProContainer .mdi-social-public:before {
  content: "\e8dd"; }

.bsaProContainer .mdi-social-school:before {
  content: "\e8de"; }

.bsaProContainer .mdi-social-share:before {
  content: "\e8df"; }

.bsaProContainer .mdi-social-whatshot:before {
  content: "\e8e0"; }

.bsaProContainer .mdi-toggle-check-box:before {
  content: "\e8e1"; }

.bsaProContainer .mdi-toggle-check-box-outline-blank:before {
  content: "\e8e2"; }

.bsaProContainer .mdi-toggle-radio-button-off:before {
  content: "\e8e3"; }

.bsaProContainer .mdi-toggle-radio-button-on:before {
  content: "\e8e4"; }