#user-popover {
  max-width: unset;
  width: auto;
}

#user-profile .order-single-overlay {
  overflow: hidden;
}

#user-profile .order-single {
  height: 100vh;
}

#user-profile .user-profile-sub-wrapper {
  overflow-y: scroll;
  height: calc(100vh - 72px);
}

#user-profile .form__content {
  max-height: unset;
  height: auto;
  overflow: hidden;
}

#user-profile .user-box__settings-image span {
  cursor: pointer;
}

#user-profile .docs__company-item a {
  display: flex;
}

#user-profile .example {
  display: none;
}

#user-profile .button_password {
  margin: 5.5px 0;
}

#user-profile .form__buttons--fixed {
  margin: 0;
}

#user-profile-edit-password .modal {
  width: 50vw;
  min-width: 300px;
  max-height: 80vh;
  padding: 16px 0;
  display: flex;
}

#user-profile-edit-password .modal__content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

#user-profile-edit-password .modal__form-wrap {
  overflow-y: scroll;
  padding: 0 16px;
}

#user-profile-edit-password .modal__form-wrap::-webkit-scrollbar {
  width: 6px; /* тоньше обычного */
}

#user-profile-edit-password .modal__form-wrap::-webkit-scrollbar-track {
  background: transparent; /* или светлый фон */
}

#user-profile-edit-password .modal__form-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); /* полупрозрачный серый */
  border-radius: 3px;
}

#user-profile-edit-password .modal__form-wrap::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4); /* чуть темнее при наведении */
}

#user-profile-edit-password .button-close {
  width: 1.2em;
  height: 1.2em;
  color: #ccc;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 0px;
}

#user-profile-edit-password .modal-form__field > label {
  width: 140px;
}

#user-profile-edit-password .form__button-in-row {
  margin-left: 152px;
}

#user-profile-edit-password .form__row__error {
  margin-top: 6px;
  margin-bottom: 0px;
  padding-left: 152px;
  display: none;
}

#user-profile-edit-password .form__row__error p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: red;
}
