.profile-section {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.profile-article {
  text-align: center;
  margin: 5px;
  border: 1px solid #548235;
  padding: 5px;
}

.profile-input {
  width: 250px;
}

.seguir-input {
  background-color: red;
  color: black;
  border: 2px solid #f03b0d;
  border-radius: 25px;
}

.noseguir-input {
  background-color: white;
  color: black;
  border: 2px solid #548235;
  border-radius: 25px;
}

.addPickup-button {
  background-color: #3483fa;
  color: white;
  height: auto;
  padding: 10px 24px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SavePickup-button {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 48px;
  background-color: #3483fa;
  border-radius: 6px;
  line-height: 48px;
  padding: 0 24px;
  margin-top: 15px;
}

.alert-message {
  color: #ba2121;
  border: solid 1px #ba2121;
  margin: 5px 0 5px;
  padding: 2px 15px;
}

.description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-group {
  position: relative;
}

#FormAddress .form-group input, #FormAddress .form-group select {
  padding: 12px 0px 12px 40px;
  outline: none;
}

#FormAddress .form-group i {
  position: absolute;
  top: 14px;
  margin-left: 15px;
}

.form-control {
  width: 100%;
  margin: 2px;
  padding: 10px;
}

input:hover {
  background-color: #548235;
  color: white;
}

/*# sourceMappingURL=layout.css.map */
