.wd-assignments-main {
    margin-left: 20px;
    margin-top: 20px;
}

.wd-assignments-list-group {
    border: 1px solid #aea9a9; /* Light gray border */
    background-color: #dddddd95; /* Light gray background color */
    border-left: 5px solid green; /* Green left border */
    border-radius: 0%;
}

.assignment-title {
    font-weight: bold;
}

.total-percent {
    border: 1px solid #888; 
    font-size: 14px; 
    border-radius: 50px; 
    padding: 5px 10px; 
}

/* Aligning the plus and ellipsis buttons to the right */
.list-group-item .d-flex div {
    margin-left: auto;
}

.wd-assignment-list-link {
    color: #888;
    text-decoration: none;
}

.wd-assignment-list-subtext {
    font-size: .75em;
}

.wd-list-main-txt {
    color: rgb(93, 93, 93);
    font-weight: bold;
}