
.loader[data-v-66a90d2e],
.loader[data-v-66a90d2e]:after {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}
.loader[data-v-66a90d2e] {
  display: inline-block;
  position: relative;
  text-indent: -9999em;
  border-top: 0.2rem solid rgba(255, 255, 255, 0.1);
  border-right: 0.2rem solid rgba(255, 255, 255, 0.1);
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.1);
  border-left: 0.2rem solid currentColor;
  transform: translateZ(0);
  animation: loader-animation-66a90d2e 1.1s infinite linear;
}
@keyframes loader-animation-66a90d2e {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.input-wrapper[data-v-eb8ff706] {
  margin-top: 0.25rem !important;
  border-radius: 0.375rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
@media (min-width: 640px) {
.input-wrapper[data-v-eb8ff706] {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
}
.input-wrapper[data-v-eb8ff706] input {
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px) {
.input-wrapper[data-v-eb8ff706] input {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
@media screen and (max-width: 450px) {
.radio-button[data-v-f8bc5d30] {
    padding: 6px 0;
}
.label-radio[data-v-f8bc5d30] {
    font-size: 1rem;
}
}
.tooltip-image[data-v-2e5ca251] {
  border-radius: 0.3rem;
}
.payment-methods[data-v-f46e521c] {
  margin-top: 40px;

  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
img.image[data-v-f46e521c] {
  max-width: 78px;
  max-height: 45px;
}
@media screen and (max-width: 450px) {
.payment-methods[data-v-f46e521c] {
    gap: 16px;
}
img.image[data-v-f46e521c] {
    max-width: 75px;
    max-height: 60px;
}
img.mastercard[data-v-f46e521c] {
    max-width: 75px;
    max-height: 35px;
}
}

.m-b-8 {
  margin-bottom: 30px;
}
.custom-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
.custom-col-40 {
  flex: 0 0 30%;
}
.custom-col-60 {
  flex: 0 0 70%;
}
.custom-col-60 .info-portability {
  width: 100%;
}
.custom-col-60 .info-portability p.text-sm:first-child {
  font-weight: bold !important;
}
