@media print {
    #live-search-container {
        display:none;
    }

    .no-print{
        display: none !important;
    }

    .rounded-circle{
        border-radius: 50% !important;
    }
    .avatar-lg{
        height: 6rem;
        width: 6rem;
    }

    #popup-alert-container{
        display: none !important;
    }

    .bg-secondary{
        box-shadow: inset 0 0 0 1000px rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
    }

    .vr{
        box-shadow: inset 0 0 0 1000px currentcolor !important;
    }
}