  .content .form {
    clear: both;
    position: relative;
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
  } 

  .content .form label {
    color: black;
    display: block;
    font-size: 13px;
  }
  
  .content .form input {
    font-size: 14px;
    color: #333;
  }

  .content h5 {
    color: #333;
  }

  #autocomplete-list {
    position: absolute;
    margin-top: -20px;
    padding: 0 20px 20px 20px;
    overflow: auto;
    width: calc(100% - 40px);
    background-color: white;
    z-index: 3;
    max-height: 200px;
    color: #333;
    border-bottom: 1px solid #333;
    cursor: pointer;
  }

  #autocomplete-list.hidden {
    display: none;
  }

  
  .containerImageProfile {
    position: relative;
    float: left;
    width: 150px;
    height: 200px;
    margin-right: 40px;
  }

  

.delete {
  margin: 50px 0;
  padding-bottom: 50px;
}

.delete div {
  float: left;
  width: auto;
  color: #333;
}

.delete button {
  float: right;
  width: auto;
  background-color: red;
  padding: 10px 15px;
}

.pj {
  display: none;
}

.checks {
  position: relative; 
  display: block;
  width: 100%;
  max-width: 350px;
  min-width: 300px;
}

.form p {
  margin-top: 20px;
  margin-bottom: 0; 
  font-size: 12px;
  color: #333;
}

.check {
  color: #333;
  display: inline-block;
  margin: 20px 0;
  cursor: pointer;
}

  .check {
    margin-right: 20px;
  }

.check .square {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid #333;
}

.check .title {
  display: inline-block;
}

.check .dot {
  display: none;
  position: absolute;
  top: 0; 
  bottom: 0; 
  right: 0; 
  left: 0; 
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #05d450;
  border-radius: 100px;

}

.check .dot.select {
  display: block;
}

#numberAccount {
  margin-bottom: 10px;
}

.save {
  position: relative;
  height: 50px;
  width: 100%;
  margin: 0;
  margin-bottom: 100px;
  padding-top: 20px;
}

.save button {
  float: left;
  background-color: #05d450;
  color: black;
  font-weight: 500;
  width: auto;
  padding: 10px 15px;
}


button.bt-delete {
  width: auto;
  margin: 10px auto;
  background-color: black;
  padding: 10px 15px;
  color: white;
}

.infobtp3 .loader .wave {
  background-color: white;
}

.i-save-manager {
  position: relative;
  margin: 0; 
  padding: 0;
}
   
@media (max-width: 520px) {
  .content .form {
    position: relative;
    clear: both;
    display: block;
    margin-top: 20px;
    width: 100%;
    max-width: 600px;
  } 

  .form input {
    width: 100%;
  }

  .checks {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    }

  .checks input {
    width: 100%;
    min-width: unset;
  }

}


.popup .form {
  width: 100%;
  max-width: 300px;
  margin: auto;
  text-align: center;
}

.popup .form label {
  color: black;
  font-size: 13px;
  font-weight: 300;
  display: block;
  text-align: left;
}

.popup .form input {
  font-size: 14px;
  color: #333;
}

.popup .form p {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 11px; 
  color: black;
  text-align: left;
}
.popup .form .checks {
  text-align: left;
}

.popup .form button {
  background-color: #05d450;
  color: black;
  margin: auto;
  margin-top: 20px;
  font-weight: 500;
  width: auto;
  padding: 10px 15px;
}
