﻿.widgetProgressBarContainer {
    display: flex;
    height: 15px;
    gap: 10px;
    cursor: pointer;
}

.widgetProgerssBarLabel {
}

.widgetProgressBarFrame {
    background-color: #ededed;
}

.widgetProgressBar {
    background-color: #c0dc3b;
    height: 100%;
}