@import url('//fonts.googleapis.com/css2?family=Nunito:wght@400;800&display=swap');

.total.greenBackground {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cause-box {
    background-color: transparent!important;
    border-color: transparent!important;
    }

.cause-box > li {
    border-top: 0px solid #d9d9d9;
    padding: 0px 0px 0px 0px;
    }

.cause-box > li.key-value p {
    font-size: 24px!important;
    color: #fa6555!important;
    font-weight: 800!important;
    font-family: "Nunito", sans-serif!important;
    text-align: left;
    }

.page-campaign section.campaign-donation .progress {
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    border-radius: 3px!important;
    overflow: hidden!important;
    height: 25px!important;
    width: 100%!important;
    background: #e1e1e1!important;
    margin-bottom: 0px!important;
    border: 0px solid #b9b9b9!important;
}

.page-campaign section.campaign-donation .progress .total {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    min-width: 45px;
    text-align: right;
    background: #000000;
    height: 25px!important;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 0px;
    overflow: hidden;
}

.progress .total {
    border-width: 0px!important;
    border-radius: 3px!important;
    background-color: #fa6555!important;
    color: #ffffff!important;
    font-size: 15px!important;
    font-weight: 400!important;
    font-family: "Nunito", sans-serif!important;
    background-position: center center!important;
    border-color: transparent!important;
    border-style: solid!important;
}

@media (max-width: 290px)
{
.cause-box > li.key-value p {
    font-size: 24px!important;
    color: #fa6555!important;
    font-weight: 800!important;
    font-family: "Nunito", sans-serif!important;
    text-align: left;
    }
}