<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bloq-stripe-payment {
  background-color: #f5f5f5;
  padding:40px;
}

.bloq-stripe-payment * {
  font-family: Roboto, Open Sans, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bloq-stripe-payment fieldset {
   margin: 0 15px 20px;
   padding: 0;
   border-style: none;
   background-color: #ffffff;
   box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #dadada;
   border-radius: 4px;
}

.bloq-stripe-payment .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
   margin-right: 15px;
}

.bloq-stripe-payment .row + .row {
  border-top: 1px solid #819efc;
}

.bloq-stripe-payment label {
  width: 15%;
  min-width: 70px;
  padding: 11px 0;
  color: #696969;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bloq-stripe-payment input, .bloq-stripe-payment button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  padding-bottom:0!important;
}

.bloq-stripe-payment input:-webkit-autofill {
  -webkit-text-fill-color: #fce883;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.bloq-stripe-payment .StripeElement--webkit-autofill {
  background: transparent !important;
}

.bloq-stripe-payment .StripeElement {
  width: 100%;
  padding: 11px 15px 11px 0;
}

.bloq-stripe-payment input {
  width: 100%;
  padding: 11px 15px 11px 0;
  color: #393939;
  background:none!important;
  background-color: transparent;
  -webkit-animation: 1ms void-animation-out;
}
bloq-stripe-payment input.failform{
	color:#FFC7EE;
}

.bloq-stripe-payment input::-webkit-input-placeholder {
  color: #87bbfd;
}

.bloq-stripe-payment input::-moz-placeholder {
  color: #87bbfd;
}

.bloq-stripe-payment input:-ms-input-placeholder {
  color: #87bbfd;
}

.bloq-stripe-payment button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 40px 15px 0;
  background-color: #f6a4eb;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
	inset 0 1px 0 #ffb9f6;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.bloq-stripe-payment button:active {
  background-color: #d782d9;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
	inset 0 1px 0 #e298d8;
}

.bloq-stripe-payment .error svg .base {
  fill: #fff;
}

.bloq-stripe-payment .error svg .glyph {
  fill: #6772e5;
}

.bloq-stripe-payment .error .message {
  color: #fff;
}

.bloq-stripe-payment .success .icon .border {
  stroke: #87bbfd;
}

.bloq-stripe-payment .success .icon .checkmark {
  stroke: #fff;
}

.bloq-stripe-payment .success .title {
  color: #fff;
}

.bloq-stripe-payment .success .message {
  color: #9cdbff;
}

.bloq-stripe-payment .success .reset path {
  fill: #fff;
}
.bloq-stripe-payment .parent-failform *{
	color:#ff0000!important;
}

#card-errors{
	color:#ff0000;
}

@media (max-width:767px){
	.bloq-stripe-payment{
		padding-left:2px;
		padding-right:2px;
	}
	.bloq-stripe-payment fieldset{
		margin-right:3px;
		margin-left:3px;
	}
}
.bloq-stripe-payment iframe{
	position: inherit;
}
</pre></body></html>