.headerProgesssbar {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.headerProgesssbar > div {
    width: 24rem;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.7);
    margin: 0.3rem auto;
    box-shadow: 0 0 1em black;
    border-radius: 0.5em
}
.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);
}
.submenu-indicator {
    position: relative;
    display: block;
}
.submenu-indicator:before {
    background: #425668;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 7px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
    box-sizing: border-box;
}
.submenu-indicator:after {
    border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}