@import url(mont-serrat.css);

body {
  margin: 0;
  font-family: "Montserrat", Roboto, -apple-system, BlinkMacSystemFont, Segoe UI,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #525f66;
  background-color: #f0eeee;
}

.ec {
  border-bottom: 1px solid #e7e7e7;
  padding: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1em;
  height: 50%;
}

.circle {
  display: inline-block;
  padding-right: 5px;
  padding-bottom: -3px;
  margin-bottom: -3px;
}

.modal-dialog {
  width: 720px;
  max-width: 720px;
  padding-top: 45px;
}

#valuePayment .fixed-payment-value {
  color: #525f66;
  font-weight: bold;
  font-size: 14px;
}

button {
  cursor: pointer;
}

.font-money {
  font-size: 20px;
}

.font-button {
  font-size: 14px !important;
}

.value {
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid #e5e5e5;
  padding: 6px;
  border-radius: 8px;
  padding-top: 12px;
}

#formPayment:invalid > #buttonContinue {
  background-color: #e5e5e5;
}

.label-float input:focus {
  border: 1px solid #060b0d;
  box-shadow: 0 0 0 0;
  outline: 0;
}

.label-float input::placeholder {
  color: transparent;
}

.label-float .label-description {
  pointer-events: none;
  position: absolute;
  left: 15%;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  background-color: white;
  padding: 0px 4px 0px 4px;
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 13px;
}

.label-float input {
  border: 1px solid #cccccc;
  border-radius: 5px;
  outline: none;
  min-width: 280px;
  max-width: 150px;
  padding: 15px 10px;
  font-size: 13px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-appearance: none;
  height: 40px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#scan-i-agree {
  text-transform: uppercase;
}

.label-float input:focus + .label-description,
.label-float input:not(:placeholder-shown) + label {
  font-size: 13px;
  margin-top: -10px;
  color: #525f66;
}

.scope {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  width: 100%;
}

.align-text {
  text-align: left;
}

.label-float input {
  border: 1px solid #cccccc;
  border-radius: 5px;
  outline: none;
  min-width: 280px;
  max-width: 150px;
  padding: 15px 10px;
  font-size: 13px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-appearance: none;
  height: 40px;
}

.label-float input:focus {
  border: 1px solid #060b0d;
  box-shadow: 0 0 0 0;
  outline: 0;
}

.label-float input::placeholder {
  color: transparent;
}

.scope-footer-ec {
  padding-top: 1em;
  font-size: 1em;
  margin-left: auto;
  margin-right: auto;
}

.payment-code-text {
  color: #716d6d;
  padding-bottom: 8px;
  padding-top: 8px;
}

.modal-btn {
  display: block;
  margin-left: auto;
  height: 3em;
  margin-right: auto;
  font-size: 14px;
  width: 80%;
  background: #21c25e;
  color: white;
  border-radius: 5em;
  margin-top: 12%;
  margin-bottom: 36px;
}

.picpay-color {
  color: #21c25e !important;
}

.color-input-attention {
  border: 1px solid red !important;
  background: url(/attention.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  background-position-y: center;
}

.link {
  cursor: pointer;
}

p {
  font-size: 16px;
}

.modal-btn-ec {
  margin-left: auto;
  font-size: 14px;
  width: 79%;
  background: #21c25e;
  color: white;
  border-radius: 5em;
  margin-top: 1%;
  height: 46px;
  font-weight: bold;
}

.payment-code {
  position: relative;
  background-color: white;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2%;
}

.logo {
  fill: #21c25e;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 2em;
}

a {
  color: inherit;
}

code {
  font-family: menlo, inconsolata, monospace;
  font-size: calc(1em - 2px);
  color: #555;
  background-color: #f0f0f0;
  padding: 0.2em 0.4em;
  border-radius: 2px;
}

@media screen and (max-device-width: 350px) {
  .label-float input {
    min-width: 240px;
  }

  .label-float .label-description {
    left: 10%;
  }
}

@media screen and (max-device-width: 700px) {
  .align-text {
    text-align: center;
  }
}
