@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');

.container.narrow,
.container-fluid.narrow {
    max-width: 720px;
}
.square {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.green {
    background-color: #9fc46e;
}
.purple {
    background-color: #a8a8d8;
}
.blue {
    background-color: #90b7d5;
}
.red {
    background-color: #D55035;
}
.fw-heading {
    font-weight: 500;
}
.investor-dashboard #invest-pie-chart {
    width: 220px;
    height: 220px;
    overflow: hidden;
}
header .has-message {
    position: relative;
    display: block;
}
header .has-message:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    display: block;
    background: red;
    top: 0;
    right: 1px;
}
.investor-dashboard .pie-value {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme.theme-light {
    background-color: #f8f9fa;
}

.investor-dashboard .card-header {
    padding: 1rem 1.5rem;
    background-color: transparent;
    border: none;
}

.investor-dashboard .card-header h5 {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
}

.loan-application-prequal dt,
.loan-application-prequal dd {
    font-size: 20px;
}
html[dir="rtl"] .investor-dashboard .canvasjs-chart-container .canvasjs-chart-canvas {
    left: 0;
}
.investor-dashboard table thead tr th {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #335255;
}
.investor-dashboard table thead {
    border-bottom: 3px solid #AAAAAA;
}
.investor-dashboard table tbody tr td:first-of-type a {
    font-size: 17px;
    font-weight: bolder;
    color: #4A7571;
}
.investor-dashboard .expected-return .fw-heading,
.investor-dashboard .expected-return span.sans-pro,
.investor-dashboard .fw-heading > div p:last-of-type,
.investor-dashboard table tbody .text-end {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
/*KYC*/
html[dir="rtl"] .investor-kyc .fa-chevron-left,
html[dir="rtl"] .investor-kyc .fa-chevron-right {
    transform: rotate(180deg);
}
/*Dashboard*/
.dashboard-grid #loan-application-pie {
    position: absolute;
    top: 0;
    height: 100%;
    width: 300px;
}
html[dir="rtl"] #loan-application-pie .canvasjs-chart-canvas {
    right: 0;
}
.dashboard-grid #loan-application-pie .canvasjs-chart-credit {
    display: none;
}
.dashboard-grid .card {
    border: 1px solid #F1F0F1;
    border-radius: 1px;
    background-color: #FFFFFF;
    padding: 20px;
}
.dashboard-grid .card .payment-schedule,
.dashboard-grid .card .loan-applications {
    margin: 0 -20px;
}
.dashboard-grid .card .payment-schedule .card-title h2,
.dashboard-grid .card .loan-applications .card-title h2 {
    padding: 0 20px;
}
.dashboard-grid .card .payment-schedule .card-title,
.dashboard-grid .card .loan-applications .card-title {
    margin-bottom: 22px;
}
.dashboard-grid .card .table-responsive tr td,
.dashboard-grid .card .table-responsive tr td {
    border-color: #ECECEC
}
.dashboard-grid .card .table-responsive table thead tr {
    border-top: 2px solid #ECECEC;;
}
.dashboard-grid .card .table-responsive table thead th {
    padding: 8px;
}
.dashboard-grid .card .table-responsive table thead th,
.dashboard-grid .card .table-responsive table tbody td {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}
.dashboard-grid .card .table-responsive table tbody td {
    font-weight: normal;
    color: #4A4A4A;
}
.dashboard-grid .card .table-responsive table thead th:first-child,
.dashboard-grid .card .table-responsive table tbody td:first-child {
    padding-left: 20px;
}
.dashboard-grid .card .table-responsive table {
    min-width: 800px;
}
.dashboard-grid .card .card-title h2 {
    color: #585858;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    text-transform: uppercase;
}
.dashboard-grid .card .b-bottom {
    border-bottom: 2px solid #F2F2F2;
    padding: 20px 5px;
}
.dashboard-grid .current-account.block .chart {
    position: relative;
    min-width: 300px;
    width: 100%;
    min-height: 275px;
    display: flex;
    align-items: center;
}
.dashboard-grid .current-account.block .chart .pie-value {
    position: absolute;
    max-width: 300px;
    width: 100%;
    top: calc(50% - 17px);
    display: grid;
    height: 0;
    text-align: center;
    color: #4A4A4A;
    font-size: 33.6px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}
.dashboard-grid .current-account.block .chart .pie-value span:last-of-type {
    font-size: 19px;
    color: #4A4A4A;
    font-weight: 400;
}
.dashboard-grid .current-account .chart-legend ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dashboard-grid .current-account .chart-legend ul li {
    position: relative;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 15px;
}
html[dir="rtl"] .dashboard-grid .current-account .chart-legend ul li {
    padding-left: 0;
    padding-right: 18px;
}
.dashboard-grid .current-account .chart-legend ul li span:last-child {
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    letter-spacing: 0;
}
.dashboard-grid .current-account .chart-legend ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #9ec36d;
}
html[dir="rtl"] .dashboard-grid .current-account .chart-legend ul li:after {
    right: 0;
}
.dashboard-grid .current-account .chart-legend ul li:nth-child(2):after {
    background: #8fb5d4;
}
.dashboard-grid .current-account .chart-legend ul li:last-child:after {
    background: #e3513e;
}
.dashboard-grid .loan-status .action .btn {
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    padding: 13px;
    /*background-color: #066CFF;*/
}
.dashboard-grid .loan-status .action .btn:after {
    content: none;
}
.dashboard-grid .loan-status span {
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 10px;
}
.dashboard-grid .loan-status div > span:last-child {
    font-size: 17px;
}
.dashboard-grid .loan-status .status abbr {
    text-decoration: none;
    border-bottom: 1px dashed #C5C2D7;
}
.dashboard-grid .table-filters ul.tabs {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-left: 20px;
    padding: 0;
}
.dashboard-grid .table-filters ul.tabs li {
    border-radius: 2px;
    background-color: #E2E2E2;
    padding: 7px 15px;
    color: #066CFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.dashboard-grid .table-filters ul.tabs li.active {
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
    color: #000000;
    text-decoration: none;
}
.dashboard-grid .table-filters select {
    max-width: 120px;
    height: 30px;
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    color: #066CFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
    background-image: none;
    background-color: transparent;
    text-decoration: underline;
    padding: 5px 13px;
}
.rating-tag {
    /*background: #006937 !important;*/
    /*border: 1px solid #006937;*/
    background: #34B644 !important;
    border: 1px solid #34B644;
    color: #fff !important;
    width: 27px;
    min-height: 25px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}
.rating-tag.rating-b {
    background: #8CCA33 !important;
    border-color: #8CCA33 !important;
}
.rating-tag.rating-c {
    background: #D7E200 !important;
    border-color: #D7E200 !important;
}
.rating-tag.rating-d {
    background: #F9EF00 !important;
    border-color: #F9EF00 !important;
}
.rating-tag.rating-e {
    background: #F99500 !important;
    border-color: #F99500 !important;
}
.rating-tag.rating-f {
    background: #D42020 !important;
    border-color: #D42020 !important;
}
.rating-tag.rating-muted {
    background: #ccc !important;
    border-color: #ccc !important;
}
.drawer {
    border: 1px solid #ddd;
    background: rgba(var(--bs-light-rgb), 1) !important;
    position: absolute;
    min-width: 350px;
    max-width: 350px;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    right: 0;
    top: 0;
    z-index: 999999;
    transform: translateX(110%);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.drawer.open {
    transform: translateX(0);
}
.drawer .content {
    padding: 30px 20px;
}
.drawer .content .title h3 {
    margin: 0;
    text-transform: uppercase;
    color: #335255;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 40px;
}
.drawer .content .title [data-ajax-action="close"],
.drawer .content .title i {
    font-size: 25px;
    cursor: pointer;
}
.drawer .content .title [data-ajax-action="close"] {
    position: relative;
    width: 23px;
    height: 23px;
}
.drawer .content .title [data-ajax-action="close"]:after,
.drawer .content .title [data-ajax-action="close"]:before {
    content: "";
    position: absolute;
    top: 10px;
    width: 100%;
    height: 3px;
    display: block;
    transform: rotate(45deg);
    background: #335255;
    border-radius: 5px;
}
.drawer .content .title [data-ajax-action="close"]:after {
    transform: rotate(-45deg);
}
.drawer .footer a {
    color: #335255;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: 300;
}
.drawer .content-node .nodes-list .accordion-item,
.drawer .content-node .nodes-list .accordion-item .accordion-header button {
    background: transparent;
    border: none;
}
.drawer .content-node .nodes-list .accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.drawer .content-node .nodes-list .accordion-item .accordion-header button:focus {
    box-shadow: none;
}
.notification-list .item .title p {
    font-size: 17px;
    margin: 0;
    /*text-decoration: underline;*/
}
.notification-list p,
.notification-list span {
    margin: 0;
    color: #4A7571;
    /*font-family: TheSans;*/
    font-size: 14px;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: 300;
}
.notification-list .item {
    cursor: pointer;
}
.notification-list .item .body {
    padding: 6px 0;
}
.notification-list .item .tag {
    color: #FFFFFF;
    /*font-family: TheSans;*/
    font-size: 12px;
    line-height: 24px;
    border-radius: 4px;
    padding: 0 6px;
    background: #3b3c3d;
}
.notification-list .item .tag.high {
    background-color: #C15959;
}
.notification-list .item .tag.low {
    background-color: #4A7571;
}
.notification-list .item .tag.medium {
    background-color: #D27D2D;
}
.notification-center .filter {
    border: 1px solid #F1F0F1;
    border-right: none;
    border-left: none;
    padding: 15px 0;
}
.notification-center .lead h2 {
    font-size: 33px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 66px;
    text-transform: uppercase;
}
.notification-center .filter .search input {
    border: 1px solid #EBC59F;
    background-color: transparent;
    min-width: 320px;
    min-height: 38px;
    box-shadow: none !important;
    border-radius: 0;
}
.notification-center .filter .search {
    position: relative;
}
.notification-center .filter .search:after {
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23EBC59F' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z'/></svg>");
    background-repeat: no-repeat;
    width: 25px;
    height: 100%;
    position: absolute;
    right: 6px;
    top: 6px;
}
.notification-center .sort span,
.notification-center .sort select {
    color: #727272;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
}
.notification-center .filter select {
    width: auto;
    border: 0;
    padding: 0 35px 0 3px;
    box-shadow: none !important;
    background: none;
}
.notification-center .filter .sort {
    position: relative;
}
.notification-center .filter .sort:after {
    content: "";
    position: absolute;
    right: 5px;
    width: 5px;
    height: 5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #727272;
    border-radius: 2px;
}
.notification-center .notification-list .item {
    background: #FFF9F4;
    padding: 0 20px;
    border: 1px solid #F1F0F1;
    border-left: none;
    border-right: none;
}
.notification-center .notification-list .item[aria-expanded="true"] {
    background: #FFFFFF;
    border-top: 2px solid #003948;
    border-bottom: none;
}
.notification-center .notification-list .item[aria-expanded="true"] ~ .collapse.show .accordion-body {
    border-bottom: 2px solid #003948;
}
.notification-center .notification-list .item p,
.notification-center .notification-list .item span {
    color: #073642;
}
.notification-center .notification-list .item .tag {
    width: 100px;
    text-align: center;
    color: #FFFFFF;
}
.notification-center .notification-list .accordion-item {
    border: none;
}
@media screen and (max-width: 991px) {
    .dashboard-grid .card.w-75 {
        width: 100% !important;
    }
}