i[class^="fa-"]::before,
i[class*=" fa-"]::before,
i[class^="icon-"]::before,
i[class*=" icon-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-trash-2::before {
    content: "\f78a";
    color: var(--ps-color-gray);
}

.icon-help::before {
    content: "\f50b";
    color: var(--ps-color-gray);
}

.icon-drag-drop::before {
    font-size: 1.5rem;
    content: "\f3fe";
    color: var(--ps-color-gray);
}

.fa-plus::before {
   content: "\f4fa";
   font-size: 1rem;
   margin: 0 5px 0 5px;
}

.fa-arrow-right::before {
    content: "\f134";
    font-size: 1rem;
    margin: 0 5px 0 5px;
}

.fa-check::before {
    content: "\f26e";
    color: var(--ps-color-dark-blue);
    font-size: 2rem;
}

.fa-question::before {
     content: "\f50b";
     margin:0 2px 0 2px;
}
