.orientation-direction[data-v-2fafcb39] {
  font-size: 12px !important;
  position: absolute;
  margin-left: -18px;
  margin-top: 6px;
}
.field-with-info-dialog-info-container p {
  text-align: justify !important;
}
.password-change-container[data-v-38385753] {
  color: black;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: opacity 400ms ease-out, max-height 800ms ease-out;
  transition: opacity 400ms ease-out, max-height 800ms ease-out;
}
.password-change-container.display[data-v-38385753] {
  opacity: 1;
  max-height: 9999px;
  overflow: hidden;
  -webkit-transition: opacity 400ms ease-in, max-height 800ms ease-in;
  transition: opacity 400ms ease-in, max-height 800ms ease-in;
}
.password-divider[data-v-38385753] {
  border-color: #B1B1B1 !important;
  width: 94%;
  margin: auto;
}
.user-header-container[data-v-38385753] {
  gap: 12px;
}
.user-header-data[data-v-38385753] {
  min-width: 220px;
}
.user-avatar-wrapper[data-v-38385753] {
  position: relative;
  width: 130px;
  height: 130px;
}
.user-avatar-trigger[data-v-38385753] {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  cursor: default;
  outline: none;
}
.user-avatar-trigger.is-editable[data-v-38385753] {
  cursor: pointer;
}
.user-avatar[data-v-38385753] {
  border: 2px solid;
}
.user-avatar-image[data-v-38385753] {
  width: 99.9%;
  height: 99.9%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-avatar-overlay[data-v-38385753] {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.user-avatar-overlay.is-active[data-v-38385753] {
  opacity: 1;
}
.user-avatar-action-icon[data-v-38385753] {
  position: absolute;
  width: 34px;
  min-width: 34px !important;
  height: 34px;
  padding: 0 !important;
  border-radius: 50%;
  right: 4px;
  bottom: 4px;
  background-color: var(--avatar-action-color, var(--v-orange-base)) !important;
  border: 2px solid var(--avatar-action-color, var(--v-orange-base));
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 600px) {
.user-header-container[data-v-38385753] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.user-header-data[data-v-38385753] {
    text-align: center !important;
    min-width: auto;
}
}

.v-input___user-edit--switch .v-label{
  font-size: 14px;
}

