/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 24 2022 | 15:13:55 */
.filter .panel{
    position: absolute;
    left: 20%;
    background: black;
    border-radius: 30px;
    padding: 10px 20px;
    top: -7px;
    align-items: center;
}
.filter.open .panel{
     display: flex;

}
.calendar-events-header .filters ul.options{
    display: flex;
    align-items: center;
    
}
.calendar-events-header .filters ul.options li{
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 30px;
}
.calendar-events-header .filters ul.options li.active{
    background: #fff;
    color: black;
}
.calendar-events-header .filter{
    position: relative;
}
.calendar-events-header .filters .close{
    display: inline-flex;
    margin-right: 5px;
    color: #fff;
}
.calendar-events-header .filters .close i{
    color: #fff;
    font-weight: 200;
}
.calendar-events-header .filter > a{
    cursor: pointer;
}
.calendar-events-header > .search-field{
    flex-basis: 75%;
}
.calendar-events-header .filters{
    flex-basis: 25%;
    height: 100%;
    min-height: 60px;
    align-items: flex-end;
    margin-top: 30px;
}
 .calendar-events-header{
    align-items: center;
}
.calendar-events-header .filters a.open-filter i,
.calendar-events-header .filters a.open-filter span{
    display: block;
}
.calendar-events-header .filters a.open-filter{
    text-align: center;
}
.calendar-events-header .filters .no-results{
	display: none;
}
.calendar-events-header i.icon.icon-filter {
    border: 2px solid black;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.calendar-events-header .filters ul.options li a{
	white-space: nowrap;
}
.calendar-full .calendar-events .no-results{
	display: none;
}
.calendar-full .close {
  position: relative;
  width: 20px;
  height: 20px;
    font-size: 0;
}
.calendar-full .close:before, 
.calendar-full .close:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #fff;
}
.calendar-full .close:before {
  transform: rotate(45deg);
}
.calendar-full .close:after {
  transform: rotate(-45deg);
}