.ert-progress {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;

    /* Progress bar container for Firefox/IE10+ */
    background-color: #1B3254;

    /* Progress bar value for IE10+ */
    color: #1B3254;
}

/* Firefox progress color */
progress.ert-progress::-moz-progress-bar {
    background-color: #1B3254;
}

/* Chrome and Safari progress color */
progress.ert-progress::-webkit-progress-value {
    background-color: #1B3254;
}

.ert-progress-container {
    position: fixed;
    top: -4px;
    left: 0;
    color: #000000;
    mix-blend-mode: hard-light;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

.ert-progress-container label {
    position: relative;
    z-index: 1;
    mix-blend-mode: difference;
    color: #fff;
}
