/* Copyright 2022-2026 Information Management Services, Inc. */

/* ~~~~~~~~~~~~~~~~~~~~~ FLOWCHART ~~~~~~~~~~~~~~~~~~~ */
.flowchart {
    height: 100px;
}

.flowchart-arrow {
    position: relative;
    padding-right: 8em !important;
    clip-path: polygon(0% 0%, 0% 0%, 85% 0%, 100% 50%, 100% 50%, 85% 100%, 100% 100%, 0% 100%);
}

.flowchart-arrow span.fa {
    font-size: 2em;
    position: absolute;
    right: 1.6em;
    bottom: 0.25em;
}

.flowchart-arrow.condensed span.fa {
    right: 2em;
    bottom: 1em;
}
