img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #69acdf;
}

@font-face {
  font-family: "Aller";
  src: url("assets/design-system/fonts/Aller/Aller-Light.ttf") format("truetype");
  font-weight: 100 300;
}
@font-face {
  font-family: "Aller";
  src: url("assets/design-system/fonts/Aller/Aller-Bold.ttf") format("truetype");
  font-weight: 400 700;
}
@font-face {
  font-family: "Aller";
  src: url("assets/design-system/fonts/Aller/Aller-Bolder.ttf") format("truetype");
  font-weight: 800 900;
}
@font-face {
  font-family: "Kobenhavn";
  src: url("assets/design-system/fonts/Kobenhavn.ttf") format("truetype");
}
body {
  font-family: Aller;
}

.spacings {
  color: black;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
}
table th, table td {
  color: black;
}
table th {
  padding: 12px 0;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f2f8fc;
}
table tbody tr.approved {
  background-color: #c2ffc2;
}
table tbody tr.rejected {
  background-color: #ffd1d9;
}
table td {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #e2eff9;
}
table tr + tr:last-of-type {
  display: none;
}

.main-wrapper,
.wrapper {
  padding: 30px 20px 40px;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 0px #000;
}
.main-wrapper.centered,
.wrapper.centered {
  margin: 0 auto;
}

.main-wrapper.centered {
  width: 80%;
}

.wrapper.centered {
  width: max-content;
}

body.modal {
  overflow: hidden;
}

div.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
  z-index: 1;
}
div.lightbox div.modal {
  background-color: white;
  padding: 30px 40px;
  width: max-content;
  margin: 20px auto 0;
  max-width: 80%;
}
div.lightbox div.modal div.main {
  max-height: 78vh;
  overflow: auto;
  padding: 40px 26px 60px;
  box-sizing: border-box;
}
div.lightbox div.modal button.secondary {
  margin-right: 10px;
}

div.linear label {
  width: auto;
  margin-right: 10px;
}
div.linear div.input {
  display: inline-block;
}
div.linear div.input + div.input {
  margin-left: 10px;
}

.input {
  margin-bottom: 10px;
}
.input label {
  display: inline-block;
  width: 200px;
}
.input input, .input select, .input textarea {
  background: transparent;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  outline: none;
  padding: 12px 16px;
  width: 100%;
  border: 1px solid #AFAFAF;
  border-radius: 12px;
  width: 400px;
}
.input input[disabled], .input select[disabled], .input textarea[disabled] {
  background-color: #f2f2f2;
}
.input input[type=date] {
  width: 180px;
}
.input div[data-type=time] {
  display: inline-block;
}
.input div[data-type=time] input {
  width: auto;
  width: 75px;
}
.input div[data-type=time] input.hours {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.input div[data-type=time] input.minutes {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

button, input[type=button] {
  margin-bottom: 8px;
  padding: 18px 120px;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.143rem;
  font-weight: 800;
  line-height: 1;
  padding: 16px 37px;
  text-transform: uppercase;
  border-width: 0;
}

button.primary {
  background-color: #afcb37;
}

button.secondary {
  background-color: #69acdf;
}

header#main-header {
  padding: 0 0 25px;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.07);
}
header#main-header div.logo,
header#main-header div.info-area,
header#main-header nav {
  display: inline-block;
  vertical-align: top;
}
header#main-header div.logo {
  width: 12.83%;
  margin: 20px 0 0 30px;
}
header#main-header div.my-account {
  background-color: #1e506a;
  border-bottom-left-radius: 300px;
  margin-bottom: 10px;
  float: right;
  width: 16%;
  padding: 22px 70px;
  color: white;
}
header#main-header div.my-account h4 {
  margin: 0;
}
header#main-header nav {
  width: 56.5%;
}
header#main-header nav ul {
  margin: 40px auto 0;
  padding: 15px 0;
  width: max-content;
}
header#main-header nav li {
  display: inline-block;
  border-right: 1px solid #69acdf;
}
header#main-header nav li:last-of-type {
  border-right: none;
}
header#main-header nav li a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  padding: 10px 20px;
}

main div#cover {
  height: 65px;
  overflow: hidden;
  color: white;
  position: relative;
  background: image-set(attr(data-url)) no-repeat 0 0/100%;
}
main div#cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(30, 80, 106, 0.9);
}
main div#cover h1 {
  text-align: center;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}

footer {
  background-color: #0f3442;
  color: white;
  padding: 3% 10.2%;
  height: 260px;
}
footer h3 {
  margin-top: 30px;
}
footer p, footer ul li {
  font-weight: 100;
}
footer ul li {
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 14px;
}
footer a {
  color: white;
}
footer div.footer-logo,
footer nav#footer-nav,
footer div.contact {
  display: inline-block;
  vertical-align: top;
}
footer div.footer-logo {
  width: 12.83%;
}
footer div.footer-logo p {
  white-space: nowrap;
}
footer nav#footer-nav {
  margin-left: 21.3%;
}
footer div.contact {
  width: 30%;
  margin-left: 21.8%;
}