@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: space-between;
  align-items: center;
  font-family: "Segoe UI",Arial,sans-serif;
  font-size: 42px;
  font-weight: 100;
  padding-left: 20px;
  padding-right: 20px;
}

.title > a {
  color: black;
  text-decoration: none;
  white-space: nowrap;
}

.menu {
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 60px;
  box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.2);
}

.menu > a {
  font-family: "Segoe UI",Arial,sans-serif;
  font-size: 20px;
  text-decoration: none;
  padding: 3px 24px 5px 24px;
  color: white;
  white-space: nowrap;
}

.menu > a:hover {
  background-color: rgb(239, 67, 67);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
}

.r-container {
  display: flex;
}

.r-reports {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.r-reports > a {
  font-family: "Segoe UI",Arial,sans-serif;
  font-size: 17px;
  text-decoration: none;
  padding: 3px 24px 4px 24px;
  color: black;
}

.r-reports > a:hover {
  background-color: rgb(54, 173, 244);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  color: white;
}

.r-webreport {
  padding-left: 20px;
  padding-right: 24px;
}
