.jodit-ui-browser-loader {
	width: 16px;
	height: 16px;

	animation: rotate 2s ease-out 0s infinite;

	background-image: data-uri('../assets/loader.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	will-change: rotate;
}
