/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/internal-portal/src/styles.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Import global styles from shared-ui library */
:root {
  --brand-white: #ffffff;
  --brand-kotare-blue-50: #f5f9ff;
  --brand-kotare-blue-100: #dcefef;
  --brand-kotare-blue-200: #c4e4e4;
  --brand-kotare-blue-300: #a7d6d6;
  --brand-kotare-blue-400: #61aaac;
  --brand-kotare-blue-500: #399597;
  --brand-kotare-blue-600: #128082;
  --brand-kotare-blue-700: #0c5557;
  --brand-kotare-blue-800: #094041;
  --brand-kotare-blue-900: #0c2b2b;
  --brand-nikau-green-100: #f4fcf7;
  --brand-nikau-green-200: #ebffe8;
  --brand-nikau-green-300: #deffd9;
  --brand-nikau-green-400: #beffb2;
  --brand-nikau-green-500: #9dff8c;
  --brand-totara-green-50: #f0f4f4;
  --brand-totara-green-100: #d1dedc;
  --brand-totara-green-200: #8cada8;
  --brand-totara-green-300: #66928a;
  --brand-totara-green-400: #277066;
  --brand-totara-green-500: #195b52;
  --brand-totara-green-600: #113d37;
  --brand-hebe-pink-50: #fff4ff;
  --brand-hebe-pink-100: #ffe4ff;
  --brand-hebe-pink-200: #ffcaff;
  --brand-horopito-red-100: #ecdae0;
  --brand-horopito-red-200: #d9b5c0;
  --brand-horopito-red-300: #c790a1;
  --brand-horopito-red-400: #b46b81;
  --brand-horopito-red-500: #a14662;
  --brand-toetoe-white-10: #fcfcf8;
  --brand-toetoe-white-50: #fafaf2;
  --brand-toetoe-white-100: #f2f2ea;
  --brand-toetoe-alt-500: #eaece4;
  --status-red-50: #f9ecec;
  --status-red-100: #f3d9d8;
  --status-red-200: #e7b3b1;
  --status-red-300: #dc8d8a;
  --status-red-400: #d06763;
  --status-red-500: #c4413c;
  --status-red-600: #9d3430;
  --status-red-700: #762724;
  --status-red-800: #4e1a18;
  --status-red-900: #270d0c;
  --status-green-50: #f1f5ef;
  --status-green-100: #e3ecdf;
  --status-green-200: #c6d9be;
  --status-green-300: #aac69e;
  --status-green-400: #8db37d;
  --status-green-500: #71a05d;
  --status-green-600: #5a804a;
  --status-green-700: #446038;
  --status-green-800: #2d4025;
  --status-green-900: #22301c;
  --status-orange-50: #fbf4ec;
  --status-orange-100: #f7e8d9;
  --status-orange-200: #efd1b3;
  --status-orange-300: #e8ba8e;
  --status-orange-400: #e0a368;
  --status-orange-500: #d88c42;
  --status-orange-600: #ad7035;
  --status-orange-700: #825428;
  --status-orange-800: #56381a;
  --status-orange-900: #412a14;
  --status-yellow-50: #fefbf3;
  --status-yellow-100: #faedc4;
  --status-yellow-200: #f6de95;
  --status-yellow-300: #f2d066;
  --status-yellow-400: #eec137;
  --status-yellow-500: #eab308;
  --status-yellow-600: #c79807;
  --status-yellow-700: #a47d06;
  --status-yellow-800: #816204;
  --status-yellow-900: #5e4803;
  --foundation-toetoe-grey-0: #fbfbfb;
  --foundation-toetoe-grey-10: #f8f8f8;
  --foundation-toetoe-grey-50: #f5f5f4;
  --foundation-toetoe-grey-100: #f1f1f0;
  --foundation-toetoe-grey-200: #eaeae9;
  --foundation-toetoe-grey-300: #dcdcdb;
  --foundation-toetoe-grey-400: #babab6;
  --foundation-toetoe-grey-500: #979792;
  --foundation-toetoe-grey-600: #797975;
  --foundation-toetoe-grey-700: #51514e;
  --foundation-toetoe-grey-800: #30302f;
  --foundation-toetoe-grey-900: #212427;
  --text-primary: #212427;
  --text-secondary: #51514e;
  --text-light: #f5f5f4;
  --text-header: #195b52;
  --text-placeholder: #979792;
  --text-green: #9dff8c;
  --text-disabled: #797975;
  --border-dark: #195b52;
  --border-light: #8cada8;
  --border-neutral: #babab6;
  --base-white: #ffffff;
  --base-hover-bg: #d1dedc;
  --base-error: #9d3430;
  --base-brand: #195b52;
}

.main-grid {
  display: grid;
  padding-top: var(--spacing-9, 48px);
  padding-bottom: 144px;
  margin: 0 var(--spacing-9, 48px);
  column-gap: var(--spacing-6, 24px);
}

@media (min-width: 1660px) {
  .main-grid {
    grid-template-columns: repeat(12, minmax(0, 104px));
    justify-content: center;
  }
  .main-grid > * {
    grid-column: 1/span 12;
  }
}
@media (min-width: 1280px) and (max-width: 1659px) {
  .main-grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .main-grid > * {
    grid-column: 1/span 12;
  }
}
@media (min-width: 720px) and (max-width: 1279px) {
  .main-grid {
    grid-template-columns: repeat(8, 1fr);
    column-gap: var(--spacing-3, 12px);
  }
  .main-grid > * {
    grid-column: 1/span 8;
  }
}
@media (max-width: 719px) {
  .main-grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--spacing-3, 12px);
    padding-top: var(--spacing-6, 12px);
    margin: 0 24px;
  }
  .main-grid > * {
    grid-column: 1/span 4;
  }
}
@media (max-width: 1660px) {
  .hide-below-large-screen {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .hide-below-laptop-screen {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .hide-below-tablet-screen {
    display: none !important;
  }
}
@media (min-width: 1660px) {
  .hide-above-laptop-screen {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hide-above-tablet-screen {
    display: none !important;
  }
}
@media (min-width: 720px) {
  .hide-above-mobile-screen {
    display: none !important;
  }
}
:root {
  --spacing-1: 4px;
  --spacing-2: 8px;
  --spacing-3: 12px;
  --spacing-4: 16px;
  --spacing-5: 20px;
  --spacing-6: 24px;
  --spacing-7: 32px;
  --spacing-8: 40px;
  --spacing-9: 48px;
  --spacing-10: 56px;
  --spacing-11: 64px;
  --spacing-12: 72px;
  --spacing-13: 80px;
  --spacing-14: 88px;
  --spacing-15: 96px;
  --spacing-16: 102px;
  --sizing-1: 4px;
  --sizing-2: 8px;
  --sizing-3: 12px;
  --sizing-4: 16px;
  --sizing-5: 20px;
  --sizing-6: 24px;
  --sizing-7: 32px;
  --sizing-8: 40px;
  --sizing-9: 48px;
  --sizing-10: 56px;
  --sizing-11: 64px;
  --radius-1: 2px;
  --radius-2: 4px;
  --radius-3: 100px;
}

@font-face {
  font-family: "Sohne-Buch";
  font-style: normal;
  src: url('Sohne-Buch.woff2') format("woff2");
  src: url('Sohne-Buch.otf') format("opentype");
}
@font-face {
  font-family: "Sohne-Kraeftig";
  font-style: normal;
  src: url('Sohne-Kraeftig.woff2') format("woff2");
  src: url('Sohne-Kraeftig.otf') format("opentype");
}
@font-face {
  font-family: "Sohne-Halbfett";
  font-style: normal;
  src: url('Sohne-Halbfett.woff2') format("woff2");
  src: url('Sohne-Halbfett.otf') format("opentype");
}
@font-face {
  font-family: "Sohne";
  src: url('Sohne-Buch.woff2') format("woff2"), url('Sohne-Buch.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sohne";
  src: url('Sohne-Kraeftig.woff2') format("woff2"), url('Sohne-Kraeftig.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sohne";
  src: url('Sohne-Halbfett.woff2') format("woff2"), url('Sohne-Halbfett.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
}
:root {
  --typeface-size-micro-desktop: 12px;
  --typeface-size-small-desktop: 14px;
  --typeface-size-body-desktop: 16px;
  --typeface-size-h6-desktop: 20px;
  --typeface-size-h5-desktop: 24px;
  --typeface-size-h4-desktop: 28px;
  --typeface-size-h3-desktop: 32px;
  --typeface-size-h2-desktop: 36px;
  --typeface-size-h1-desktop: 44px;
  --typeface-size-display0-desktop: 96px;
  --typeface-size-pre-formatted-desktop: 25px;
  --typeface-size-micro-tablet: 12px;
  --typeface-size-small-tablet: 14px;
  --typeface-size-body-tablet: 16px;
  --typeface-size-h6-tablet: 20px;
  --typeface-size-h5-tablet: 24px;
  --typeface-size-h4-tablet: 28px;
  --typeface-size-h3-tablet: 32px;
  --typeface-size-h2-tablet: 36px;
  --typeface-size-h1-tablet: 44px;
  --typeface-size-display0-tablet: 96px;
  --typeface-size-pre-formatted-tablet: 25px;
  --typeface-size-micro-mobile: 12px;
  --typeface-size-small-mobile: 14px;
  --typeface-size-body-mobile: 16px;
  --typeface-size-h6-mobile: 20px;
  --typeface-size-h5-mobile: 24px;
  --typeface-size-h4-mobile: 28px;
  --typeface-size-h3-mobile: 32px;
  --typeface-size-h2-mobile: 28px;
  --typeface-size-h1-mobile: 44px;
  --typeface-size-display0-mobile: 96px;
  --typeface-size-pre-formatted-mobile: 25px;
  --typeface-weight-regular-desktop: 400;
  --typeface-weight-semibold-desktop: 500;
  --typeface-weight-bold-desktop: 600;
  --typeface-weight-regular-tablet: 400;
  --typeface-weight-semibold-tablet: 500;
  --typeface-weight-bold-tablet: 600;
  --typeface-weight-regular-mobile: 400;
  --typeface-weight-semibold-mobile: 500;
  --typeface-weight-bold-mobile: 600;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.01rem;
}

.display-0 {
  font-size: var(--typeface-size-display0-desktop);
  color: var(--text-header);
}

h1,
.h1 {
  font-size: var(--typeface-size-h1-desktop);
  color: var(--text-header);
}

h2,
.h2 {
  font-size: var(--typeface-size-h2-desktop);
  color: var(--text-header);
}

h3,
.h3 {
  font-size: var(--typeface-size-h3-desktop);
  color: var(--text-header);
}

h4,
.h4 {
  font-size: var(--typeface-size-h4-desktop);
  color: var(--text-header);
}

h5,
.h5 {
  font-size: var(--typeface-size-h5-desktop);
  color: var(--text-header);
}

h6,
.h6 {
  font-size: var(--typeface-size-h6-desktop);
  color: var(--text-header);
}

body,
.body {
  font-family: "Sohne", Arial, sans-serif;
  font-weight: 400;
  font-size: var(--typeface-size-body-desktop);
  color: var(--text-primary);
}

span {
  font-size: var(--typeface-size-body-desktop);
}

small,
.small {
  font-size: var(--typeface-size-small-desktop);
  color: var(--text-primary);
}

.micro {
  font-size: var(--typeface-size-micro-desktop);
  color: var(--text-primary);
}

a {
  color: var(--brand-kotare-blue-600);
  font-weight: var(--typeface-weight-semibold-desktop);
  font-family: "Sohne", Arial, sans-serif;
  text-decoration: underline;
}

a:hover {
  color: var(--brand-kotare-blue-400);
}

a.text-link-font {
  color: var(--brand-kotare-blue-600);
  font-weight: var(--typeface-weight-regular-desktop);
  font-family: "Sohne", Arial, sans-serif;
  text-decoration: underline;
}

.bold {
  font-weight: var(--typeface-weight-bold-desktop);
  font-family: "Sohne", Arial, sans-serif;
}

.semi-bold {
  font-weight: var(--typeface-weight-semibold-desktop);
  font-family: "Sohne", Arial, sans-serif;
}

.regular-text {
  font-weight: var(--typeface-weight-regular-desktop);
  font-family: "Sohne", Arial, sans-serif;
}

.primary-text {
  color: var(--text-primary);
}

.secondary-text {
  color: var(--text-secondary);
}

.light-text {
  color: var(--text-light);
}

.header-text {
  color: var(--text-header);
}

.placeholder-text {
  color: var(--text-placeholder);
}

.green-text {
  color: var(--text-green);
}

.disabled-text {
  color: var(--text-disabled);
}

@media (min-width: 720px) and (max-width: 1279px) {
  .display0 {
    font-size: var(--typeface-size-display0-tablet);
  }
  h1,
  .h1 {
    font-size: var(--typeface-size-h1-tablet);
  }
  h2,
  .h2 {
    font-size: var(--typeface-size-h2-tablet);
  }
  h3,
  .h3 {
    font-size: var(--typeface-size-h3-tablet);
  }
  h4,
  .h4 {
    font-size: var(--typeface-size-h4-tablet);
  }
  h5,
  .h5 {
    font-size: var(--typeface-size-h5-tablet);
  }
  h6,
  .h6 {
    font-size: var(--typeface-size-h6-tablet);
  }
  body,
  .body {
    font-size: var(--typeface-size-body-tablet);
  }
  span {
    font-size: var(--typeface-size-body-tablet);
  }
  small,
  .small {
    font-size: var(--typeface-size-small-tablet);
  }
  .micro {
    font-size: var(--typeface-size-micro-tablet);
  }
  a {
    font-weight: var(--typeface-weight-semibold-tablet);
  }
  a.text-link-font {
    font-weight: var(--typeface-weight-regular-tablet);
  }
  .bold {
    font-weight: var(--typeface-weight-bold-tablet);
  }
  .semi-bold {
    font-weight: var(--typeface-weight-semibold-tablet);
  }
  .regular-text {
    font-weight: var(--typeface-weight-regular-tablet);
  }
}
@media (max-width: 719px) {
  .display0 {
    font-size: var(--typeface-size-display0-mobile);
  }
  h1,
  .h1 {
    font-size: var(--typeface-size-h1-mobile);
  }
  h2,
  .h2 {
    font-size: var(--typeface-size-h2-mobile);
  }
  h3,
  .h3 {
    font-size: var(--typeface-size-h3-mobile);
  }
  h4,
  .h4 {
    font-size: var(--typeface-size-h4-mobile);
  }
  h5,
  .h5 {
    font-size: var(--typeface-size-h5-mobile);
  }
  h6,
  .h6 {
    font-size: var(--typeface-size-h6-mobile);
  }
  body,
  .body {
    font-size: var(--typeface-size-body-mobile);
  }
  span {
    font-size: var(--typeface-size-body-mobile);
  }
  small,
  .small {
    font-size: var(--typeface-size-small-mobile);
  }
  .micro {
    font-size: var(--typeface-size-micro-mobile);
  }
  a {
    font-weight: var(--typeface-weight-semibold-mobile);
  }
  a.text-link-font {
    font-weight: var(--typeface-weight-regular-mobile);
  }
  .bold {
    font-weight: var(--typeface-weight-bold-mobile);
  }
  .semi-bold {
    font-weight: var(--typeface-weight-semibold-mobile);
  }
  .regular-text {
    font-weight: var(--typeface-weight-regular-mobile);
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: normal;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*# sourceMappingURL=styles.css.map*/