#dBar {
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 84px;
	background-color: var(--bar-background-color);
	box-shadow: var(--bar-box-shadow);
	overflow: hidden;
	z-index: 999;
}





	.bar {
		z-index: 1;
		position: relative;
		margin: 0px auto;
		width: 100%;
		max-width: var(--bar-max-width);
		height: 84px;
		box-shadow: var(--bar-box-shadow);
	}





		.barAi {
			overflow: hidden;
			position: relative;
			float: left;
			margin: 12px;
		  width: calc(100% - 24px);
		  height: 60px;
		  border-radius: 12px;
		}

		.barCont {
			display: flex;
			float: left;
			box-sizing: border-box;
			padding: 4px 12px 0px 12px;
			width: var(--barContent-width);
			height: 100%;
			align-items: center;
			font-weight: bold;
		}

		.barText {
			overflow: hidden;
			float: left;
			margin: 12px;
		  width: calc(100% - 24px);
		  height: 60px;
		  border-radius: 12px;
		}

		.barWhatsapp {
			position: relative;
			float: right;
			margin: 18px 12px 18px 0px;
	    width: 48px;
	    height: 48px;
	    color: #FFFFFF;
	    border-radius: 12px;
	    text-align: center;
	    line-height: 48px;
	    background-color: #666666;
	    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
		}





	.barNoti {
		position: relative;
		float: right;
		margin: 12px 12px 12px 0px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 12px;
    text-align: center;
    line-height: 60px;
    background-color: #999999;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	}
		.barNotiOn {
			background-color: #E87961;
		}





	.barSearch {
		margin: 0px auto;
		padding: 0px 24px 0px 88px;
		box-sizing: border-box;
    width: calc(100% - 24px);
    height: calc(100% - 48px);
	}





	.barContent {
		overflow-y: scroll;
		scrollbar-width: none;
		-ms-overflow-style: none;
		position: relative;
		margin: 24px auto;
		padding: 66px 24px;
		box-sizing: border-box;
    width: calc(100% - 24px);
    max-width: 776px;
    height: calc(100% - 48px);
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	}
	.barContent::-webkit-scrollbar {
		display: none;
	}
		
		#dBarContentMenu {
			width: 100%;
			height: 20px;
		}

		#dBarContentUpdate {
			margin-top: 48px;
			padding-bottom: 48px;
		}

		#dBarContentMenu {
			width: 100%;
			height: 60px;
			text-align: center;
		}
			.barContentMenuIcon {
				display: inline-block;
				margin: 14px 30px !important;
			}










.chat {
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #CCCCCC;
}
	.chatPortrait {
		display: inline-block;
		vertical-align: top;
		width: 90px;
		height: 90px;
	}
		.chatPortraitImage {
			margin: 12px;
			width: 66px;
			height: 66px;
			border-rdaius: 33px;
		}
		.chatPortraitIcon {
			margin-top: 9px;
			width: 72px;
			height: 72px;
			border-radius: 12px;
			background-color: #EEEEEE;
		}
	.chatMessage {
		position: relative;
		margin: 12px 0px;
		padding: 12px 12px 24px 12px;
		box-sizing: border-box;
		width: calc(100% - 48px);
		border-radius: 12px;
		background-color: #EEEEEE;
		font-size: 14px;
	}
		.chatMessageMenu {
			z-index: 1;
			position: fixed;
			margin-left: -24px;
			width: calc(100% - 24px);
			max-width: 800px;
			min-height: 60px;
			border-radius: 12px;
			background-color: rgba(255, 255, 255, 0.9);
		}
			.chatMessageMenuBack {
				display: inline-block;
				vertical-align: top;
				margin: 12px 24px;
				width: 36px;
				height: 36px;
				line-height: 36px;
				border-radius: 18px;
				background-color: #CCCCCC;
				color: #FFFFFF;
				text-align: center;
				font-weight: bold;
			}
			.chatMessageMenuSend {
				position: absolute;
				top: 12px;
				right: 22px;
				width: 32px;
				height: 32px;
				line-height: 31px;
				background-color: #3899BB;
				color: #FFFFFF;
				text-align: center;
				font-weight: bold;
				border-top-right-radius: 12px;
			}










#dBot {
	position: fixed;
	bottom: -188px;
	width: 100%;
	height: 188px;
	background-color: var(--bar-background-color);
	box-shadow: var(--bar-box-shadow);
	z-index: 999;
}
	#dBot > [id$="Menu"] {
		cursor: pointer;
		transition: opacity 0.2s ease;
	}
	#dBotModule {
		display: flex;
	  flex-direction: row;
	  flex-wrap: nowrap;
	  overflow-x: auto;
	  scrollbar-width: none;
	  -ms-overflow-style: none;
	  gap: 14px;
	  padding: 12px 20px;
	  scroll-behavior: smooth;
	  -webkit-overflow-scrolling: touch;
	  align-items: flex-start;
	}
	#dBotModule::-webkit-scrollbar {
		display: none;
	}
	#dBotStaff {
		display: flex;
	  flex-direction: row;
	  flex-wrap: nowrap;
	  overflow-x: auto;
	  scrollbar-width: none;
	  -ms-overflow-style: none;
	  gap: 18px;
	  box-sizing: border-box;
	  height: 188px;
	  padding: 18px 24px 22px;
	  scroll-behavior: smooth;
	  -webkit-overflow-scrolling: touch;
	  align-items: center;
	}
	#dBotStaff::-webkit-scrollbar {
		display: none;
	}
	#dBotStudy {
		display: flex;
	  flex-direction: row;
	  flex-wrap: nowrap;
	  overflow-x: auto;
	  scrollbar-width: none;
	  -ms-overflow-style: none;
	  gap: 18px;
	  box-sizing: border-box;
	  height: 188px;
	  padding: 18px 24px 22px;
	  scroll-behavior: smooth;
	  -webkit-overflow-scrolling: touch;
	  align-items: center;
	}
	#dBotStudy::-webkit-scrollbar {
		display: none;
	}
	.clipStudy {
		cursor: pointer;
	}
	#dBotStudy .clipStaffPortrait {
		border-radius: 8%;
	}
	#dBotStudy .clipStaffBand {
		border-top: 1px solid rgba(0, 0, 0, 0.06);
	}
	.clipStaffEdit {
		cursor: pointer;
	}
	.clipStaffEditPortrait {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #e8e4dc;
	}
	.clipStaffEditIcon {
		width: 48px;
		height: 48px;
		color: #666666;
	}
	.staffFolder {
		position: relative;
		box-sizing: border-box;
		width: 470px;
		height: calc(100vh - 166px);
		margin-top: 120px;
		overflow: visible;
	}
	.staffFolderClose {
		position: absolute;
		top: 14px;
		right: 18px;
		z-index: 3;
		width: 24px;
		height: 24px;
		line-height: 24px;
		border: 2px solid rgba(0, 0, 0, 0.45);
		border-radius: 50%;
		color: rgba(0, 0, 0, 0.45);
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}
	.staffFolderBody {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		border-radius: 12px;
		overflow: hidden;
		transition: background-color 0.22s ease;
	}
	.staffFolderPanel {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 28px 24px;
		overflow-y: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.staffFolderPanel::-webkit-scrollbar {
		display: none;
	}
	.staffFolderPageList {
		display: flex;
		flex-direction: column;
	}
	.staffFolderStaffWrap {
		transition: background-color 0.18s ease;
	}
	.staffFolderStaffWrap.staffFolderStaffOpen {
		background-color: rgba(255, 255, 255, 0.38);
		border-radius: 8px;
	}
	.staffFolderStaffItem {
		display: flex;
		align-items: center;
		gap: 14px;
		padding: 12px 14px;
		cursor: pointer;
		transition: padding 0.22s ease;
	}
	.staffFolderStaffWrap.staffFolderStaffOpen .staffFolderStaffItem {
		padding-bottom: 16px;
	}
	.staffFolderStaffEdit {
		box-sizing: border-box;
		max-height: 0;
		overflow: hidden;
		padding: 0 14px 0 14px;
		transition: max-height 0.28s ease, padding-bottom 0.22s ease;
	}
	.staffFolderStaffWrap.staffFolderStaffOpen .staffFolderStaffEdit {
		max-height: 720px;
		padding-bottom: 16px;
	}
	.staffFolderStaffForm .formSimple {
	}
	.staffFolderStaffForm .formButtonGray {
		margin-top: 12px;
	}
	.staffFolderAddWrap {
		margin-top: 8px;
	}
	.staffFolderAddBtn {
		padding: 14px;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		color: rgba(0, 0, 0, 0.52);
		cursor: pointer;
		user-select: none;
	}
	.staffFolderAddForm {
		box-sizing: border-box;
		max-height: 0;
		overflow: hidden;
		padding: 0 14px;
		transition: max-height 0.28s ease, padding-bottom 0.22s ease;
	}
	.staffFolderAddWrap.staffFolderAddOpen {
		background-color: rgba(255, 255, 255, 0.38);
		border-radius: 8px;
	}
	.staffFolderAddWrap.staffFolderAddOpen .staffFolderAddForm {
		max-height: 720px;
		padding-bottom: 16px;
	}
	.staffFolderAddRole {
		margin-bottom: 12px;
		font-size: 13px;
		font-weight: bold;
		color: rgba(0, 0, 0, 0.55);
		text-align: center;
	}
	.staffFolderStaffAvatar {
		flex: 0 0 auto;
		overflow: hidden;
		width: 52px;
		height: 52px;
		border-radius: 50%;
		background-color: #ffffff;
	}
	.staffFolderStaffAvatar img,
	.staffFolderStaffAvatar span {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		line-height: 52px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #666666;
	}
	.staffFolderStaffName {
		font-size: 15px;
		font-weight: bold;
		color: #333333;
	}
	.staffFolderStaffMeta {
		margin-top: 2px;
		font-size: 12px;
		color: #666666;
	}
	.staffFolderEmpty {
		padding: 32px 12px;
		text-align: center;
		color: #777777;
		font-size: 14px;
	}
	.staffFolderTabs {
		position: absolute;
		top: 20px;
		right: -56px;
		bottom: 20px;
		z-index: 2;
		display: flex;
		flex-direction: column;
		width: 56px;
		gap: 0;
		padding: 0;
	}
	.staffFolderTab {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1;
		min-height: 0;
		width: 40px;
		border-radius: 0 12px 12px 0;
		cursor: pointer;
		overflow: hidden;
		transition: transform 0.22s ease, width 0.22s ease, box-shadow 0.22s ease;
		z-index: 1;
	}
	.staffFolderTab + .staffFolderTab {
		margin-top: -3px;
	}
	.staffFolderTabLabel {
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		font-size: 11px;
		font-weight: bold;
		color: rgba(0, 0, 0, 0.48);
		letter-spacing: 0.04em;
		white-space: nowrap;
		pointer-events: none;
		user-select: none;
	}
	.staffFolderTabActive {
		width: 52px;
		z-index: 3;
	}
	.staffFolderTabActive .staffFolderTabLabel {
		color: rgba(0, 0, 0, 0.62);
	}
	.clipStaff {
		flex: 0 0 auto;
		width: 142px;
		height: 142px;
	}
	.clipStaffPortrait {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 3px solid #e8e4dc;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
		background-color: #FDFAF5;
	}
	.clipStaffImage {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.clipStaffInitials {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		line-height: 142px;
		color: #666666;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
	}
	.clipStaffBand {
		position: absolute;
		top: 85%;
		right: 0;
		left: 0;
		box-sizing: border-box;
		padding: 8px 10px;
		background-color: rgba(255, 255, 255, 0.82);
		text-align: center;
		transform: translateY(-50%);
	}
	#dBotStaff .clipStaffBand {
		border-top: 1px solid rgba(0, 0, 0, 0.06);
	}
	.clipStaffName {
		color: #333333;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.2;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.clipStaffTitle {
		margin-top: 2px;
		color: #666666;
		font-size: 10px;
		font-weight: normal;
		line-height: 1.2;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.clipStaffPage {
		width: 88px;
		height: 88px;
	}
	.clipStaffPage .clipStaffInitials {
		line-height: 88px;
		font-size: 18px;
	}
	.clipStaffPage .clipStaffBand {
		padding: 6px 8px;
	}
	.clipStaffPage .clipStaffName {
		font-size: 10px;
	}
	.clipStaffPage .clipStaffTitle {
		font-size: 9px;
	}
	.userPatientAccesosList {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		min-height: 88px;
		padding: 6px 12px 18px;
	}
	.userPatientAccesosEmpty {
		width: 100%;
		padding: 24px 12px;
		text-align: center;
		color: #888888;
		font-size: 14px;
	}
	.userPatientTrazabilidadFilter {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px 16px;
		width: 100%;
		padding: 0 18px 12px;
	}
	.userPatientTraceFilterOption {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		color: #555555;
		font-size: 13px;
		cursor: pointer;
		user-select: none;
	}
	.userPatientTraceFilterOption input {
		margin: 0;
		cursor: pointer;
	}
	.userPatientTrazabilidadFilterEmpty {
		padding: 12px 18px 24px;
		text-align: center;
		color: #888888;
		font-size: 14px;
	}
	.userPatientTrazabilidadList {
		box-sizing: border-box;
		width: 100%;
		padding: 6px 18px 24px;
	}
	.userPatientTraceItem {
		box-sizing: border-box;
		padding: 12px 14px;
		margin-bottom: 8px;
		border-radius: 4px;
		border: 1px solid #e8e4dc;
		background-color: #FDFAF5;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
	}
	.userPatientTraceDatetime {
		color: #888888;
		font-size: 11px;
		line-height: 1.3;
	}
	.userPatientTraceText {
		margin-top: 4px;
		color: #333333;
		font-size: 13px;
		line-height: 1.35;
	}
	.userPatientTrazabilidadEmpty {
		padding: 24px 12px;
		text-align: center;
		color: #888888;
		font-size: 14px;
	}
	.clipStaffRemovable {
		position: relative;
		cursor: pointer;
	}
	.clipStaffRemove {
		position: absolute;
		top: -2px;
		right: -2px;
		z-index: 3;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 22px;
		height: 22px;
		padding: 0;
		border: none;
		border-radius: 50%;
		background-color: #ffffff;
		box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.28);
		color: #888888;
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		cursor: pointer;
	}
	.clipStaffPage .clipStaffRemove {
		top: -3px;
		right: -3px;
		width: 20px;
		height: 20px;
		font-size: 14px;
	}