.theme--light.v-overlay {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-overlay {
  color: #FFFFFF;
}

.v-overlay {
  align-items: center;
  border-radius: inherit;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), z-index 1ms;
}

.v-overlay__content {
  position: relative;
}

.v-overlay__scrim {
  border-radius: inherit;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: inherit;
  width: 100%;
  will-change: opacity;
}

.v-overlay--absolute {
  position: absolute;
}

.v-overlay--active {
  pointer-events: auto;
}
.theme--light.v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-divider {
  border-color: rgba(255, 255, 255, 0.12);
}

.v-divider {
  display: block;
  flex: 1 1 0px;
  max-width: 100%;
  height: 0px;
  max-height: 0px;
  border: solid;
  border-width: thin 0 0 0;
  transition: inherit;
}
.v-divider--inset:not(.v-divider--vertical) {
  max-width: calc(100% - 72px);
}
.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical) {
  margin-left: 72px;
}
.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical) {
  margin-right: 72px;
}
.v-divider--vertical {
  align-self: stretch;
  border: solid;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: inherit;
  min-height: 100%;
  max-height: 100%;
  max-width: 0px;
  width: 0px;
  vertical-align: text-bottom;
  margin: 0 -1px;
}
.v-divider--vertical.v-divider--inset {
  margin-top: 8px;
  min-height: 0;
  max-height: calc(100% - 16px);
}

.modalChange[data-v-05c37c1a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.modalChangeIcon[data-v-05c37c1a] {
  border: 1px solid #fb8c00;
  border-radius: 50% !important;
}
.dataSection[data-v-05c37c1a] {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 15px;
  padding: 20px;
}
.oldDataSection[data-v-05c37c1a] {
  background: #f0efef;
}
.newDataSection[data-v-05c37c1a] {
  background: #e6f7ff;
}
.boxForm[data-v-05c37c1a] {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 30px 0;
}


.headerMyAccount[data-v-2b012278] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sectionUserInformations[data-v-2b012278] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.boxAvatar[data-v-2b012278] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 2px solid #a6caff;
  border-radius: 50%;
  padding: 3px;
}
.boxAvatarInitial[data-v-2b012278] {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}
.actualInformations[data-v-2b012278] {
  display: flex;
  flex-direction: column;
}
.buttonInformations[data-v-2b012278] {
  cursor: pointer;
  transition: 450ms;
}
.buttonInformations[data-v-2b012278]:hover {
  color: #1969e2;
  transition: 450ms;
}
.headerIndicator[data-v-2b012278] {
  display: flex;
  align-items: center;
  margin: 25px 0 10px 0;
  gap: 5px;
}
.titleIndicator[data-v-2b012278] {
  height: 5px;
  width: 15px;
  background: #1969e2;
  border-radius: 25px;
}
.allInformationsSection[data-v-2b012278] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 25px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}
.allInformationsItem[data-v-2b012278] {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
}
.allInformationsItem > strong[data-v-2b012278] {
  font-weight: 600;
}
.gridUnities[data-v-2b012278] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gridItem[data-v-2b012278] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  height: 70px;
  border-radius: 15px;
}
.gridItemNormal[data-v-2b012278] {
  background: #f1f1f1;
}
.gridItemChecked[data-v-2b012278] {
  background: #4caf50;
  color: #ffffff;
}
.gridItemInfos[data-v-2b012278] {
  display: flex;
  flex-direction: column;
}

.v-avatar {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  line-height: normal;
  position: relative;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.v-avatar img,
.v-avatar svg,
.v-avatar .v-icon,
.v-avatar .v-image,
.v-avatar .v-responsive__content {
  border-radius: inherit;
  display: inline-flex;
  height: inherit;
  width: inherit;
}
