.progress {
        background: #ac90ff;
        width: 25%;
        height: 20px;
        display: flex;
        flex-wrap: wrap;
        z-index: 99999;
        border-radius: 3px;
    }
    .progress-container {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        z-index: 99999;
        background: rgb(0 0 0 / 10%);
    }
    .progress-bar {
        border-radius: 3px;
        background: #3e2781;
    }
    .progress-container img {
        background-blend-mode: color-burn;
        filter: invert(1);
        width: 80px;
        border-radius: 50%;
    }
    div#result .td {
    border: 1px solid #ccc;
    display: block;
    padding: 10px 20px;
    color: #000;
    border-radius: 3px;
    margin-top: 9px;
}
div#result .td strong {
    width: 20%;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
}
div#result .td:nth-child(odd) {
    background: #f4f4f4;
}
div#result .td span {
    display: inline-block;
    vertical-align: top;
}
div#result .card-head {
    margin: 10px 0 10px;
}
div#result .td span.badge {
    float: right;
}
@media only screen and (max-width:767px) {
        .nav-header {width: 100% !important;}
    .nav-header img {height: -webkit-fill-available;object-fit: contain;}
}