#soda-calendar-vue {
    max-width: 100%;
    margin: 0 auto;
    padding: 1.5rem 10px 10px;
    background-color: transparent;
    border: 0;
}

#soda-calendar-vue ul {
    list-style-type: none;
    padding: 0;
}

#soda-calendar-vue li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

#soda-calendar-vue.fc .fc-daygrid-day-top {
    flex-direction: row;
}

#soda-calendar-vue.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 5rem;
}

#soda-calendar-vue.fc .fc-button-primary {
    border: 1px solid #D41D6D;
    background-color: #D41D6D;
    color: #fff;
}

#soda-calendar-vue.fc .fc-button-group {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#soda-calendar-vue.fc .fc-toolbar.fc-header-toolbar {
    justify-content: flex-start;
    gap: 10px;
}

#soda-calendar-vue.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#soda-calendar-vue.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
    margin-left: 0;
}

#soda-calendar-vue.fc .fc-toolbar-title {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

#soda-calendar-vue .fc-daygrid-event-dot {
    display: none !important;
}

#soda-calendar-vue.fc-direction-ltr .fc-daygrid-event.fc-event-end,
#soda-calendar-vue.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    padding: 4px 20px;
}

#soda-calendar-vue.fc-direction-ltr .fc-daygrid-event.fc-event-end:hover,
#soda-calendar-vue.fc-direction-rtl .fc-daygrid-event.fc-event-start:hover {
    background-color: rgba(212, 29, 109, 0.5);
    color: #fff;
}

#soda-calendar-vue.fc-direction-ltr .fc-daygrid-event.fc-event-end:focus,
#soda-calendar-vue.fc-direction-rtl .fc-daygrid-event.fc-event-start:focus {
    background-color: #D41D6D;
    color: #fff;
}

#soda-calendar-vue.fc .fc-daygrid-day-number {
    padding: 4px 4px 4px 10px;
}