form {
  margin: 0.5rem 0;
}

input, textarea, select {
  margin: 0.5rem 0;
}

input {
  font-size: 1rem;
  width: 100%;
  padding: 0.2rem 1.4rem;
  margin: 0.2rem 0;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #c7c7c7;
}

label {
  font-size: 1rem;
  font-weight: bold;
  display: block;
}

textarea {
  width: 100%;
  margin: 0.2rem 0;
  padding: 0.2rem 1.4rem;
  outline: none;
  border: 1px solid #c7c7c7;
}

form button {
  display: block;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0.2rem;
  background-color: #e5e5e5;
}
form button:hover {
  box-shadow: 2px 2px 7px #e5e5e5;
  background-color: #c7c7c7;
}

select {
  width: fit-content;
}

.close-message {
  display: block;
  float: right;
  cursor: pointer;
  padding: 10px;
  font-size: 22px;
  transform: scale(1.5, 1);
  position: relative;
  top: -10px;
}

.drupal-messages {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  padding: 17px 55px;
  margin: 0 auto;
  background-color: #000000;
  color: #ffffff;
}

.warning:before {
  content: "WARNING: ";
}

.status:before {
  content: "SUCCESS: ";
}

.drupal-message-content {
  margin: 5px;
}

table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9rem;
  min-width: 400px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

thead tr {
  background-color: #1d428a;
  text-align: left;
  color: #fff;
  font-weight: 900;
}

table th,
table td {
  padding: 10px 15px;
}

table tbody tr {
  border-bottom: 1px solid #dddddd;
}

table tbody tr:nth-of-type(even) {
  background-color: #f5f5f5;
}

table tbody tr:last-of-type {
  border-bottom: 2px solid #1d428a;
}

.button {
  width: fit-content;
  color: #ffffff;
  display: inline-block;
  background-color: #1d428a;
  border: none;
  padding: 0.4rem 1rem;
  text-align: center;
  border-radius: 6px;
  min-width: 120px;
  margin: 0px 10px 10px 0px;
}
.button a {
  color: white;
  text-decoration: none;
}
.button a:hover {
  text-decoration: underline;
}

nav.breadcrumb ul {
  display: flex;
  list-style: none;
}
nav.breadcrumb ul li {
  padding: 5px;
}
nav.breadcrumb ul li:after {
  content: "/";
  margin-left: 5px;
}
nav.breadcrumb ul li:last-child:after {
  content: "";
}
nav.breadcrumb ul li a {
  color: #1d428a;
  text-decoration: none;
  font-weight: 600;
}
nav.breadcrumb ul li a:hover {
  text-decoration: underline;
}

html {
  font-size: 16px;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.dialog-off-canvas-main-canvas {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

main {
  flex-grow: 1;
}

.navbar {
  background-color: #1d428a;
  border-bottom: 2px solid #ff9800;
}
.navbar__logo {
  height: 50px;
  width: 100%;
}
@media (max-width: 500px) {
  .navbar__logo {
    height: 40px;
  }
}
.navbar nav .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .navbar nav .menu {
    flex-direction: column;
    gap: 0;
  }
}
.navbar nav .menu a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: end;
    flex-basis: auto;
  }
}
.navbar-toggler {
  background: #fff;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.footer {
  background-color: #1d428a;
  text-align: center;
  color: #fff;
  margin-top: 80px;
}
.footer__logo {
  width: 300px;
  margin-top: -30px;
  position: relative;
}
.footer__circle {
  border-radius: 50%;
  width: 135px;
  height: 135px;
  margin: 0 auto;
  transform: translateY(80px);
  margin-top: -150px;
  background-color: #1d428a;
}
.footer__logo-span {
  transform: translate(-83px, 24px);
}
.footer__copyright {
  margin-top: 30px;
}
.footer__text {
  padding-bottom: 50px;
}/*# sourceMappingURL=main.css.map */