.align-items-center {
  align-items: center!important;
}

.justify-content-between {
  justify-content: space-between!important;
}

.d-flex {
  display: flex!important;
}

.flex-fill {
  flex: 1 1 auto!important;
}

.ms-1 {
  margin-left: .25rem!important;
}

.copytxt {
  border: none;
  font-weight: bolder!important;
}

#wc-zelle-form .logo-qr {
	display: inline-block !important;
	float: none !important;
	height: 100px !important;
	width: 100px !important;
	max-height: 100px !important;
	max-width: 100px !important;
	min-height: 100px !important;
	min-width: 100px !important;
}

#wc-zelle-form a,
#wc-zelle-form a:before,
#wc-zelle-form a:after,
#wc-zelle-form a:hover,
#wc-zelle-form a:active, .paym_link:hover {
	content: none;
	text-decoration: none!important;
}

#wc-zelle-form-pay .tutorial {
	width: 80% !important;;
	height: auto !important;;
}

#wc-zelle-form .my-2 {
  margin-top: .5rem!important;
  margin-bottom: .5rem!important;
}

#wc-zelle-form .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-bottom: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

#wc-zelle-form .align-items-center {
  align-items: center!important;
}

#wc-zelle-form .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

#wc-zelle-form .col-half, #wc-zelle-form .col-full {
  display: block;
  width: 100%;
}
@media (min-width:768px) {
  #wc-zelle-form .col-half {
    flex: 0 0 auto;
    width: 45%;
  }
}

#wc-zelle-form .flex-column {
  flex-direction: column!important;
}

#wc-zelle-form .d-flex {
  display: flex!important;
}

#wc-zelle-form .flex-wrap {
  flex-wrap: wrap!important;
}

#wc-zelle-form .justify-content-center {
  justify-content: center!important;
}

#wc-zelle-form .mb-1 {
  margin-bottom: .25rem!important;
}

#wc-zelle-form img, #wc-zelle-form svg {
  vertical-align: middle;
}

#wc-zelle-form .text-center {
  text-align: center!important;
}

#wc-zelle-form .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

#wc-zelle-form .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#wc-zelle-form button, #wc-zelle-form input, #wc-zelle-form optgroup, #wc-zelle-form select, #wc-zelle-form textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#wc-zelle-form .me-2 {
  margin-right: .5rem!important;
}

#wc-zelle-form .form-label {
  margin-bottom: .5rem;
}

#wc-zelle-form .fw-bold {
  font-weight: 700!important;
}

#wc-zelle-form .position-relative {
  position: relative!important;
}

#wc-zelle-form .w-250 {
  max-width: 250px;
}

#wc-zelle-form .my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}