
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.mt-2, .my-2 {
    margin-top: 18px !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.text-white {
    color: #fff !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-center {
    text-align: center !important;
}
.pb-2, .py-2 {
    padding-bottom: 0px !important;
}
.pt-2, .py-2 {
    padding-top: 11px !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}

    .progressSection .holder{
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.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;
}
