*{
    margin: 0;
    padding: 0;

}


.group-starting{
    align-items: center;
    justify-content: center;
    
}

.group-starting .list-group-main{
    margin: 20px;
}


/*---------------List Items--------------------------------*/



.list-item{
    box-sizing: border-box;
    position: relative;

}

.list-item ul{
    position: relative;
    background: #fff;
}

.list-item ul h3{
    color: #fff;
    background: #82CD47;
    width: 600px;
    font-size: 18px;
    font-weight:700;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px 10px;
}

.list-item ul li{
    list-style: none;
    padding: 10px;
    width: 600px;
    background: #fff;
    box-shadow: 0 5px 25px rgb(0, 0, 0, 0.2);
    transition: transform 0.5s;
    font-size: 14px;
}




.list-item ul li:hover{
     transform: scale(1.1);
     z-index: 100;
     background: #82CD47;
     box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
     color: #fff;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
    
}

.list-item ul li strong{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    transform: translate(-20px);

}

.list-item h5{
    font-size: 20px;
    color: green;
    margin: 25px;
}

.submission{
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 20px;
    margin: 20px;
}

.re-reg h5{
    font-size: 15px;
    color: blue;
    padding: 10px 8px;
}

.re-reg li{
    list-style: none;
    margin-left: 7px;
    font-size: 13px;
}



section h3.imp-dates{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-top: 15px;
}

.filter{
    
    margin-top: 20px;
    z-index:1;
   

}

.filter .table-dates{
    z-index:2;
    border-spacing: 0;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 12px 5px rgba(32,32,32,.3) ;
    width: 60%;
    height: 400px;
    
}

tr:nth-child(odd){
    background-color: #eeee;

}

table b{
    color: blue;
    font-size: 14px;
}

table td{
    font-size: 13px;
}


.note-content{
    margin-top: 15px;
    margin-bottom: 15px;
}