.password-change-container[data-v-7beb4e13] {
  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-7beb4e13] {
  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-7beb4e13] {
  border-color: #B1B1B1 !important;
  width: 94%;
  margin: auto;
}
.color-preview[data-v-7beb4e13] {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.color-preview-box[data-v-7beb4e13] {
  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;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fafafa;
}
.color-preview-label[data-v-7beb4e13] {
  font-size: 0.75rem;
  color: #555;
  text-transform: uppercase;
}

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

