/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[8].rules[0].oneOf[0].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[8].rules[1].use[0]!./src/styles/index.less?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'uu';
  src: url('uu.eed934c1a3e0d08f.eot?t7rpwo');
  src: url('uu.eed934c1a3e0d08f.eot?t7rpwo#iefix') format('embedded-opentype'), url('uu.d929afe7ccc7c2c9.ttf?t7rpwo') format('truetype'), url('uu.bfd764d8612dd516.woff?t7rpwo') format('woff'), url('uu.f4fb935756d8fd95.svg?t7rpwo#uu') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'uu' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-broom:before {
  content: '\e90e';
}
.icon-check:before {
  content: '\e90c';
}
.icon-search:before {
  content: '\e909';
}
.icon-pencil:before {
  content: '\e90a';
}
.icon-cross:before {
  content: '\e90b';
}
.icon-chevron-up:before {
  content: '\e900';
}
.icon-chevron-right:before {
  content: '\e901';
}
.icon-chevron-left:before {
  content: '\e902';
}
.icon-chevron-down:before {
  content: '\e903';
}
.icon-triangle-up:before {
  content: '\e904';
}
.icon-triangle-down:before {
  content: '\e905';
}
.icon-arrow-thick-right:before {
  content: '\e907';
}
.icon-arrow-thick-left:before {
  content: '\e908';
}
.icon-lock:before {
  content: '\e906';
}
.icon-date:before {
  content: '\e90d';
}
.btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  padding: 0 10px;
  height: 0px;
  background-color: #9a9a9a;
  border: none;
  color: #fff;
  font-size: 14px;
  min-height: 36px;
}
.btn:focus {
  outline: none;
}
.btn:active {
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
}
.btn .icon {
  margin-left: 10px;
}
.btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn--small {
  min-height: 25px;
}
.btn--middle {
  min-height: 31px;
}
.btn--danger {
  background-color: #dd0a2d;
}
.btn--accent {
  background-color: #000;
}
@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('AktivGrotesk_W_Rg.a420c42c9cc1bd4a.woff2') format('woff2'), url('AktivGrotesk_W_Rg.3a405db28290b43b.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('AktivGrotesk_W_Md.c59bdd1a9cf2d84e.woff2') format('woff2'), url('AktivGrotesk_W_Md.daf7ac3fd7304665.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('AktivGrotesk_W_Bd.f5916ee70f465c4a.woff2') format('woff2'), url('AktivGrotesk_W_Bd.6487c83e59993568.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Team-Denmark';
  src: url('TeamDanmark4.a6de8081f5694474.woff2') format('woff2'), url('TeamDanmark4.bb68bd5312ce56dc.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Team-Denmark';
  src: url('TeamDanmark4-bold.9df2f2279c71d04d.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
a {
  color: #dd0a2d;
}
h1 {
  font: bold 20px/1.3 'Team-Denmark', 'Trebuchet MS', Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  h1 {
    font-size: 18px;
  }
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
body {
  margin: 0;
  font-family: 'Aktiv Grotesk', Arial, Helvetica, sans-serif;
  color: #4c4c4c;
}
body .tooltip {
  font-size: 14px;
}
.mark {
  font-style: normal;
  background-color: rgba(255, 255, 0, 0.8);
  display: inline-block;
  border-radius: 2px;
}
input {
  font-family: 'Aktiv Grotesk', Arial, Helvetica, sans-serif;
}
input:active,
input:focus {
  outline: none;
  box-shadow: none;
}
input::placeholder {
  color: #7f7f7f;
}
.red-text {
  color: #dd0a2d;
}
.sort__header {
  cursor: pointer;
  padding-right: 25px;
}
.sort__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sort__block .icon {
  font-size: 8px;
}
.sort__icon-active {
  opacity: 0.5;
}
.flex {
  display: flex;
}
.flex-center {
  align-items: center;
}
.flex-grow {
  flex-grow: 1;
}
.logo {
  font: bold 17px 'Team-Denmark', 'Trebuchet MS', Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #dd0a2d;
  border: solid currentColor;
  border-width: 0.1177em 0;
  padding: 0.25em 0 0.3em;
}


/*# sourceMappingURL=styles.ace939844ceabd47.css.map*/