@media screen and (min-width: 48rem) {
  .profile-qualification {
    width: 100%;
  }
}
.profile-qualification .rs-button_link {
  padding-left: 0;
}
@media screen and (min-width: 62rem) {
  .profile-qualification .create-profile-user {
    text-align: center;
  }
}
.profile-qualification_feedback {
  margin: 2rem 0;
}
@media screen and (min-width: 48rem) {
  .profile-qualification_feedback {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 62rem) {
  .profile-qualification_feedback {
    margin: 2rem 1.5rem 0.5rem;
  }
}
.profile-qualification_feedback span {
  color: #1D7A24;
}
.create-profile-box {
  background-color: #FFF0F9;
  border-radius: 0.125rem;
  border: 0.0625rem Solid #FFD1EE;
  box-shadow: 0 0.0625rem rgba(102, 102, 100, 0.24);
  padding: 1rem 1rem 0.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48rem) {
  .create-profile-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin: 2rem 0 0.5rem;
  }
}
.create-profile-box figure {
  height: 2rem;
  width: 2rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 62rem) {
  .create-profile-box figure {
    height: 3rem;
    width: 3rem;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
.create-profile-box img {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (min-width: 62rem) {
  .create-profile-box img {
    height: 3rem;
    width: 3rem;
  }
}
.create-profile-box .rs-button_link {
  font-weight: 500;
}
@media screen and (min-width: 62rem) {
  .create-profile-box .rs-button_link {
    padding: 0;
  }
}
.create-profile-box .rs-button_link:focus {
  padding: 0.5rem 0;
}
.create-profile-avatar,
.create-profile-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.create-profile-avatar {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48rem) {
  .create-profile-avatar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 1.5rem;
    width: 6.25rem;
  }
}
.create-profile-user {
  font-weight: 500;
}
@media screen and (min-width: 62rem) {
  .create-profile-user {
    width: 6.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
}
.create-profile-text {
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48rem) {
  .create-profile-text {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
  }
}
.create-profile-add-avatar {
  background-image: url(63bd8424f76621712e517fec124d6c66.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.25rem;
  margin-right: 0.25rem;
  width: 1.25rem;
}
.create-profile-no-avatar {
  background-color: #ffffff;
  border-radius: 50%;
  border: 0.0625rem solid #141414;
  height: 2rem;
  margin-right: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 2rem;
}
@media screen and (min-width: 62rem) {
  .create-profile-no-avatar {
    height: 3rem;
    margin-bottom: 0.5rem;
    margin-right: 0;
    width: 3rem;
  }
}
.create-profile-no-avatar::before {
  background-image: url(8480d0ed3c87027204767f3d024917d0.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 2rem;
  left: -0.0625rem;
  position: absolute;
  top: 0.125rem;
  width: 2rem;
}
@media screen and (min-width: 62rem) {
  .create-profile-no-avatar::before {
    height: 3rem;
    top: 0.25rem;
    width: 3rem;
  }
}

