.mt-30{
    margin-top: 30px;
}
.filter-event-text:hover ,.filter-event-text:focus,.filter-event-text:active{
    cursor: pointer;
    text-decoration: none;
    color: #9c9c9c;
    background-color:transparent;
}
.hidden{
    display: none;
}
.filter-event-text{
    font-family: "Roboto";
    font-style: italic;
    font-size: 16px; 
    color: #cdcdcd;
    text-decoration: none;
    font-weight: 500;
}

.calendar-events-filter-Filter {
    padding: 10px 10px 4px 10px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    color: #9c9c9c;
}
.border_right{
    border-right: 1px solid #d9d9d9;
}
.ml-min-10{
    margin-left: -10px;;
}
.calendar-events-filter-section{
    width: 20%;
}
.calendar-events-filter-section2{
    width: 30%;
}
.mt-6{
    margin-top: 6px;
}
/* Select option custom css */
.select-style {
    position: relative;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}
.select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}
.calendar-events-filter-glyphicon-chevron-down {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #ccc;
}
.select-style2 {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 190px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}
.select-style2 select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style2 select:focus {
    outline: none;
}
.custom-select{
    width: 120px;
}