/* _content/Compyl.WebApp/Pages/Assessments/Features/Assessment/Assessment.razor.rz.scp.css */
/* _content/Compyl.WebApp/Shared/CompylComponentIcons/CompylProgressBar.razor.rz.scp.css */
/* CompylProgressBar.razor.css */

.progress-wrapper[b-5a7kko7we0] {
    position: relative;
}

.progress-info[b-5a7kko7we0] {
    text-align: left;
    position: relative;
    padding-bottom:3px;
    margin-top:3px;
}

.progress-text[b-5a7kko7we0] {
    font-size: 16px;
    position: relative;
}

.background-progress-bar[b-5a7kko7we0],
.progress-bar-container[b-5a7kko7we0] {
    height: 4px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.background-progress-bar[b-5a7kko7we0] {
    /* background-color: #181f29; */
    z-index: 1;
}

.progress-bar-container[b-5a7kko7we0] {
    overflow: hidden;
    z-index: 2;
    transition: width 1s ease-out;
}

.progress-bar[b-5a7kko7we0] {
    height: 4px;
}

.progress-wrapper-large[b-5a7kko7we0]{
    width:auto;
    max-width:400px !important;
/*    height:4px;
*/}

div.progress-wrapper-large > div > div[b-5a7kko7we0] {
    height: 4px;
}


/* Dashboard Progress bar*/
.progress-dashboard-wrapper[b-5a7kko7we0] {
    overflow: hidden;
    height: 4px !important;
    width: 100%;
    border-radius: 4px;
    text-align: center;
}

.progress-bar-dashboard[b-5a7kko7we0] {
    height: 100%;
    /*background-color: #D6762A;*/
    border-radius: 4px;
    z-index: 1;
}

.progress-dashboard-info[b-5a7kko7we0] {
    position: relative;
    left: 0%;
    font-size: 16px;
    z-index: 2;
}

.progress-dashboard-text[b-5a7kko7we0] {
    font-size: 16px;
}

.progress-bar-dashboard-container[b-5a7kko7we0] 
{
    width: 100%;
}


.compyl-positive[b-5a7kko7we0] {
    background: #197D22;
}

.compyl-warning[b-5a7kko7we0] {
    background: #C25100;
}
.compyl-negative[b-5a7kko7we0] {
    background: #B20900;
}

div.progress-wrapper-large > div > span.progress-text[b-5a7kko7we0] {
    z-index: 3;
    font-size: 16px;
}

@keyframes loadAnimation-b-5a7kko7we0 {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}
/* _content/Compyl.WebApp/Shared/CompylComponentIcons/CompylProgressCircle.razor.rz.scp.css */
svg[b-pgw2qn7cyi] {
    transform: rotate(-90deg);
}

.percent[b-pgw2qn7cyi] {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
}

.circle-wrapper[b-pgw2qn7cyi] {
    position: relative;
    height: auto;
    width: max-content;
}

.compyl-progress-percentage[b-pgw2qn7cyi] {
    position: absolute;
    font-size: 18px;
}
/* _content/Compyl.WebApp/Shared/CompylComponentIcons/CompylProgressCircular.razor.rz.scp.css */
.circular-wrapper[b-w7rlhe75tj] {
    height: auto;
    width: max-content;
}
/* _content/Compyl.WebApp/Shared/CompylComponentIcons/EmailAvatarFeature.razor.rz.scp.css */
.compyl-avatar[b-b16a45kz13] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 3px solid var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

.compyl-avatar-placeholder[b-b16a45kz13] {
    font-size: 12px;
    font-weight: bold;
    color: var(--primary);
}
/* _content/Compyl.WebApp/Shared/CRUDDataGrid/CRUDDataGrid.razor.rz.scp.css */
