.calendar-event-tile-view-list-bg-gradient-1 {
    min-height: 222PX;
    background: linear-gradient(45deg, #9b79e3, #ff79e1);
    color: #fff;
    padding-top: 10px;
}

.calendar-event-tile-view-list-bg-gradient-2 {
    min-height: 222PX;
    background: linear-gradient(45deg, #ff914e, #fad541);
    color: #fff;
    padding-top: 10px;
}

.calendar-event-tile-view-list-bg-gradient-3 {
    min-height: 222PX;
    background: linear-gradient(45deg, #7584fb, #45dcc7);
    color: #fff;
    padding-top: 10px;
}

.calendar-event-tile-view-list-bg-gradient-4 {
    min-height: 222PX;
    background: linear-gradient(45deg, #ff5fa6, #ff8561);
    color: #fff;
    padding-top: 10px;
}

.calendar-event-tile-view-list-bg-gradient-5 {
    min-height: 222PX;
    background: linear-gradient(45deg, #F9484A, #FBD72B);
    color: #fff;
    padding-top: 10px;
}

.p-24 {
    font-size: 24px;
}

p>.date-inner {
    position: absolute;
    top: 10px;
    left: 42px;
    font-size: 16px;
}

.calendar-event-tile-view-list-month {
    margin: -18px 0 0px !important;
}

.tile-btn-cancelled {
    background: linear-gradient(#202020, #4d4d4d);
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
}

.tile-btn-cancelled:hover {
    background: linear-gradient(45deg, #4d4d4d, #202020);
    color: #fff;
}

.handicon {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}