/*--------------------------------

Nucleo Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'Nucleo';
  src: url('../fonts/Nucleo.eot');
  src: url('../fonts/Nucleo.eot') format('embedded-opentype'), url('../fonts/Nucleo.woff2') format('woff2'), url('../fonts/Nucleo.woff') format('woff'), url('../fonts/Nucleo.ttf') format('truetype'), url('../fonts/Nucleo.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'Nucleo';
  color: inherit;
  flex-shrink: 0;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.icon-sm {
  font-size: 0.8em;
}
.icon-lg {
  font-size: 1.2em;
}
/* absolute units */
.icon-16 {
  font-size: 16px;
}
.icon-32 {
  font-size: 32px;
}

/*------------------------
  spinning icons
-------------------------*/
.icon-is-spinning {
  animation: icon-spin 1s infinite linear;
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.icon-rotate-90 {
  transform: rotate(90deg);
}
.icon-rotate-180 {
  transform: rotate(180deg);
}
.icon-rotate-270 {
  transform: rotate(270deg);
}
.icon-flip-y {
  transform: scaleY(-1);
}
.icon-flip-x {
  transform: scaleX(-1);
}
/*------------------------
	icons
-------------------------*/

.icon-remove-16px::before {
  content: "\ea02";
}

.icon-reload-16px::before {
  content: "\ea04";
}

.icon-send-16px::before {
  content: "\ea05";
}

.icon-down-arrow-12px::before {
  content: "\ea06";
}

.icon-default-avatar-24px::before {
  content: "\ea07";
}

.icon-up-arrow-16px::before {
  content: "\ea08";
}

.icon-ctrl-up-12px::before {
  content: "\ea09";
}

.icon-ctrl-down-12px::before {
  content: "\ea0a";
}

.icon-code-24px::before {
  content: "\ea0b";
}

.icon-remove-24px::before {
  content: "\ea0c";
}

.icon-source-website-24px::before {
  content: "\ea0d";
}

.icon-source-file-24px::before {
  content: "\ea0e";
}

.icon-source-text-24px::before {
  content: "\ea10";
}

.icon-upload-32px::before {
  content: "\ea11";
}

.icon-check-24px::before {
  content: "\ea12";
}

.icon-source-status-error-16px::before {
  content: "\ea17";
}

.icon-source-status-pending-16px::before {
  content: "\ea18";
}

.icon-source-status-trained-16px::before {
  content: "\ea19";
}

.icon-source-status-training-16px::before {
  content: "\ea1a";
}

.icon-zoom-16px::before {
  content: "\ea1c";
}

.icon-c-remove-16px::before {
  content: "\ea1d";
}

.icon-check-fill-16px::before {
  content: "\ea1e";
}

.icon-warning-fill-16px::before {
  content: "\ea1f";
}

.icon-small-left-16px::before {
  content: "\ea20";
}

.icon-small-right-16px::before {
  content: "\ea21";
}

.icon-launch-app-12px::before {
  content: "\ea22";
}

.icon-noeye-24px::before {
  content: "\ea23";
}

.icon-eye-24px::before {
  content: "\ea24";
}

.icon-copy-16px::before {
  content: "\ea25";
}

.icon-noeye-16px::before {
  content: "\ea26";
}

.icon-eye-16px::before {
  content: "\ea27";
}

.icon-menu-24px::before {
  content: "\ea28";
}

.icon-menu-16px::before {
  content: "\ea29";
}

.icon-google-24px::before {
  content: "\ea2a";
}

.icon-arrow-right::before {
  content: "\ea2b";
}

.icon-down-arrow-24px::before {
  content: "\ea2c";
}

.icon-e-add::before {
  content: "\ea2d";
}

.icon-empty-avatar-24px::before {
  content: "\ea2e";
}

.icon-menu-dots-16px::before {
  content: "\ea2f";
}

.icon-apple-24px::before {
  content: "\ea30";
}

