.modify-account-modal-wrapper {
    .account-code {
        width: 128px !important;
    }
    .account-title {
        width: 321px !important;
    }
}
.account-details-wrapper {
    &__header {
        width: 100%;
        min-height: 156px;
        background: #ffffff;
        border: 1px solid #d4d4d4;
        border-radius: 4px;
        margin-bottom: 16px;
        padding: 20px 25px;
    }
}
.vertical-divider {
    width: 0px;
    height: 29px;
    border: 1px solid #e5e5e5;
    margin: 0 40px;
}

.add-narration-modal-warpper, .add-transfer-modal-warpper {
    .narration-description {
        height: 140px !important;
    }
}

.add-transfer-modal-warpper {
    .primary-input {
        width: 180px !important;
    }
}

.report-list-card {
    width: 400px;
    height: max-content;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #9a9a9a29;
    border: 1px solid #f1f1f1;
    border-radius: 4px 0px 4px 4px;

    .report-list {
        padding: 10px 24px;
        cursor: pointer;
        border-bottom: 1px solid #f5f5f5;
        span {
            display: inline-block;
            margin-left: 10px;
        }
    }

    .report-list:not(:last-child) {
        border-bottom: 1px solid #ececec;
    }
}
*[dir="rtl"] .report-list {
    text-align: right !important;
    span {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }
}

.reports-wrapper {
    padding: 30px;
    width: 100%;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
}

*[dir="rtl"] .reports-wrapper {
    text-align: right;
}
