.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;
}

.user-profile-header-banner img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.user-profile-header {
    margin-top: -2rem;
}

.user-profile-header .user-profile-img {
    border: 5px solid;
    width: 120px;
}

.light-style .user-profile-header .user-profile-img {
    border-color: #fff;
}

.dark-style .user-profile-header .user-profile-img {
    border-color: #2b2c40;
}

.dataTables_wrapper .card-header .dataTables_filter label {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
    .user-profile-header-banner img {
        height: 150px;
    }

    .user-profile-header .user-profile-img {
        width: 100px;
    }
}

.ms-sm-6 {
    margin-left: 1.5rem !important;
}
