/* Compatibility aliases for the legacy paperIcons names used by the builder. */
.icon-picture,
.icon-puzzle,
.icon-video,
.icon-grid,
.icon-control-play,
.icon-basket,
.icon-location-pin,
.icon-bubble,
.icon-chart,
.icon-chart-line,
.icon-organization,
.icon-paper-clip,
.icon-cloud-upload,
.icon-cloud-download,
.icon-drag,
.icon-spinner,
.icon-settings,
.icon-pointer,
.icon-save,
.icon-refresh,
.icon-plus,
.icon-remove,
.icon-gift,
.icon-check {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal;
}

.icon-picture:before { content: "\f03e"; }
.icon-puzzle:before { content: "\f12e"; }
.icon-video:before { content: "\f03d"; }
.icon-grid:before { content: "\f00a"; }
.icon-control-play:before { content: "\f144"; }
.icon-basket:before { content: "\f291"; }
.icon-location-pin:before { content: "\f3c5"; }
.icon-bubble:before { content: "\f075"; }
.icon-chart:before { content: "\f080"; }
.icon-chart-line:before { content: "\f201"; }
.icon-organization:before { content: "\f0e8"; }
.icon-paper-clip:before { content: "\f0c6"; }
.icon-cloud-upload:before { content: "\f0ee"; }
.icon-cloud-download:before { content: "\f0ed"; }
.icon-drag:before { content: "\f7a4"; }
.icon-spinner:before { content: "\f110"; }
.icon-settings:before { content: "\f013"; }
.icon-pointer:before { content: "\f25a"; }
.icon-save:before { content: "\f0c7"; }
.icon-refresh:before { content: "\f021"; }
.icon-plus:before { content: "\2b"; }
.icon-remove:before { content: "\f00d"; }
.icon-gift:before { content: "\f06b"; }
.icon-check:before { content: "\f00c"; }

.icon-spinner.icon-spin:before { animation: pb-icon-spin 1s linear infinite; }
@keyframes pb-icon-spin { to { transform: rotate(360deg); } }
