@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?8x419f');
  src:  url('fonts/icomoon.eot?8x419f#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?8x419f') format('truetype'),
    url('fonts/icomoon.woff?8x419f') format('woff'),
    url('fonts/icomoon.svg?8x419f#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.2rem;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-privacy:before {
  content: "\e91f";
  color: #005941;
}
.icon-home:before {
  content: "\e902";
  color: #005941;
}

.icon-arrow_down:before {
  content: "\e90e";
  color: #005941;
}

.icon-time:before {
  content: "\e922";
  color: #005941;
}

.icon-download:before {
  content: "\e903";
  color: #005941;
}

.icon-pdf_inner:before {
  content: "\e904";
  color: #fff;
}

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

.icon-arrow_left:before {
  content: "\e906";
  color: #005941;
}

.icon-arrow_right:before {
  content: "\e907";
  color: #005941;
}

.icon-required .path1:before {
  content: "\e908";
  color: rgb(255, 255, 255);
}

.icon-required .path2:before {
  content: "\e909";
  /* margin-left: -1em; */
  color: none;
}

.icon-required .path3:before {
  content: "\e90a";
  /* margin-left: -1em; */
  color: rgb(223, 50, 50);
}

.icon-pdf .path1:before {
  content: "\e90b";
  color: rgb(0, 89, 65);
}

.icon-pdf .path2:before {
  content: "\e90c";
  /* margin-left: -1em; */
  color: none;
}

.icon-pdf .path3:before {
  content: "\e90d";
  /* margin-left: -1em; */
  color: rgb(255, 255, 255);
}

.icon-calendar:before {
  content: "\e90f";
  color: #005941;
}

.icon-menu_dispatch:before {
  content: "\e901";
  background: rgb(160, 84, 187);
  color: rgb(255, 255, 255);
  border-radius: 50%;
}

.icon-menu_report:before {
  content: "\e911";
  color: rgb(255, 255, 255);
  background: rgb(228, 145, 47);
  border-radius: 50%;
}

.icon-menu_slip:before {
  content: "\e913";
  color: rgb(255, 255, 255);
  background: rgb(189, 170, 69);
  border-radius: 50%;
}

.icon-menu_worker:before {
  content: "\e915";
  background: rgb(231, 109, 196);
  color: rgb(255, 255, 255);
  border-radius: 50%;
}

.icon-menu_user:before {
  content: "\e917";
  background: rgb(26, 140, 65);
  color: rgb(255, 255, 255);
  border-radius: 50%;
}

.icon-menu_invoice:before {
  content: "\e919";
  background: rgb(26, 107, 203);
  color: rgb(255, 255, 255);
  border-radius: 50%;
}

.icon-menu_nortification:before {
  content: "\e91b";
  background: rgb(224, 33, 33);
  color: rgb(255, 255, 255);
  border-radius: 50%;
}

.icon-menu_dispatch.disabled:before,
.icon-menu_report.disabled:before,
.icon-menu_slip.disabled:before,
.icon-menu_worker.disabled:before,
.icon-menu_user.disabled:before,
.icon-menu_invoice.disabled:before {
  background: #CCCCCC;
}

.icon-help:before {
  content: "\e91c";
  color: #005941;
}

.icon-privacy:before {
  content: "\e91f";
  color: #005941;
}

.icon-profile:before {
  content: "\e91d";
  color: #005941;
}

.icon-logout:before {
  content: "\e91e";
  color: #005941;
}