.createNewItem__container {
    display: flex;
    padding-left: 20px;
}

.createNewItem__container .newItemButton {
    display: flex;
}

.createNewItem__container .newItemButton .buttonText {
    font-family: GlowRegular;
    font-size: 13px;
    color: #5774E7;
    margin-left: 8px;
    cursor: pointer;
    white-space: nowrap;
}

::ng-deep .epicflow-overlay-container {
    background-color: black;
}
