﻿.widget-icon {
    color: var(--b-theme-primary, #7178c7);
    font-size: 20px;
    background-color: rgba(113,120,199,.25);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
}

.progress-with-percent {
    min-height: 20px;
    margin-bottom: 20px;
}

    .progress-with-percent .progress-with-percent-value {
        width: 40px;
        float: right;
        text-align: right;
        line-height: 20px;
    }

a {
    color: var(--b-theme-primary, #7178c7);
    text-decoration: none;
}
