.contentChat .hidden {
    display: none !important;
}

.btnchat{
	border: 1px solid #b9051c;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	display: inline-block;
	position: fixed;
	top: 285px;
	right: 15px;
	cursor: pointer;
	transition-duration: .3s;
}

.btnchat .fa{
	font-size: 20px;
	margin-left: 8px;
}

.contentChat{
	position: fixed;
	bottom: -1px;
	right: -650px;
	border-bottom: 0;
	z-index: 1035;
	width: 475px;
	transition-duration: .3s;
	box-shadow: 1px 0px 20px #555;
	display: none;
}

.contentChat.expand{
	width: 600px;
	height: 458px;
	display: block;
}

.contentChat.open{
	right: 5px;
	bottom: -1px;
	display: block;
}

.contentChat.open.expand:not(.minimize) {
    bottom: -1px !important;
}

.contentChat .headChat{
	padding: 6px 15px;
	font-size: 16px;
	border: 0;
	transition-duration: .3s;
	background: #4b4e53;
	color: #fff;
}

.contentChat .circle{
	background-color: #ff0000;
	width: 8px;
	height: 8px;
	border-radius: 20px;
	margin: 0 6px 0 0;
	display: inline-block;
}

.contentChat .circle.connected{
	background-color: #27ca27;
}

.contentChat .fa-bell{
	color: #fbd995;
	position: relative;
	margin-right: 15px !important;
}

.contentChat .newmsg{
	border-radius: 15px;
	height: 26px;
	background-color: #ff0000;
	color: #fff;
	width: 28px;
	display: inline-block;
	padding: 2px 0;
	text-align: center;
	font-family: "openSansBold", sans-serif;
	font-size: 20px;
	position: absolute;
	top: -15px;
	left: 14px;
}

.contentChat span{
	margin-right: 4px;
}

.contentChat .fa{
	float: right;
	font-size: 16px;
	margin: 4px 0 0 15px;
	cursor: pointer;
}

.bodycontentChat{
	transition-duration: .3s;
	background: #fbf6f0;
	border: 1px solid #adadad;
	border-top: 0;
	position: relative;
	min-height: 180px;
	height: auto;
}

.bodycontentChat.errorbox,
.bodycontentChat.errorbox.open{
	min-height: 55px;
}

.bodycontentChat:before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	background: url('/imagenes/carpeta_paciente/loading2.gif') 50% 25% no-repeat;
	background-size: 60px;
	background-color: #fff;
}

.bodycontentChat.isloaded:before {
	content: none;
}

.info{
	font-size: 11px;
	height: 0;
	color: #333;
	background-color: #fff;
	overflow: hidden;
	transition-duration: .3s;
}

.info.open{
	height: 45px;
	box-shadow: 0 0 5px #999;
}

.info .box-agent{
	padding: 5px 15px;
}

.info .stateAgent{
	font-style: italic;
}

.formChat{
	border: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 6px 10px;
	background: transparent;
}

.formChat textarea {
	width: 99%;
	padding: 4px 10px;
	max-height: 34px;
	vertical-align: bottom;
	resize: none;
	padding-right: 70px;
	box-shadow: 2px 2px 9px #717171;
	border: 0;
	border-radius: 17px;
	outline: none;
	overflow: hidden;
	transition-duration: .2s;
}

.formChat textarea:not([disabled]):focus,
.formChat textarea:not([disabled]):active {
	box-shadow: 2px 2px 11px #555;
	max-height: 55px;
	border-radius: 13px;
}

.formChat textarea[disabled] {
	background: #efefef;
}

.formChat .btnsubmit,
.contentChat .formChat .btnsubmit {
	vertical-align: bottom;
	border: 0;
	padding: 4px 7px;
	width: 10%;
	margin-left: 10px;
	height: 37px;
	font-size: 0;
	background: url('/imagenes/carpeta_paciente/send.png') 0 60% no-repeat;
	background-size: 33px;
	background-color: transparent;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.boxErrorChat{
	color: #A01D2D;
	font-family: 'openSansBold', sans-serif;
	padding: 7px 15px;
}

.boxErrorChat a{
   color: #444;
	margin: 0 5px;
}

.boxErrorChat .fa{
	float: none;
	font-size: 22px;
	margin: 5px 12px 0 0px;
	display: inline-block;
}

.boxconversation{
	width: 100%;
	height: 210px;
	padding: 10px 16px;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 200px;
	margin-bottom: 63px;
	margin-top: 2px;
	background: #fbf6f0;
	transition-duration: .3s;
}

.fileChatForm .uploadAttachment {
	position: absolute;
	opacity: 0;
	display: none;
}

.fileChatForm .sendButtonAttachment{
	background-color: transparent;
	color: #555;
	text-decoration: none;
	text-align: center;
	font-size: 28px;
	position: absolute;
	line-height: 34px;
	box-sizing: border-box;
	margin: 0;
	bottom: 6px;
	width: 10%;
	right: 10%;
}

.fileProgress {
	display: none;
}

.bodycontentChat.disconnected,
.bodycontentChat.disconnected .boxconversation,
.bodycontentChat.disconnected form{
	background: #e0e0e0;
}

.boxconversation.expand{
	height: 310px;
	max-height: 310px;
}

.errorBot,
.errorBot .info,
.errorBot .boxconversation{
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

.bubble{
	border: 1px solid #cad0c9;
	background: #f5f8f9;
	padding: 3px 10px;
	margin: 3px 0 7px;
	border-radius: 4px;
	width: max-content;
	float: right;
	clear: both;
	font-size: 14px;
	max-width: 320px;
	word-wrap: break-word;
	position: relative;
}

.bubble.pull-right{
	background: #d2f3ca;
}

.bubble.pull-right:last-child:after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
}

.bubble.typ{
	border: 0;
	font-style: italic;
	color: #8e8e8e;
    background: transparent;
}

.bubble.system{
	margin: 10px auto;
	padding-top: 10px;
	float: none;
	clear: both;
	border: 0;
	background: #fff;
	font-size: 12px;
	text-align: center;
	font-style: italic;
	box-shadow: 0px 3px 10px #c1c0c0;
}

.system-info{
	text-align: center;
	display: block;
	background: #008488;
	margin: -2px auto 0;
	max-width: 100%;
	color: #fff;
	line-height: 1.2;
	font-size: 13px;
	padding: 12px 30px;
	border-radius: 4px;
	box-shadow: 0px 3px 10px #c1c0c0;
}

.system-info__titulo {
	font-size: 16px;
	font-family: "openSansBold", sans-serif;
	margin-bottom: 12px;
}

.system-info__avisoOK {
	font-size: 14px;
	font-family: "openSansRegular", sans-serif;
	margin-bottom: 12px;
	color: #008488;
}

.system-info__avisoKO {
	font-size: 14px;
	font-family: "openSansRegular", sans-serif;
	margin-bottom: 12px;
	color:  #A01D2D;
}

.system-info__descripcion {
	font-family: "openSansBold", sans-serif;
	font-size: 14px;
	margin: 0;
}

.bubble.error{
	background: #f5d3d3;
	border: 1px solid #c39797;
}

.bubble.error .fa{
	float: none;
	margin: 0px 8px 0 0;
}

.boxfile a{
    display: inline-block;
    font-size: 15px;
}

.boxfile .fa{
    float: none;
	margin: 0 7px 0 0;
}

.sending{
	display: none;
	border: 0;
	background: url('/imagenes/carpeta_paciente/gif-load.gif') 100% 100% no-repeat;
	background-size: 23px;
	width: 35px;
	height: 25px;
	position: fixed;
	bottom: 12px;
	right: 64px;
}

.expand .sending{
	right: 115px;
}

.txterror{
	position: absolute;
	background: #ff0000;
	color: #fff;
	top: -13px;
	left: 10px;
	font-size: 13px;
	padding: 0 7px;
}

.txterror:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 11px 0 0;
	border-color: #ff0000 transparent transparent transparent;
	bottom: -13px;
	left: 0;
	position: absolute;
}


/* Adaptative */

@media screen and (max-width: 767px){
	.btnchat {
		font-size: 0;
		border: 0;
		border-radius: 30px;
		width: 50px;
		height: 50px;
		box-shadow: 3px 2px 10px #424242;
		top: auto;
		right: 15px;
		bottom: 45px;
		z-index: 1;
	}

	.btnchat .fa{
		float: none;
		font-size: 28px;
		margin: 5px 0 0 2px;
	}

	.contentChat{
		width: 96%;
		margin: 0 2%;
		display: none;
	}

	.contentChat.open{
		right: 0;
		bottom: 0;
		display: block;
	}

	.contentChat.expand{
		width: 96%;
		height: 385px;
		display: block;
	}

	.boxconversation.expand {
		height: 253px;
		max-height: 255px;
	}

	.formChat .btnsubmit {
		background-size: 35px;
		margin-left: 2px;
	}

	.system-info__titulo.system-info__titulo {
		font-size: 14px;
	}

	.system-info__descripcion.system-info__descripcion {
		font-size: 12px;
	}
}

/* Pruebas nuevos estilos chat */
.contentChat.pdp.open {
	width: 100vw;
	margin: 0 auto;
	display: block;
	top: 0;
	left: 0px;
	height: 100vh;
	border: 0;
	box-shadow: none;
	background: #fff;
}
body .contentChat.pdp .headChat {
	padding: 0;
	font-size: 16px;
	border: 0;
	transition-duration: 0.3s;
	background: #fff;
	color: #000;
	padding-top: 14px !important;
	display: flex;
	align-items: center;
	width: 1170px;
	margin: 0 auto;
	position: relative;
}

.contentChat.pdp .fa.fa-window-maximize, .fa.fa-window-restore, .fa.fa-window-maximize, .fa.fa-bell, .circle {
	display: none !important;
}
.contentChat.pdp .fa.fa-minus {
	font-family: 'quiron-general-icon', sans-serif !important;
	font-size: 22px;
	transform: rotate(90deg);
	margin: 0;
	padding-left: 6px;
	position: absolute;
	right: 32px;
}

.contentChat.pdp.minimizar .fa.fa-minus {
	transform: rotate(270deg);
	top: 42px;
}

.contentChat.pdp span.fa.fa-minus:before {
	content: '\e968';
	color: #008488;
}
.contentChat.pdp span.fa.fa-times {
	font-family: 'quiron-general-icon', sans-serif !important;
	font-size: 18px;
	position: absolute;
	right: 0px;
}

.contentChat.pdp span.fa.fa-times:before {
	content: '\e958';
	color: #008488;
}
.contentChat.pdp .nameChat {
	color: #000;
	font-family: 'ExoBold', sans-serif;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0;
}
.contentChat.pdp .bodycontentChat.isloaded {
	height: 100%;
   /* padding: 0 300px;
	*/
	border: 0;
	background: #fff;
   /* width: 814px;
	*/
	width: 100% !important;
	margin: 0 auto;
}
.contentChat.pdp .bodycontentChat .box-agent {
	position: fixed;
	background: #fff;
	width: 814px;
	z-index: 10;
}

body .contentChat.pdp .pull-right a {
 	color: #fff;
	font-family: 'openSansBold', sans-serif;
	text-decoration: underline;
}

@media screen and (max-width: 414px) {
	.contentChat.pdp .bodycontentChat .box-agent {
		width: 100%;
   }
}
.contentChat.pdp .boxmsg.boxmsg {
	overflow-y: hidden;
	overflow-x: hidden;
	height: calc(100% - 130px);
}
.contentChat.pdp .boxmsg .boxconversation.boxconversation {
	background-color: #fff;
	overflow-y: scroll;
	height: 85%;
	max-height: 100%;
	width: 814px;
	margin: 0 auto;
	padding: 16px;
	display: flex;
    flex-direction: column;
}
@media screen and (max-width: 414px) {
	.contentChat.pdp .boxmsg .boxconversation.boxconversation {
		width: 100%;
		height: calc(100% - 140px);
   }
}
.contentChat.pdp .boxconversation {
	background: #fff;
	overflow-y: hidden;
}
body .contentChat.pdp .formChat {
	height: 80px;
	background: #f2f2f2 !important;
	display: flex;
	align-items: center;
	max-width: 100vw;
	position: fixed;
	bottom: 0;
}
.contentChat.pdp .formChat textarea {
	width: 814px;
	height: 42px;
    max-height: 42px;
	margin: 0 auto;
	padding: 10px 12px;
	border-radius: 8px;
    box-shadow: none;
}

body .contentChat.pdp .formChat input {
	width: 28px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: calc((100vw - 814px) /2 + 10px);
	bottom: 22px;
}

body .contentChat.pdp .formChat .txterror {
	left: 554px;
}

.contentChat.pdp .boxconversation .system-info {
	max-width: 100%;
	width: 100%;
	padding: 18px 8px;
	background: none;
	font-family: "openSansRegular", sans-serif;
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	text-align: center;
	border: 1px solid #008488;
	border-radius: 4px;
	margin-bottom: 12px;
	box-shadow: none;
}

.contentChat.pdp .boxconversation .system-info.system-info__KO {
	border: 1px solid  #A01D2D;
}
.contentChat.pdp .system-info p {
	margin: 0;
}

.contentChat.pdp form .sendButtonAttachment.fa.fa-paperclip.disabled {
	opacity: .3;
	pointer-events: none;
}

.contentChat.pdp form .sendButtonAttachment.fa.fa-paperclip {
	left: calc((100vw - 814px) /2 - 44px);
	bottom: 22px;
	position: fixed;
	width: 40px;
	font-family: 'quiron-general-icon', sans-serif !important;
    font-size: 24px;
}

.contentChat.pdp form .sendButtonAttachment.fa.fa-paperclip:before {
	content: "\e998";
    color: #000;
}

.contentChat.pdp .headChat .circle {
	position: absolute;
	right: 100px;
	top: 34px;
}
.contentChat.pdp .headChat .fa.fa-bell {
	position: absolute;
	right: 54px;
}

.contentChat.pdp .chat-agent-name {
	color: #000000;   
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
}

.contentChat.pdp .boxconversation .bubble.pull-right {
	padding: 12px 22px;
	max-width: 389.84px;
	background-color: #008488;
	margin-right: 6px;
	border: none;
	min-width: 250px;
	position: relative;
	align-self: flex-end;
}
.contentChat.pdp .boxconversation .bubble.pull-right:before {
    width: 0px;
    height: 0px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 16px solid #008488;
    font-size: 0px;
    line-height: 0px;
    content: '';
    position: absolute;
    right: -14px;
    top: 8px;
}
.contentChat.pdp .boxconversation .bubble.pull-right .chat-agent-info {
	margin-bottom: 6px;
	text-align: right;
	font-size: 8px;
	color: #f2f2f2;
}

.contentChat.pdp .boxconversation .bubble.pull-right .chat-webuser-msg {
	color: #f2f2f2;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
}
.contentChat.pdp .boxconversation .bubble.pull-right .chat-webuser-msg__negrita {
	font-family: 'openSansBold', sans-serif;
}
.contentChat.pdp .boxconversation .bubble.pull-left {
	padding: 12px 22px;
	max-width: 389.84px;
	background-color: #f2f2f2;
	border: none;
	min-width: 100px;
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	position: relative;
	margin-right: 6px;
	margin-left: 10px;
	font-family: 'openSansRegular', sans-serif;
	float: left;
}

.contentChat.pdp .boxconversation .bubble.pull-left:before {
	width: 0px;
	height: 0px;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 16px solid #f2f2f2;
	font-size: 0px;
	line-height: 0px;
	content: '';
	position: absolute;
	left: -14px;
	top: 8px;
}
.contentChat.pdp .boxconversation .bubble.pull-left .chat-agent-info {
	margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
}
.contentChat.pdp .boxconversation .bubble.pull-left .chat-agent-name {
	font-size: 8px;
	font-family: 'openSansBold', sans-serif;
	letter-spacing: 0;
	line-height: 13px;
}
.contentChat.pdp .boxconversation .bubble.pull-left .chat-agent-time {
	font-size: 8px;
	letter-spacing: 0;
	line-height: 13px;
}
.contentChat.pdp .boxconversation .bubble.pull-left .chat-agent-file {
	background-color: #fff;
	min-height: 78px;
	margin-top: 4px;
    padding: 14px 16px;
	border-radius: 4px;
	word-breaK: break-all;
    display: grid;
	grid-template-columns: 25px 1fr;
	grid-template-rows: 1fr 12px 16px;
    gap: 0px 8px;
	cursor: pointer;
}

.contentChat.pdp .boxconversation .bubble.pull-left .chat-agent-file__img {
	grid-row: 1 / span 2;
}

.contentChat.pdp .boxconversation .bubble.pull-left .chat-agent-file__name {
	font-size: 14px;
	font-family: 'openSansBold', sans-serif;
	color: #008488;
	text-decoration: underline;
	grid-column-start: 2;
}

.contentChat.pdp .boxconversation .bubble.pull-left .chat-agent-file__size {
	font-size: 12px;
	font-family: 'openSansRegular', sans-serif;
	grid-row-start: 2;
    grid-column-start: 2;
}

.contentChat.pdp .boxconversation .bubble.pull-left .chat-agent-file__limit {
	font-size: 12px;
	font-family: 'openSansRegular', sans-serif;
	margin-top: 4px;
	grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: 3;
}

.contentChat.pdp .boxconversation .bubble.pull-left .chat-agent-file__limit span {
	margin-right: 0;
}

.contentChat.pdp .boxconversation .bubble.system {
	max-width: 100%;
	width: 100%;
	padding: 18px 8px;
	background: none;
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	font-family: 'openSansRegular', sans-serif;
	line-height: 20px;
	text-align: center;
	border: 1px solid #008488;
	border-radius: 4px;
}
@media screen and (max-width: 414px) {
	.contentChat.pdp .bodycontentChat.isloaded {
		width: 100%;
   }
   .contentChat.pdp .boxconversation .bubble.pull-right, .boxconversation .bubble.pull-left {
		padding: 10px 20px;
		font-size: 10px;
		max-width: 100%;
   }
}
.contentChat.pdp .info.open.info.open {
	box-shadow: none;
	width: 814px;
	margin: 0 auto;
}
@media screen and (max-width: 414px) {
	.contentChat.pdp .info.open.info.open {
		width: 100%;
   }
}

.contentChat.pdp .boxErrorChat {
	border: 1px solid #A01D2D;
	background: #fff;
	width: 814px;
	margin: 0 auto;
	margin-top: 60px;
	padding: 20px;
	border-radius: 4px;
}
.contentChat.pdp .boxmsg.errorBot {
	display: none;
	position: relative;
}
.contentChat.pdp.minimizar {
	height: 0;
}

.contentChat.pdp.minimizar .bodycontentChat {
	display: none;
}

.contentChat.pdp.minimizar .headChat {
	background: #008488;
    position: absolute;
    top: calc(100vh - 90px);
    width: 100%;
    padding: 6px calc((100vw - 1170px) / 2);
	height: 90px;
}
.contentChat.pdp.minimizar span.fa.fa-minus:before {
	color: #fff;
}
.contentChat.pdp.minimizar span.fa.fa-times:before {
	color: #fff;
}

.contentChat.pdp.minimizar span.fa.fa-minus {
	right: calc(((100vw - 1170px) / 2) + 32px);
}

.contentChat.pdp.minimizar span.fa.fa-times {
	right: calc((100vw - 1170px) / 2);
	font-size: 18px;
}

.contentChat.pdp.minimizar .nameChat {
	color: #fff;
	font-size: 28px;
	font-family: "openSansBold", sans-serif;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 36px;
}

@media screen and (max-width: 414px) {
	.contentChat.pdp .boxconversation {
		padding: 6px 16px;
	}

	.contentChat.pdp .boxErrorChat {
		width: 100%;
		padding: 12px 16px;		
	}

	.contentChat.pdp .boxconversation .system-info {
		padding: 12px 16px;		
		width: 100%;
		margin-bottom: 12px;
	}

	body .contentChat.pdp .headChat {
		width: 100%;
		padding: 5px 16px;		
		margin-bottom: 20px;
   }

   .contentChat.pdp .nameChat {
		max-width: calc(100vw - 98px);
		font-size: 14px;		
		letter-spacing: 0;
		line-height: 20px;
		color: #000;
	}

	.contentChat.pdp .nameChat .hd-chat-multiple-nombre-plan {
		display: block;
	}

	.contentChat.pdp span.fa.fa-times {
		font-size: 20px;	 
		right: 18px;
	  
	}

	.contentChat.pdp .fa.fa-minus {
		right: 52px;
	}	

	body .contentChat.pdp .formChat {
		height: 110px;
		max-width: 100vw;
		margin: 0;
		padding: 18px 16px 0 50px;
		align-items: flex-start;
	}

	.contentChat.pdp .formChat textarea {
		width: 100%;
		padding: 10px 48px 10px 12px;
	}

	body .contentChat.pdp .formChat input {
		display: none;
		right: 32px;
		bottom: 54px;
	}

	body .contentChat.pdp .formChat input.escribiendo {
		display: block;
	}

	.contentChat.pdp form .sendButtonAttachment.fa.fa-paperclip {
		font-size: 22px;
		width: 22px;
		left: 14px;
		bottom: 53px;
	}

	.contentChat.pdp .boxconversation .bubble.pull-left {
		max-width: 100%;
	}

	.contentChat.pdp.minimizar .headChat {
		margin-bottom: 0;
		padding: 50px 16px;
		position: fixed;
		top: initial;
		bottom: -34px;
	}

   .contentChat.pdp.minimizar span.fa.fa-times {
	   font-size: 18px;	 
	   right: 18px;
	 
   }

   .contentChat.pdp.minimizar span.fa.fa-minus {
		font-size: 20px;
		right: 56px;
	}

	.contentChat.pdp.minimizar .nameChat {
		font-size: 14px;		
		letter-spacing: 0;
		line-height: 20px;
		color: #fff;
	}

	.bodycontentChat.errorbox {
		padding: 0px 16px;
	}

	.contentChat.pdp.minimizar .fa.fa-minus {	
		top: 22px;
	}

	
}

@media screen and (min-width: 415px) and (max-width: 1024px){
	body .contentChat.pdp .headChat {
		width: 90%;
		padding: 5px 16px;
		margin-bottom: 20px;
	}

	.contentChat.pdp .bodycontentChat.isloaded {
		width: 100%;
		margin: 0 auto;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.contentChat.pdp .boxmsg .boxconversation.boxconversation {
		background-color: #fff;
		overflow-y: scroll;
		height: 85%;
		max-height: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 16px;
		max-width: 816px;
	}

	.contentChat.pdp .boxErrorChat {
		width: 70% !important;
	}
}

@media screen and (min-width: 700px) and (max-width: 1024px){
	body .contentChat.pdp .formChat input {
		right: calc((100vw - 814px) /2 + 40px);
	}

}

/* Pruebas nuevos estilos chat */

/* Estilos modal cerrar chat */

.ModalCerrarChat .modal-dialog {
	width: 585px;
} 
@media (max-width: 768px) {
	.ModalCerrarChat .modal-dialog {
		width: auto;
	}
}	
	
.ModalCerrarChat .modal-content {
	border-radius: 4px;
} 

.ModalCerrarChat .modal-header {
	border: none;
	display: flex;
	justify-content: flex-end;
} 

.ModalCerrarChat .modal-header:focus {
	outline: initial!important;
}

.ModalCerrarChat .modal-header i {
	font-size: 24px;
} 

@media (max-width: 425px) {
	.ModalCerrarChat .modal-header {
		padding: 10px 10px 10px 0;
	} 

	.ModalCerrarChat .modal-header .buttonCerrar {
		margin-top: 0;
	} 

	.ModalCerrarChat .modal-header .buttonCerrar i {
		font-size: 16px;
	} 
}	
	
.ModalCerrarChat .modal-body {
	padding: 0 96px 24px 96px;
	text-align: center;
}

.ModalCerrarChat .modal-body .icon-alert-container {
	margin: 0 0 15px 0;
}

.ModalCerrarChat .modal-body .icon-alert-container .icon-alerta {
	font-size: 44px;
	color: #008488;
}

@media (max-width: 768px) {
	.ModalCerrarChat .modal-body {
		padding: 0 42px 24px 42px;
	}

	.ModalCerrarChat .modal-body .icon-alert-container .icon-alerta {
		font-size: 30px;
	}
}

.ModalCerrarChat .modal-body .hd-modal-titulo {
	font-size: 16px;
	font-family: 'openSansBold', sans-serif;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 16px;
	
}

@media (max-width: 768px) {
	.ModalCerrarChat .modal-body .hd-modal-titulo {
		font-size: 16px;
	}
}

.ModalCerrarChat .buttonCerrar {	 
    margin-top: 16px;    
} 


.ModalCerrarChat .hd-modal-descripcion {
	font-size: 16px;
	font-family: "openSansRegular", sans-serif;
	font-weight: normal;
	line-height: 22px;
	color: #000;
	margin-bottom: 24px;            
}
.ModalCerrarChat .hd-modal-contenedor-boton {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}

.ModalCerrarChat .hd-modal-contenedor-boton button {
	width: 70%;
}
	   
@media screen and (max-width: 700px) {
	.ModalCerrarChat .hd-modal-contenedor-boton {
		flex-direction: column;
		gap: 20px;
	}

	.ModalCerrarChat .hd-modal-contenedor-boton button {
		width: 40%;
	}
}

.ModalCerrarChat .hd-modal-boton-principal{
color: #fff;
background-color: #008488;
font-size: 14px;
font-family: "openSansBold", sans-serif;
font-weight: bold;
line-height: 20px;
height: 40px;
min-height: 40px;
min-width: 160px;
padding: 0 24px;
border-radius: 20px;
border: none;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
cursor: pointer;
}


.ModalCerrarChat .hd-modal-boton-secundario {
	color: #008488;
	background-color: #fff;
	border: 1px solid #008488;
	font-size: 14px;
	font-family: "openSansBold", sans-serif;
	font-weight: bold;
	line-height: 20px;
	height: 40px;
	min-height: 40px;
	min-width: 160px;
	padding: 0 24px;
	border-radius: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	cursor: pointer;
}
/* Fin estilos modal cerrar chat */

/* Estilo para chat de salud mental  */
.mentalHealthChat .contentChat .nameChat {
	text-align: center;
    width: 100%;
	margin: 0;
}

.mentalHealthChat .contentChat.pdp .bodycontentChat.isloaded {
	display: block;
}

@media screen and (max-width: 768px){
	.mentalHealthChat .contentChat.pdp .formChat textarea {
		width: 100%;
	}

	.mentalHealthChat .contentChat.pdp .formChat input {
		right: 20px;
	}
}

@media screen and (max-width: 480px){
	.mentalHealthChat .contentChat.pdp .headChat {
		justify-content: center;
		padding: 15px;
		margin-bottom: 0;
	}

	.mentalHealthChat .contentChat.pdp .boxmsg .boxconversation.boxconversation {
		height: 100%;
	}

	.mentalHealthChat .contentChat.pdp .formChat {
		height: auto;
		padding: 15px;
	}
}