.fil-bar {
    margin-left: -10px;
}
.h-calendar-filters-title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	padding: 4px 0 4px 0;
	margin: 0 0 10px 10px;
	-webkit-user-select: none; /* Safari */        
}
.h-calendar-filters {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	padding: 4px 8px 4px 8px;
	margin: 0 0 10px 10px;    
	-moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */

}
.calendar .fc-toolbar {
    height: 0;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    margin-bottom: 0;
    z-index: 2;
	background-image: none;
}

.content__title {
  margin-bottom: 2rem;
  padding: 1rem 2rem 0;
}
.content__title > h1 {
  line-height: 100%;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0;
  text-transform: inherit;
  margin: 11px 0 0 0;
  color: #1d1d1d;
}
.content__title .actions {
  position: absolute;
  top: 1.6rem;
  right: 1rem;
}

.actions:not(.actions--inverse) .actions__item {
  color: #7d7d7d;
}
.actions:not(.actions--inverse) .actions__item.actions__item--active {
  color: #1d1d1d;
}







/*--------------------------------------------------
Large devices (desktops, less than 1200px)
----------------------------------------------------*/
@media (max-width: 1199px) {


	
}

/*--------------------------------------------------
Medium devices (tablets, less than 992px)
----------------------------------------------------*/
@media (max-width: 991px) {


	
}

/*--------------------------------------------------
Small devices (landscape phones, less than 768px)
----------------------------------------------------*/
@media (max-width: 767px) {



}

/*--------------------------------------------------
Extra small devices (portrait phones, less than 576px)
----------------------------------------------------*/
@media (max-width: 575px) {

.content__title {
  padding-left: 0;
}
.content__title .actions {
  right: 0rem;
}
	
}


