.htmega-event-calendar a, .htmega-event-calendar button, .htmega-event-calendar img, .htmega-event-calendar input,.htmega-event-calendar span{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-event-calendar span{
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.htmega-event-calendar table{
  margin-bottom: 0;
}
/*=============================================
=              Modal  Css                  =
=============================================*/
.htmega-calender-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.htmega-calender-modal-hidden {
  display: none;
}
.htmega-calender-modal .htmega-calender-modal-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}
.htmega-calender-modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 20px;
  background-color: #735BF2;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.htmega-calender-modal-header.warning {
  background-color: #ffc107;
}
.htmega-calender-modal-header.dodger {
  background-color: #2EC9FF;
}
.htmega-calender-modal-location-wrap {
  font-size: 14px;
  color: #fff;
}
.htmega-calender-modal-location-wrap i {
  margin-right: 5px;
}
.htmega-calender-modal-body {
  padding: 20px 20px;
  background-color: #fff;
}
.htmega-calender-modal-event i {
  font-size: 14px;
  margin-right: 5px;
}
.htmega-calender-modal-date {
  font-size: 16px;
  font-weight: 500;
}
.htmega-calender-modal-content {
  height: 360px;
  overflow-y: auto;
}
.htmega-calender-modal-description {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #666666;
}
.htmega-calender-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 5;
}
.htmega-calender-close-modal {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 1.5rem;
  color: #FFF;
  cursor: pointer;
  background: transparent;
  padding: 0px;
  border-radius: 9000px;
  border: 2px solid currentColor;
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
}

.htmega-calender-close-modal:hover {
  background-color: black;
  color: currentColor;
  border: 2px solid black;
}

/*=============================================
=        Modal others style  Css              =
=============================================*/
.htmega-calender-modal-2 .htmega-calender-modal-header {
  background-color: #F88064;
}
.htmega-calender-modal-3 .htmega-calender-modal-header {
  background-color: #0182FD;
}
.htmega-calender-modal-4 .htmega-calender-modal-header {
  background-color: #89CFF0;
}
.htmega-calender-modal-5 .htmega-calender-modal-header {
  background-color: #1CCE66;
}

/*=============================================
=             Calender Default Css                  =
=============================================*/
@media only screen and (max-width: 767px) {
  .htmega-calender .fc-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 13px;
  }
}
.htmega-calender .fc-toolbar-title {
  font-size: 20px;
  font-weight: 600;
}
.htmega-calender .fc-daygrid-day-number {
  font-weight: 500;
  color: #555555;
}
.htmega-calender .fc .fc-scrollgrid-section > * {
  border-right-width: 0;
  border-bottom-width: 0;
}
@media only screen and (max-width: 767px) {
  .htmega-calender .fc .fc-scrollgrid-section > * {
    border-right-width: 1px;
  }
}
.htmega-calender .fc-daygrid-event-dot {
  display: none;
}
.htmega-calender .fc-daygrid-event {
  margin-top: 2px;
  padding: 8px;
  font-size: 14px;
  border-left-width: 5px;
  background-color: rgb(241, 241, 254);
  color: #735BF2;
}
.htmega-calender .fc-event-time,
.htmega-calender .fc-event-title {
  font-weight: 400;
}
.htmega-calender .warning {
  background-color: #FFF4DF;
  color: #FFB31C;
}
.htmega-calender .dodger {
  background-color: #E5F9FD;
  color: #2EC9FF;
}
.htmega-calender .fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
}
.htmega-calender .fc th {
  background: #F1F1FE;
  border-radius: 5px 5px 0px 0px;
}
.htmega-calender .fc .fc-col-header-cell-cushion {
  padding: 9px 0;
  color: #735BF2;
  font-weight: 500;
}
.htmega-calender .fc-theme-standard th {
  border-right-color: rgb(241, 241, 254);
}
.htmega-calender .fc .fc-daygrid-day-number {
  padding: 10px;
}
.htmega-calender .fc-prev-button {
  margin-right: 10px;
}
.htmega-calender .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right:4px;
}
.htmega-calender .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.htmega-calender .fc-prev-button,
.htmega-calender .fc-next-button {
  background-color: transparent;
  border: 1px solid #CFCFDA;
  border-radius: 5px;
  color: #000000;
  outline: none;
}
.htmega-calender .fc-prev-button:hover,
.htmega-calender .fc-next-button:hover {
  background-color: #735BF2;
  color: #ffffff;
  border: 1px solid #735BF2;
}
.htmega-calender .fc-button-primary:focus,
.htmega-calender .fc-button-primary:not(:disabled).fc-button-active:focus,
.htmega-calender .fc-button-primary:not(:disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #735BF2;
  border: 1px solid #735BF2;
  color: #ffffff;
}
.htmega-calender .fc-button-group:first-child .fc-button-primary {
  margin-left: 0;
}
.htmega-calender .fc-button-group:last-child .fc-button-primary {
  margin-right: 0;
}
.htmega-calender .fc .fc-button .fc-icon {
  font-size: 1.3em;
}
.htmega-calender .fc-today-button {
  color: white;
  background-color: #735BF2;
  border-color: #735BF2;
  text-transform: capitalize;
}
.htmega-calender .fc-today-button:hover {
  background-color: #735BF2;
  color: #ffffff;
  border: 1px solid #735BF2;
}
.htmega-calender .fc-today-button:disabled {
  color: #8C8C8C;
  background-color: transparent;
  border-color: #CFCFDA;
}
.htmega-calender .fc-header-toolbar .fc-toolbar-chunk:last-child {
  background-color: #F1F1FE;
  padding: 4px;
  border-radius: 5px;
}
.htmega-calender .fc-dayGridMonth-button,
.htmega-calender .fc-timeGridWeek-button,
.htmega-calender .fc-timeGridDay-button,
.htmega-calender .fc-listMonth-button {
  color: #735BF2;
  background-color: #F1F1FE;
  border-color: #F1F1FE;
  margin: 0 3px;
  text-transform: capitalize;
  font-weight: 500;
}
.htmega-calender .fc-button-primary:not(:disabled).fc-button-active,
.htmega-calender .fc-button-primary:not(:disabled):active,
.htmega-calender .fc-button-primary:not(:disabled):hover, .htmega-calender .fc-v-event {
  color: #fff;
  background-color: #735BF2;
  border-color: #735BF2;
}
.htmega-calender .dodger .fc-list-event-dot {
  border: 5px solid #2EC9FF !important;
}
.htmega-calender .warning .fc-list-event-dot {
  border: 5px solid #FFB31C !important;
}
.htmega-calender .fc-daygrid-day.fc-day-today,
.htmega-calender .fc-timegrid-col.fc-day-today,
.htmega-calender .fc-theme-standard .fc-list-day-cushion {
  background-color: rgb(241, 241, 254);
}



/* Customize Style css */
.htmega-calender .fc-h-event .fc-event-main{
  color: inherit;
}

.htmega-calender .fc-h-event {
  border: inherit;
}
.htmega-calender .fc-v-event{
  padding: 5px;
}