﻿.progress-bar[data-v-87bf66ce]
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    height: 4px;
    overflow: hidden;
}
.progress-bar[data-v-87bf66ce]::-webkit-progress-bar
{
    background-color: #252831;
    border-radius: 4px;
}
.progress-bar[data-v-87bf66ce]::-webkit-progress-value
{
    background-color: #1475e1;
    border-radius: 4px;
}
.progress-bar[data-v-87bf66ce]::-moz-progress-bar
{
    background-color: #1475e1;
    border-radius: 4px;
}