.course-cur-wrapper .course-cur-card{
   padding:25px;
    margin-bottom: 60px;
    background: #f9f9f9;
}


.delete-btn{
    height: 95%;
    font-size: 23px !important;
    background: #e6e6e6 !important;
    color: #505050 !important;
    border: none;
    padding: 0px 7px;
    border-radius: 6px;
    cursor: pointer;
    margin: 0px 5px;
}


.loader-wrap{
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 100000;
    background: #0000008a;
    color: white;
    display: flex;
    align-items: center;
}

.curr-table .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none;
}


.pmt-table .table{
    text-transform: capitalize;
}
.pmt-table .table td:nth-child(3){
    font-weight: 600;
    font-style: italic;
}

.pmt-table .table td:nth-child(4)>ul, .pmt-table .table td:nth-child(5)>ul{
    margin-bottom: 0;
    padding-left: 18px;
    color: #2674d7;
}

.m-courses{
    margin-top: -38px;
}


.curr-modal{
    
}