.p-32 {
    padding: 32px;
}
.title-line {
    height: 24px;
    width: 40%;
    margin-bottom: 12px;
    border-radius: 8px;
}

.content-line {
    height: 50px;
    width: 48%;
    margin-bottom: 16px;
}

.end {
    width: 20%;
}
.m-t-24 {
    margin-top: 24px;
}

/*Expense Info*/
.expense-info .title-line {
    height: 14px;
    width: 40%;
    margin-bottom: 12px;
    border-radius: 8px;
}

.expense-info .content-line {
    height: 50px;
    width: 48%;
    margin-bottom: 16px;
}

.expense-info .end {
    width: 20%;
}
.expense-info .m-t-24 {
    margin-top: 24px;
}
.loading-overlay-inside {
    position: absolute;
}
.circle-loader {
    top: 40%;
}