.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);
}

#newHolidayOffcanvasBody::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
}
#newHolidayOffcanvasBody::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
