.authentication-wrapper.authentication-basic .authentication-inner:before,
.light-style .authentication-wrapper.authentication-basic .authentication-inner:after{
    background: none !important;
}



/*------------ v2*/


.rpm-dashboard {
    padding-bottom: 50px;
}
@media (max-width: 767px) {
    .rpm-dashboard {
        padding-bottom: 20px;
    }
}

.rpm-dashboard p,
.rpm-dashboard h2,
.rpm-dashboard .h2,
.rpm-dashboard h3,
.rpm-dashboard .h3,
.rpm-dashboard h4,
.rpm-dashboard .h4,
.rpm-dashboard h5,
.rpm-dashboard .h5 {
    margin: 0;
}
.rpm-dashboard .custome-card {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.rpm-dashboard .performance .title h2, .rpm-dashboard .performance .title .h2 {
    font-size: 22px;
    font-weight: 600;
    color: #001936;
    margin-bottom: 20px;
}
.rpm-dashboard .performance-list {
    margin-top: 50px;
}
.rpm-dashboard .performance-card {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.rpm-dashboard .property-summary .list-group.plain_tabbing > .list-group-item.active {
    border-bottom-width: 4px !important;
    font-weight: 600;
    color: #002f65;
}
.rpm-dashboard .performance-card .price {
    background: #0098d0;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0;
    max-width: 130px;
    width: 100%;
    margin-right: 17px;
}
.rpm-dashboard .performance-card .price {
    font-size: 22px;
    font-weight: 600;
}
.rpm-dashboard .performance-card .text h2, .rpm-dashboard .performance-card .text .h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}
.rpm-dashboard .performance-card .text p {
    font-size: 14px;
    font-weight: 400;
    color: #626262;
}
.rpm-dashboard .graph {
    position: relative;
}
.rpm-dashboard .graph .overview {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rpm-dashboard .graph .overview .title h2, .rpm-dashboard .graph .overview .title .h2 {
    font-size: 18px;
    font-weight: 600;
    color: #001936;
}
.rpm-dashboard .graph .overview .graph-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    border-radius: 43px;
    border: 1px solid rgba(25, 112, 237, 0.1);
    padding: 4px 10px;
    margin-left: 8px;
}
.rpm-dashboard .graph .overview .graph-tag .circle {
    line-height: 0.6;
    font-size: 13px;
    color: #e8e8e8;
}
.rpm-dashboard .graph .overview .graph-tag .circle.blue {
    color: #06215c;
}
.rpm-dashboard .graph .overview .graph-tag .circle.orange {
    color: #da7742;
}
.rpm-dashboard .graph .overview .graph-tag .circle.green {
    color: #72d069;
}
.rpm-dashboard .graph .overview .graph-tag .circle.lightblue {
    color: #469dd0;
}
.rpm-dashboard .graph .overview .tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rpm-dashboard .graph .overview .graph-tag p {
    font-size: 10px;
    color: rgba(0, 35, 59, 0.6);
    margin-left: 5px;
}
.rpm-dashboard .graph .sub-title {
    text-align: center;
    margin: 22px auto 24px;
}
.rpm-dashboard .graph .sub-title h2, .rpm-dashboard .graph .sub-title .h2 {
    font-size: 16px;
    font-weight: 600;
    color: #002f65;
}
.rpm-dashboard .different-property {
    margin-top: 20px;
}
.rpm-dashboard .different-property .property-link {
    display: block;
}
.rpm-dashboard .different-property .property {
    position: relative;
}
.rpm-dashboard .different-property .property .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgba(161, 161, 161, 0.6);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 10px;
}
.rpm-dashboard .different-property .property .overlay a {
    font-size: 14px;
}
@media (max-width: 1400px) and (min-width: 768px) {
    .rpm-dashboard .different-property .property .overlay a {
        font-size: 12px;
    }
}
.rpm-dashboard .different-property .property img {
    border-radius: 5px;
    height: 210px;
    object-fit: cover;
}
@media (max-width: 1199px) {
    .rpm-dashboard .different-property .property img {
        height: 150px;
    }
}
@media (max-width: 991px) {
    .rpm-dashboard .different-property .property img {
        height: 200px;
    }
}
@media (max-width: 767px) {
    .rpm-dashboard .different-property .property img {
        height: 300px;
    }
}
.rpm-dashboard .different-property .property .image {
    position: relative;
}
.rpm-dashboard .different-property .property h2, .rpm-dashboard .different-property .property .h2 {
    position: absolute;
    color: #00233b;
    background: #eaf8e9;
    border-radius: 5px;
    padding: 4px;
    top: 8px;
    left: 8px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    max-width: 84px;
}
.rpm-dashboard .different-property .address h2, .rpm-dashboard .different-property .address .h2 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-top: 8px;
}
.rpm-dashboard .goals {
    margin: 20px 0;
}
.rpm-dashboard .goals .title h2, .rpm-dashboard .goals .title .h2 {
    font-size: 22px;
    font-weight: 600;
    color: #001936;
    margin-bottom: 33px;
}
.rpm-dashboard .goal-list .aim {
    background: #f0f0f0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
}
.rpm-dashboard .goal-list .aim h2, .rpm-dashboard .goal-list .aim .h2 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.rpm-dashboard .report-chart {
    height: 370px;
}
@media (min-width: 992px) {
    .rpm-dashboard .col-lg-5 {
        width: 45%;
    }
    .rpm-dashboard .col-lg-6 {
        width: 55%;
    }
}
@media (max-width: 1199px) {
    .rpm-dashboard .performance-card .text h2, .rpm-dashboard .performance-card .text .h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .rpm-dashboard .performance-card .text p {
        font-size: 12px;
    }
    .rpm-dashboard .performance-card .price {
        font-size: 18px;
    }
    .rpm-dashboard .performance-card .price {
        max-width: 110px;
        padding: 10px 0;
    }
    .rpm-dashboard .graph .overview .title h2, .rpm-dashboard .graph .overview .title .h2 {
        font-size: 14px;
    }
    .rpm-dashboard .graph .overview .graph-tag p {
        font-size: 6px;
        margin-left: 3px;
    }
    .rpm-dashboard .graph .overview .graph-tag {
        padding: 0 10px;
    }
    .rpm-dashboard .circle {
        margin-top: -2px;
    }
    .rpm-dashboard .different-property .property h2, .rpm-dashboard .different-property .property .h2 {
        font-size: 10px;
    }
    .rpm-dashboard .different-property .address h2, .rpm-dashboard .different-property .address .h2 {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .rpm-dashboard .circle {
        margin-top: 0px;
    }
    .rpm-dashboard .graph .overview .title h2, .rpm-dashboard .graph .overview .title .h2 {
        font-size: 18px;
    }
    .rpm-dashboard .graph .overview .graph-tag p {
        font-size: 12px;
        margin-left: 5px;
    }
    .rpm-dashboard .different-property .address h2, .rpm-dashboard .different-property .address .h2 {
        font-size: 16px;
    }
    .rpm-dashboard .different-property .property h2, .rpm-dashboard .different-property .property .h2 {
        font-size: 14px;
    }
    .rpm-dashboard .goal-list .aim h2, .rpm-dashboard .goal-list .aim .h2 {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .rpm-dashboard .performance .title h2, .rpm-dashboard .performance .title .h2 {
        font-size: 17px;
    }
    .rpm-dashboard .performance-card .text h2, .rpm-dashboard .performance-card .text .h2 {
        font-size: 13px;
    }
    .rpm-dashboard .rpm-dashboard .performance-card .price {
        font-size: 14px;
        max-width: 90px;
        padding: 10px 0;
    }
    .rpm-dashboard .different-property .address h2, .rpm-dashboard .different-property .address .h2 {
        margin-top: 20px;
    }
    .rpm-dashboard .overview {
        overflow-x: auto;
        flex-direction: row;
        width: auto;
        white-space: nowrap;
    }
    .rpm-dashboard .graph .overview .title h2, .rpm-dashboard .graph .overview .title .h2 {
        font-size: 14px;
        margin-right: 10px;
    }
    .rpm-dashboard .goals .title h2, .rpm-dashboard .goals .title .h2 {
        font-size: 17px;
        margin-bottom: 20px;
    }
}
@media (max-width: 360px) {
    .rpm-dashboard .performance-card .price {
        max-width: 70px;
        padding: 8px 0;
        font-size: 12px;
    }
    .rpm-dashboard .performance-card .text h2, .rpm-dashboard .performance-card .text .h2,
    .rpm-dashboard .performance-card .text p {
        font-size: 10px;
    }
    .rpm-dashboard .list-group.plain_tabbing.tab_item_space > .list-group-item {
        font-size: 12px;
    }
    .rpm-dashboard .graph .overview .title h2, .rpm-dashboard .graph .overview .title .h2,
    .rpm-dashboard .graph .sub-title h2,
    .rpm-dashboard .graph .sub-title .h2 {
        font-size: 12px;
    }
}

.dashboard-rpm.footer {
    background: radial-gradient(50% 330.23% at 50% 50%, #01aef2 44.43%, #015790 100%);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.dashboard-rpm.footer .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.dashboard-rpm.footer .content .text h2, .dashboard-rpm.footer .content .text .h2 {
    font-size: 25px;
    font-weight: 400;
    font-family: "Allura", cursive;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .dashboard-rpm.footer .content .image img {
        max-width: 120px;
    }
}
@media (max-width: 767px) {
    .dashboard-rpm.footer .content {
        padding: 10px 16px;
    }
    .dashboard-rpm.footer .content .image img {
        max-width: 80px;
    }
    .dashboard-rpm.footer .content .text h2, .dashboard-rpm.footer .content .text .h2 {
        font-size: 16px;
    }
}
.graph .empty-data-msg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 87%;
    background: rgba(161, 161, 161, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.graph .empty-data-msg .msg {
    background: #fff;
    border-radius: 5px;
    color: #002f65;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    max-width: 300px;
    padding: 25px 28px;
}

.investor-summary .btn-info {
    background-color: #0098d0;
    border: 1px solid #0098d0 !important;
    transition: 0.3s all ease;
    color: white;
}

.investor-summary .btn.btn-info:hover {
    background: transparent !important;
    color: #0098d0 !important;
}

.investor-summary .btn {
    padding: 11px 20px;
    font-size: 18px;
    font-weight: 500;
}

.layer-black {
    position: relative;
    z-index: 1;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}

.layer-black::before {
    content: "";
    background: linear-gradient(4.83deg, rgba(0, 0, 0, 0.6) 2.79%, rgba(0, 0, 0, 0) 71.05%);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.colap-wrapper {
    height: 100%;
}

.colap-wrapper .image {
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.colap-wrapper .image img {
    height: 100%;
    object-fit: cover;
}

.colap-wrapper {
    position: relative;
    z-index: 1;
}

.colap-wrapper .text {
    background-color: white;
    border-radius: 6px;
    padding: 15px 16px 12px;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 20px;
}

.investor-summary .custome-card {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}

.divider-vartical {
    height: 100%;
    border: 1px solid rgb(229, 234, 240);
    min-height: 14px;
    margin: 0 !important;
}

.flat-btn {
    padding: 0;
    margin: 0;
    border: unset;
    outline: unset !important;
    background-color: transparent;
}

.blue-grd-card {
    background-image: linear-gradient(93.09deg, #015790 0%, #01aef2 155.6%);
    padding: 20px;
    border-radius: 8px;
    color: white;
}

.blue-grd-card :is(p, h3, .h3, h5, .h5, .flat-btn) {
    color: white;
}

.blue-grd-card h5, .blue-grd-card .h5 {
    font-size: 15px;
    font-weight: 600;
}

.blue-grd-card p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
}

.blue-grd-card h3, .blue-grd-card .h3 {
    font-size: 36px;
    font-weight: 700;
}

.blue-grd-card h3 span, .blue-grd-card .h3 span {
    color: #92e4b0;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.prie-card {
    height: 100%;
}

.prie-card h3, .prie-card .h3 {
    color: #0098d0;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.prie-card p {
    max-width: 108px;
    font-size: 14px;
    color: #002f65;
}

.list-group.btn-tabbing {
    border-color: #152d50;
    border-radius: unset;
    gap: 8px;
    padding: 0 15px;
    overflow-x: scroll;
}

.list-group.btn-tabbing::-webkit-scrollbar {
    display: none;
}

.list-group.btn-tabbing > .list-group-item {
    background-color: #e0e9f5 !important;
    border-radius: 8px 8px 0 0 !important;
    white-space: nowrap;
}

.list-group.btn-tabbing > .list-group-item.active {
    color: white !important;
    background-color: #152d50 !important;
}

.cust-select .bootstrap-select {
    min-width: 220px;
}

.cust-select .bootstrap-select .btn-default {
    padding-right: 30px;
}

.cust-select .filter-option-inner-inner {
    color: #002f65 !important;
}

.cust-select .dropdown-toggle,
.fields input {
    border-color: #999999 !important;
}

.fields label {
    text-transform: capitalize;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 400;
    margin-bottom: 5px;
}

.fields input::placeholder {
    color: #727272;
}

.range-slider-wrapper .item p {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
}

.range-slider-wrapper .item .flex-between:first-child p {
    margin-bottom: 10px;
}

.range-slider-wrapper .item .flex-between:last-child {
    margin-top: 10px;
}

.range-slider-wrapper .noUi-touch-area {
    background: #0098d0 !important;
}

.cust-avatar {
    background-color: rgba(0, 152, 208, 0.1);
    color: #0098d0;
    border-radius: 8px;
    display: inline-flex;
    height: 48px;
    min-width: 48px;
    justify-content: center;
    align-items: center;
}

.cust-avatar span,
.cust-avatar span i {
    font-size: 25px;
    font-weight: 700;
}

.details-card .head-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.details-card p {
    font-size: 16px;
    color: #727272;
}

.details-card .head-card .text span:not(.current-look-up-year) {
    color: #0098d0;
    font-size: 20px;
    font-weight: 500;
}

.details-card .head-card .text {
    text-align: end;
}

.details-card .body-card h5, .details-card .body-card .h5 {
    color: #001936;
    margin: 5px 0;
    font-weight: 700;
    font-size: 24px;
}

.details-card-v2 h5, .details-card-v2 .h5 {
    color: #001936;
    font-size: 22px;
    font-weight: 700;
}

.details-card-v2 .head-card {
    justify-content: start !important;
    gap: 12px;
    margin-bottom: 20px !important;
}

.details-card-v2 .head-card h5, .details-card-v2 .head-card .h5 {
    margin-top: 3px;
}

.details-card-v2 .body-card p {
    max-width: 243px;
}

.fa-classic,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fal,
.far,
.fas,
.fat {
    font-family: "Font Awesome 6 Pro" !important;
}

.property-list .progress {
    height: 10px;
    margin: 12px 0 24px;
}

.property-list .progress-bar {
    box-shadow: unset;
}

.root-card {
    background-color: #f5f8fc;
    padding: 16px;
    border-radius: 8px;
}

.avatar-span {
    height: 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    padding: 0 13px;
}

.avatar-span.sky-blue {
    background-color: #cee9f5;
    color: #0098d0;
}

.font-12 {
    font-size: 12px;
}

@media (max-width: 767px) {
    .header-v2 .dropdown-user {
        padding-left: 10px;
    }
    .property-list {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .property-list hr {
        height: unset;
        min-height: unset;
        width: 100%;
        border-right: unset;
        border-bottom: 1px solid #e5eaf0;
    }
    .cont-wrapper .btns .btn {
        width: 100%;
        margin-bottom: 8px;
    }
    .blue-grd-card .inner-text h3, .blue-grd-card .inner-text .h3 {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .blue-grd-card .inner-text h3 span, .blue-grd-card .inner-text .h3 span {
        margin: 0;
    }
    .cont-wrapper .btns .btn {
        font-size: 16px;
    }
    .colap-wrapper .text {
        bottom: 10px;
        left: 10px;
    }
    .investment-parameters .title {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }
    .investment-parameters .title .cust-select {
        width: 100%;
    }
    .list-group.btn-tabbing {
        padding: 0;
    }
    .list-group.btn-tabbing > .list-group-item {
        border-radius: 8px !important;
    }
    .flex-wrap-md {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }
    .details-card .head-card .text span:not(.current-look-up-year) {
        font-size: 16px;
    }
    .flex-wrap-mob {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }
    .flex-wrap-mob .cust-select {
        width: 100%;
    }
    .root-card.flex-between {
        flex-direction: column-reverse;
        align-items: end;
        gap: 10px;
    }
    .root-card.flex-between p {
        width: 100%;
        justify-content: start;
    }
}

.right-20 {
    right: 20px !important;
}
.top-20 {
    top: 20px !important;
}

.investment-parameters input {
    color: black
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.generate-btn.site-btn {
    font-size: 18px;
    font-weight: 500;
    padding: 11px 20px;
    border-radius: 8px;
    background-color: #1E3363;
    color: white;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(75, 132, 233, 0.4);
    transition: 0.3s all
    ease;
}

.rpm-dashboard.investor-summary .btns {
    display: flex;
    align-items: center;
}

.rpm-dashboard.investor-summary .btns .btn-info {
    margin-right: 5px;
}