﻿.p-bar-container {
    width: 100%;
    overflow-x: auto;
}

.p-bar-parent {
    position: static;
    min-width: fit-content;
}

.p-bar {
    position: relative;
    top: 13px;
    height: 10px;
    background-color: lightgray;
    border-radius: 4px;
}

.p-bar-fill {
    position: absolute;
    height: 100%;
    border-radius: 4px;
    background-color: lightgreen;
}

.p-bar-content {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
}

.p-bar-ms {
}

.p-bar-ms-top {

}

.p-bar-ms-icon {
    position: relative;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 3px solid #2196f3;
    border-radius: 50%;
    margin: 0 auto;
}

.p-bar-ms-bottom {

}

.p-bar-ms-title {
    font-weight: 500;
    text-align: center;
    padding: 0.25rem;
}