.income-page{
    width: 100%;
    height: auto;
    display: block;
    color: black;
}
.income-page .icome-page-header{
    width: 100%;
    height: 400px;
    display: block;
}
.income-page .income-page-title{
    width: 100%;
    height: 80px;
    display: block;
    font-size: 1.6em;
}
.income-page .income-page-title .income-page-search{
    width: 40%;
    float: left;
    height: 80px;
    display: block;
}
.income-page .income-page-title .income-page-search:first-child input:first-child{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-color: #5b4e4e;
}
.income-page .income-page-title .income-page-search:first-child input:nth-child(2){
    border-right: unset;
    border-left: unset;
    border-color: #5b4e4e;
    border-left: unset;
    border-right: unset;
}
.income-page .income-page-title .income-page-search:first-child button{
    border-radius: unset;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.income-page .income-page-title .income-page-search:last-child{
    width: 60%;
}
.income-page .income-page-title .income-page-search:last-child button{
    float: right;
    margin-top: 40px;
    width: 25%;
    margin-left: 5px;
    border-radius: 50px;
}
.income-page .icome-page-header .income-page-header-section{
    width: 30%;
    float: left;
    height: 100%;
    display: block;
}
.income-page .icome-page-header .income-page-header-section:first-child{
    width:70%;
}
.income-page .icome-page-header .income-page-header-section:first-child .icome-page-header-title{
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
}
.income-page .icome-page-header .income-page-header-section:first-child .icome-page-graph{
    width: 100%;
    height: 300px;
    display: block;
}
.income-page .icome-page-header .income-page-header-section:first-child .icome-page-graph #barChart{
    width: 100% !important;
    height: 290px !important;
    display: block;
}
.income-page .icome-page-header .income-page-header-section:last-child .icome-page-header-card{
    width: 80%;
    height: auto;
    margin: auto;
    margin-top: 35px;
    border-radius: 12px;
    border: 1px solid black;
    color: black;
}
.income-page .icome-page-header .income-page-header-section:last-child .icome-page-header-card div:first-child{
    width: 100%;
    height: 140px;
    display: block;
    text-align: center;
}
.income-page .icome-page-header .income-page-header-section:last-child .icome-page-header-card div:first-child img{
    width: 100%;
    height: 140px;
    object-fit: contain;
}
.income-page .icome-page-header .income-page-header-section:last-child .icome-page-header-card div:nth-child(2){
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    font-size: 1.7em;
    color: black;
    font-weight: 700;
}
.income-page .icome-page-header .income-page-header-section:last-child .icome-page-header-card div:nth-child(3){
    width: 100%;
    height: 70px;
    line-height: 50px;
    text-align: center;
    display: block;
    color: black;
}


.expenses-header{
    width: 100%;
    height: 100px;
    display: block;
}
.expenses-header .expense-header-section{
    width: 40%;
    height: 100%;
    display: block;
    float: left;
}
.expenses-header .expense-header-section p{
    color: black;
    font-size: 1.5em;
}
.expenses-header .expense-header-section:last-child{
    width: 60%;
}
.expenses-header .expense-header-section:first-child .input-group{
    margin-top: 10px;
}
.expenses-header .expense-header-section:first-child .input-group input:first-child{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-color: #5b4e4e;
}
.expenses-header .expense-header-section:first-child .input-group input:nth-child(2){
    border-right: unset;
    border-left: unset;
    border-color: #5b4e4e;
}
.expenses-header .expense-header-section:first-child .input-group button{
    border-radius: unset;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.expenses-header .expense-header-section:last-child button{
    float: right;
    margin-top: 35px;
    width: 25%;
    margin-left: 5px;
    border-radius: 50px;
}
.financial-analysis-body{
    width: 100%;
    height: 370px;
    display: block;
    color: black;
}
.financial-analysis-body .financial-analysis-body-section{
    width: 33.3%;
    height: 370px;
    float: left;
    display: block;
}
.financial-analysis-body .financial-analysis-body-section:first-child{
    width: 39.7%;
    float: right;
}
.financial-analysis-body .financial-analysis-body-section:last-child{
    width: 25%;
    float: left;
}
.financial-analysis-body .financial-analysis-body-section .financial-analysis-body-title{
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
}
.financial-analysis-body .financial-analysis-body-section .financial-analysis-body-graph #expensesGraph{
    width: 100% !important;
    height: 280px !important;
    display: block;
}

.financial-analysis-body .financial-analysis-body-section:last-child .financial-card{
    width: 90%;
    height: 270px;
    display: block;
    margin: auto;
    margin-top: 47px;
    color: black;
    border: 1px solid #2d81dd;
    border-radius: 12px;
}
.financial-analysis-body .financial-analysis-body-section:last-child .financial-card div:first-child{
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    display: block;
}
.financial-analysis-body .financial-analysis-body-section:last-child .financial-card div:first-child img{
    width: 100%;
    height: 120px;
    object-fit: contain;
}
.financial-analysis-body .financial-analysis-body-section:last-child .financial-card div:nth-child(2){
    width: 100%;
    height: 75px;
    display: block;
    line-height: 75px;
    text-align: center;
    font-size: 1.5em;
}
.financial-analysis-body .financial-analysis-body-section:last-child .financial-card div:nth-child(3){
    width: 100%;
    height: 75px;
    display: block;
    line-height: 40px;
    text-align: center;
}


.profit-loss-title{
    width: 100%;
    height: 20px;
    display: block;
    line-height: 20px;
    color: black;
}
.profit-loss-header{
    width: 100%;
    height: 70px;
    display: block;
    line-height: 70px;
}
.profit-loss-header .profit-loss-header-section{
    width: 60%;
    height: 70px;
    display: block;
    line-height: 70px;
    float: left;
}
.profit-loss-header .profit-loss-header-section:first-child{
    width: 40%;
}
.profit-loss-header .profit-loss-header-section:first-child .input-group{
   margin-top: 15px;
}
.profit-loss-header .profit-loss-header-section:first-child .input-group input:first-child{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-color: #5b4e4e;
}
.profit-loss-header .profit-loss-header-section:first-child .input-group input:nth-child(2){
    border-right: unset;
    border-left: unset;
    border-color: #5b4e4e;
}
.profit-loss-header .profit-loss-header-section:first-child .input-group button{
    border-radius: unset;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.profit-loss-header .profit-loss-header-section:last-child button{
    border-radius: 50px;
    float: right;
    margin-top: 20px;
    width: 20%;
    margin-left: 10px;
}
.profit-loss-sub-header{
    width: 100%;
    height: 110px;
    display: block;
}
.profit-loss-sub-header .profit-loss-sub-header-card{
    width: 32%;
    margin-left: 0.65%;
    margin-right: 0.65%;
    height: 110px;
    display: block;
    float: left;
    background-color: #3c5c91;
    border-radius: 12px;
    color: white;
}
.profit-loss-sub-header .profit-loss-sub-header-card .profit-loss-icon{
    width: 32%;
    height: 100%;
    display: block;
    float: left;
    font-size: 3em;
    text-align: center;
    line-height: 110px;
}
.profit-loss-sub-header .profit-loss-sub-header-card .profit-loss-text{
    float: right;
    width: 68%;
    height: 100%;
}
.profit-loss-sub-header .profit-loss-sub-header-card .profit-loss-text div:first-child{
    width: 100%;
    height: 40px;
    line-height: 70px;
    display: block;
}
.profit-loss-sub-header .profit-loss-sub-header-card .profit-loss-text div:last-child{
    width: 100%;
    height: 70px;
    line-height: 40px;
    display: block;
    line-height: 70px;
    font-size: 1.3em;
}
.profit-loss-body{
    width: 100%;
    height: 300px;
    display: block;
}
.profit-loss-body .profit-loss-body-section{
    width: 30%;
    height: 320px;
    display: block;
    float: left;
}
.profit-loss-body .profit-loss-body-section:nth-child(2){
    width: 38%;
    margin-left: 1%;
    margin-right: 1%;
    height: 300px;
    margin-top: 10px;
    display: block;
    float: left;
}
.profit-loss-body .profit-loss-body-section:last-child .profit-loss-body-card .profit-loss-body-card-icon{
    float: right;
}
.profit-loss-body .profit-loss-body-section:last-child .profit-loss-body-card .profit-loss-body-card-info{
    text-align: right;
}
.profit-loss-body .profit-loss-body-section .profit-loss-body-card{
    width: 100%;
    height: 100px;
    display: block;
    border-radius: 12px;
    border: 1px solid #470a0a;
    margin-top: 5px;
    color: black;
}

.profit-loss-body .profit-loss-body-section .profit-loss-body-card .profit-loss-body-card-icon{
    width: 30%;
    height: 100%;
    display: block;
    float: left;
    line-height: 100px;
    text-align: center;
    font-size: 1.5em;
}
.profit-loss-body .profit-loss-body-section .profit-loss-body-card .profit-loss-body-card-info{
    width: 70%;
    height: 100%;
    display: block;
    float: left;
}
.profit-loss-body .profit-loss-body-section .profit-loss-body-card .profit-loss-body-card-info div:first-child{
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: block;
}
.profit-loss-body .profit-loss-body-section .profit-loss-body-card .profit-loss-body-card-info div:last-child{
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: block;
    font-size: 1.3em;
    font-weight: 700;
}
.profit-loss-body .profit-loss-body-section #gurge{
    width: 100%;
    margin: auto;
    height: 300px;
}
.profit-loss-footer{
    width: 100%;
    height: 110px;
    display: inline-block;
}
.profit-loss-footer .profit-loss-footer-card{
    width: 32%;
    margin-right: .65%;
    margin-left: .65%;
    height: 110px;
    display: block;
    border-radius: 12px;
    float: left;
    color: black;
    border: 1px solid black;
}
.profit-loss-footer .profit-loss-footer-card .profit-loss-footer-card-icon{
    width: 30%;
    height: 110px;
    display: block;
    float: left;
    font-size: 3em;
    line-height: 110px;
    text-align: center;
}
.profit-loss-footer .profit-loss-footer-card .profit-loss-footer-card-info{
    width: 70%;
    height: 110px;
    display: block;
    float: left;
}
.profit-loss-footer .profit-loss-footer-card .profit-loss-footer-card-info div:first-child{
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
}
.profit-loss-footer .profit-loss-footer-card .profit-loss-footer-card-info div:last-child{
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: block;
    font-size: 1.3em;
}
