.navbar-logo-img {
    max-height: 40px;
}
.rcb-logo {
    max-height: 40px;
    margin-right: 10px;
}
.date-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    position: sticky;
    /* top: 106px; */
    background-color: white;
    z-index: 700;
    /*padding: 10px 0; */
    font-size: 1.0rem;
}

.date-nav a,
.date-nav span {
    /* margin: 0 10px; */
}

.base_header {
    position: sticky;
    top: 56px;
    z-index: 750;
    background-color: none;
    padding-top: 5px;
    font-size: 0.5rem;
}

.custom-alert {
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 500;
}

.custom-container {
    max-width: 800px;
    margin: 0 auto;
}

.jumbotron {
    padding: 1rem 0.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.modal-content {
    border-radius: 10px;
    border: none;
}

.modal-header {
    border-bottom: none;
    padding: 10px 15px;
}

.modal-footer {
    border-top: none;
    padding: 10px 15px;
}

.modal-body {
    padding: 15px;
}

.modal-title {
    font-size: 1.25rem;
}

