.component-dag-container {
    min-height: 0;
}

.component-dag-container svg {
    width: 100%;
    height: 100%;
}

.dag-marker-arrow {
    fill: var(--bs-secondary);
}

.dag-edge {
    fill: none;
    stroke: var(--bs-secondary);
    stroke-width: 1.5;
}

.dag-node rect {
    opacity: 0.15;
    stroke-width: 1.5;
}

.dag-node text {
    text-anchor: middle;
    font-size: 12px;
    fill: var(--bs-body-color);
}

.dag-legend-swatch {
    width: 14px;
    height: 14px;
}

#dagModal .btn-close {
    opacity: 1;
    filter: none;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    background-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    border: 1px solid transparent;
    border-radius: 4px;
}

#dagModal .btn-close:hover {
    border-color: #fff;
}
