﻿label {
    font-weight: bold;
}
div.row {
    margin-bottom: 1rem;
}
#OtherRailroadRow {
    display: none;
}

.step-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    z-index: 2;
}
    .step-circle.active, .step-circle.complete {
        background: #1c6da6;
    }
    .step-circle.incomplete {
        background: #bfbfbf;
    }
.step-line {
    height: 2px;
    background: #bfbfbf;
}
    .step-line.complete {
        background: #1c6da6;
    }
.step-text.incomplete {
    opacity: .7;
}
.step-text.active, .step-text.complete {
    color: #1c6da6;
}
.step-text.active {
    font-weight: bold;
}
.step-text.complete {
    font-weight: 500;
}
.file-restriction {
    color: var(--bs-gray-dark);
}