.nombreUser {
  font-size: 13px;
  position: relative;
  top: -15px;
  float: left;
  left: 50px;
}

.pagar {
  text-align: center;
  background-color: #727c86;
}

.version {
  opacity: 0.3;
  font-size: 0.6rem;
  float: right;
}

#modal-details {
  max-width: 500px;
  margin: auto;
  min-height: 500px;
  max-height: 100vh;
  height: fit-content;
  padding-top: 1px !important; 
  padding-right: 0% !important; 
  padding-bottom: 1px !important; 
  padding-left: 0% !important;
  /* text-align: center; */
}

#modal-details .close-modal{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  word-wrap: break-word;
}