html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.fastlink-scroll-wrap {
  position: relative;
}

.fastlink-scroll-hint {
  position: absolute !important;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  color: #fff;
  background: rgba(0, 0, 0, .55);
  border-top-left-radius: .35rem;
  border-bottom-left-radius: .35rem;
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .fastlink-scroll-wrap .menu-secondary {
    padding-right: 3rem;
  }

  .fastlink-scroll-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .7));
    pointer-events: none;
    z-index: 1;
  }
}