a.btn.btn-link:link, a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a.btn.btn-link {
  text-decoration: none;
}

.form-i18n .btn {
  color: var(--bs-heading-color)
}

.form-check-label {
  cursor: pointer;
}

.text-superbig {
  font-size: 15rem;
  font-weight: 300;
}

input[type="text"].form-control.is-invalid,
input[type="email"].form-control.is-invalid,
input[type="password"].form-control.is-invalid {
  background-image: none;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.h-30px {
  height: 30px;
}

.btn-navbar {
  font-size: .8em;
  text-transform: uppercase;
}

.header-dark-mode-switch {
  padding: 6px;
}

footer {
  /* background-color: rgba(var(--bs-body-color-rgb), 0.2) !important; */
}

.csrf {
  width: 100%;
  font-size: 0.7em;
  border: 0;
}

.list-group-item i {
  /* font-size: 40px; */
  /* vertical-align: middle; */
  border: 0;
}

section {
  margin: auto;
}

.h-50px {
  height: 50px;
}

.h-60px {
  height: 60px;
}

.w-50px {
  width: 50px;
}

.w-100px {
  width: 100px;
}

.font-bold {
  font-weight: 700 !important;
}

.outer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: var(--bs-body-bg);
  z-index: 100;
}

.scroll-top-wrapper {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  position: fixed;
  right: 13px;
  bottom: 60px;
  width: 40px;
  height: 40px;
  background: #E4001B;
  transition: all 0.25s linear;
  -webkit-backface-visibility: hidden;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
}



.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}

.scroll-top-wrapper i.fa-angle-up {
  transition: all 0.3s ease;
  padding-top: 6px;
}

.scroll-top-wrapper:hover i.fa-angle-up {
  padding-top: 2px;
}
