html {
  font-size: 90%;

}

html, body {
  height: 100%;
  background-color: #F8F9FA;
}

.login-username > input {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;

}

.login-password > input {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;

}

.bg-remondis {
  background-color: #E2001A;
}

.c-pointer { cursor: pointer; }

:root {
  --fill_state_value: 0%;
  --fill_state_color: transparent;
}

table {
  font-size: 90%;
}

.filled-state {
  background: linear-gradient(to left, var(--fill_state_color) var(--fill_state_value), transparent 0) no-repeat;
}

#accordionSearch .accordion-button {
  background-color: #e2e3e5;
  box-shadow: none;
  color: rgb(33, 37, 41);
}

.popover-large {
  --bs-popover-max-width: 350px;
}