.auth-card {
  background: white url(/_/assets/desktop/images/profile-edit-bg.png) no-repeat top right;
  padding: 55px 40px 40px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1659.98px) {
.auth-card {
    padding: 30px;
}
}
.auth-card__back-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9DCE0;
  border-radius: 50%;
  font-size: 22px;
  color: #4E5C6E;
}
.auth-card__back-btn-container {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px dashed #717C8B;
  top: 32px;
  left: 32px;
  position: absolute;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.auth-card__image {
  width: 272px;
  margin: 0 auto;
}
.auth-card__image > img {
  width: 100%;
  height: auto;
}
.auth-card__title {
  font-size: 26px;
  font-weight: bold;
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 1659.98px) {
.auth-card__title {
    margin-top: 25px;
}
}
.auth-card__description {
  font-size: 18px;
  text-align: center;
  margin-top: 64px;
}
@media (max-width: 1659.98px) {
.auth-card__description {
    margin-top: 15px;
}
}
.auth-card__slot-container {
  border: 2px dashed #DBDEE8;
  border-radius: 15px;
  margin-top: 40px;
  padding: 32px;
}
@media (max-width: 1659.98px) {
.auth-card__slot-container {
    margin-top: 20px;
}
}
.auth-card__slot-container.small-slot {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1659.98px) {
.auth-card__slot-container.small-slot {
    max-width: 580px;
}
}
.auth-wrapper {
  padding: 62px 0;
}
@media (max-width: 1659.98px) {
.auth-wrapper {
    padding: 30px 0;
}
}
.auth-wrapper__close-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9DCE0;
  border-radius: 50%;
  font-size: 20px;
  color: #4E5C6E;
}
.auth-wrapper__close-btn-container {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px dashed #717C8B;
  top: 12px;
  left: 16px;
  position: fixed;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.editable-item {
  width: 100%;
}
.editable-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.editable-item__top-title {
  color: #2F3742;
  font-size: 16px;
}
.editable-item__top-title > i {
  color: #9898BD;
  font-size: 7px;
}
.editable-item__top-link {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.editable-item__top-link > i {
  display: flex;
  font-size: 20px;
  margin-left: 8px;
}
.editable-item__top-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
  cursor: pointer;
}
.editable-item__top-remove > i {
  font-size: 16px;
  color: #ED145B;
}
.editable-item__top-warning {
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  color: #FCC104;
}
.editable-item__top-warning > i {
  display: flex;
  font-size: 8px;
  margin-left: 8px;
  margin-top: 4px;
}
.editable-item__value {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  height: 27px;
}
.editable-item__error {
  color: #dc3545;
  font-size: 12px;
  margin-top: 1.25rem;
}
