@import url("./fonts.41d78d1aad53.css");

:root {
  --bs-link-color-rgb: 35, 65, 97;
  --bs-link-hover-color-rgb: red;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.site {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

.social .nav-item a {
  width: 2em;
  height: 2em;
}

.doc-body p:first-child {
  text-indent: 2em;
}

.doc-body ol,
.doc-body ul {
  list-style-position: inside;
  padding-left: 0;
}

/*.doc-body li {
text-indent: 0;
}*/

ol,
ul {
  padding-left: 1em;
}

.doc-header p {
  margin-bottom: 0.5rem;
}

.fs-7 {
  font-size: 0.75rem;
}

.collapse-menu .dropdown-item {
  padding-left: 1rem !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

legend {
  font-size: 1rem;
}

mark {
  display: inline-block;
}

/* .with-custom-datepicker #div_id_date_range {
  display: none;
} */

@media (min-width: 576px) {
  .text-sm-justify {
    text-align: justify;
  }
}
