.fc .fc-button-group .fc-prev-button {
    position: absolute;
    left: 40%;
}
.fc .fc-button-group .fc-next-button {
    position: absolute;
    right: 40%;
}

.fc button{
	color: white;
}
.fc .fc-button-group .fc-month-button {
    position: absolute;
    left: 70%;
}
.fc .fc-button-group .fc-basicDay-button {
    position: absolute;
    right: 70%;
}
.fc-toolbar.fc-header-toolbar {
    background-color: #491276;
    color: #fff !important;
    height: 50px;
    padding-top: 10px;
    font-weight: bold;
    margin-bottom: 0em;
  }
.wpfc-calendar-wrapper .wpfc-calendar-search {
    margin-bottom: 0px;
}
.wpfc-calendar-wrapper h2 {
    font-size: 18px !important;
}
.fc-day-header{
    background-color: #ffffff !important;
    font-weight: 600;
    color: #000;
    border: 1px solid #EBD5FE;
    text-align: left;
    padding: 7px 4px !important;
}
.wpfc-calendar-wrapper *, .ui-selectmenu-menu {
    font-size: 14px !important;
  }
.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  vertical-align: top;
  border: 1px solid #EBD5FE;
  background: transparent !important;
}
.fc th,
.fc-basic-view .fc-day-top .fc-week-number,
.fc-basic-view td.fc-week-number,
.fc-icon{
  text-align: left;
}

.fc-toolbar {
    text-align: center;
  }
.fc-row{
    background: none !important;
}
.fc td.fc-today {
    border-style: double;
    background: #E2C3FE !important;
    border: 1px solid #E2C3FE !important;
  }
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    text-align: left;
    font-family: 'hurme_geometric_sans_1regular' !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    letter-spacing: 0px;
    color: #000000 !important;
    opacity: 1;
}
/* .fc-other-month .fc-day-number{
    display: none;
} */
.fc-content-skeleton .fc-event-container .fc-content .fc-time{
    display: none;  
}
.fc-event-container a.fc-event{
    border:none !important;
    background: transparent !important;
    pointer-events: none;
}
.fc-title{
    color: #545454;
    font-size: 16px !important;
}
.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 10px;
}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: #E2C3FE;
}
.wpfc-calendar-wrapper {
    position: relative;
  }
  .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0px !important;
  }
@media screen and (min-width:320px) and (max-width:768px){
    .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        font-size: 22px !important;
    }
    .wpfc-calendar-wrapper {
        position: relative;
        margin: 0px 0px;
      }
    .fc-day-header{
        font-size: 14px !important;
    }
    .wpfc-calendar-wrapper *, .ui-selectmenu-menu {
        font-size: 12px !important;
      }
    .fc-title{
        font-size: 14px !important;
        word-wrap:break-word;
    }
    .fc .fc-button-group .fc-prev-button {
    position: absolute;
    left: 25%;
}
.fc .fc-button-group .fc-next-button {
    position: absolute;
    right: 25%;
}

.fc .fc-button-group .fc-month-button {
    position: absolute;
    left: 13%;
}
.fc .fc-button-group .fc-basicDay-button {
    position: absolute;
    right: 13%;
}
    .fc-day-header{
        font-weight: 400;
        width:74px !important;
    }
    .fc-view{
        overflow: scroll;
    }
    .fc-scroller{
        width: 580px;
        overflow: scroll !important;
    }
}

.fc-scroller{
    height: 600px !important;
}
.fc-basic-view .fc-body .fc-row {
    height: 100px !important;
  }

.fc-prev-button span{
background-image: url(../images/prev.png) !important;
padding: 28px;
background-repeat: no-repeat;
position: absolute;
left: -15px;
bottom: -22px;
}
.fc-next-button span{
    background-image: url(../images/next.png) !important;
    padding: 28px;
    background-repeat: no-repeat;
    position: absolute;
    right: -15px;
    bottom: -22px;
}
.fc-toolbar .fc-center {
    display: inline-block;
    padding: 4px;
}