﻿.status-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #F2F2F2;
    border-radius: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}

    .status-item:last-child {
        margin-bottom: 0;
    }

.status-label {
    color: #333;
}

.status-value {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    background-color:white
}

 

.box {
    background-color: #fff;
    border-color: darkgray;
    border-radius: 15px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin: 10px !important;
    height: inherit;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.box1 {
    background-color: #fff;
    border-color: darkgray;
    border-radius: 15px;   
    margin: 10px !important;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.boxmargin {
   
    margin-top:20px !important;
}

.labelfont {
     
    color: #888;
}

.clsflex {
    display: flex;
    justify-content: space-between;
}
 .amount {
    font-size: 32px;
    color: #333;
    font-weight:400;
}
.boxpadding {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

.boxpaddinglast {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 15px;
}
.boxpaddingFirst {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-top: 0px;
    padding-right: 0px;
}
.value {
    font-size: 30px;
    margin-top: 10px;
    color: #333;
    font-weight:600;
}
.graph img {
    width: 50%;    
    position: relative;
    top: -90px;
    transform: translateY(-20%) translateX(95%);
}