.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  --bs-modal-header-border-color: #dee2e600;
  --bs-modal-footer-border-color: #dee2e600;
    /*
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); 
  */
}

/* Modal Content */
.modal-content {
  position: relative;
  /* background-color: #fefefe; */
  background-color: rgba(4, 97, 143, 0.9);
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 95%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.modal-header {
  padding: 2px 16px;
  color: white;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /* align-content: flex-end;
  flex-direction: column; */
}

.dados-cobranca{
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.modal-body {
  align-content: center;
}

.modal-footer {
  padding: 2px 16px;
}

.btn-modal{
  padding-top: 10px;
  padding-left: 50px;
  padding-bottom: 100px;
  width: 50%;
  display: flex;
  padding: 8px;
  border-radius: 7px;
  border: none;
  font-weight: bold;
  background-color: rgba(44, 139, 248, 0.801);
  color: white;
  transition: .4s ease-in-out;
  cursor: pointer;
  font-size: 1em;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.cpf-input{
  display: flex;
  padding: 0.375rem 0.75rem;
  width:100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-sair{
  float: right;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  border-radius: 50%;
  color: white;
  background-color: white;
  text-align: left;
  position:relative;
  z-index: 100;
  padding: 4px;
  transition: .4s ease-in-out;
  margin-left: auto;
  margin-top: auto;
}

/* max-width  */
@media screen and (max-width: 600px) {
  .Qrcode-pix{
    width: 85%;
    height: 85%;
  }
}

/* min-width */
@media screen and (min-width: 900px) {
  .modal-content {
    width: 40%;
  }
  .Qrcode-pix{
    width: 350px;
    height: 350px;
  }
}

/* min-width & max-width */
@media screen and (min-width: 600px) and (max-width: 900px) {
  .Qrcode-pix{
    width: 350px;
    height: 350px;
  }
}

/* max device width */
@media screen and (max-device-width: 480px) {
  .Qrcode-pix{
    width: 85%;
    height: 85%;
  }
}

/* pix */

.page-pix{
  width: 50%;
  display: flex;
  flex-direction: row;
  padding: 40px 20px;
  align-items: center;
  justify-content: space-between;
}
.page-pix input:disabled{
  cursor: text !important;
}

.Qrcode-pix{
  background-color: #F4F4F4;
  border-radius: 10px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.Qrcode-pix h1{
  color: black;
  margin: 0;
  font-size: 1em;
}

.Qrcode-pix img{
  width: 75%;
  height: 75%;
  background-color: rgba(44, 139, 248, 0.801);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
