/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.profile__title {
  color: #595959;
  font-size: 18px;
  font-weight: 500;
  padding-right: 10px;
  max-width: 160px;width: 100%;
}

.profile__exit a {
  color: #ff6060;
  font-size: 14px;
}

.profile__exit a:hover {
  text-decoration: underline;
}

.profile__form {
  padding-left: 20px;
}

.profile__field {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile__name {
  color: #2b2b2b;
  padding-right: 10px;
  max-width: 140px;width: 100%;
}

.profile__field input {
  height: 40px;
  display: block;
  color: #595959;
  font-size: 14px;
  padding: 0 15px;
  font-weight: normal;
  max-width: 255px;width: 100%;
  font-family: 'Fira Sans', sans-serif;
  border: 1px solid rgb(187 187 187 / 0.7);
}

.profile__img {
  max-width: 255px;width: 100%;
}

.profile__img input {
  display: none;
}

.profile__img__btn {
  width: 100%;
  color: #5b5b5b;
  display: block;
  font-size: 14px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  border: 1px dashed #cfcfcf;
}

.profile__img__btn:hover {
  color: #fff;
  background: #cfcfcf;
}

.profile__image {
  overflow: hidden;
  margin-right: 15px;
  border-radius: 50%;
  width: 31px;height: 31px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.profile__image img {
  display: block;
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile__btn {
  margin-top: 30px;
  max-width: 255px;width: 100%;height: 45px;
}

.profile__error {
  color: #ff6060;
  font-size: 14px;
  margin-top: 15px;
}

@media only screen and (max-width : 480px) {
  .profile {
    padding-top: 20px;
  }
  .profile__title {
    font-size: 16px;
  }
  .profile__form {
    padding-left: 0;
  }
  .profile__name {
    font-size: 14px;
  }
  .profile__field {
    margin-top: 20px;
  }
}

@media only screen and (max-width : 380px) {
  .profile__field {
    margin-top: 30px;
  }
  .profile__field,
  .profile__name {
    display: block;
  }
  .profile__name {
    margin-bottom: 10px;
  }
  .profile__img,
  .profile__btn,
  .profile__name,
  .profile__field input {
    max-width: 100%;
  }
}






