:root {
  --bg100: #131313;
  --bg200: #191919;
  --bg300: #939db81c;
  --accent: #c23030;
  --contrast: #e7e9f5;
  --text: #e7e9f5;
  --on: #17c05d;
  --off: #c23030;
}
@keyframes bd-11otxeb-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in.bd-11otxeb.bd-11otxeb.bd-11otxeb {
  opacity: 0;
  animation: bd-11otxeb-fadeIn 0.25s ease-out forwards;
}
.checkbox-wrapper.bd-11otxeb.bd-11otxeb.bd-11otxeb {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.checkboxlabel.bd-11otxeb.bd-11otxeb.bd-11otxeb {
  margin-left: 0.8rem;
}
.checkbox-wrapper.bd-11otxeb label.checkbox-container.bd-11otxeb.bd-11otxeb {
  margin-right: 0.5rem !important;
  display: flex;
  align-items: center;
}
.checkmark.bd-11otxeb.bd-11otxeb.bd-11otxeb {
  bottom: auto !important;
  position: absolute;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: var(--bg300);
  border-radius: 0.35rem;
}
.checkbox-container.bd-11otxeb:hover input.bd-11otxeb ~ .checkmark.bd-11otxeb {
  background-color: var(--bg300);
  transition: all 0.3s ease-in-out;
}
.checkbox-container.bd-11otxeb
  input.bd-11otxeb:checked
  ~ .checkmark.bd-11otxeb {
  background-color: var(--accent);
}
.checkmark.bd-11otxeb.bd-11otxeb.bd-11otxeb:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container.bd-11otxeb
  input.bd-11otxeb:checked
  ~ .checkmark.bd-11otxeb:after {
  display: block;
}
.checkbox-container.bd-11otxeb .checkmark.bd-11otxeb.bd-11otxeb:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 11px;
  border: solid var(--contrast);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-container.bd-11otxeb.bd-11otxeb.bd-11otxeb {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-top: 0.1rem;
}
.checkbox-container.bd-11otxeb input.bd-11otxeb.bd-11otxeb {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.discounttag.bd-11otxeb.bd-11otxeb.bd-11otxeb {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
  transform: translate(-1rem);
  overflow-x: hidden;
  overflow-y: hidden;
  text-wrap-mode: nowrap;
  max-width: 0rem;
  transition: 0.5s ease;
  margin-left: 0;
}
.discounttag.open.bd-11otxeb.bd-11otxeb.bd-11otxeb {
  transform: translate(0);
  opacity: 1;
  margin-left: 5px;
  max-width: 10rem;
}
.paypal-progress-fill.bd-11otxeb.bd-11otxeb.bd-11otxeb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: var(--accent);
  animation: bd-11otxeb-paypalFill 3s linear forwards;
}
@keyframes bd-11otxeb-paypalFill {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.spinner-sm.bd-11otxeb.bd-11otxeb.bd-11otxeb {
  border: 2px solid rgb(147 157 184 / 0.1);
  border-top: 2px solid #c23030;
  border-radius: 50%;
  width: 0.875rem;
  height: 0.875rem;
  animation: bd-11otxeb-spin 1s linear infinite;
}
@keyframes bd-11otxeb-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
