/* general styles */

button:focus {
  outline: unset;
}

.content {
  padding-top: 80px;
}

.spinner-row {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0px 8px 20px -4px #d8d8d8;
  -moz-box-shadow: 0px 8px 20px -4px #d8d8d8;
  box-shadow: 0px 8px 20px -4px #d8d8d8;
}

.spinner-row>div {
  padding-top: 8px;
  padding-bottom: 8px;
  height: 36px;
}

.btn-payment,
.btn-payment.active {
  height: 44px !important;
  border-radius: 4px;
  box-shadow: none;
}

.btn-payment {
  background-color: #FFF;
  border: 1px solid #D8D8D8;
  box-shadow: inset 0px -2px 0px #D8D8D8 !important;
}

.btn-drop[active="true"],
.btn-payment.active {
  background-color: #BADFFB !important;
  box-shadow: inset 0px 2px 0px rgba(38, 150, 241, 0.59) !important;
}

.btn-payment.active::after {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #2696F1;
  position: absolute;
  top: 13px;
  right: 15px;
  margin-right: 15px;
  font-size: 20px;
  display: block;
}

.dropdown-toggle::after {
  float: right;
  font-size: 18px;
  font-family: 'FontAwesome';
  content: "\f0dd";
  right: 4px;
  position: absolute;
  top: 27%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  display: block;
  border: 0 !important;
  margin-left: 0;
  vertical-align: inherit;
  color: #737373;
}

.text-content-sm,
.text-content-light-sm {
  font-size: 12px;
}

.text-content-xs,
.text-content-light-xs {
  font-size: 10px;
}

.text-content-light-sm,
.text-content-light-xs {
  font-weight: 300;
}

[v-cloak] {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 50px auto;
}

[v-cloak]::before {
  font-family: 'FontAwesome';
  content: "\f110";
  font-size: 5rem;
  position: absolute;
  top: 0;
  left: -25px;
  color: #2696F1;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.btn-checkbox {
  outline: none !important;
  width: 36px;
  height: 36px;
  background-color: #D8D8D8;
  box-shadow: 0 2px #B9B9B9 !important;
}

.btn-checkbox.active {
  outline: none !important;
  width: 36px;
  height: 36px;
  background-color: #2696F1;
  box-shadow: 0 2px #0B67D9 !important;
}

.btn-checkbox.active::before {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #fff;
  margin-left: 2px;
  position: absolute;
  top: 37px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  display: block;
}

.btn-group-checkbox {
  width: 45px;
}

.custom-checkbox .custom-control-input~.custom-label-block .cp-control-label::before {
  width: 36px;
  height: 36px;
  background-color: #D8D8D8;
  box-shadow: 0 2px #B9B9B9;
  border-radius: 4px;
}

.custom-checkbox .custom-control-input:checked~.custom-label-block .cp-control-label::before {
  background-color: #2696F1;
  box-shadow: 0 2px #0B67D9;
}

.custom-checkbox .custom-control-input:checked~.custom-label-block .cp-control-label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #fff;
  margin-left: -40px;
  position: absolute;
  top: 20px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  display: block;
}

.custom-checkbox .cp-single-label {
  padding-top: 5px;
}

.custom-checkbox .custom-control-input~.custom-label-block.show-alert {
  border-radius: 4px;
  background-color: #F2F2F2 !important;
}

.modal-content {
  border: 0 !important;
  border-radius: 0 !important;
}

/* all credit card styles above */

/*.default_text_card{
  color: #737373;
}*/

.color-base-fill {
  fill: #737373 !important;
}

.gradient-card {
  fill: url(#MyGradient) !important;
}

/* CREDIT CARD IMAGE STYLING */
/*.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}*/

.container-card {
  width: 100%;
  max-width: 300px;
  max-height: 210px;
  height: 160px;
}

@media screen and (max-width: 1200px) {
  .container-card {
    height: 150px;
  }

  .ccicon {
    height: 40px !important;
    left: -14px !important;
  }
}

@media screen and (max-width: 992px) {
  .container-card {
    height: 210px;
  }

  .ccicon {
    height: 54px !important;
    left: 8px !important;
  }
}


/* Diego Styles */
.ccicon {
  height: 54px;
  position: absolute;
  left: 8px;
  top: 15px;
  width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
/*.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}*/

#ccsingle svg {
  width: 114px;
  max-height: 123px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
  width: 100%;
  -webkitbox-shadow: 0px 2px 4px rgba(161, 161, 161, 0.5);
  box-shadow: 0px 2px 4px rgba(161, 161, 161, 0.5);
  border-radius: 22px;
}

#generatecard {
  cursor: pointer;
  float: right;
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
  background-color: #909090;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* CHANGEABLE CARD ELEMENTS */
#Rectangle-1_1_ {
  /*transition: fill 0.5s ease-out;*/
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

.creditcard .lightcolor,
.creditcard .darkcolor {
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

.creditcard .lightblue {
  fill: #03A9F4;
}

.creditcard .lightbluedark {
  fill: #0288D1;
}

.creditcard .red {
  fill: #ef5350;
}

.creditcard .reddark {
  fill: #d32f2f;
}

.creditcard .purple {
  fill: #ab47bc;
}

.creditcard .purpledark {
  fill: #7b1fa2;
}

.creditcard .cyan {
  fill: #26c6da;
}

.creditcard .cyandark {
  fill: #0097a7;
}

.creditcard .green {
  fill: #66bb6a;
}

.creditcard .greendark {
  fill: #388e3c;
}

.creditcard .lime {
  fill: #d4e157;
}

.creditcard .limedark {
  fill: #afb42b;
}

.creditcard .yellow {
  fill: #ffeb3b;
}

.creditcard .yellowdark {
  fill: #f9a825;
}

.creditcard .orange {
  fill: #ff9800;
}

.creditcard .orangedark {
  fill: #ef6c00;
}

.creditcard .grey {
  fill: #D8D8D8;
}

.creditcard .greydark {
  fill: #616161;
}

/* custom colors by card brand */
.creditcard .mastercard {
  fill: #231F20;
}

.creditcard .visa {
  fill: #1A1F71;
}

.creditcard .amex {
  fill: #002663;
}

/* FRONT OF CARD */
#svgname {
  text-transform: uppercase;
}

/*#cardfront .st2 {
	fill: #FFFFFF;
}*/

#cardfront .st3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 5px;
}

#cardfront .st4 {
  font-size: 54.7817px;
}

#cardfront .st5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

#cardfront .st6 {
  font-size: 33.1112px;
}

#cardfront .st7 {
  opacity: 0.6;
  fill: #FFFFFF;
}

#cardfront .st8 {
  font-size: 24px;
}

#cardfront .st9 {
  font-size: 36.5498px;
}

#cardfront .st10 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

#cardfront .st11 {
  font-size: 16.1716px;
}

#cardfront .st12 {
  fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
  fill: none;
  stroke: #0F0F0F;
  stroke-miterlimit: 10;
}

#cardback .st2 {
  fill: #111111;
}

#cardback .st3 {
  fill: #F2F2F2;
}

#cardback .st4 {
  fill: #D8D2DB;
}

#cardback .st5 {
  fill: #C4C4C4;
}

#cardback .st6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

#cardback .st7 {
  font-size: 27px;
}

#cardback .st8 {
  opacity: 0.6;
}

#cardback .st9 {
  fill: #FFFFFF;
}

#cardback .st10 {
  font-size: 24px;
}

#cardback .st11 {
  fill: #EAEAEA;
}

#cardback .st12 {
  font-family: 'Roboto', sans-serif;
}

#cardback .st13 {
  font-size: 37.769px;
}

/* FLIP ANIMATION */
.container-card {
  perspective: 1000px;
}

.creditcard {
  width: 100%;
  max-width: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  cursor: pointer;
}

.creditcard .front,
.creditcard .back {
  position: absolute;
  width: 100%;
  max-width: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  color: #47525d;
}

.creditcard .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.creditcard.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.info-nav {
  top: 56px;
  box-shadow: 0px 2px 4px rgba(161, 161, 161, 0.5);
}

.payment-amount {
  position: absolute;
  margin-left: -95px;
}

.row-full-card {
  margin-right: -20px;
  margin-left: -20px;
}

.simple-border-button {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.forced-shadow-box {
  box-shadow: 0px 1px 2px 0px #737373;
}

.text-content-ten {
  font-size: 10px;
}

.start-row-padding {
  padding-left: 15px;
}

.dropdown-item-color-bg.active,
.dropdown-item-color-bg:active {
  background-color: #BADFFB;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: none;
}

.deleted-radius {
  border-radius: .0rem;
}

.custom-file-input~.custom-file-label[data-browse]::after {
  padding-top: 9px !important;
}

.custom-file-label {
  overflow-x: clip !important;
  color: #737373;
  padding: 6px 12px !important;
}

.d-block .form-file-text {
  color: #737373;
  padding: 6px 10px;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: 'Browse';
}

.custom-file-input:lang(es)~.custom-file-label::after {
  content: 'Examinar';
}


@media screen and (max-width: 767px) {
  .info-nav+.content {
    padding-top: 120px;
  }
}

@media screen and (max-width: 400px) {
  .info-nav+.content {
    padding-top: 140px;
  }

  .content {
    padding-top: 70px;
  }
}

#card-billing {
  border-radius: 5px !important;
  padding: 20px 40px 20px;
}