	/*Botão de arquivos*/
		buttons div[type='attachment']{
			margin-right:5px;
			margin-left:5px;
		}

		buttons div[type='attachment'] img{
			position:relative;
			top: 4px;
			left:0px;
			width: 22px;
			height: 22px;
			background: var(--primary-color);
			border-radius: 18px;
			border: var(--primary-color) solid 5px;
		}
		buttons div[type='attachment'] img:hover{
			border: var(--secondary-color) solid 5px;
			background: var(--secondary-color);
		}

		buttons div[type='attachment'] count{
			position:absolute;
			top:15px;
			left:15px;
			padding: 1px 2px;
			background:red;
			color:#FFF;
			border-radius:100px;
			font-size: 8px;
		}