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

Wodwell Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'Wodwell';
  src: url('./fonts/Wodwell.eot');
  src: url('./fonts/Wodwell.eot') format('embedded-opentype'), url('./fonts/Wodwell.woff2') format('woff2'), url('./fonts/Wodwell.woff') format('woff'), url('./fonts/Wodwell.ttf') format('truetype'), url('./fonts/Wodwell.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'Wodwell';
  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-1-zzzz-delete::before {
  content: "\ea01";
}

.icon-Done-active-2::before {
  content: "\ea02";
}

.icon-Done-active-3::before {
  content: "\ea04";
}

.icon-Done-active::before {
  content: "\ea03";
}

.icon-Done-inactive::before {
  content: "\ea05";
}

.icon-Done-inactive_v2::before {
  content: "\ea06";
}

.icon-Star-full::before {
  content: "\ea07";
}

.icon-Star::before {
  content: "\ea08";
}

.icon-Star_v2::before {
  content: "\ea09";
}

.icon-To-Do-inactive::before {
  content: "\ea0a";
}

.icon-To-Do-inactive_v2::before {
  content: "\ea0b";
}

.icon-action::before {
  content: "\ea0c";
}

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

.icon-bookmark-active::before {
  content: "\ea0e";
}

.icon-bookmark-white-new::before {
  content: "\ea0f";
}

.icon-bookmark-white::before {
  content: "\ea10";
}

.icon-close::before {
  content: "\ea11";
}

.icon-done::before {
  content: "\ea12";
}

.icon-eye::before {
  content: "\ea13";
}

.icon-group-5::before {
  content: "\ea14";
}

.icon-group-6-1::before {
  content: "\ea15";
}

.icon-heart-2::before {
  content: "\ea16";
}

.icon-heart-active::before {
  content: "\ea17";
}

.icon-no-eye::before {
  content: "\ea18";
}

.icon-pencil-edit-button-2::before {
  content: "\ea19";
}

.icon-rectangle-5-2::before {
  content: "\ea1a";
}

.icon-rectangle-5::before {
  content: "\ea1b";
}

.icon-settings::before {
  content: "\ea1c";
}

.icon-shape::before {
  content: "\ea1d";
}

.icon-to-do-active-2::before {
  content: "\ea1e";
}

.icon-to-do-active-3::before {
  content: "\ea1f";
}

.icon-to-do-active::before {
  content: "\ea20";
}

