#acct-overview-summary{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}

#acct-overview-summary div{
   border-top: 10px solid #444;
   border-left: 2px solid #ddd;
   border-right: 2px solid #ddd;
   border-bottom: 2px solid #ddd;
   padding: 30px;
   margin-right: 20px;
}

#acct-overview-summary h2{
    font-size: 24px;
    color: #888;
    text-align: center;
    margin-bottom: 15px;
}

#acct-overview-summary p{
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
}



.acct-overview-cashflow{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.acct-cashflow .row{
    padding: 5px 0;
}

.acct-income-source-overview{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.acct-inc-src .row{
    padding: 5px 0;
}


.acct-chart-header{
    background-color: #444;
    color: #ddd;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}





/************************************************************************
01. Balance Sheet
/************************************************************************/
.balance-sheet{
    max-width: 1200px;
}

.kc-balance-sheet .header{
    margin-top: 20px;
    border: none;
}

.kc-balance-sheet .title{
    border-bottom: solid 2px #444;
    margin-bottom: 15px;
}

.kc-balance-sheet h2{
    font-size: 18px;
    font-weight: 700;
}

.kc-balance-row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    justify-content: space-between;
}

.kc-balance-row .sub{
    padding-left: 15px;
}

.kc-balance-row .sub-sub{
    padding-left: 10px;
    margin-left: 30px;
    border-left: solid 2px #444;
}

.kota-sub-sub-total{
    font-size: 14px;
    margin-left: 20px;
}

.kc-balance-col-1{ width: 40%; }
.kc-balance-col-2{ width: 30%; }
.kc-balance-col-3{ min-width: 30%; }

.kc-balance-col-1 a {
    color: inherit; /* Use the same color as the parent element */
    text-decoration: none; /* Remove the default underline */
}

.kc-balance-col-1 a:visited {
    color: inherit; /* Use the same color even after the link has been visited */
}

.kc-balance-col-1 a:hover {
    border-bottom: 1px dotted; /* Add a dotted underline */
}

.kc-balance-col-1 h2{
    margin-bottom: 5px;
}

.kc-balance-col-1 h2 span{
    font-size: 16px;
    font-weight: normal;
}

.kota-depreciation-type {
    font-size: 0.9em;
    color: #666;
    margin-left: 5px;
    font-weight: normal;
}

/************************************************************************
02. Taxonomy Archive
/************************************************************************/

.taxonomy-breadcrumb a {
    color: rgba(13, 27, 62, .7);
    text-decoration: none;
    border-bottom: #888 dotted 1px;
    padding: 0 5px 2px 0;
}

.edit-taxonomy-link{
    float: right;
}

.taxonomy-row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
}


.taxonomy-post-date{
    max-width: 15%;
    text-align: left;
}
.taxonomy-post-amount{
    max-width: 15%;
    font-weight: 500;
    text-align: left;
}
.taxonomy-expense-amount{ color: #8B0000; }
.taxonomy-income-amount{ color: #157811; }

.taxonomy-post-cat{
    text-align: left;
}
.taxonomy-post-vendor{
    text-align: left;

}



.taxonomy-row > div:not(.taxonomy-post-icon):not(.taxonomy-review-icon) {
    flex: 1;
}

.taxonomy-post-icon { width: 50px; }
.taxonomy-review-icon{ width: 50px; text-align: center; }

.taxonomy-row > div:nth-child(6) { text-align: right; }

.kota-author-icon{
    height: 13px;
    margin-right: 2px;
}

.taxonomy-year-group{
    margin-bottom: 2em;
}

.taxonomy-card{
    width:85%;
    margin-right: 20px;
}

/************************************************************************
02. Filters
/************************************************************************/
.card-filters{
    width: 15%;
    min-width: 300px;
}

.card-filters h3{
    font-size: 16px;
    margin-bottom: 10px;
}

.card-filters .facetwp-facet {
    margin-bottom: 20px;
}

.kota-result-total{
    float: right;
}

/************************************************************************
03. Transaction Page
/************************************************************************/

.edit-trans-link{
    margin: 20px 0 0 0;
}



/************************************************************************
01. Chat GPT
/************************************************************************/
.monthly-totals-table {
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    max-width: 1200px; /* Adjust this value based on your desired table width */
}

.table-row {
    display: flex;
    flex-direction: row;
}

.table-row.header {
    background-color: #f5f5f5;
    font-weight: bold;
}

.table-row:nth-child(even) {
    background-color: #f9f9f9;
}

.table-cell {
    flex: 1;
    padding: 8px 16px;
    border-top: 1px solid #ccc;
    text-align: center;
}

.table-row:first-child .table-cell {
    border-top: none;
}





/************************************************************************
01. Expense Category List
/************************************************************************/
.expense-cat-list ul{
    margin-bottom: 15px;
}

.expense-cat-list ul li{
    padding-bottom: 5px;
}

.expense-cat-child{
    margin: 5px 0 15px 15px;
    padding: 0 0 0 10px;
    border-left: #ddd solid 2px;
}

