.icon-deactive{
    color: gray;
}

.credit-points{
    justify-self: flex-end;
}
.cp {
    width: 100px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: rgba(41, 41, 121, 0.281); */
    border-radius: 50px;
    padding: 4px;
}
.cp .occ-logo{
    width: 20px;
    height: 20px;
    margin-right: 4px;
}