.expenses-detail,
.income-detail {
    .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .db-content-subheding {
        padding-bottom: 26px;
        display: flex;
        gap: 80px;
    }
    .db-content-subheding h2 {
        font-family: var(--rubik-font);
        color: var(--dark-blue);
        line-height: 1;
        font-size: 40px;
    }
    .db-content-subheding p {
        font-size: 14px;
        line-height: 130%;
        font-family: var(--rubik-font);
        color: var(--dark-blue);
        margin-bottom: 10px;
    }
    .card-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        gap: 16px;
    }
    .card {
        --bs-card-border-color: #DEDDDD;
        --bs-card-border-radius: 8px;
        width: 100%;
        max-width: 397px;
        border-radius: 8px;
        border: 1px solid #DEDDDD;
        background-color: #FFFFFF;
        /*   min-height: 400px; */
    }
    .card-wrapper .card-body {
        padding: 20px 30px;
        color: var(--dark-blue);
        font-family: var(--rubik-font);
        font-size: 1rem;
        line-height: 1.2;
        --bs-card-title-color: var(--dark-blue);
        --bs-card-subtitle-color: var(--dark-blue);
    }
    .card-wrapper .card-body .card-title {
        margin-bottom: 10px;
        font-size: 1.25rem;
    }
    .card-wrapper .card .card-body .card-subtitle {
        margin-bottom: 20px;
        line-height: 130%;
        max-width: 324px;
        font-size: 1rem;
    }
    .card-wrapper .card-body:has(.icon-txt-list) {
        color: #00606F;
        --bs-card-title-color: #00606F;
        --bs-card-subtitle-color: #00606F;
        padding: 50px 30px 60px !important;
    }
    .card-wrapper table {
        word-break: break-word;
        --bs-border-color: #DEDDDD;
        --bs-table-color: var(--dark-blue);
        margin: 15px 0 0 0;
        max-width: 340px;
        margin-inline-start: -8px;
    }
    .card-wrapper table tr th {
        border-color: transparent;
    }
    .card-wrapper table th, 
    .card-wrapper table td {
        padding: 18px 15px 7px 15px;
        color: var(--dark-blue);
    }
    .card-wrapper table.three-columns thead th:nth-child(2), 
    .card-wrapper table.three-columns tbody td:nth-child(2) {
        width: 26%;
    }
    .card-wrapper table.three-columns tbody td:nth-child(2) {
        text-align: center;
    }
    .card-wrapper table.three-columns th, 
    .card-wrapper table.three-columns td {
        width: 37%;
    }
    .card-wrapper table td {
      border-bottom-width: 2px;
      border-color: #DEDDDD;
    }
    .card-wrapper table .percent b {
        white-space: nowrap;
        font-size: 20px;
    }
    .card-wrapper table td .currency {
        color: #51647a;
    }
    .disclaimer-card {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .alert {
        gap: 4px;
        font-family: var(--rubik-font);
        font-weight: 400;
        color: #51647a;
        font-size: 12px;
        line-height: 1.2;
        margin-inline-start: -8px;
        max-width: 320px;
        margin-top: 20px;
    }
    .alert svg {
        min-width: 16px;
    }
    .icon-txt-list {
        margin: 18px 0 0;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        gap: 20px;
    }
    .icon-txt-item {
        display: flex;
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
        gap: 9px;
        font-family: var(--arimo-font);
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.2;
        color: #00606F;
    }
    .left-right-arw-txt {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        padding: 14px 0 25px 0;
        border-top: 1px solid #DEDDDD;
        background-color: #FAFBFC;
        max-width: 100%;
        height: 75px;
        transition: all .3s;
    }
    .arw-txt {
        cursor: pointer;
        font-size: 1rem;
        line-height: 1.2;
        font-weight: 600;
        font-family: var(--rubik-font);
        color: var(--dark-blue);
        display: flex;
        flex-flow: row;
        align-items: center;
    }
    .arw-txt svg {
        min-width: 16px;
    }
    .chart-graph-img {
        margin-top: 30px;
    }
    .back-btn {
      display: none;
    }
    .card-wrapper .card-row {
        min-width: 100%;
    }
    .card-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        gap: 16px;
    }
    .review-cnt {
        display: flex;
        flex-flow: row;
        align-items: center;
        gap: 10px 33px;
        transition: all .3s;
    }
    .review-cnt p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.25;
        font-weight: 500;
        font-family: var(--arimo-font);
        color: #00606F;
    }
    .btn-icon {
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        gap: 12px 22px;
    }
    .btn-icon a {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
    }
    .btn-icon .like {
        background-color: #DAFFBA;
    }
    .btn-icon .dislike {
        background-color: #FCE3D6;
    }
    .container {
        max-width: 810px;
        padding: 0;
        margin-right: 0;
    }
    .left-right-arw-txt .arw-txt:nth-child(2) {
        order: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
    }
    .left-right-arw-txt .arw-txt:last-child {
        order: 3;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
    }
    .left-right-arw-txt .desktop-feedback {
        order: 2;
        height: 35px;
        transition: all .3s;
        position: relative;
    }
    .desktop-feedback:has(.mobile-thanks-feedback) .review-cnt {

        opacity: 0;
    }
    .desktop-feedback:has(.mobile-thanks-feedback) .mobile-thanks-feedback {
        display: block;
        text-align: center;
        margin-top: 0px;
        position: absolute;
        bottom: 0;
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.08);
        background: #FFF;
        border: 1px solid #F1F5FB;
        border-radius: 8px;
        padding: 31px 28px 42px 28px;
        width: 330px;
        left: calc(50% - 165px);
        height: auto;
        transition: all .3s;
    }
    .desktop-feedback:has(.mobile-feedback-message) .mobile-feedback-message {
        display: block;
        position: absolute;
        bottom: 0;
        box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.08);
        background: #FFF;
        border: 1px solid #F1F5FB;
        border-radius: 8px;
        padding: 31px 28px 34px 28px;
        width: 330px;
        right: calc(50% - 165px);
        height: auto;
        transition: all .3s;
    }
    .desktop-feedback .mobile-thanks-feedback p {
        margin: 13px 0 0 0;
        font-size: 1rem;
        line-height: 24px;
        font-weight: 500;
        font-family: var(--arimo-font);
        color: #00606F;
    }
    .desktop-feedback:has(.mobile-feedback-message) .review-cnt {
        flex-direction: column;
        gap: 7px 38px;
        opacity: 0
    }
    .desktop-feedback .mobile-feedback-message .review-cnt {
      opacity: 1 !important;
    } 
    .desktop-feedback .mobile-feedback-message {
        text-align: center;
    }
    .desktop-feedback .mobile-feedback-message textarea.form-control {
        margin: 40px 0 20px 0;
        padding: 16px;
        font-size: 16px;
        height: 102px;
        border-color: #BBBBCB;
        color: var(--dark-blue);
        font-weight: 400;
        line-height: 20px;
    }
    .desktop-feedback .mobile-feedback-message .btn {
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        height: 32px;
        width: 92px;
    }
    .chart-graph-img {
        width: 100%;

    }
    .mobile-feedback-message,
    .mobile-thanks-feedback,
    .mobile-feedback {
        display: none;
    }

    @media screen and (max-width:1199px) {
        .card {
          max-width: calc(50% - 9px);
          min-height: unset;
      }
      .card-wrapper {
        gap: 16px;
      }
    }
    @media screen and (max-width:991px) {
        .left-right-arw-txt {
            width: 100%;
        }
    }

    @media screen and (max-width:767px) {
        .card-row,
        .card-wrapper {gap: 12px;}
        .card, .card.chart-graph {max-width: 100%;}
        .left-right-arw-txt {width: 100%;padding: 15px 20px 15px;height: 48px;}
        .arw-txt {font-size: 14px;overflow: hidden;font-weight: 400;}
        .left-right-arw-txt .arw-txt:last-child {justify-content: flex-end;}
        .left-right-arw-txt .arw-txt:nth-child(2) {justify-content: flex-start;}
        .card-wrapper .card-body {padding: 20px 24px;}
        .card-wrapper table {max-width: 100%; margin: 15px 0 0 0; width: calc(100% + 8px);}
        .card-wrapper table th, .card-wrapper table td {padding: 13px 10px;}
        .card.card-actions {margin-bottom: 0;}
        .card { max-width: 100%; }
        .alert {max-width: 100%;}
        .db-content-subheding h2 { font-size: 28px;}
        .card-wrapper .card.card-actions {
            margin-bottom: 0 !important;
        }
        .alert {
            margin-top: 15px;
        }
        .back-btn {
            display: flex;
            border-bottom: 1px solid #DEDDDD;
            background-color: white;
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            padding: 0 20px;
            height: 56px;
            align-items: center;
        }
        .back-btn button {
          background-color: transparent;
          border: none;
          padding: 0;
          font-size: 14px;
          color: var(--dark-blue);
        }
        .back-btn button svg {
            margin-inline-end: 7px;
        }
        .left-right-arw-txt .desktop-feedback {
            display: none;
        }
        .mobile-feedback {
            display: block;
            padding: 38px 28px;
            margin-top: 12px;
            margin-bottom: 14px;
        }
        .mobile-feedback .review-cnt {
            flex-direction: column;
            gap: 7px 0;
        }
        .mobile-feedback-message  .review-cnt {
            display: none;
        }
        .card-wrapper table th {
            padding-bottom: 0;
        }
        .mobile-thanks-feedback {
            display: block;
            width: 100%;
            text-align: center;
            margin-top: -14px;
        }
        .mobile-thanks-feedback p {
            margin: 24px 0 0 0;
            font-size: 1rem;
            line-height: 24px;
            font-weight: 500;
            font-family: var(--arimo-font);
            color: #00606F;
        }
        .mobile-feedback-message {
            display: block;
            text-align: center;
        }
        .mobile-feedback-message textarea.form-control {
            margin: 40px 0 20px 0;
            padding: 16px;
            font-size: 16px;
            height: 102px;
            border-color: #BBBBCB;
            color: var(--dark-blue);
            font-weight: 400;
            line-height: 20px;
        }
        .mobile-feedback-message .btn {
            font-size: 14px;
            font-weight: 400;
            padding: 0;
            height: 32px;
            width: 92px;
        }

        .mobile-feedback:has(.mobile-thanks-feedback) .review-cnt {
            display: none;
        }

    }
}