.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;
}

.get-cash-form {
    border: dotted;
    padding: 3em;
}

.get-cash-form-result {
    display: flex;
    align-items: center;
}

.get-cash-form-img {
    float: none!important; max-height:150px!important; max-width:100px!important;
    padding: 5px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,02);
}

.get-cash-brand_logo {
  width: 50px;
  height: 50px;
}

.get-cash-my-2 {
  margin-top: -5rem!important;
  margin-bottom: .5rem!important;
}

.get-cash-row {
  --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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

@media (min-width:768px) {
  .get-cash-align-items-md-center {
    align-items: center!important;
  }
}

.get-cash-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);
}

.get-cash-flex-column {
  flex-direction: column!important;
}

@media (min-width:768px) {
  .get-cash-d-md-flex {
    display: flex!important;
  }
}

@media (min-width:768px) {
  .get-cash-justify-content-md-center {
    justify-content: center!important;
  }
}

.get-cash-mb-1 {
  margin-bottom: .25rem!important;
}

.get-cash-text-center {
  text-align: center!important;
}

.get-cash-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;
}

.get-cash-form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.get-cash-readonly {
  border: none;
  font-weight: bolder;
}

.get-cash-me-2 {
  margin-right: 1rem!important;
}

.get-cash-form-label {
  margin-bottom: 1rem;
}

.get-cash-fw-bold {
  font-weight: 700!important;
}

.get-cash-position-relative {
  position: relative!important;
}

.get-cash-my-2 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}

.get-cash-row {
  --bs-gutter-x: 15rem;
  --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));
}

.get-cash-align-items-center {
  align-items: center!important;
}

.get-cash-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);
}

.get-cash-col-half, .get-cash-col-full {
  display: block;
  width: 100%;
}
@media (min-width:768px) {
  .get-cash-col-half {
    flex: 0 0 auto;
    width: 45%;
  }
}

.get-cash-flex-column {
  flex-direction: column!important;
}

.get-cash-d-flex {
  display: flex!important;
}

.get-cash-flex-wrap {
  flex-wrap: wrap!important;
}

.get-cash-justify-content-center {
  justify-content: center!important;
}

.get-cash-mb-1 {
  margin-bottom: 25rem!important;
}

.get-cash-text-center {
  text-align: center!important;
}

.get-cash-form-control {
  display: block;
  width: 100%;
  padding: 375rem 75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 15;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 25rem;
  transition: border-color 15s ease-in-out,box-shadow 15s ease-in-out;
}

.get-cash-form-label {
  margin-bottom: 1rem;
}

.get-cash-fw-bold {
  font-weight: 700!important;
}

.get-cash-position-relative {
  position: relative!important;
}

.get-cash-w-250 {
  max-width: 250px;
}

.get-cash-my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}

.required {color: red;}