.handicon {
    cursor: pointer;
}

.calendar-event-map-box-border {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.border-left-0 {
    border-left: 5px solid #ff4a57;
}

.border-left-1 {
    border-left: 5px solid #755ffc;
}

.border-left-2 {
    border-left: 5px solid #d746c8;
}

.border-left-3 {
    border-left: 5px solid #ee8014;
}

.border-left-4 {
    border-left: 5px solid #1ec416;
}

.border-left-5 {
    border-left: 5px solid #e3cf23;
}

.border-bottom-1 {
    border-bottom: 1px solid #d9d9d9;
}

.calendar-event-map-single-event {
    padding: 10px;
    background-color: #fafafa;
}

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

.font-weight-bold {
    font-weight: bold;
}

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

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

.text-purple {
    color: #4f66a5;
}

.default-grey {
    color: #727272;
}

.mt-min-10 {
    padding-bottom: 10px;
}

.ml-18 {
    margin-left: 18px;
}

.ml-20 {
    margin-left: 20px;
}

.calendar-event-map-btn-red {
    color: white;
    font-size: 14px;
    border-radius: 50px;
    background-color: #ff5c68;
    padding: 5px 20px;
    margin: 15px 20px 0px 0px;
    box-shadow: 0px 1px 10px #ffcbcb;
}

.calendar-event-map-btn-red:hover {
    color: white;
}

.calendar-event-map-bg-cancelled {
    background-color: #fff7f7;
}

.point {
    cursor: pointer;
}

.border-left {
    border-left: 2px solid #ececec;
}