html, body {
  overflow-x: hidden;
}

.copyright {
  position: fixed;
  width: 100%;
  bottom: 3rem;
  left: 0;
  right: 0;
  opacity: 0.6;
  z-index: -1;
  font-weight: 600;
}

.list-group-item-mixed .floating-btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.animated,
.animated-list > .list-group-item,
.animated-list > .list-group-item-mixed {
  animation-duration: .25s;
  animation-fill-mode: both;
}

.animated-list > .list-group-item,
.animated-list > .list-group-item-mixed {
  animation-name: animatedList;
}

.animated-list > .list-group-item:nth-of-type(1),
.animated-list > .list-group-item-mixed:nth-of-type(1) {
  animation-delay: .05s;
}

.animated-list > .list-group-item:nth-of-type(2),
.animated-list > .list-group-item-mixed:nth-of-type(2) {
  animation-delay: .1s;
}

.animated-list > .list-group-item:nth-of-type(3),
.animated-list > .list-group-item-mixed:nth-of-type(3) {
  animation-delay: .15s;
}

.animated-list > .list-group-item:nth-of-type(4),
.animated-list > .list-group-item-mixed:nth-of-type(4) {
  animation-delay: .2s;
}

.animated-list > .list-group-item:nth-of-type(5),
.animated-list > .list-group-item-mixed:nth-of-type(5) {
  animation-delay: .25s;
}

.animated-list > .list-group-item:nth-of-type(6),
.animated-list > .list-group-item-mixed:nth-of-type(6) {
  animation-delay: .3s;
}

.animated-list > .list-group-item:nth-of-type(7),
.animated-list > .list-group-item-mixed:nth-of-type(7) {
  animation-delay: .35s;
}

.animated-list > .list-group-item:nth-of-type(8),
.animated-list > .list-group-item-mixed:nth-of-type(8) {
  animation-delay: .4s;
}

.animated-list > .list-group-item:nth-of-type(9),
.animated-list > .list-group-item-mixed:nth-of-type(9) {
  animation-delay: .45s;
}

.animated-list > .list-group-item:nth-of-type(10),
.animated-list > .list-group-item-mixed:nth-of-type(10) {
  animation-delay: .5s;
}

.animated-list > .list-group-item:nth-of-type(11),
.animated-list > .list-group-item-mixed:nth-of-type(11) {
  animation-delay: .55s;
}

.animated-list > .list-group-item:nth-of-type(12),
.animated-list > .list-group-item-mixed:nth-of-type(12) {
  animation-delay: .6s;
}

.animated-list > .list-group-item:nth-of-type(13),
.animated-list > .list-group-item-mixed:nth-of-type(13) {
  animation-delay: .65s;
}

.animated-list > .list-group-item:nth-of-type(14),
.animated-list > .list-group-item-mixed:nth-of-type(14) {
  animation-delay: .7s;
}

.animated-list > .list-group-item:nth-of-type(15),
.animated-list > .list-group-item-mixed:nth-of-type(15) {
  animation-delay: .75s;
}

.animated-list > .list-group-item:nth-of-type(16),
.animated-list > .list-group-item-mixed:nth-of-type(16) {
  animation-delay: .8s;
}

.animated-list > .list-group-item:nth-of-type(17),
.animated-list > .list-group-item-mixed:nth-of-type(17) {
  animation-delay: .85s;
}

.animated-list > .list-group-item:nth-of-type(18),
.animated-list > .list-group-item-mixed:nth-of-type(18) {
  animation-delay: .9s;
}

.animated-list > .list-group-item:nth-of-type(19),
.animated-list > .list-group-item-mixed:nth-of-type(19) {
  animation-delay: .95s;
}

.animated-list > .list-group-item:nth-of-type(20),
.animated-list > .list-group-item-mixed:nth-of-type(20) {
  animation-delay: 1s;
}

.animated-list > .list-group-item:nth-of-type(21),
.animated-list > .list-group-item-mixed:nth-of-type(21) {
  animation-delay: 1.05s;
}

.animated-list > .list-group-item:nth-of-type(22),
.animated-list > .list-group-item-mixed:nth-of-type(22) {
  animation-delay: 1.1s;
}

.animated-list > .list-group-item:nth-of-type(23),
.animated-list > .list-group-item-mixed:nth-of-type(23) {
  animation-delay: 1.15s;
}

.animated-list > .list-group-item:nth-of-type(24),
.animated-list > .list-group-item-mixed:nth-of-type(24) {
  animation-delay: 1.2s;
}

.animated-list > .list-group-item:nth-of-type(25),
.animated-list > .list-group-item-mixed:nth-of-type(25) {
  animation-delay: 1.25s;
}

.animated-list > .list-group-item:nth-of-type(26),
.animated-list > .list-group-item-mixed:nth-of-type(26) {
  animation-delay: 1.3s;
}

.animated-list > .list-group-item:nth-of-type(27),
.animated-list > .list-group-item-mixed:nth-of-type(27) {
  animation-delay: 1.35s;
}

.animated-list > .list-group-item:nth-of-type(28),
.animated-list > .list-group-item-mixed:nth-of-type(28) {
  animation-delay: 1.4s;
}

.animated-list > .list-group-item:nth-of-type(29),
.animated-list > .list-group-item-mixed:nth-of-type(29) {
  animation-delay: 1.45s;
}

.animated-list > .list-group-item:nth-of-type(30),
.animated-list > .list-group-item-mixed:nth-of-type(30) {
  animation-delay: 1.5s;
}

.animated-list > .list-group-item:nth-of-type(31),
.animated-list > .list-group-item-mixed:nth-of-type(31) {
  animation-delay: 1.55s;
}

.animated-list > .list-group-item:nth-of-type(32),
.animated-list > .list-group-item-mixed:nth-of-type(32) {
  animation-delay: 1.6s;
}

.animated-list > .list-group-item:nth-of-type(33),
.animated-list > .list-group-item-mixed:nth-of-type(33) {
  animation-delay: 1.65s;
}

.animated-list > .list-group-item:nth-of-type(34),
.animated-list > .list-group-item-mixed:nth-of-type(34) {
  animation-delay: 1.7s;
}

.animated-list > .list-group-item:nth-of-type(35),
.animated-list > .list-group-item-mixed:nth-of-type(35) {
  animation-delay: 1.75s;
}

.animated-list > .list-group-item:focus-within,
.animated-list > .list-group-item-mixed:focus-within {
  z-index: 100;
}

@keyframes animatedList {
  from {
    transform: translateX(-50%);
    opacity: 0;
  } to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slideInRight {
  animation-name: slideInRight;
}

.slideInLeft {
  animation-name: slideInLeft;
}

.slideOutRight {
  animation-name: slideOutRight;
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-50%);
    opacity: 0;
  } to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(50%);
    opacity: 0;
  } to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  } to {
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  } to {
    transform: translateX(-50%);
    opacity: 0;
  }
}

.success-checkmark {
  display: none;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  transform: scale(1.5);
}

.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  box-sizing: content-box;
}

.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  } 54% {
    width: 0;
    left: 1px;
    top: 19px;
  } 70% {
    width: 50px;
    left: -8px;
    top: 37px;
  } 84% {
    width: 17px;
    left: 21px;
    top: 48px;
  } 100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  } 65% {
    width: 0;
    right: 46px;
    top: 54px;
  } 84% {
    width: 55px;
    right: 0px;
    top: 35px;
  } 100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.fade-in-up {
  --target-opacity: 1;
  --initial-transform: translateY(20px);
  --target-transform: translateY(0);
  opacity: var(--target-opacity);
  transform: var(--target-transform);
  animation: fadeInUp 1s ease;
}

.fade-in-up:nth-child(1) { animation-delay: 0s; }
.fade-in-up:nth-child(2) { animation-delay: 0.1s; }
.fade-in-up:nth-child(3) { animation-delay: 0.2s; }
.fade-in-up:nth-child(4) { animation-delay: 0.3s; }
.fade-in-up:nth-child(5) { animation-delay: 0.4s; }

.title h1 {
  font-size: 10rem;
  filter: saturate(1.5) brightness(0.95);
  mask: linear-gradient(0deg, rgbA(0, 0, 0, 0) 14%, rgb(255, 255, 255) 70%);
}

.copyright {
  --target-opacity: 0.6;
  animation: fadeIn 1.5s ease-out;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: var(--target-opacity); }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: var(--initial-transform);
  }

  100% {
    opacity: var(--target-opacity);
    transform: var(--target-transform);
  }
}

@keyframes colorReveal {
  0% {
    filter: saturate(0);
  }

  100% {
    filter: saturate(1);
  }
}

body::before {
  --target-opacity: 0.25;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(180deg, rgba(var(--bs-body-bg-rgb), 0.01), rgba(var(--bs-body-bg-rgb), 1) 100%), radial-gradient(ellipse at top left, rgba(var(--bs-primary-rgb), 0.5), transparent 50%), radial-gradient(ellipse at top right, rgba(var(--bs-primary-rgb), 0.5), transparent 50%), radial-gradient(ellipse at center right, rgba(112.520718, 44.062154, 249.437846, 0.5), transparent 90%), radial-gradient(ellipse at center left, rgba(var(--bs-primary-rgb), 0.5), transparent 80%) !important;
  mix-blend-mode: exclusion;
  opacity: var(--target-opacity);
  animation: colorReveal 1.5s ease-out;
}

.webrun-index-content::before,
.webrun-index-content::after {
  --target-opacity: 1;
  --initial-transform: translateY(20px) rotate(-40deg);
  --target-transform: translateY(0) rotate(-45deg);
  position: absolute;
  content: "";
  display: block;
  background: rgba(var(--bs-body-color-rgb), 0.05);
  border-radius: 10rem;
  box-shadow: 0 10rem 10rem rgba(var(--bs-box-shadow-color-rgb), 0.1);
  transform: var(--target-transform);
  animation: fadeInUp 1s ease;
}

.webrun-index-content::before {
  width: 80vw;
  height: 80vw;
  bottom: -40vw;
  left: 25vw;
}

.webrun-index-content::after {
  width: 60vw;
  height: 60vw;
  bottom: -30vw;
  left: 80vw;
}

.logo {
  width: 100%;
  max-width: 15rem;
  pointer-events: none;
}

.card {
  border-radius: 1rem !important;
  overflow: hidden !important;
  max-width: 37rem !important;
  max-height: 70svh !important;
  background-color: rgba(var(--bs-card-bg-rgb), 0.5) !important;
  backdrop-filter: blur(10px);
  background-image: radial-gradient(at 70% 51%, rgba(var(--bs-primary-rgb), 0.02), rgb(0, 0, 0, 0));
}

.card::before {
  content: "";
  position: relative;
  width: 100%;
  height: 6px;
  min-height: 6px;
  background-color: var(--bs-primary);
  top: 0;
  left: 0;
  right: 0;
}

.list-group .list-group-item:not(.disabled) {
  cursor: pointer;
  background-color: rgba(var(--bs-body-color-rgb), 0.01) !important;
}

.list-group .list-group-item:not(.disabled):not(.active):not(:active):hover {
  background-color: rgba(var(--bs-body-color-rgb), 0.2) !important;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: var(--bs-body-bg);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(var(--bs-primary-rgb), 0.5);
  border-radius: 10px;
  border: 3px solid var(--bs-body-bg);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.5);
}

* {
  scrollbar-color: rgba(var(--bs-primary-rgb), 0.5) var(--bs-body-bg);
  scrollbar-width: thin;
}
