 .converse-container {
            height: 255px;
			width:880px;
			margin-top:2px;
			margin-left:0px;

			
        }

		.chatContainer {
			display: block;
			left: 0;
			top: 0;
			background-image: transparent;
			height: 237px;
			padding: 0 !important;
			width: 94%;
			background-repeat: no-repeat;
			position: absolute;
			font-family: arial;
			font-size: 11px;
		}
		.chatConversation {
			font-size: 11px;
			position: relative;
			border: 2px solid #FBAD04;
			clear: none;
			float: left;
			font-family: verdana,arial,sans serif;
			height: 150px !important;
			left: 7px !important;
			line-height: 12px !important;
			margin-left: 4px;
			overflow: auto !important;
			padding-left: 5px;
			top: 25px !important;
			width: 85% !important;
			background-color: #b4b4b4 !important;
			word-wrap: break-word;
			border-radius: .85rem;
			display: inline !important;
/*			height: 90px !important;*/
			padding: 10px;
			
		}




		#conversejs .chatbox .sendXMPPMessage .send-button {
			position: absolute;
			/*left: var(--send-button-margin);*/
			left:50%;
			width: 100px;
			background-image: url("../images/send2.png") !important;
			 background-repeat: no-repeat;
			height: 50px;
			background-color: transparent !important;
			border: 0px;
			z-index: 1000;
			margin-left: 330px;
			margin-top: 25px;
			color: transparent !important;
			
		}

		.icono_chat {
		
			position: absolute;
			left: var(--send-button-margin);
			height: 74px;
			z-index: 1000;
			margin-left: 795px;
			margin-top: -85px;
				
		}

		#conversejs.converse-embedded .chatroom .box-flyout .sendXMPPMessage .chat-textarea {
			padding: 0.5em;
			font-size: 110%;
			width: 720px;
			height: 90px !important;
			max-height:90px;
			padding-right: 25px;
			margin-top:25px;
		}

		#conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .chat-area .chat-content, #conversejs .chatroom .box-flyout .chatroom-body .chat-area .chat-content {
			max-height: 120px;
			position: relative;
			margin-left: -0px;
			z-index: 1000;
			width: 835px;
			margin-left:25px;
			border-radius: .85rem;
			margin-top:25px;
	
		}


		#conversejs.converse-embedded .chatroom .box-flyout, #conversejs .chatroom .box-flyout {
			overflow-y: hidden;
			background-color: TRANSPARENT;
			width: 100%;
		}

		#conversejs.converse-embedded .chatroom .box-flyout .sendXMPPMessage .chat-textarea {
			border-radius: .85rem;
			margin-left:25px;
			margin-top: 25px;
			}

		#conversejs, #conversejs-bg, .converse-fullscreen {

		/*--chatroom-head-color: #2a4755;*/
		--chatroom-head-color: transparent;
		--chatroom-head-color-dark: #2d5e70;
		--chatroom-head-color-lighten-25-percent: #7e9199;
		--chatroom-head-button-color: var(--chatroom-head-color);
		--chatroom-head-title-font-weight: normal;
		--chatroom-head-title-padding-right: 0px;
		--chatroom-head-description-color: var(--chatroom-head-color-lighten-25-percent);
		--chatroom-head-description-link-color: white;
		--chatroom-head-description-display: block;
		--chatroom-head-description-border-left: 0px;
		--chatroom-head-description-padding-left: 0px;
		--chatroom-head-border-bottom: 0px;
		--chatroom-width: 400px;
		--chatroom-correcting-color: #e1e8eb;
		--chatroom-badge-color: var(--chatroom-head-color);
		--chatroom-badge-hover-color: var(--chatroom-head-color-dark);

				}

		#conversejs .toggle-controlbox {
				display: none !important;
			}

		#conversejs #controlbox .box-flyout {
			background-color: white;
			display: none;
		}

		.modal-backdrop {
			z-index: 1030 !important;
		}



	#conversejs.converse-embedded .chatroom .box-flyout .chatroom-body, #conversejs .chatroom .box-flyout .chatroom-body {
    background-color: #97c0d4 !important;
	}

	#conversejs, #conversejs-bg, .converse-fullscreen {
	--chatbox-border-radius: .0rem !important;
	}