﻿/* BT SVG Icons */
.bt-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	vertical-align: middle;
}

.bt-icon svg {
    width: 1em;
    height: 1em;
}

.bt-icon svg [fill]:not([fill="none"]) {
    fill: currentColor;
}

.bt-icon svg [stroke]:not([stroke="none"]):not([stroke^="url("]) {
    stroke: currentColor;
}

	.bt-icon svg [fill][data-color="color-2"]:not([fill="none"]) {
		fill: currentColor;
	}
