body {
  min-height: 75rem;
  padding-top: 4.5rem;
  font-size: 18px;
  line-height: 1.8889em;
}

body[theme="light"] {
  background-color: #e8f0ea !important;
  color: #000000;
}

body[theme="dark"] {
  background-color: #021d09 !important;
  color: #a7a7a7 !important;
}

[theme="dark"] .link-body-emphasis {
  color: #c6c1c1 !important;
}

.head-nav, .dropdown-menu-btn, footer {
  background-color: white;
}

.head-nav img {
  max-height: 44px;
  width: auto;
}

.dropdown-menu-btn {
  color: black;
  min-width: 24px;
}

.search-field {
  background-color: #b2beb1;
}

.form-signin {
  min-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-floating > .form-control {
  background-color: #d3e1e1;
  border: #c4d1cf solid;
}

.form-signin .form-elements {
  background-color: #e6e6ee;
}

.navbar-nav .nav-link.active, .btn-group:has(.active) > a, .dropdown-item.active {
  color: #f5334b;
}

.dropdown-menu, .dropdown-item.active {
  background-color: #e8f0ea;
}

.nav-link {
  color: black;
}

.nav-link:hover, .nav-link:focus {
  color: green;
}

footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}

.image-align-left {
  float: left;
}

.image-align-right {
  float: right;
}

.image-align-center {
  text-align: center;
}

.image-align-left > img, .image-align-right > img, .image-align-center > img {
  border-radius: 0.375rem;
}

.bg-content {
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.1;
  margin: auto;
  top: 25%;
  z-index: revert;
}

.post-content {
  position: relative;
}

.post-content a {
  color: #750000;
  text-decoration-style: double;
}

.btn-group a {
  font-size: 24px;
}

.breadcrumb-chevron {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  gap: .5rem;
}

.head-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 150px 0 150px;
}

.post-content > h2 {
  border-left: #f5334b;
  border-left-width: medium;
  border-left-style: solid;
  padding: 15px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.post-content > h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.post-content > h4 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.post-content > h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-content > h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .head-title {
      padding: 80px 0 80px;
  }
}

@media (min-width: 768px) {
  .head-title {
      padding: 150px 0 150px;
  }
}

#goTop, #mode {
  position: fixed;
  right: 15px;

  a {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: none;
    transition: opacity 0.3s linear;

    &:hover {
      opacity: 0.4;
    }
  }
}

#goTop {
  bottom: 105px;
}

#mode {
  bottom: 65px;
}

.hidden {
  display: none;
}

label[for="floatingPassword"] + button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  background: none;
  margin: 8px;
}

  