
.events_calendar_standard table {
    border-left: none!important;
    border-top: none!important;
    margin: 0
}

.events_calendar_standard .fc .fc-daygrid-day-top {
    flex-direction: row
}

.events_calendar_standard .fc-daygrid-day-number {
    color: #000;
    font-weight: 700;
    text-decoration: none!important
}

.events_calendar_standard .fc-daygrid-day {
    border: 1px solid #eaeaea;
    padding: 15px
}

.events_calendar_standard .fc .fc-col-header-cell-cushion {
    color: #000;
    font-size: .875rem;
    text-decoration: none!important;
    text-transform: uppercase
}

.events_calendar_standard .fc-theme-standard th {
    border: none;
    padding: 6px;
    text-align: left
}

.events_calendar_standard .fc .fc-scrollgrid table {
    border-left-style: inherit
}

@media(max-width: 767px) {
    .events_calendar_standard .fc .fc-scrollgrid table {
        width:500px!important
    }
}

.events_calendar_standard .has-event {
    background: rgba(255,5,124,.2);
    border: none;
    border-left: 5px solid #ff057c;
    margin: 0 0 5px;
    padding: 0 10px
}

.events_calendar_standard .fc-h-event .fc-event-main {
    color: #fff;
    color: #000
}

.events_calendar_standard .calendar-tooltip {
    background: #fff;
    border: 1px solid #e2e6ec;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    bottom: 150%;
    box-shadow: 0 15px 80px rgba(0,0,0,.1);
    left: -3px;
    margin: auto;
    max-width: 320px;
    min-width: 300px;
    opacity: 0;
    padding: 16px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: left;
    transform: translateY(10px);
    transition: all .15s ease-out;
    white-space: normal;
    width: 100%;
    z-index: 2000
}

.events_calendar_standard .calendar-tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.events_calendar_standard .calendar-tooltip:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 25px;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.events_calendar_standard .calendar-tooltip .event-tooltip-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.events_calendar_standard .fc .fc-scroller-harness {
    overflow: visible
}

@media(min-width: 767px) {
    .events_calendar_standard .fc .fc-scroller-harness {
        z-index:11
    }
}

.events_calendar_standard .has-event:hover .calendar-tooltip {
    opacity: 1;
    pointer-events: auto;
    text-align: left;
    transform: translateY(0)
}

@media(max-width: 767px) {
    .events_calendar_standard .has-event:hover .calendar-tooltip {
        display:none
    }
}

.events_calendar_standard .fc .fc-button {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 40px
}

.events_calendar_standard .fc-toolbar {
    max-width: 300px
}

@media(max-width: 767px) {
    .events_calendar_standard .cat-dropdown-list {
        margin-bottom:15px
    }
}

.events_calendar_standard .cat-dropdown-list select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ff057c url("data:image/svg+xml;utf8,<svg viewBox=%270 0 140 140%27 width=%2724%27 height=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><g><path d=%27m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z%27 fill=%27white%27/></g></svg>") no-repeat right 15px top 55%;
    background-size: 18px;
    color: #fff;
    text-indent: 1px
}

.events_calendar_standard .fc-view {
    border-top: 1px solid #c4c4c4;
    margin-top: 10px;
    padding-top: 10px
}

@media(max-width: 767px) {
    .events_calendar_standard .fc-view {
        overflow-x:scroll
    }
}

.events_calendar_standard table thead:first-child tr:first-child th {
    border-top: none
}

.events_calendar_standard table tbody tr:hover>td,.events_calendar_standard table tbody tr:hover>th,.events_calendar_standard table tbody>tr:nth-child(odd)>td,.events_calendar_standard table tbody>tr:nth-child(odd)>th {
    background-color: #fff
}

.calendar-tooltip {
    color: #232323
}

.calendar-tooltip img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

.calendar-tooltip .etn-title {
    font-size: 1rem;
    line-height: 18px;
    margin-bottom: 5px
}

.calendar-tooltip .etn-btn {
    font-size: .875rem;
    line-height: 24px;
    text-decoration: none
}

.calendar-tooltip .etn-price {
    font-size: 1rem;
    font-weight: 700
}

.calendar-tooltip .calendar-tooltip-inner {
    margin-bottom: 10px
}

@media(max-width: 767px) {
    .calendar-tooltip {
        display:none
    }
}


#calendar .fc-daygrid-day .fc-daygrid-block-event {
  background-color: var(--primary-color1);
  border: unset;
  margin: 0;
  margin-bottom: 3px;
}
#calendar .fc-daygrid-day .fc-event-title {
  font-family: var(--f-primary);
  font-size: 12px;
  font-weight: 500;
  background-color: var(--primary-color1);
  border-left: 3px solid #000000;
  border-radius: 3px;
  margin: 0;
  padding: 3px 5px;
}

.calendar-tooltip {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color1);
  z-index: 1000;
  max-width: 290px;
  width: 100%;
}
.calendar-tooltip .calendar-tooltip-inner {
  margin-bottom: 20px !important;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.calendar-tooltip .calendar-tooltip-inner .calendar-tooltip-content .etn-event-thumbnail {
  width: 100px;
  height: 100px;
  min-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.calendar-tooltip .calendar-tooltip-inner .calendar-tooltip-content p.etn-event-duration-date {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 7px;
}
.calendar-tooltip .calendar-tooltip-inner .calendar-tooltip-content .etn-title {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
  font-weight: 700;
}

.calendar-tooltip img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.event-tooltip-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.event-tooltip-footer .etn-price {
  font-size: 16px;
  font-weight: 700;
}

.fc .fc-scrollgrid-section table{
  margin-bottom: 0 !important;
}
.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 5px 4px;
}
.fc .fc-daygrid-day-number {
    padding: 9px 19px 5px;
    position: relative;
    z-index: 4;
    font-size: 17px;
    font-weight: 600;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(84, 161, 93, 0.2);
}
.fc .fc-daygrid-day-frame {
    padding: 7px;
}