.timer-container {
    margin-top: 4px;
    height: 37px;
}

.progress-bar {
    background-color: #333;
    width: 100%;
    height: 10px;
}

.progress-bar .progress-content {
    background-color: white;
    height: 100%;
}

progress.nes-progress.exp-bar  {
    height: 12px;
}
progress.nes-progress.exp-bar::-webkit-progress-value  {
    background-color: hsl(233deg, 100%, 63%);
}

.timer-progress-bar progress.with-text {
    height: 1rem;
    margin-bottom: 0;
}

.timer-progress-bar progress {
    width: 100%;
    height: 1.5rem;
    border-width: 2px;
}

.timer-progress-bar progress.with-text.is-pattern::-webkit-progress-value {
    background-position: 0 0, 6px 6px;
    background-size: 12px 12px;
}

.timer-progress-bar .small {
    font-size: 0.5rem;
}
