﻿/* remove bullets */
ul {
    list-style: none;
}

/* remove bullets */
ol {
    list-style:none;
}

.c-profile__roundedpill .mud-icon-root{
    margin-right: 8px !important;
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }


.flex_container {
    display: flex;
    width: 100%;
    gap: 21px;
}

.flex_item_left {
    width: 394px;
}

.flex_item_right {
    flex: 1;
}

.flx-header {
    color: #15234A;
    font-weight: 700;
    font-size: 24px;
}

.flx-title {
    color: #15234A;
    font-weight: 600;
    font-size: 16px;
}

.flx-color {
    color: #15234A;
}