﻿#lblBreadcrumb {
    font-weight: 600;
    margin-bottom: 20px !important;
    position: relative;
}

    #lblBreadcrumb::before {
        position: absolute;
        content: "";
        width: 60px;
        height: 5px;
        background-color: #1F99CF;
        bottom: -10px;
        border-radius: 5px;
    }

.bg-light-blue {
    border: 1px solid #1F99CF;
}

    .bg-light-blue .card-header {
        background-color: #1F99CF
    }

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #181C32 !important;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}
