/* .no-img-add-color {
    background: linear-gradient(45deg, #7584fb, #45dcc7);
    min-height: 285PX;
} */
.calendar-event-tile-view-list-with-image-bg-gradient-pink {
    color: #fff;
    height: 264px;
    padding-top: 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.calendar-event-tile-view-list-with-image-p-24 {
    font-size: 24px;
}

.calendar-event-tile-view-list-with-image-p-24>.date-inner {
    position: absolute;
    top: 10px;
    left: 42px;
    font-size: 16px;
}

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

.calendar-event-tile-view-list-with-image-tile-btn-cancelled {
    background: linear-gradient(#ff767f, #ff424f);
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.calendar-event-tile-view-list-with-image-tile-btn-cancelled:hover {
    background: linear-gradient(45deg, #ff767f, #ff424f);
    color: #fff;
}

.point {
    cursor: pointer;
}