
.fc-event-start-mid{
    margin-left: 80px !important;
}

.fc-event-end-mid{
    margin-right: 80px !important;
}

.fc-event-title{
    color: black;
    font-weight :500;
}

.fc-event-user.fc-event-not-validated {
    background-color: #ffc700;
    border-color: #ffc700;
}

.fc-event-user.fc-event-validated {
    background-color: #50cd89;
    border-color: #50cd89;
}

.fc-event-others.fc-event-not-validated {
    background-color: #fff8dd;
    border-color: #ffc700;
    color: #ffc700;
}

.fc-event-others.fc-event-validated {
    background-color: #e8fff3;
    border-color: #50cd89;
    color: #50cd89;
}
