html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  font-size: 16px;
  background-color: #e5e5e5;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

* {
  min-width: 0;
}

main {
  flex-grow: 1;
  padding-top: 30px;
}

.welcome-image {
  margin-top: -20px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .container > h1, .container > h2, .container > h3, .container > a.button, .container > .header-and-button {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.site-top {
  background-color: white;
  padding: 10px 0 20px 0;
}
@media (max-width: 1000px) {
  .site-top {
    padding: 10px 0 10px 0;
  }
}
.site-top .site-top-ui {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1000px) {
  .site-top .site-top-ui {
    margin: 0 40px;
  }
}
@media (max-width: 1000px) {
  .site-top .site-top-ui {
    align-items: center;
  }
}
.site-top .site-top-ui.site-top-ui-welcome {
  margin: 0 80px;
}
@media (max-width: 1000px) {
  .site-top .site-top-ui.site-top-ui-welcome {
    margin: 0 40px;
  }
}
@media (min-width: 1000px) {
  .site-top .site-top-ui .site-mobile-menu-button {
    display: none;
  }
}
.site-top .site-top-ui .site-top-navigation {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .site-top .site-top-ui .site-top-navigation {
    display: none;
    width: 100%;
  }
}
.site-top .site-top-ui .site-top-navigation .left, .site-top .site-top-ui .site-top-navigation .right {
  display: flex;
  align-items: end;
}
@media (max-width: 1000px) {
  .site-top .site-top-ui .site-top-navigation .left, .site-top .site-top-ui .site-top-navigation .right {
    display: block;
  }
}
.site-top .site-top-ui .site-top-navigation .top-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
@media (max-width: 1000px) {
  .site-top .site-top-ui .site-top-navigation .top-menu {
    display: block;
  }
}
.site-top .site-top-ui .site-top-navigation .top-menu > a {
  color: #444444;
  text-decoration: none !important;
  font-weight: 700;
  margin: 0 0 0 30px;
  display: block;
}
@media (max-width: 1000px) {
  .site-top .site-top-ui .site-top-navigation .top-menu > a {
    margin: 10px 0;
  }
}
.site-top .site-top-ui .site-top-navigation .top-menu > a:hover {
  text-decoration: none;
}

footer {
  margin-top: 40px;
  background-color: #5B7328;
}
@media (max-width: 1000px) {
  footer {
    padding: 40px;
  }
}
footer .container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  footer .container {
    display: block;
  }
}
footer .container > * {
  margin: 40px 100px 40px 0;
}
@media (max-width: 1000px) {
  footer .container > * {
    margin: 20px 0;
  }
}
footer a, footer a:visited, footer a:hover {
  display: block;
  color: white;
  text-decoration: none;
  opacity: 0.65;
}
footer img {
  opacity: 0.65;
  width: 86px;
}

a.link, a.link:visited, div.page a {
  text-decoration: none;
  color: #5B7328;
  font-weight: 400;
}
a.link:hover, a.link:visited:hover, div.page a:hover {
  text-decoration: underline;
}

.material-symbols-outlined {
  text-decoration: none !important;
}

.card {
  padding: 30px;
  border-radius: 20px;
  background-color: white;
}
@media (max-width: 1000px) {
  .card {
    margin: 0 8px;
  }
}

.card-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1000px) {
  .card-container {
    padding: 0 20px;
  }
}
.card-container > div {
  margin: auto;
}

.popup-menu-anchor {
  cursor: pointer;
}

.popup-menu {
  margin-top: 5px;
  position: absolute;
  z-index: 1000;
  display: none;
  background-color: white;
  padding: 10px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.popup-menu a {
  display: block;
  white-space: nowrap;
  color: #444444;
  padding: 10px 20px;
  text-decoration: none;
}
.popup-menu a:hover {
  background-color: #f8f8f8;
  text-decoration: none;
}

hr {
  border: 1px solid #eeeeee;
}

h1 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  color: #5B7328;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 24px;
  font-weight: 500;
  color: #5B7328;
}
@media (max-width: 1000px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 500;
  color: #5B7328;
}
@media (max-width: 1000px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 17px;
  font-weight: 500;
  color: #5B7328;
}
@media (max-width: 1000px) {
  h4 {
    font-size: 16px;
  }
}

b {
  font-weight: 500;
}

.list-item {
  padding: 30px;
  border-radius: 10px;
  background-color: white;
  margin-bottom: 20px;
}

.light {
  font-weight: 300;
}

@media (min-width: 1000px) {
  .table-wrapper {
    padding: 30px;
    border-radius: 10px;
    background-color: white;
  }
}

.table {
  border-collapse: collapse;
}
@media (max-width: 1000px) {
  .table {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .table thead {
    display: none;
  }
}
@media (max-width: 1000px) {
  .table tbody {
    display: block;
    width: 100%;
  }
}
.table tr:not(:last-of-type) td {
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 1000px) {
  .table tr {
    display: block;
    width: 100%;
    background-color: white;
    border-bottom: 8px solid #e5e5e5;
    padding: 10px 0;
  }
}
.table th, .table td {
  padding: 10px 20px 10px 0;
}
.table th {
  text-align: left;
  font-weight: 500;
}
.table td {
  font-size: inherit;
}
@media (max-width: 1000px) {
  .table td {
    display: block;
    padding: 10px 20px;
  }
}
.table td .material-symbols-outlined {
  color: #aaaaaa;
}
.table td .material-symbols-outlined:hover {
  text-decoration: none;
  color: #444444;
}

.page {
  padding: 30px;
  border-radius: 10px;
  background-color: white;
}
@media (max-width: 1000px) {
  .page {
    margin: 0;
    border-radius: 0;
  }
}

.btn {
  display: inline-block;
  color: #5B7328 !important;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  background-color: white;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  margin: auto;
  width: fit-content;
  border: 1px solid #5B7328;
  padding: 8px 40px;
  border-radius: 1000px;
}
.btn:not(:first-of-type) {
  margin-left: 8px;
}
.btn:hover {
  text-decoration: none !important;
  border-color: black;
  color: #455a17 !important;
}
.btn.fileinput-button {
  overflow: inherit;
}
.btn.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer !important;
}

.button {
  cursor: pointer;
  display: block;
  margin: auto;
  width: fit-content;
  background-color: #5B7328;
  color: white;
  padding: 10px 40px;
  font-weight: 700;
  border: none;
  border-radius: 1000px;
  font-size: inherit;
  text-align: center;
}
.button:hover {
  background-color: #455a17;
}
.button:disabled {
  background-color: #c2c7b7;
}

button.material-symbols-outlined {
  border: 0;
  background: none;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.vertical-align-middle {
  vertical-align: middle;
}

.hidden {
  display: none;
}

.small {
  font-size: 14px !important;
}

.badge {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #5B7328;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

.nowrap {
  white-space: nowrap;
}

.cursor-pointer {
  cursor: pointer;
}

input[type=radio], input[type=checkbox] {
  accent-color: #5B7328;
}

.text-success {
  color: #77ad00 !important;
}

.text-danger {
  color: #cbc231 !important;
}

@media (max-width: 1000px) {
  .w-100-mobile {
    width: 100%;
    margin-left: 0 !important;
  }
}

@media (min-width: 1000px) {
  .w-50-desktop {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .hide-on-desktop {
    display: none;
  }
}

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