.card {
    max-width: 100% !important;
    margin-top: 0px !important;
    border-radius: 0px;
    padding: 0px !important;
}
.lpe-bg-success {
    width: 25%;
    padding: 2px 0px;
    text-align: center;
    border-radius: 3px;
    background-color: #28a745;
    color: #fff;
}
td, th {
    white-space: normal !important;
}
.fc-event {
    cursor: pointer;
    color: #fff !important;
    width: 100%;
}
.fc-daygrid-event-harness {
    /* background-color: #4099ff; */
    margin: 3px 5px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    width: 96%;
}

.fc-daygrid-dot-event .fc-event-title {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .fc-day {
    height: 220px;
} */

.bg-complete {
    background-color: #4f4f4f;
    color: #fafafa;
}
.lpe-bg-complete {
    width: 25%;
    padding: 2px 0px;
    text-align: center;
    border-radius: 3px;
    background-color: #4f4f4f;
    color: #fafafa;
}
.cal-mini-bg {
    border: 2px solid #000;
    width: 80px;
    height: 80px;
    text-align: center;
    font-weight: 600;
}
.cal-mini-day {
    font-size: 30px;
    font-weight: 500;
    margin-top: -3px;
}
.cal-mini-month {
    background-color: #ccc;
    font-weight: 600;
    padding: 3px;
}
.cal-mini-text {
    margin-left: 20px;
}
.cal-mini-text > div {
    position: relative;
    top: 5px;
}
.card-event {
    margin: 15px 0;
}
.event-link {
    color: #000;
}
.event-link:hover,
.event-link > h3:hover ,
.event-link > h4:hover {
    color: #0d6efd !important;
}
.error {
    color: #dc3545;
    font-size: 13px;
}
.multi-select {
    display: block;
}
#lpe_meeting_ids-error {
    position: relative;
    margin-bottom: 5px;
}
#photo-error {
    display: block;
}

.webinar-event {
    background-color: #CCCCCC !important;
    color: #000000 !important;
}

.meeting-event {
    background-color: #706F6F !important;
    color: #FFFFFF !important;
}