.daily_select{
    display: block;
    color: #344d4a;
    font-weight: bold;
    margin-bottom: 10px;
}
.daily_lbl{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.event_div{
    min-height: 500px;
}
.event_img{
    height: 225px !important;
}
.filtericon{
    padding-right: 20px;
    color: #344d4a;
}
/* .card-body{
    padding : 20px;
} */
.filter_ul{
    margin-top: 15px;
}
.filter_ul li{
    font-weight: 500;
    cursor : pointer;
    /* width: 100%; */
    background-color: #e2e2e2;
    margin: 10px 0px;
    padding: 10px;
    color: black;
}
.filter_ul li:hover{
    color : #26a69a;
}
.filter_ul li a{
    color : #000;
}
.filter_ul li a.activelink {
    color: #26a69a;
}
.filter_ul li a:hover{
    color : #26a69a;
}
.filter_ul li:before{
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    left: -30px;
    color: #26a69a;
    width: auto;
    height: auto;
    background-color: transparent;
}
.text-right{
    text-align: right !important;
}
.magazine_duration{
    font-weight: 600;
    font-size: 14px;
}
.magazine_read{
    background-color: #26a69a;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.magazine_download{
    background-color: #039be5;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.datepicker td, .datepicker th{
    padding : 5px;
}
.datepicker tr{
    border-bottom: unset !important;
}
.icon-arrow-left:before{
    content: "\f104";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
}
.icon-arrow-right:before{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
}
.datepicker{
    background-color: #fff;
    margin-top: 15px !important;
}
.line{
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 15px;
    margin-top: 25px;
}
.singer{
    font-size: 14px;
    top: -62px;
    background-color: #454545;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    color: white;
    position: absolute;
}
.singer p{
    border-bottom: 1px solid;
    font-weight: 600;
}
.singer span{
    font-size: 13px;
}
.daily_darshandiv{
    min-height: 300px !important;
}