.form-group {
    display: flex;
    margin-bottom: 1.5rem;
    align-content: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.right {
    float: inline-end;
}
.card{
    transition: 0.5s;
}
.card.des {
    background: rgb(255, 255, 255, 0.5);
    width: 50%;
    height: 60%;
    align-self: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 2%;
    margin-bottom: 2%;
    backdrop-filter: blur(18px);
}
.card-body.des{
    width: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
    margin: 3%;
}
div#completed, div#pending {
    height: 100%;
    background: #A600FF;
    width: 0%;
}
div#pending{
    background-color: #1BB300;
}
.bar {
    height: 50px;
    width: 100%;
    background: aqua;
    border-radius: 14px;
    /* padding: 1px; */
    overflow: hidden;
}
nav.sidebar {
    width: 245px;
}   