.headerProgesssbar {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.headerProgesssbar > div {
    width: 24rem;
    padding: 2rem 1rem;
    background: rgba(0, 0, 0, 0.7);
    margin: 0 auto;
    box-shadow: 0 0 1em black;
    border-radius: 0 0 1em 1em;
}
.turbolinks-progress-bar {
    height: 10px;
    background-color: var(--falcon-navbar-light-brand-color);
}