.background-cuenti {
  background-color: rgba(141, 141, 141, 0.544);
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-cuenti {
  background-color: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  width: auto;
  min-height: 300px;
  padding: 30px;
  z-index: 99999;
  margin: 15px;
  position: relative;
}

.title-cuenti {
  text-align: center;
  color: #003d88;
  font-size: 28px;
}

.list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-opcion-cuenti {
  border: none;
  background-color: #003d88;
  padding: 12px 20px;
  border-radius: 25px;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.btn-icon {
  width: 15px;
}

.input-cuenti {
  height: 40px;
  border-radius: 20px;
  border-color: #003d88;
  padding: 0px 20px;
  position: relative;
  width: 100%;
}

.btn-submit {
  min-height: 40px;
  width: 50%;
  border-radius: 20px;
  border: none;
  color: #003d88;
  background-color: #f9c626;
  cursor: pointer;
  text-align: center;
}
