.nav-pills {
    margin-bottom: 2rem;
}

.workflow-progress {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    margin-top: 2rem;
    position: relative;
    top: -84px;
}

.workflow-progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 120px;
}

.workflow-progress-dot {
    width: 8px;
    height: 8px;
    background: #222;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.workflow-progress-line {
    height: 2px;
    background: #222;
    flex: 1;
    margin: 50px 0.5rem;
}

.workflow-progress-checkbox {
    width: 22px;
    height: 22px;
    accent-color: #222;
    border-radius: 6px;
    background: #222;
    border: none;
    margin-bottom: 0.5rem;
}

    .workflow-progress-checkbox.bg-secondary {
        accent-color: #6c757d;
        background: #6c757d;
    }

    .workflow-progress-checkbox:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

.workflow-progress-label {
    font-weight: bold;
    margin-top: 8px;
    font-size: .88rem;
    text-align: center;
}

.workflow-actions-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
    top: -90px;
}

.workflow-actions-col {
    flex: 1;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.workflow-actions-list {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

    .workflow-actions-list .form-check {
        margin-bottom: 0.5rem;
    }

    .workflow-actions-list .form-check-input {
        width: 1.1em;
        height: 1.1em;
    }

    .workflow-actions-list .form-check-label {
        margin-left: 0.5em;
        font-size: 0.80rem;
    }

.workflow-actions-col hr {
    width: 100%;
    margin: 1rem 0 0.5rem 0;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.error-message {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    display: none;
}

.linefunction {
    width: 90%;
    margin: 0px 68px;
    height: 2px;
    background: black;
}
