/* Local SVG subset of Bootstrap Icons 1.8.3 (MIT). */
.bi,
[class^="bi-"],
[class*=" bi-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.bi-search {
    -webkit-mask-image: url("../img/icons/bootstrap/search.svg");
    mask-image: url("../img/icons/bootstrap/search.svg");
}

.bi-arrow-repeat {
    -webkit-mask-image: url("../img/icons/bootstrap/arrow-repeat.svg");
    mask-image: url("../img/icons/bootstrap/arrow-repeat.svg");
}

.bi-infinity {
    -webkit-mask-image: url("../img/icons/bootstrap/infinity.svg");
    mask-image: url("../img/icons/bootstrap/infinity.svg");
}

.bi-shield-check {
    -webkit-mask-image: url("../img/icons/bootstrap/shield-check.svg");
    mask-image: url("../img/icons/bootstrap/shield-check.svg");
}

.bi-lightning-charge-fill {
    -webkit-mask-image: url("../img/icons/bootstrap/lightning-charge-fill.svg");
    mask-image: url("../img/icons/bootstrap/lightning-charge-fill.svg");
}

.bi-headset {
    -webkit-mask-image: url("../img/icons/bootstrap/headset.svg");
    mask-image: url("../img/icons/bootstrap/headset.svg");
}

.bi-exclamation-diamond-fill {
    -webkit-mask-image: url("../img/icons/bootstrap/exclamation-diamond-fill.svg");
    mask-image: url("../img/icons/bootstrap/exclamation-diamond-fill.svg");
}

.bi-arrow-down-up {
    -webkit-mask-image: url("../img/icons/bootstrap/arrow-down-up.svg");
    mask-image: url("../img/icons/bootstrap/arrow-down-up.svg");
}

.bi-arrow-clockwise {
    -webkit-mask-image: url("../img/icons/bootstrap/arrow-clockwise.svg");
    mask-image: url("../img/icons/bootstrap/arrow-clockwise.svg");
}
