.overflow-y {
    overflow-y: auto;
}

.h-100vh {
    height: 100vh;
}

.bg-dark-blue {
    background-color: #04384a;
    background: #04384a;
}

.border-bottom-secondary {
    border-bottom: 1px solid #dbcb81;
}

.secondary-text-color {
    color: #dbcb81;
}

select > option {
    font-size: 20px;
    padding: 20px 0px;
    height: 20px;
    border-bottom: 2px solid black;
}

li > a {
    color: #dbcb81 !important;
}

.dropdown-item {
    color: black !important;
    font-weight: bold;
}

.offset-0 {
    margin-left: 0px !important;
}

.sidebar {
    z-index: 1000;
}

.close-button {
    background: #FFF;
    font-size: 20px;
    margin-bottom: 10px;
}

.open-menu {
    width: 60px;
    height: 60px;
    background-color: #04384a;
    color: #FFF;
    font-size: 24px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 100;
    font-weight: bolder;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    border: none;
}

@media screen and (min-width: 768px) {
    .schedule-info {
        border-left: 5px solid rgba(128, 128, 128, .5);
    }
}