html {
  /* font-size: 62.5%; */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
  scroll-behavior: smooth;
  --bs-body-font-family: "Poppins", sans-serif;
}
body,
html {
  height: 100%;
}
body {
  font: normal 400 10pt "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-y: auto;
}
b {
  font-weight: bold;
}
/* Main Site  */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.navbar .nav-link.active {
  background-color: #da4453;
  color: #fff;
  border-radius: 0.25rem;
}
.alert.alert-light {
  border-color: lightgrey;
}
.alert-footer {
  padding: 0.5rem;
  background: lightgrey;
  margin: -1rem;
  margin-top: 0.5rem;
  border-radius: 0 0 0.375rem 0.375rem;
}
img {
  object-fit: cover;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.form-control:focus {
  background: #333;
  color: #efefef;
}
.form-control:focus::placeholder {
  color: #99ccff;
}
code,
pre {
  font-family: "jetbrains-mono", monospace;
}
.mono {
  font-family: "jetbrains-mono", monospace;
}
.input-group {
  .input-group-text {
    /* font-size: 1rem; */
    font-weight: bold;
  }
}
.form-control {
  /* font-size: 1rem; */
  font-weight: bold;
  color: #333;
}
.btn {
  font-weight: bold;
}

.form-check-input {
  background-color: var(--bs-light-bg);
}
.form-check-input:checked {
  background-color: var(--bs-danger-bg);
  border-color: var(--bs-danger-brd);
}
.aside-nav {
  .nav-link {
    color: #333;
  }
  .nav-link.active {
    background: #333;
    color: #efefef;
  }
}
.login {
  background-image: url("/assets/images/login_backgroud.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.alert {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.125);
}

.nav-tabs {
  padding: 1rem 1rem 0 1rem;
  background: #333;
  border: none;
  margin: none;
}
.nav-tabs .nav-link {
  color: #efefef;
  border: none;
  font-weight: normal;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
  background: #efefef;
  color: #333;
  font-weight: bold;
}
.nav-tabs .nav-link:hover {
  background: #333;
  color: #efefef;
}
.tab-content {
  padding: 1rem;
  background: #efefef;
}
input:read-only {
  background: #ccc;
}
.card-sm > div {
  padding: 0.5rem;
}
.navbar-nav .nav-item .nav-link {
  font-size: 10pt;
}
.dropdown-menu .dropdown-item {
  font-size: 10pt;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  font: normal 400 10pt "Poppins", sans-serif;
}
header {
  background: #003366;
  color: #f5f7fa;
}
header .navbar .navbar-nav .nav-item a.nav-link,
header .navbar-brand {
  color: #f5f7fa;
}
header .navbar .navbar-nav .nav-item > a.nav-link:hover {
  color: #ccc;
}
