/*--------------Notice-Board---------------*/
#impDatesSlider {
    height: 300px;
    overflow: auto;
}
.imp-dates-wrapper {
    /* background: red; */
    /* border-bottom: 1px solid #000; */
    display: flex;
    align-items: flex-start;
}
.imp-dates-wrapper:first-child {
    margin-bottom: 20px;
}
.imp-dates-date {
    /* background: var(--theme-color); */
    padding: 5px;
    /* outline: 10px solid var(--theme-color); */
    margin: 10px;
    border: 2px dashed #fff;
    color: #fff;
    text-align: center;
    line-height: 0.6cm;
    border-radius: 6px;
    flex-shrink: 0;
}
.imp-dates-day {
    font-size: 16px;
}
.imp-dates-details {
    padding: 0 10px;
}
.imp-dates-title {
    font-size: 16px;
    color:white;
}
.imp-dates-discription {
    font-size: 12px;
    text-align: justify;
    color:white;
}
.news-notice-btn{
    font-size:0.700rem!important;
}
/*--------------Notice-Board---------------*/
