h1,
h2,
h3,
h4,
h5,
span,
div {
  font-family: "Poppins", sans-serif;
}

.login-container {
  max-width: 400px;
  margin: auto;
  padding: 20px;
}

body {
  height: 100vh;
}

.page-title {
  text-transform: uppercase;
}

.page-actions {
  margin: 20px 0;
  text-align: end;

  a {
    margin: 5px 0px;
  }
}

.action-dropdown {
  background-color: var(--bs-light);
  border: 1px solid var(--gray-light);
}

.select2-selection__rendered {
  line-height: 35px !important;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-selection__arrow {
  height: 39px !important;
}

.outdated-offcut {
  background-color: #FFEBEB;
}
.outdated-offcut .status-selector {
  background-color: #FF6666;
}