@font-face {
  font-family: "StreamlineIcons";
  src: url("./StreamlineIcons.ttf?a3ce9a1bfc26e2f56e0eb19255a56fbb") format("truetype"),
url("./StreamlineIcons.woff?a3ce9a1bfc26e2f56e0eb19255a56fbb") format("woff"),
url("./StreamlineIcons.woff2?a3ce9a1bfc26e2f56e0eb19255a56fbb") format("woff2"),
url("./StreamlineIcons.eot?a3ce9a1bfc26e2f56e0eb19255a56fbb#iefix") format("embedded-opentype"),
url("./StreamlineIcons.svg?a3ce9a1bfc26e2f56e0eb19255a56fbb#StreamlineIcons") format("svg");
}

i[class^="si-"]:before, i[class*=" si-"]:before {
  font-family: StreamlineIcons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.si,
.ui-icon.si {
  display: inline-block;
  font: normal normal normal 1em/1 "StreamlineIcons";
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-icon.si {
  font-size: 1rem;
}

/* relative units */
.si.si-sm {
  font-size: 0.8em;
}

.si.si-lg {
  font-size: 1.4em;
}

.si.si-xl {
  font-size: 1.6em;
}

/* absolute units */
.si.si-16 {
  font-size: 16px;
}

.si.si-32 {
  font-size: 32px;
}

.si.si-bg-square,
.si.si-bg-circle {
  padding: 0.35em;
  background-color: #eee;
}

.si.si-bg-circle {
  border-radius: 50%;
}

.si.si-ul {
  padding-left: 0;
  list-style-type: none;
}
.si.si-ul > li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.si.si-ul > li > .si {
  margin-right: 0.4em;
  line-height: inherit;
}

.si.si-is-spinning {
  -webkit-animation: icon-spin 2s infinite linear reverse;
  -moz-animation: icon-spin 2s infinite linear reverse;
  animation: icon-spin 2s infinite linear reverse;
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.si.si-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.si.si-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.si.si-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.si.si-flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.si.si-flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.si-zip-file:before {
  content: "\f101";
}
.si-yoga-meditate:before {
  content: "\f102";
}
.si-view-off:before {
  content: "\f103";
}
.si-view-1:before {
  content: "\f104";
}
.si-user-logout:before {
  content: "\f105";
}
.si-upload-bottom:before {
  content: "\f106";
}
.si-undo:before {
  content: "\f107";
}
.si-touchpad-finger:before {
  content: "\f108";
}
.si-touch-finger_1:before {
  content: "\f109";
}
.si-tools-wench:before {
  content: "\f10a";
}
.si-time-clock-circle:before {
  content: "\f10b";
}
.si-task-list-edit:before {
  content: "\f10c";
}
.si-task-list-approve:before {
  content: "\f10d";
}
.si-synchronize-arrows:before {
  content: "\f10e";
}
.si-synchronize-arrow-clock:before {
  content: "\f10f";
}
.si-subtract:before {
  content: "\f110";
}
.si-subtract-small:before {
  content: "\f111";
}
.si-subtract-circle:before {
  content: "\f112";
}
.si-style-two-pin-warning:before {
  content: "\f113";
}
.si-style-two-pin-user:before {
  content: "\f114";
}
.si-statistics-daytum:before {
  content: "\f115";
}
.si-startup-launch:before {
  content: "\f116";
}
.si-soccer-player:before {
  content: "\f117";
}
.si-single-neutral-shield:before {
  content: "\f118";
}
.si-single-neutral-circle:before {
  content: "\f119";
}
.si-single-neutral-actions:before {
  content: "\f11a";
}
.si-single-neutral-actions-setting:before {
  content: "\f11b";
}
.si-single-neutral-actions-process:before {
  content: "\f11c";
}
.si-shrink-1:before {
  content: "\f11d";
}
.si-shopping-cart-check:before {
  content: "\f11e";
}
.si-shield-lock:before {
  content: "\f11f";
}
.si-shield-globe:before {
  content: "\f120";
}
.si-share:before {
  content: "\f121";
}
.si-server-search:before {
  content: "\f122";
}
.si-send-email:before {
  content: "\f123";
}
.si-search:before {
  content: "\f124";
}
.si-search-circle:before {
  content: "\f125";
}
.si-robot:before {
  content: "\f126";
}
.si-road-sign-warning:before {
  content: "\f127";
}
.si-road-sign-u-turn-right:before {
  content: "\f128";
}
.si-road-sign-u-turn-left:before {
  content: "\f129";
}
.si-remove:before {
  content: "\f12a";
}
.si-remove-circle:before {
  content: "\f12b";
}
.si-recycling-trash-bin-2:before {
  content: "\f12c";
}
.si-recycling-hand-trash:before {
  content: "\f12d";
}
.si-real-estate-action-house-key:before {
  content: "\f12e";
}
.si-rating-star-add:before {
  content: "\f12f";
}
.si-ranking-winner-medal:before {
  content: "\f130";
}
.si-question-circle:before {
  content: "\f131";
}
.si-presentation-statistics:before {
  content: "\f132";
}
.si-power-button:before {
  content: "\f133";
}
.si-plane-take-off:before {
  content: "\f134";
}
.si-pin:before {
  content: "\f135";
}
.si-pin-bold:before {
  content: "\f136";
}
.si-pie-line-graph:before {
  content: "\f137";
}
.si-pie-line-graph-desktop:before {
  content: "\f138";
}
.si-pie-line-graph-desktop-2:before {
  content: "\f139";
}
.si-phone-actions-call:before {
  content: "\f13a";
}
.si-pencil:before {
  content: "\f13b";
}
.si-pencil-write:before {
  content: "\f13c";
}
.si-password-lock-2:before {
  content: "\f13d";
}
.si-optimization-timer:before {
  content: "\f13e";
}
.si-office-file-xls-1:before {
  content: "\f13f";
}
.si-office-file-txt-1:before {
  content: "\f140";
}
.si-office-file-ppt-1:before {
  content: "\f141";
}
.si-office-file-pdf-1:before {
  content: "\f142";
}
.si-office-file-doc-1:before {
  content: "\f143";
}
.si-notes-quill:before {
  content: "\f144";
}
.si-notes-add:before {
  content: "\f145";
}
.si-network-signal:before {
  content: "\f146";
}
.si-network-share:before {
  content: "\f147";
}
.si-network-browser:before {
  content: "\f148";
}
.si-network-arrow:before {
  content: "\f149";
}
.si-navigation-up-circle:before {
  content: "\f14a";
}
.si-navigation-right-circle:before {
  content: "\f14b";
}
.si-navigation-right-circle-1:before {
  content: "\f14c";
}
.si-navigation-menu:before {
  content: "\f14d";
}
.si-navigation-menu-horizontal:before {
  content: "\f14e";
}
.si-navigation-menu-horizontal-filled:before {
  content: "\f14f";
}
.si-navigation-left-circle-1:before {
  content: "\f150";
}
.si-navigation-down-circle:before {
  content: "\f151";
}
.si-multiple-neutral-1:before {
  content: "\f152";
}
.si-multiple-actions-add:before {
  content: "\f153";
}
.si-move-to-bottom:before {
  content: "\f154";
}
.si-move-shrink-vertical:before {
  content: "\f155";
}
.si-move-expand-vertical:before {
  content: "\f156";
}
.si-move-back:before {
  content: "\f157";
}
.si-mood-warning:before {
  content: "\f158";
}
.si-monitor:before {
  content: "\f159";
}
.si-monitor-refresh:before {
  content: "\f15a";
}
.si-monitor-network:before {
  content: "\f15b";
}
.si-monitor-heart-beat-search:before {
  content: "\f15c";
}
.si-monetization-approve:before {
  content: "\f15d";
}
.si-module:before {
  content: "\f15e";
}
.si-module-three-2:before {
  content: "\f15f";
}
.si-module-three-1:before {
  content: "\f160";
}
.si-messages-bubble:before {
  content: "\f161";
}
.si-messages-bubble-square-warning:before {
  content: "\f162";
}
.si-messages-bubble-square-sync:before {
  content: "\f163";
}
.si-messages-bubble-information:before {
  content: "\f164";
}
.si-messages-bubble-check:before {
  content: "\f165";
}
.si-messages-bubble-add:before {
  content: "\f166";
}
.si-messages-bubble-add-2:before {
  content: "\f167";
}
.si-logout-1:before {
  content: "\f168";
}
.si-login-3:before {
  content: "\f169";
}
.si-lock-1:before {
  content: "\f16a";
}
.si-list-bullets:before {
  content: "\f16b";
}
.si-layout-module:before {
  content: "\f16c";
}
.si-layout-dashboard:before {
  content: "\f16d";
}
.si-layout-bullets:before {
  content: "\f16e";
}
.si-layers-grid-settings:before {
  content: "\f16f";
}
.si-keyboard-arrow-return:before {
  content: "\f170";
}
.si-information-circle:before {
  content: "\f171";
}
.si-image-file-png:before {
  content: "\f172";
}
.si-image-file-landscape:before {
  content: "\f173";
}
.si-image-file-jpg:before {
  content: "\f174";
}
.si-image-file-gif:before {
  content: "\f175";
}
.si-image-file-bmp:before {
  content: "\f176";
}
.si-hyperlink-3:before {
  content: "\f177";
}
.si-human-resources-workflow:before {
  content: "\f178";
}
.si-house-chimney-2:before {
  content: "\f179";
}
.si-house-1:before {
  content: "\f17a";
}
.si-hourglass:before {
  content: "\f17b";
}
.si-hierarchy-6:before {
  content: "\f17c";
}
.si-help-wheel:before {
  content: "\f17d";
}
.si-heavy-equipment-hook:before {
  content: "\f17e";
}
.si-headphones-customer-support-human-1:before {
  content: "\f17f";
}
.si-hammer-wench:before {
  content: "\f180";
}
.si-graphic-tablet-drawing-pen:before {
  content: "\f181";
}
.si-graph-statistics-coffee:before {
  content: "\f182";
}
.si-global-warming-globe-fire:before {
  content: "\f183";
}
.si-folder-share:before {
  content: "\f184";
}
.si-folder-search:before {
  content: "\f185";
}
.si-folder-empty:before {
  content: "\f186";
}
.si-floppy-disk:before {
  content: "\f187";
}
.si-filter-1:before {
  content: "\f188";
}
.si-file-zip:before {
  content: "\f189";
}
.si-file-xml:before {
  content: "\f18a";
}
.si-file-rar:before {
  content: "\f18b";
}
.si-file-html:before {
  content: "\f18c";
}
.si-file-exe:before {
  content: "\f18d";
}
.si-file-csv:before {
  content: "\f18e";
}
.si-file-code-upload-1:before {
  content: "\f18f";
}
.si-file-code-download-1:before {
  content: "\f190";
}
.si-expand-6:before {
  content: "\f191";
}
.si-expand-1:before {
  content: "\f192";
}
.si-email-action-unread:before {
  content: "\f193";
}
.si-download-bottom:before {
  content: "\f194";
}
.si-delete:before {
  content: "\f195";
}
.si-delete-2:before {
  content: "\f196";
}
.si-delete-1:before {
  content: "\f197";
}
.si-database:before {
  content: "\f198";
}
.si-database-settings:before {
  content: "\f199";
}
.si-copy-paste:before {
  content: "\f19a";
}
.si-conversation-chat-2:before {
  content: "\f19b";
}
.si-controls-stop:before {
  content: "\f19c";
}
.si-controls-play:before {
  content: "\f19d";
}
.si-computer-chip:before {
  content: "\f19e";
}
.si-computer-chip-search:before {
  content: "\f19f";
}
.si-common-file-text:before {
  content: "\f1a0";
}
.si-common-file-text-edit:before {
  content: "\f1a1";
}
.si-common-file-search:before {
  content: "\f1a2";
}
.si-common-file-empty:before {
  content: "\f1a3";
}
.si-common-file-add:before {
  content: "\f1a4";
}
.si-cog:before {
  content: "\f1a5";
}
.si-cog-play:before {
  content: "\f1a6";
}
.si-cog-double:before {
  content: "\f1a7";
}
.si-cog-double-2:before {
  content: "\f1a8";
}
.si-coffee-cup:before {
  content: "\f1a9";
}
.si-coffee-cup-hot:before {
  content: "\f1aa";
}
.si-close:before {
  content: "\f1ab";
}
.si-checklist-pen:before {
  content: "\f1ac";
}
.si-check-double-1:before {
  content: "\f1ad";
}
.si-check-circle:before {
  content: "\f1ae";
}
.si-check-circle-1:before {
  content: "\f1af";
}
.si-check-2:before {
  content: "\f1b0";
}
.si-check-1:before {
  content: "\f1b1";
}
.si-chat-translate:before {
  content: "\f1b2";
}
.si-charging-battery-full-1:before {
  content: "\f1b3";
}
.si-charger:before {
  content: "\f1b4";
}
.si-charger-1:before {
  content: "\f1b5";
}
.si-cd:before {
  content: "\f1b6";
}
.si-calendar:before {
  content: "\f1b7";
}
.si-calendar-date:before {
  content: "\f1b8";
}
.si-button-refresh-arrows:before {
  content: "\f1b9";
}
.si-button-refresh-arrow:before {
  content: "\f1ba";
}
.si-button-pause:before {
  content: "\f1bb";
}
.si-business-contract-handshake-sign:before {
  content: "\f1bc";
}
.si-bulb:before {
  content: "\f1bd";
}
.si-buildings-1:before {
  content: "\f1be";
}
.si-briefcase:before {
  content: "\f1bf";
}
.si-bin-1:before {
  content: "\f1c0";
}
.si-beach-palm-sunbed:before {
  content: "\f1c1";
}
.si-arrow-up-1:before {
  content: "\f1c2";
}
.si-arrow-right:before {
  content: "\f1c3";
}
.si-arrow-right-1:before {
  content: "\f1c4";
}
.si-arrow-right-1-small:before {
  content: "\f1c5";
}
.si-arrow-left:before {
  content: "\f1c6";
}
.si-arrow-left-1:before {
  content: "\f1c7";
}
.si-arrow-down-1:before {
  content: "\f1c8";
}
.si-arrow-button-right:before {
  content: "\f1c9";
}
.si-arrow-button-right-3:before {
  content: "\f1ca";
}
.si-archive:before {
  content: "\f1cb";
}
.si-archive-folder:before {
  content: "\f1cc";
}
.si-app-window-pie-chart:before {
  content: "\f1cd";
}
.si-analytics-pie-2:before {
  content: "\f1ce";
}
.si-analytics-graph:before {
  content: "\f1cf";
}
.si-analytics-graph-lines:before {
  content: "\f1d0";
}
.si-analytics-graph-line:before {
  content: "\f1d1";
}
.si-analytics-board-graph-line:before {
  content: "\f1d2";
}
.si-analytics-bars:before {
  content: "\f1d3";
}
.si-analytics-bars-horizontal:before {
  content: "\f1d4";
}
.si-alert-circle:before {
  content: "\f1d5";
}
.si-alarm-bell:before {
  content: "\f1d6";
}
.si-alarm-bell-timer:before {
  content: "\f1d7";
}
.si-advertising-megaphone:before {
  content: "\f1d8";
}
.si-advertising-megaphone-2:before {
  content: "\f1d9";
}
.si-add:before {
  content: "\f1da";
}
.si-add-small:before {
  content: "\f1db";
}
.si-add-circle:before {
  content: "\f1dc";
}
