*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg-color: #f4f7fb;
  --blue: #336699;
  --blue-100: #e7eef7;
  --blue-200: #cadbed;
  --blue-300: #9cbedd;
  --blue-400: #679bc9;
  --blue-500: #447fb3;
  --blue-600: #336699;
  --blue-700: #2a517a;
  --blue-800: #264666;
  --blue-900: #243c56;
  --white: #ffffff;
  --black: #182739;
  --input-border-grey: #cccccc;
  --input-disabled: #eeeeee;
  /*--red: #dc3545;*/
  --grey: #b4b4c4;
  --light-grey: #ececec;
  --super-light-grey: #f8f8f8;
  --green: #0e8a16;
  --green-bg: #c2e0c6;
  --yellow: #fbca04;
  --yellow-bg: #fef2c0;
  --red:#b60205;
  --red-bg: #e99695;

  --max-width: 114rem;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-color);
  text-align: left;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
}

h2 {
  font-size: 3.2rem;
  color: var(--blue);
}

hr {
  border: 0;
  border-top: solid 1px var(--input-border-grey);
}

.no-scroll {
  overflow: hidden;
}

@media (min-width: 576px) {
  .sm\:w-25 {
    flex: 0 0 auto;
    width: 25% !important;
  }

  .sm\:w-40 {
    flex: 0 0 auto;
    width: 40% !important;
  }

  .sm\:w-50 {
    flex: 0 0 auto;
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .w-15 {
    flex: 0 0 auto;
    width: 15% !important;
  }

  .w-20 {
    flex: 0 0 auto;
    width: 20% !important;
  }

  .w-25 {
    flex: 0 0 auto;
    width: 25% !important;
  }

  .w-30 {
    flex: 0 0 auto;
    width: 30% !important;
  }

  .w-33 {
    flex: 0 0 auto;
    width: 33.333333333% !important;
  }

  .w-50 {
    flex: 0 0 auto;
    width: 50% !important;
  }

  .w-60 {
    flex: 0 0 auto;
    width: 60% !important;
  }

  .w-75 {
    flex: 0 0 auto;
    width: 75% !important;
  }

  .w-80 {
    flex: 0 0 auto;
    width: 80% !important;
  }
  
  .w-85 {
    flex: 0 0 auto;
    width: 85% !important;
  }
}

.w-100 {
  flex: 0 0 auto;
  width: 100%;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 1.6rem !important;
}

.mt-24 {
  margin-top: 2.4rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mb-40 {
  margin-bottom: 4.0rem !important;
}

.mr-16 {
  margin-right: 1.6rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.pr-30 {
  padding-right: 3rem !important;
}

.min-w-520 {
  min-width: 52rem;
}

.p-h-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.text-center {
  text-align: center !important;
}

.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .md\:text-center {
    text-align: center;
  }
}

.w-1\/4  { width: 25%; }
.w-1\/3  { width: 33.3333%; }
.w-1\/2  { width: 50%; }
.w-2\/3  { width: 66.6667%; }
.w-3\/4  { width: 75%; }
.w-full  { width: 100%; }

/* ----- Breakpoints ----- */
@media (min-width: 640px) {
  .sm\:w-1\/4  { width: 25%; }
  .sm\:w-1\/3  { width: 33.3333%; }
  .sm\:w-1\/2  { width: 50%; }
  .sm\:w-2\/3  { width: 66.6667%; }
  .sm\:w-3\/4  { width: 75%; }
  .sm\:w-full  { width: 100%; }
}

@media (min-width: 768px) {
  .md\:w-1\/4  { width: 25%; }
  .md\:w-1\/3  { width: 33.3333%; }
  .md\:w-1\/2  { width: 50%; }
  .md\:w-2\/3  { width: 66.6667%; }
  .md\:w-3\/4  { width: 75%; }
  .md\:w-full  { width: 100%; }
}

@media (min-width: 1024px) {
  .lg\:w-1\/4  { width: 25%; }
  .lg\:w-1\/3  { width: 33.3333%; }
  .lg\:w-1\/2  { width: 50%; }
  .lg\:w-2\/3  { width: 66.6667%; }
  .lg\:w-3\/4  { width: 75%; }
  .lg\:w-full  { width: 100%; }
}

@media (min-width: 1280px) {
  .xl\:w-1\/4  { width: 25%; }
  .xl\:w-1\/3  { width: 33.3333%; }
  .xl\:w-1\/2  { width: 50%; }
  .xl\:w-2\/3  { width: 66.6667%; }
  .xl\:w-3\/4  { width: 75%; }
  .xl\:w-full  { width: 100%; }
}

@media (min-width: 1440px) {
  .xxl\:w-1\/4  { width: 25%; }
  .xxl\:w-1\/3  { width: 33.3333%; }
  .xxl\:w-1\/2  { width: 50%; }
  .xxl\:w-2\/3  { width: 66.6667%; }
  .xxl\:w-3\/4  { width: 75%; }
  .xxl\:w-full  { width: 100%; }
}

.self-align-bottom {
  align-self: flex-end;
}

.no_content {
  font-size: 1.8rem;
}

.error {
  color: var(--red);
  font-size: 1.6rem;
}

.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.table th {
  padding: 0.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: solid 1px var(--grey);
  text-align: left;
  white-space: nowrap;
}

.table td {
  padding: 1.8rem 0.8rem;
  font-size: 1.6rem;
  background: transparent;
  color: var(--black);
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: solid 1px var(--light-grey);
}

.table tbody tr:hover td {
  background-color: var(--super-light-grey);
}

.table-text-align-center {
  text-align: center !important;
}

.table__labels__row > td {
  padding: 0;
  padding-top: 0.8rem;
  text-align: center;
  font-size: 1.4;
  color: var(--grey);
  border: none;
}

.tag {
  font-size: 1.2rem;
  padding: 0.4rem 1.2rem;
  border-radius: 10rem;
}

.tag--green {
  color: var(--green);
  background-color: var(--green-bg);
}

.tag--yellow {
  color: var(--yellow);
  background-color: var(--yellow-bg);
}

.tag--red {
  color: var(--red);
  background-color: var(--red-bg);
}

.helper-tooltip {
  margin-left: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.helper-tooltip svg {
  width: 100%;
  height: 100%;
  fill: var(--blue);
}

.helper-tooltip::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 1.6rem;
  left: 0.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0.6rem 0 0.6rem;
  border-color: #000000 transparent transparent transparent;
}

.helper-tooltip::after {
  content: attr(data-message);;
  display: none;
  position: absolute;
  bottom: 2.4rem;
  left: -1.2rem;
  background-color: black;
  color: var(--white);
  padding: 0.4rem 1.2rem;
  font-size: 1.2rem;
  border-radius: 0.4rem;
  width: 16rem;
}

.helper-tooltip:hover::after,
.helper-tooltip:hover::before {
  display: block;
}