		/* Tabler icon fallbacks using text */
		.ti::before {
			font-style: normal;
		}

		.ti-award::before {
			content: "★";
		}

		.ti-cloud-upload::before {
			content: "⬆";
		}

		.ti-check::before {
			content: "✓";
		}

		.ti-plus::before {
			content: "+";
		}

		.ti-trash::before {
			content: "🗑";
		}

		.ti-x::before {
			content: "✕";
		}

		.ti-eye::before {
			content: "👁";
		}

		.ti-copy::before {
			content: "⎘";
		}

		.ti-printer::before {
			content: "🖨";
		}

		.ti-file-type-doc::before {
			content: "W";
		}

		.ti-file-type-pdf::before {
			content: "P";
		}

		.ti-loader-2::before {
			content: "↻";
		}
