.dahsboard-courses .card {
    border: none;
    border-radius: 10px;
}

.dahsboard-courses .c-details span {
    font-weight: 300;
    font-size: 13px
}

.dahsboard-courses .icon {
    width: 30px;
    height: 30px;
    background-color: #eee;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.dahsboard-courses .type-courses small {
    background-color: #b04c23;
    width: 60px;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center
}

.dahsboard-courses .progress {
    height: 10px;
    border-radius: 10px
}

.dahsboard-courses .progress div {
    background-color: red
}

.dahsboard-courses .text1 {
    font-size: 14px;
    font-weight: 600
}

.dahsboard-courses .text2 {
    color: #a5aec0
}

.menu-dashboard {
    font-size: 1.05rem;
    font-weight: 500;
    margin: 5px 0;
}

.card-body a{
    color: #424242 !important;
}

.card-body .active{
    background: #00854a !important;
    color: #fff !important;
    font-weight: bold;
    padding: 5px;
}