
/* MJ | DIV TAG CLASS CSS */

button { border:none; outline:none; background:none; color:#1E1E1E; cursor:pointer; }

/* icon btn */
.icon_btn::after {
	content: ''; display: inline-block; vertical-align: middle; 
	width: var(--icon-width); height: var(--icon-height); margin-left: 1rem;
	background: var(--icon-color);
	mask-size: 100%; -webkit-mask-size: 100%;
	mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat;
	mask-position: center center; -webkit-mask-position: center center;
	mask-image: var(--icon); -webkit-mask-image: var(--icon);
}


/* MJ | DIV TAG CLASS CSS END */