#pg_credit_limit input {
    width: 100%;
}
ul.pg-credit-limit-states {
    display: flex;
    flex-wrap: nowrap;
    padding: 0px;
}
ul.pg-credit-limit-states li {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    text-align: center;
    list-style: none;
    padding: 10px;
    margin: 10px 6px;
}
ul.pg-credit-limit-states li span {
    font-size: 16px;
    font-weight: 500;
}
ul.pg-credit-limit-states li label {
    width: 100%;
    clear: both;
    font-size: 10px;
}
li.pg-user-credit {
    background: #ff7600;
    color: #fff;
}
div#pm-credit-limit-error.successtext {
    text-align: center;
    color: green;
}
div#pm-credit-limit-error.errortext {
    text-align: center;
    color: red;
}
li.pg-used-credit {
    background: #12044c;
    color: #fff;
}
li.pg-remain-credit {
    background: red;
    color: #fff;
}
li.pg-assign-credit {
    background: #ffbc00;
    color: #fff;
}
li.pg-total-credit {
    background: green;
    color: #fff;
}
.pg-disable-link {
    pointer-events: none;
}


#pm-edit-group-popup #pg_credit_limit .pg-users-send-box{
    display: flex;
    align-items: center;
}

#pm-edit-group-popup #pg_credit_limit .pg-users-send-box .pm-field-lable {
    width: 30%;
}
#pm-edit-group-popup #pg_credit_limit .pg-users-send-box .pm-field-input {
    width: 65%;
}
