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