.current-header::before {
    display: inline-block;
    clear: left;
    content: "";
    vertical-align: middle;
    height: 18px;
    width: 3px;
    background-color: #2c9ad9;
    margin-right: 6px;
}
.event-date {
    font-weight: bold;
    border-right: 2px solid #dee2e6;
    color: #999999;
}
.event-loop{
    color: #cccccc;
}
.list-group-item span a{
    text-decoration: none;
    color: #000000;
}
.list-group-item span a:hover{
    color: #2c9ad9;
}
.calendar-day {
    cursor: pointer;
    text-align: center;
}

.calendar-day:hover {
    background-color: #f8f9fa;
}

.current-day {
    background-color: #0d6efd;
    color: white;
    border-radius: 50%;
}

.other-month {
    color: #adb5bd;
}

.event-item {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}
.space-enter{
    white-space: pre-wrap;
}