
.fc-daygrid-event-harness .textzone {
    max-width: 80%;
    overflow: hidden;
}
#calendar-container .statusico, #calendar-container .editIcon, #calendar-container .completeIcon {
    border-radius: 4px;
    padding: 3px;
    line-height: 10px;
    background-color: #fff;
    opacity: 0.8;
}
#calendar-container .editIcon {
    position: absolute;
    right: 2px;
}
#calendar-container .completeIcon {
    position: absolute;
    right: 22px;
}
.fc .fc-daygrid-day-top {
    flex-direction: row;
}
.fc-event {
    border: 0;
    padding: 2px 0;
}
.fc-event.no-edit {
    cursor: not-allowed;
}
.myassignments-content .fc-event.no-edit {
    cursor: inherit;
}
.fc-event.no-edit .hourglass {
    display: block !important;
}
.assignment-color-3 .completeIcon {
    display: none;
}