
/********************************************************************************************************/	
/* кнопка send внутри текстовой области ****************************************************************************************/	
/********************************************************************************************************/

	@media screen and (max-width: 640px) {	
		
		#pm_contact .chat {
			height: calc(100% - 112px);
		}
		#pm_contact .composer .editor textarea {
			padding-right: 50px;
		}
		#pm_contact .composer .buttons .button {
			width: 35px;
			position: absolute;
			top: -40px;
			right: 10px;
			background: none!important;
			background-size: contain!important;
			color: var(--button_background_color);
			opacity: 1;
			font-size: 24px;
			padding: 5px;
			margin-right: 0;
		}
		#pm_contact .composer .buttons .button span {
			display: none;
		}
		#pm_contact .composer .buttons .button:before {
			content: "\f1d8";
			font-family: "FontAwesome";
		}
		
	}
	


