.unset {
    white-space: unset !important;
}

.no-wrap {
    white-space: nowrap !important;
}

@media print {
    body {
        font-size: 11pt !important;
    }

    h2 {
        font-size: 14pt !important;
    }

    div {
        font-size: 11pt !important;
    }
}

.nav-link.active .bs-stepper-circle {
    background-color: #fff;
    color: #003162;
    box-shadow: 0 0.125rem 0.25rem #696cff66;
}

.nav-link .bs-stepper-circle {
    height: 2.375rem;
    width: 2.375rem;
    font-weight: 500;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
}

.nav-link .bs-stepper-label {
    margin: 0 0 0 10px;
    max-width: 224px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
    display: inline-grid;
    font-weight: 500;
    font-size: 0.9375rem;
}

.nav-link.active .bs-stepper-label .bs-stepper-title {
    color: #fff;
}

.nav-link .bs-stepper-label .bs-stepper-title {
    line-height: 1.375rem;
    font-weight: 500;
}

.nav-link .bs-stepper-label .bs-stepper-subtitle {
    font-size: 0.8125rem;
    font-weight: 400;
}

.nav-pills .line {
    flex: 0;
    min-width: auto;
    min-height: auto;
    background-color: transparent;
    margin: auto 2px;
}

.h-200px {
    height: 200px !important;
}
