.user-img {
    width: 70px;
    height: 70px;
    background: #4e5053;
    border-radius: 50%;
    float: left;
}.user-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: solid 1px #293641;
    padding: 3px;
}
.edit-icon{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 40px;
    background: #3b454f;
    text-align: center;
    line-height: 36px;
    border-radius: 0px 8px 0px 50px;
    font-size: 18px;
    text-align: center;

}.edit-icon i {
    color: #fff;
    margin-left: 12px;
}

.per_name {
    font-size: 14px;
    color: #9b9e9f;
}


.pat_name {
    font-size: 12px;
    color: #d7d2d2;
}
.divallocated_cost{
    width: 100%; float: left;    padding: 0px 10px 10px 10px;

}
.div_allocated_amoutn{
   font-size: 13px;
    margin-bottom: 8px;
    color: #007bff;
    font-weight: 500;
    text-align: right;
    width: auto;
    margin-top: 5px;}
    .div_progressbar {
    width: 112px;
    float: right;
}

.datediv {
    float: left;
    width: 50%;
}
.date {
    float: left;
    width: 100%;
}

.st-date {
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 6px;
    padding-left: 5px;
    color: #cbcbcb;
}
.st-date i {
    color: #7c7d7d;
    margin-right: 5px;
}
.card{
        margin:13px 5px;
}
.AddCard {
    margin: 50px 0px;
}
.AddCard>p { padding:0px; margin:0px;}
.nextbtn{
    margin-top: 74px;
    margin-left: 84px;
    width: 75px;
    height: 75px;
    font-size: 22px;
    background: #293641;
    color: #fff;
    border-radius: 50%;

}
.addnewcard{
    border-radius: 10px;
    height: 122px;
    width: 100%;
    align-items: center;
    background: #58646f;
    border: 2px dashed;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #9ca6af;
    display: flex;
    fill: #9ca6af;
    justify-content: center;
    position: relative;
}
.table td, .table th {
    padding: .60rem; font-size: 13px;}
    @media (min-width:768px) and (max-width:1024px) {
        .card, .addnewcard{
    width: 304px;
    height: 215px;
    float: left;
    margin: 10px 15px;
}
    }