.fc-scrollgrid  {
    border-radius: 8px;
}

.bp__toolbar { 
    display:flex;
    gap:.5rem;
    justify-content: space-between;
    align-items:center; 
    margin-bottom:.75rem; 
    flex-wrap:wrap;
}

.bp__navigation,
.bp__date {
    display: flex;
    gap: 8px;
}

.bp__navigation--btn {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;

}

.bp__date button {
    color: #7b1f40;
}
.bp__title { font-weight:600; margin:0 .5rem; }
.bp__sep { opacity:.5; }
.bp__select { padding:.3rem .45rem; border:1px solid #ccc; border-radius:4px; }
.bp__single { margin-top:.5rem; }

/*  FullCalendar Overrides */

.fc-col-header {
 
}

.fc-daygrid-day-events {

}

.fc-event {
    margin-left: 4px !important;
    padding-left: 2px !important;
}
.fc-daygrid-event-dot {
    display: none;
    visibility: hidden;
}

.fc-event-time,
.fc-event-title {
font-size: 13px;
font-weight: 500 !important;
} 




