html body {
  color: black;
}
html body .error {
  color: #c4241f;
}
html body .pagination-container {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body .pagination-container .pagination {
  display: flex;
}
html body .pagination-container .items-on-page-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: inherit;
  white-space: nowrap;
}
html body .pagination-container .items-on-page-container label {
  margin: 5px;
}
html body .no-items {
  padding: 30px;
  text-align: center;
}
html body .btn.btn-primary {
  color: #ffffff;
}
html body .single-value {
  padding: 0.3em 0.5em;
  border-radius: 0.3em;
  background: #b0b1b3;
  line-height: calc(100% + 1em);
  white-space: nowrap;
}
html .consent:before {
  content: "3.5em";
}
html .page-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
html .page-header .navbar-custom {
  position: relative;
}
html .cookie-consent-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1051;
  opacity: 0.95;
}
html .cookie-consent-wrapper .cookie-consent-container {
  background-color: #343a40;
  color: #f8f9fa;
  flex-wrap: wrap;
}
html .cookie-consent-wrapper .cookie-consent-container .consent-buttons-wrapper {
  white-space: nowrap;
  align-self: flex-end;
}
html .cookie-consent-wrapper .cookie-consent-container .consent-text-wrapper {
  padding: 0;
}
html .cookie-consent-wrapper .cookie-informations-collapse {
  background-color: #f8f9fa;
}
html .tooltip-help {
  cursor: help;
}
/*# sourceMappingURL=ridics.authorization.main.css.map */
