.disbox{
    background-color: rgb(12, 132, 255);
    color: white;
    border-radius: 12px;
    margin-top: 10px;
    margin-left: 15px;
    width: 189px;
    height: 141px;
}



.positivenetbox{
    background-color: rgb(245, 245, 245);
    color: green;
    border-radius: 12px;
    margin-top: 10px;
    margin-left: 15px;
    width: 189px;
    height: 141px;
    }

.negativenetbox{
    background-color: rgb(245, 245, 245);
    color:red ;
    border-radius: 12px;
    margin-top: 10px;
    margin-left: 15px;
    width: 189px;
    height: 141px;
}

.dis-big-amount{
    margin: auto;
    margin-top: -12px;
    text-align: center;
    font-size: 3.8rem;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
}

.dis-mn{
    margin-top: -25px;
    text-align: right;
    font-size: 0.60rem;
    font-family: 'Century Gothic', sans-serif;
}

.dis-heading{
    padding: 3px;
    text-align: left;
    font-size: 0.70rem;
    font-family: 'Century Gothic', sans-serif;
}

.count{
    border-style: solid;
    border-radius: 50px;
    border-width: 1px;
    border-color: white;
    align-self: flex-end;
    width: 75px;
    margin-left: 90px;
    margin-top: 11px;
    text-align: center;
    font-size: 0.60rem;
    font-family: 'Century Gothic', sans-serif;
}

.dis-incomeLKR{
    padding: 3px;
    text-align: left;
    font-size: 0.70rem;
    font-family: 'Century Gothic', sans-serif;
    margin-top: 11px;
}

.dis-seperater{
width: 70px;
}

.daily-border{
    border-style: solid;
    border-radius: 20px;
    border-width: 1px;
    border-color: rgb(12, 132, 255);
    width: 650px;
}
    