/**
 * @license Copyright 2021 Lahuen Health SPA. All Rights Reserved.
 */
.c-modal.c-user-profile .c-modal__root {
	border-radius: 1rem;
	border: none;
	height: 85%;
	left: 50%;
	margin: 2rem;
	padding: 0;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
}

.c-modal.c-user-profile .c-modal__root .c-modal__preheader .c-modal__action.c-modal__action--close {
	height: 3rem;
}

.c-user-profile > .c-modal__root {
	display: flex;
	height: -webkit-fill-available;
}

.c-user-profile .c-modal__preheader {
	justify-content: flex-end;
	padding: 2rem;
	position: absolute;
	right: 0;
}

.c-user-profile .c-modal__header {
	background-color: var(--primary-d-normal);
	border-radius: 1rem 0 0 1rem;
	display: flex;
	flex-direction: column;
	height: -webkit-fill-available;
	overflow: hidden;
	width: 20rem;
	z-index: 100;
}

.c-user-profile .c-tabbar.c-tabs {
	flex: 1;
}

.c-modal.c-user-profile .c-tabs__header .c-action.c-action--tertiary {
	align-items: center;
	background: transparent;
	border-bottom: 0.1rem solid #fff;
	border-radius: unset;
	color: #fff;
	display: flex;
	font: 400 1.3rem/1.4rem 'Lato', sans-serif;
	padding: 1.4rem;
	width: -webkit-fill-available;
}

.c-modal.c-user-profile .c-tabs__header .c-action.c-action--tertiary:not(.c-action--selected):hover {
	background-color: var(--primary-d-light);
}

.c-user-profile .c-tabs__header .c-action.c-action--tertiary.c-action--selected {
	background-color: #fff;
	color: var(--primary-d-normal);
}

.c-user-profile .c-tabs__header .c-action.c-action--tertiary .c-label {
	text-align: left;
}

.c-user-profile .c-tabs__header .c-action.c-action--tertiary:before {
	-webkit-mask-size: contain;
	background-color: #fff;
	content: ' ';
	cursor: pointer;
	height: 2rem;
	margin-right: 1rem;
	width: 2rem;
}

.c-user-profile .c-tabs__header .c-action.c-action--tertiary.c-action--selected:before {
	background-color: var(--primary-d-normal);
}

.c-user-profile .c-tabs__header .c-action.c-action--tertiary.c-tabs__action-editar-perfil:before {
	-webkit-mask: url('/assets/skins/lahuen/base/images/icon_edit_profile.svg') no-repeat center;
}

.c-user-profile .c-tabs__header .c-action.c-action--tertiary.c-tabs__action-cambiar-contraseña:before {
	-webkit-mask: url('/assets/skins/lahuen/base/images/icon_password.svg') no-repeat center;
}

.c-user-profile .c-tabs__header .c-action.c-action--tertiary.c-tabs__action-sincronicar-app-movil:before {
	-webkit-mask: url('/assets/skins/lahuen/base/images/icon_device_phone.svg') no-repeat center;
}

.c-user-profile .c-modal__body {
	display: flex;
	flex: 1;
	margin: 2rem;
}

.c-user-profile--body {
	display: flex;
	flex: 1;
}

.c-user-profile .c-change-password {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	flex: 1;
	height: 100%;
}

.c-user-profile .c-change-password__title {
	margin-bottom: 1rem;
}

.c-user-profile .c-change-password__title .c-title__label {
	font-size: 2rem !important;
	padding-left: 0 !important;
}

.c-user-profile .c-change-password__form {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	row-gap: 1.5rem;
}

.c-user-profile .c-change-password .c-action {
	border-radius: 0.5rem;
	font: 600 1.2rem / normal 'Lato', sans-serif;
	height: 2.5rem;
	margin-right: 1rem;
	min-width: 10rem;
	padding: 0 2rem;
}

.c-user-profile .c-change-password .c-action--primary {
	background-color: var(--primary-a-normal);
	color: #fff;
}

.c-user-profile .c-change-password .c-action--primary:hover {
	background-color: var(--primary-a-light);
	transition: background-color 0.3s ease;
}

.c-user-profile .c-change-password .c-change-password__errors {
	font: 400 1.2rem / normal 'Open Sans', sans-serif;
	list-style-type: none;
	padding: 0;
}

.c-user-profile .c-change-password .c-change-password__form-label {
	font: 400 1.2rem / normal 'Open Sans', sans-serif;
	padding: 0;
	font-weight: bold;
}

.c-user-profile .c-change-password .c-change-password__save {
	margin-top: auto;
	align-self: end;
}

.c-user-profile .c-change-password .c-change-password__must-change-password-message .c-pair {
	margin-bottom: 1.5rem;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.c-user-profile .c-change-password .c-change-password__must-change-password-message {
	margin-bottom: 1.5rem;
	width: -webkit-fill-available;
}

.c-user-profile .c-change-password .c-textvalue {
	font: 400 1.2rem / normal 'Open Sans', sans-serif;
  background-color: #f3f4f6; /* color suave de fondo */
  border: 1px solid #d1d5db; /* borde gris */
  border-radius: 8px; /* esquinas redondeadas */
  padding: 12px 16px; /* espacio interno */
  font-family: inherit; /* mantener fuente del sistema */
  white-space: pre-wrap; /* mantener saltos de línea */
  color: #333; /* texto más oscuro para contraste */
}
