.avatar-modal-content {
  border-radius: 15px !important;
  background: #fff !important;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07) !important;
  position: relative;
  padding-bottom: 0;
}

.avatar-modal-body {
  padding: 36px 36px 24px 36px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 350px;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 116px !important; /* Высота двух рядов кнопок + запас */
}

.avatar-preview-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}

.avatar-img-preview,
.avatar-img-crop {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #eee;
  margin: 0 auto 0 auto;
}

.avatar-img-crop {
  display: none;
  background: #fafbfc;
  margin-top: 0;
  margin-bottom: 0;
}

/* Кнопка crop всегда на всю ширину, скругление 15px */
.crop-btn {
  width: 100%;
  margin-bottom: 20px;
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 15px;
}

/* Блок для двух кнопок upload/delete внизу */
.avatar-modal-actions-zubuz {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  height: 56px;
  background: transparent;
  z-index: 2;
  gap: 0;
}

/* Кнопки занимают половину ширины попапа */
.avatar-action-btn {
  width: 50%;
  min-width: 0;
  height: 56px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0;
  outline: none;
  transition: background 0.2s;
  display: block;
  padding: 0;
}

.upload-btn {
  border-bottom-left-radius: 15px;
}

.delete-btn {
  border-bottom-right-radius: 15px;
}

.zubuz-default-btn.disabled, .zubuz-default-btn:disabled,
.avatar-action-btn.disabled, .avatar-action-btn:disabled {
  background: #eee !important;
  color: #aaa !important;
  cursor: not-allowed;
  pointer-events: none;
}
/*# sourceMappingURL=universal_modal.css.map */