.ravi-event-popup {
  position: absolute;
  z-index: 9999;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  width: 220px;
  font-size: 14px;
}
.ravi-event-popup hr {
  margin: 6px 0;
}

/*.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 60px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 50px;
}

.fc-h-event .fc-event-title {
    display: inline-block;
    left: 20px;
    max-width: 130%;
    overflow: hidden;
    right: 20px;
    vertical-align: sub;
    font-size: 10px;
    font-family: 'Roboto';
}*/