.widget-steps .step.completed:before {
    color: #21ba45 !important;
}

.signature-backdrop {
    display: none;
    cursor: not-allowed;
    position: absolute !important;
    background: rgba(255,255,255,.5);
    top: calc(1rem + 25px);
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 1;
}

input.multifileupload{
    min-height: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    z-index: -1;
}