.site-back-to-top, .site-back-to-top:focus {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  margin-right: -25px;
  color: #222222;
  border: none;
  padding: 8px 12px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  box-shadow: none;
  outline: none;
  background-color: #ED7422;
  cursor: pointer;
  border-radius: 0.25rem;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
  z-index: 2000;
}
.site-back-to-top .back-to-top-contents, .site-back-to-top:focus .back-to-top-contents {
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #ffffff;
  overflow: hidden;
  text-decoration: none;
}

.animate-flip {
  animation: kf-flip 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
  transform-style: preserve-3d;
}
.animate-flip .animate-flip-front {
  backface-visibility: hidden;
}
.animate-flip .animate-flip-back {
  backface-visibility: hidden;
  transform: rotateX(180deg);
}
@keyframes kf-flip {
  0% {
    transform: translateY(0) translateZ(0) rotateX(0);
    transform-origin: 50% 0%;
  }
  100% {
    transform: translateY(-100%) translateZ(160px) rotateX(-180deg);
    transform-origin: 50% 100%;
  }
}
#confetti {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

a.badge {
  text-decoration: none;
}

.badge-lg {
  font-size: 1rem;
  font-weight: normal;
}

.btn.btn-plain {
  color: #212529;
}
.btn.btn-plain:hover, .btn.btn-plain:active {
  border-color: rgba(33, 37, 41, 0.1);
}

.btn-xs {
  font-size: 0.75em;
  padding: 0.35em 0.65em;
  line-height: 1;
}

.btn [class^=bi-] {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.dropdown-item > [class^=bi-]:first-child {
  margin-right: 0.5rem;
}

.card-header + .card-body {
  padding-top: 0;
}

.card-footer.card-footer-shaded {
  background: #f7f7f7;
}

a.card {
  text-decoration: none;
  cursor: pointer;
}
a.card:hover {
  color: #ef8238 !important;
}

.card .block-link {
  display: block;
  text-decoration: none;
  color: #212529;
}
.card .block-link:hover .block-link-hover-highlight {
  color: #ef8238;
}

.card-featured .card-featured-image img {
  border-radius: 1.3rem !important;
}

@media (min-width: 992px) {
  .card-featured {
    display: flex;
    flex-direction: row;
    gap: 0 !important;
    align-items: stretch !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-featured .card-featured-image img {
    max-width: 496px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .card-featured .card-featured-image img {
    max-width: 600px;
  }
}
@media (min-width: 1400px) {
  .card-featured .card-featured-image img {
    max-width: 700px;
  }
}
@media (max-width: 991.98px) {
  .card-featured {
    display: grid;
    gap: 0 !important;
  }
  .card-featured .card-featured-image img {
    width: 100%;
    height: auto;
  }
}
:root {
  --card-img-capped-height: 40vh;
}

.card-img-capped {
  max-height: var(--card-img-capped-height);
  overflow: hidden;
  border-radius: 1.3rem;
}
.card-img-capped > img {
  width: 100%;
  height: auto;
}

.card-img-overlaid {
  position: relative;
}
.card-img-overlaid > img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 1.3rem;
}
.card-img-overlaid > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #222222;
  background-color: rgba(var(--bs-light-rgb), 0.85);
  border-radius: 1.3rem 1.3rem 0 0;
}
.card-img-overlaid > .overlay h1, .card-img-overlaid > .overlay h2, .card-img-overlaid > .overlay h3, .card-img-overlaid > .overlay h4, .card-img-overlaid > .overlay h5, .card-img-overlaid > .overlay h6 {
  padding: 0.5rem 1rem;
  margin: 0;
  font-weight: 600;
}

.card-img-overlay-shaded {
  padding: 0;
}
.card-img-overlay-shaded > * {
  padding: 1rem;
  background-color: rgba(var(--bs-light-rgb), 0.75) !important;
  color: #222222 !important;
  border-radius: 1.3rem 1.3rem 0 0 !important;
}

.card > .row > .card-bg-image {
  border-top-left-radius: 1.3rem !important;
  border-bottom-left-radius: 1.3rem !important;
}

@media (max-width: 767.98px) {
  .card .card-bg-image {
    background-clip: content-box;
  }
  .card > .row > .card-bg-image {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
}
img.user-avatar {
  width: 3rem;
  max-height: 3rem;
  border-radius: 0.25rem;
}

img.user-avatar-sm {
  width: 1.5rem;
  max-height: 1.5rem;
  border-radius: 0.25rem;
}

img.user-avatar-lg {
  width: 8rem;
  max-height: 8rem;
  border-radius: 0.25rem;
}

img.group-avatar {
  width: 5rem;
  max-height: 5rem;
  border-radius: 0.25rem;
}

img.secure-src-loading {
  opacity: 0;
}

.list-group-item-action[ng-click] {
  cursor: pointer;
}

.card-body + .list-group-flush .list-group-item:first-child {
  border-top-width: 1px;
}

.list-group-item-image-bg {
  text-shadow: 0 0 2px #ffffff;
  background-size: cover;
  background-clip: padding-box;
  padding: 0;
}
.list-group-item-image-bg > div {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0.5rem 1rem;
}

.modal-body-scrollable {
  overflow: auto;
  max-height: 45rem;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .modal-lg {
    max-width: 75%;
  }
}
.tab-content.tab-content-bordered {
  border: 1px solid #dee2e6;
  border-top: none;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding: 1rem;
}

.nav-tabs .nav-link .badge {
  margin-inline-start: 0.25rem;
}

.nav.nav-underline .nav-link {
  cursor: pointer;
  border-bottom: 0.2rem solid transparent;
}
.nav.nav-underline .nav-link.active {
  font-weight: bold;
  color: #495057;
  border-bottom-color: #495057;
}

.text-shadowed {
  text-shadow: 0 0 0.3rem #222222;
}

.nowrap {
  white-space: nowrap;
  text-wrap: none;
}

.keep-whitespace {
  white-space: pre-wrap;
}

blockquote {
  border-left: 0.2rem solid #e4e4e4;
  padding: 0.5rem 1rem;
}

dl.dl-horizontal {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
dl.dl-horizontal dt {
  text-align: end;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
dl.dl-horizontal dt::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 576px) {
  dl.dl-horizontal dt {
    flex: 0 0 auto;
    width: 25%;
  }
}
dl.dl-horizontal dd {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 576px) {
  dl.dl-horizontal dd {
    flex: 0 0 auto;
    width: 75%;
  }
}

.capped-height {
  overflow: auto;
  max-height: 100vh;
}

.cursor-pointer {
  cursor: pointer;
}

.preserve-whitespace {
  white-space: pre-line;
}

@media (min-width: 576px) {
  .capped-height {
    max-height: 40vh;
  }
}
.z-index-fixed {
  z-index: 1030;
}