
h2{
    color: blue !important;
}

.progressSection .holder{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.progressSection .holder > div{
   display: flex;
   justify-content: space-between;
}

.star-light{
    color: #bbb5 ! important;
}

.text-warning{
    color: rgb(250, 143, 43) !important;
}

.submit_star{
    cursor: pointer;
}