﻿.aside-menu .menu > .menu-item.show > .menu-link a {
    flex-direction: column;
    display: flex;
    padding: 0px 0px;
}

.header-bot-toolbar .toolbar {
    height: 46px;
}

.header-menu-new .aside .aside-logo a {
    width: 100%;
}

.menu-state-bullet-primary .menu-item .menu-link a {
    padding: 0px;
}

.aside-menu .menu > .menu-item > .menu-link {
    width: 100%;
    text-align: center;
}

.alert-close {
    position: absolute;
    right: 35px;
    top: 7px;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 700;
}

.add-btn {
    padding: 5px 15px !important;
}

.view-btn {
    padding: 5px 15px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled i, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled i:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled i:active {
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button i {
    color: #000;
}

div.dataTables_wrapper div.dataTables_info {
    color: #eaaf05;
}

div.dataTables_wrapper div.dataTables_length {
    color: #eaaf05;
}

.alert-close {
    position: absolute;
    right: 12px;
    top: 7px;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 700;
}

.add-btn {
    padding: 5px 15px !important;
}

.view-btn {
    padding: 5px 15px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled i, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled i:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled i:active {
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button i {
    color: #000;
}

div.dataTables_wrapper div.dataTables_info {
    color: #eaaf05;
}

.weak-pass {
    color: red;
    font-weight: 500;
}

.medium-pass {
    color: orange;
    font-weight: 500;
}

.strong-pass {
    color: green;
    font-weight: 500;
}

/* ==================== (14-03-22) ===================== */
.btn-theme-new {
    background: #005589;
    border-radius: 8px;
    color: #fff;
}

    .btn-theme-new:hover,
    .btn-theme-new:focus {
        background: rgba(0, 85, 137, 0.8);
        border-radius: 8px;
        color: #fff;
    }

.btn-link-new {
    background-color: transparent;
    border-radius: 8px;
    color: #005589;
}

    .btn-link-new:hover,
    .btn-link-new:focus {
        background-color: transparent;
        border-radius: 8px;
        color: rgba(0, 85, 137, 0.8);
    }

.user-create-btn-styl {
    display: flex;
    justify-content: right;
}

.create-update-btn-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu-new .aside {
    background-color: #fff;
}

.header-menu-new .aside-menu .menu > .menu-item > .menu-link.active {
    background-color: #fff;
}

    .header-menu-new .aside-menu .menu > .menu-item > .menu-link.active .menu-icon i {
        color: #EAAF05;
    }

    .header-menu-new .aside-menu .menu > .menu-item > .menu-link.active .menu-title {
        color: #EAAF05;
    }

.header-menu-new .aside-menu .menu > .menu-item > .menu-link .menu-icon i {
    color: #005589;
}

.header-menu-new .aside-menu .menu > .menu-item > .menu-link .menu-title {
    color: #005589;
}

.header-menu-new .aside-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .aside-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
    color: #EAAF05;
}

.header-menu-new .aside-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .aside-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #EAAF05;
}


@media (min-width: 992px) {
    .header-menu-new .aside .aside-logo {
        background-color: #255589;
        height: 110px;
    }
}

.login-page .login-logo {
    /*width: 100%;*/
}

.logo-icon {
    width: 80%
}

.login-page h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

.login-page .sub-titl {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #717475;
}



.login-page .forgot-text {
    font-weight: 500;
    color: #000;
    font-size: 20px;
    line-height: 50px;
}

.login-page .login-bg:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0px;
    top: 0px;
    background: rgba(0, 85, 137, 1);
    filter: blur(300px);
}

.login-page .login-bg:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    right: 0px;
    top: 0px;
    background: rgba(232, 173, 5, 1);
    filter: blur(300px);
}

.login-page .login-btn {
    background: #005589;
    border-radius: 10px;
    color: #fff;
}

    .login-page .login-btn:hover,
    .login-page .login-btn:focus {
        background: rgba(0, 85, 137, 0.8);
        border-radius: 10px;
        color: #fff;
    }



.login-page .login-form .input-block {
    border-bottom: 1px solid rgba(1, 86, 138, 0.2);
    width: 100%;
    height: 40px;
    padding: 25px;
    position: relative;
    margin-bottom: 20px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .login-page .login-form .input-block.focus {
        border-bottom: 1px solid rgba(1, 86, 138, 0.5);
    }

        .login-page .login-form .input-block.focus label {
            color: #000;
        }

    .login-page .login-form .input-block.textarea {
        height: auto;
    }

        .login-page .login-form .input-block.textarea .form-control {
            height: auto;
            resize: none;
        }

    .login-page .login-form .input-block label {
        padding: 0 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 20px;
        display: block;
        margin: 0 auto;
        font-weight: 300;
        z-index: 1;
        color: #717475 !important;
        font-size: 18px;
        line-height: 10px;
        text-align: center;
        font-weight: 500;
        font-size: 22px;
    }

    .login-page .login-form .input-block .form-control {
        background-color: transparent;
        border: medium none;
        border-radius: 0;
        box-shadow: none;
        color: #333;
        font-size: 18px;
        height: 40px;
        padding: 0;
        position: relative;
        top: -20px;
        z-index: 2;
        text-align: center;
    }

        .login-page .login-form .input-block .form-control:focus label {
            top: 0;
        }

.login-page .login-form .invalid-feedback {
    margin-top: -10px;
    text-align: center;
}


.dashbord-box {
    display: flex;
    padding: 0px 3px 0px 5px;
}

    .dashbord-box .card {
        width: 100%;
        margin: 0px 5px;
    }

        .dashbord-box .card .card-body {
            padding: 1rem 1rem;
        }

    .dashbord-box .dashbord-box-title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: #717475;
        min-height: 48px;
    }

    .dashbord-box .dashbord-box-text {
        font-size: 15px;
        line-height: 25px;
        /*white-space: nowrap;*/
        font-weight: 600;
        color: #005589;
    }

.dashbord-table .dashbord-table-view {
    padding: 0px 15px;
}

.dashbord-table .filter-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    color: #717475;
    border-left: 1px solid #E0E3E6;
    margin: 0px 0px 0px 10px;
    padding: 0px 10px 0px 10px;
}

.dashbord-table .dashbord-btn {
    font-weight: 600;
    background: #005589;
    border-radius: 8px;
}

.dashbord-table .dashbord-table-title {
    font-size: 25px;
    line-height: 37px;
}

.dashbord-table .symbol .symbol-label {
    width: 150px;
    height: 150px;
    background: none;
    padding: 10px 10px;
    margin: 0px 0px 0px -10px;
}

.dashbord-table .symbol img {
    width: 130px;
    height: 130px;
    border-radius: 10px;
}

.dashbord-table .distributions-text a {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.dashbord-table .distributions-text span {
    font-size: 15px;
    line-height: 30px;
    word-break: break-word;
    width: 500px;
}

.dashbord-table .distributions-text {
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
}

.dashbord-table .price-text {
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
}

    .dashbord-table .price-text i {
        font-size: 18px;
        line-height: 30px;
    }

.dashbord-table .all-active-drop {
    margin: 0px 0px 0px 0px;
    padding: 10px 15px !important;
    font-size: 16px;
    color: #717475;
    background: none;
    border: 1px solid rgba(196, 196, 196, 0.5) !important;
}





.dashbord-table .dataTables_length {
    display: none;
}

.dashbord-table .dataTables_filter {
    display: none;
}

.dashbord-box .bg-yellow {
    background: #EAAF05;
    border-radius: 8px;
}

.dashbord-box .bg-blue {
    background: rgba(67, 149, 209, 0.05);
    border-radius: 8px;
}

.dashbord-box .bg-green {
    background: rgba(0, 158, 115, 0.05);
    border-radius: 8px;
}

.dashbord-box .bg-light-orange {
    background: rgba(213, 94, 0, 0.05);
    border-radius: 8px;
}

.dashbord-box .bg-light-blue {
    background: rgba(1, 85, 137, 0.05);
    border-radius: 8px;
}

.dashbord-box .bg-light-pink {
    background: rgba(204, 121, 167, 0.08);
    border-radius: 8px;
}

.dashbord-box .bg-light-grey {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.dashbord-box .svg-icon.svg-icon-white svg [fill]:not(.permanent):not(g) {
    fill: #005589;
}

.dashboard-titl h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 40px;
    color: #000000;
}

.dashboard-titl .btn-theme {
    background: #005589;
    border-radius: 8px;
    float: right;
    transition: all 0.5s ease-in-out;
}

    .dashboard-titl .btn-theme:hover {
        background: #EAAF05;
    }

.dashboard-titl .btn-theme-icon i {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.dashboard-titl .btn-theme-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.dashbord-page .page-link {
    color: #000;
}

.dashbord-page .page-item.active .page-link {
    color: #fff;
    background-color: #EAAF05;
}

.dashbord-page .page-item .page-link:hover {
    color: #005589;
    background-color: rgba(234, 175, 5, 0.5);
}

.error-page .error-img {
    width: 400px;
    margin: 0 auto;
}

.error-page .link-img {
    width: 350px;
    margin: 0 auto;
}

.error-page h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

.error-page .sub-titl {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #717475;
}

.error-page .btn-theme {
    background: #005589;
    border-radius: 8px;
    color: #fff;
}

    .error-page .btn-theme:hover,
    .error-page .btn-theme:focus {
        background: rgba(0, 85, 137, 0.8);
        border-radius: 8px;
        color: #fff;
    }

/*====================== importexcel-box =======================*/
.importexcel-box .card .card-header {
    padding: 0.5rem 1rem;
}

.importexcel-box .card-body {
    padding: 1rem 1rem;
}

.importexcel-table .card-body {
    padding: 1rem 0rem;
}

.importexcel-table .import-excel-details .bg-light-blue-table {
    background: #E9F0F4;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.importexcel-table .import-excel-details td, .importexcel-table .import-excel-details th {
    font-size: 14px;
}

.importexcel-table .import-excel-details .import-details-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    color: #717475;
    padding: 5px 10px;
}

.importexcel-table .import-excel-details .import-details-Statu {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    padding: 5px 10px;
    cursor: pointer;
}

.importexcel-table .import-excel-details td {
    padding: 1rem 1rem;
}

.importexcel-table .import-excel-details .bg-light-blue-table th {
    padding: 1rem 1rem;
}

.importexcel-table .import-excel-details .text-center {
    text-align: center;
}

.login-page .reset-form-errormsg .invalid-feedback {
    margin-top: -23px;
    text-align: center;
}

.dashboard-titl .dashboard-padd {
    padding: 0px 0px;
}

.dashbord-page .dashbord-bg {
    position: relative;
}

    .dashbord-page .dashbord-bg:before {
        content: '';
        position: absolute;
        width: 200px;
        height: 200px;
        left: 0px;
        top: 0px;
        background: rgba(232, 173, 5, 1);
        filter: blur(300px);
    }

    .dashbord-page .dashbord-bg:after {
        content: '';
        position: absolute;
        width: 200px;
        height: 200px;
        right: 0px;
        bottom: 0px;
        background: rgba(0, 85, 137, 1);
        filter: blur(300px);
        z-index: -1;
    }

.importexcel-table .select2-container--bootstrap5 .select2-selection--single {
    border-bottom: 1px solid #B6B7BF !important;
    border-radius: 0px;
    border: none;
}

.importexcel-table .select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    background-image: none !important;
}

.importexcel-table .select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.importexcel-table .importexcel-drop-img {
    width: 80px;
    height: 80px;
}

.importexcel-table .importexcel-drop-text a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.importexcel-table .importexcel-drop-text span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #717475;
}

.importexcel-table .importexcel-price-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #717475;
    text-align: right;
}

.login-bg .alert {
    width: 40%;
    margin: auto;
    margin-top: 20px;
}

.alert {
    margin-bottom: 2.4rem;
}

/*.paging_simple_numbers .paginate_button.next {
    padding-right: 0;
}
*/
.dropify-fileinput .dropify-wrapper {
    border: 1px dashed #255589;
    background-color: rgba(37, 85, 137, 0.1);
}

    .dropify-fileinput .dropify-wrapper .dropify-message p {
        margin: 5px 0 0;
        transition: color .2s ease, background-color .2s ease;
        font-weight: 600;
        font-size: 1.15rem;
        color: #255589;
    }

    .dropify-fileinput .dropify-wrapper .dropify-message span.file-icon:before {
        content: '';
        background-image: url(../media/svg/files/upload.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 70px;
        height: 70px;
    }

/*====================investor-page=====================*/

.investor-page .box-heigh {
    min-height: 400px;
    padding: 20px 20px;
}

.investor-page .box-heigh-1 {
    min-height: 265px;
}

.investor-page .tabs-box {
    padding: 0px 0px;
}

.investor-page .investor-box-titl {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #717475;
    margin-bottom: 10px;
}

.investor-page .investor-box-dec {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #005589;
}

.investor-page .investor-title h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 40px;
    color: #000000;
}

.investor-page .investor-title .sub-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
    color: #717475;
}

.investor-page .nav-item {
    margin: 0px 0px;
}


.investor-page .custom-tab {
    background: #FFFFFF;
    /*box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);*/
    border-radius: 0px 0px 0px 0px;
    box-shadow: none;
    border-bottom: 1px solid #f1f3f6;
}

    .investor-page .custom-tab a {
        border: none !important;
    }

        .investor-page .custom-tab a.active {
            background: rgba(0, 85, 137, 0.08) !important;
            /*box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);*/
            border-radius: 0px 0px 0px 0px !important;
        }

.investor-page .custom-border {
    left: 0px;
    width: 2px !important;
    height: 30px !important;
    border-radius: 0px;
    top: 10px;
}

.investor-page .custom-tab-content .bg-blue {
    background: #EBF1F6;
}

.investor-page .custom-tab-content .investor-box-titl {
    min-height: 20px;
    /* align-items: self-end;*/
}

.investor-page .custom-tab-content .property-img {
    width: 90%;
    height: auto;
    border-radius: 10px;
    text-align: center;
    object-fit: cover;
}

.investor-page .custom-tab-content {
    padding: 10px 0px;
    margin-top: 30px;
}

    .investor-page .custom-tab-content h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 38px;
        color: #000000;
    }

    .investor-page .custom-tab-content .inv-dashboard-property-title h3:hover,
    .investor-page .custom-tab-content .inv-dashboard-property-title h3:focus {
        color: #005589;
    }

.investor-page .filter-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    color: #717475;
    border-left: 1px solid #E0E3E6;
    margin: 0px 0px 0px 10px;
    padding: 0px 10px 0px 10px;
}

.investor-page .all-active-drop {
    margin: 0px 10px 0px 0px;
    padding: 10px 15px !important;
    font-size: 16px;
    color: #717475;
    background: none;
    border: 1px solid rgba(196, 196, 196, 0.5) !important;
}

.investor-page .all-active-dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 25px;
}

.investor-page .all-active-dropdown .dropdown-menu {
    left: -30px !important;
}

.investor-page .page-item.active .page-link {
    color: #fff;
    background-color: #EAAF05;
}

.investor-page .page-item .page-link:hover {
    color: #005589;
    background-color: rgba(234, 175, 5, 0.5);
}

.investor-page .investor-box-wdt .col {
    padding-left: 15px;
}
/*============== about-view ==============*/
bs-about-chart {
    --bs-about-chart: #FDF7E6;
    --bs-about-chart: #FDF7E6;
    --bs-about-chart: #FDF7E6
}

.about-page .about-section-1 h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: #000000 !important;
    margin: 0px;
}

.about-page .about-section-1 .overlay {
    text-align: center;
}

.about-page .about-section-1 .about-img {
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}


.about-page .about-section-1 .about-section-dec {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #717475;
}

.about-page .about-section-2 h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: #000000 !important;
    margin: 0px;
}

.about-page .about-section-2 .svg-icon {
    margin-bottom: 10px;
    display: block;
    height: 75px;
}

.about-page .about-section-2 .hand-svg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-page .about-section-2 .svg-icon .hand-img {
    width: 75px;
}

.about-page .about-section-2 .about-section-2-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #005589;
    margin-bottom: 10px;
}

.about-page .about-section-2 .about-section-2-dec {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #717475;
}

.about-page .about-section-2 .card-body:hover {
    cursor: pointer;
    background: #EAAF05;
}

    .about-page .about-section-2 .card-body:hover img {
        filter: brightness(0) invert(1);
    }

    .about-page .about-section-2 .card-body:hover .about-section-2-title {
        color: #fff;
    }

    .about-page .about-section-2 .card-body:hover .about-section-2-dec {
        color: #fff;
    }

.about-page .about-section-2 .card-body {
    padding: 5rem 1.25rem;
}

.about-page .about-section-2 .bg-light-orange {
    background: rgba(234, 175, 5, 0.05);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.about-page .about-section-2 .bg-light-green {
    background: rgba(0, 158, 115, 0.05);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.about-page .about-section-2 .bg-orange {
    background: rgba(213, 94, 0, 0.05);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.about-page .about-section-2 .bg-light-blue {
    background: rgba(1, 85, 137, 0.05);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.about-page .about-section-2 .bg-light-pink {
    background: rgba(204, 121, 167, 0.05);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.about-page .about-section-2 .bg-light-sky {
    background: rgba(67, 149, 209, 0.05);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.about-page .about-section-3 h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: #000000 !important;
    margin: 0px;
}

.about-page .core-values-box {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

    .about-page .core-values-box li {
        width: 20%;
        text-align: center;
        padding: 0px 10px;
    }

    .about-page .core-values-box .core-values-icon svg {
        width: 200px;
        height: 200px;
        margin-bottom: 15px;
    }

    .about-page .core-values-box .core-values-title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px !important;
        line-height: 35px;
        color: #005589 !important;
        margin-bottom: 15px;
        min-height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .about-page .core-values-box .core-values-dec {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
        color: #717475;
    }

.about-page .about-section-4 h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: #000000 !important;
    margin: 0px;
}

.about-page .about-section-4 .sub-titl {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #005589;
}

.about-page .about-section-4 .chart-sub-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #005589;
}

.about-page .file-section-box {
    list-style: disc;
}

    .about-page .file-section-box li {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #005589;
    }

.about-page .about-section-5 .card-body {
    padding: 0rem 1rem;
}

.about-page .download-btn i {
    background: #FFFFFF;
    color: #fff;
}

.about-page .bg-light-skyblue {
    background: #E9F0F4;
    border: 1px dashed #005589;
    box-sizing: border-box;
    border-radius: 20px;
}

.symbol.symbol-md-40px > img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: top;
}

.symbol.symbol-50px > img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: top;
}

.btn-theme {
    background: #005589;
    border-radius: 8px;
}

.importexcel-table .import-card-header {
    min-height: 0px;
    margin: 20px 0px 0px 0px;
}

.importexcel-table .text-right {
    text-align: right;
}

.about-page .about-section-2 .card {
    min-height: 380px;
}

.sheet-header {
    padding: 1rem 1rem;
}

.sheet-body {
    padding: 1rem 1rem;
}

.sheet-box-text {
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    font-weight: 400;
    color: #111;
}

    .sheet-box-text p {
        margin: 0px 0px 5px 5px;
    }

        .sheet-box-text p:before {
            display: inline-block;
            font-family: FontAwesome;
            content: '\f061';
            padding-right: 0.5rem;
        }

    .sheet-box-text ul {
        min-height: 100%;
        overflow-y: auto;
        max-height: 250px;
        padding: 0px 45px;
    }

.tab-property {
    cursor: pointer;
}

.custom-tabs .stepper.stepper-links .stepper-nav {
    display: flex;
    margin: -10px 0px 10px -20px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.text-right {
    text-align: right;
}

/* ================= Property Page =============== */
.property-page .tabs-box {
    padding: 0px 0px 0px;
}

.property-page .nav-item {
    margin: 0px 0px;
}

.property-page .custom-tab-content {
    padding: 20px 15px;
}

.property-page .custom-tab {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 0px;
}

    .property-page .custom-tab a {
        border: none !important;
    }

        .property-page .custom-tab a.active {
            background: rgba(0, 85, 137, 0.08) !important;
            /*box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);*/
            border-radius: 0px 0px 0px 0px !important;
        }

        .property-page .custom-tab a:hover,
        .property-page .custom-tab a:focus {
            background: rgba(0, 85, 137, 0.08) !important;
            /*box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);*/
            border-radius: 0px 0px 0px 0px !important;
        }

.property-page .nav.nav-pills.nav-pills-custom .nav-link, .nav.nav-pills.nav-pills-custom .show > .nav-link {
    border-radius: 0px;
}

.property-page .custom-border {
    left: 0px;
    width: 2px !important;
    height: 30px !important;
    border-radius: 0px;
    top: 10px;
}

.property-page .custom-tab-content .bg-blue {
    background: #EBF1F6;
}

.download-icon {
    margin-right: -20px;
}

    .download-icon i {
        color: #005589;
    }

    .download-icon .btn-link-new i {
        color: rgba(0, 85, 137, 0.8);
    }

.pdf-img img {
    /* height: 610px;*/
}

.property_icon_btn i {
    color: #fff;
    margin: 0px 5px 0px 0px;
}

.property_icon_btn-lef i {
    color: #fff;
    margin: 0px 0px 0px 5px;
}


.oaerror {
    width: 100%;
    background-color: #ffffff;
    padding: 10px 10px 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin: 10px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ff0000;
}

.danger {
    border-left-color: #d9534f; /* Left side border color */
    background-color: rgba(217, 83, 79, 0.1); /*Same color as the left border with reduced alpha to 0.1*/
}

    .danger strong {
        color: #d9534f;
    }

.close-icon {
    margin: 0px 10px 0px 0px;
}

    .close-icon i {
        color: #f00;
        font-size: 16px;
    }


.property-image .dropify-wrapper .dropify-message p {
    margin: 5px 0 0;
    transition: color .2s ease, background-color .2s ease;
    font-weight: 600;
    font-size: 1.15rem;
    color: #009ef7;
}

.property-image .dropify-wrapper {
    border: 1px dashed #009ef7;
    background-color: #f1faff;
}

.property-image .dropify-font-upload:before, .dropify-wrapper .dropify-message span.file-icon:before {
    content: '';
    background-image: url(../media/svg/files/building-solid.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 51px;
    height: 67px;
}

.property-page .custom-tabsnew {
    box-shadow: none;
    border-bottom: 1px solid #f1f3f6;
}

.nav.nav-pills.nav-pills-custom.custom-tabsnew .nav-link.active,
.nav.nav-pills.nav-pills-custom.custom-tabsnew .show > .nav-link.active {
    border-bottom: 2px solid #255589 !important;
}

    .nav.nav-pills.nav-pills-custom.custom-tabsnew .nav-link.active .nav-text,
    .nav.nav-pills.nav-pills-custom.custom-tabsnew .show > .nav-link.active .nav-text {
        color: #255589 !important;
    }

.property-image .dropzone {
    border: 1px dashed #255589;
    background-color: rgba(37, 85, 137, 0.1);
    min-height: 200px;
}

    .property-image .dropzone .dz-message {
        font-weight: 600;
        font-size: 1.15rem;
        color: #255589;
        text-align: center;
        padding: 60px 10px;
        cursor: default;
        justify-content: center;
    }

    .property-image .dropzone .dz-preview .dz-remove {
        z-index: 9;
    }

    .property-image .dropzone .dz-preview:hover {
        z-index: 9;
    }
    /*
    .property-image .dropzone .dz-preview .dz-image {
        width: 213px;
        height: 100%;
    }*/
    /*.property-image .dropzone .dz-preview .dz-image img {
            width: 100%;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            image-orientation: from-image;
        }*/
    .property-image .dropzone .dz-preview.dz-image-preview {
        margin: 8px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        padding: 6px;
        text-align: center;
        background-color: rgba(167, 169, 172, 0.5);
    }

.property-image .dz-image img {
    width: 130px;
    height: 130px;
}


/*==========================(Investor Detalis Page)===============================*/
.investor-detali-box {
    background-color: rgba(37, 85, 137, 0.1);
    border-radius: 0px;
}

    .investor-detali-box .investor-detali-body h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 38px;
        color: #000000;
    }

    .investor-detali-box .investor-detali-body p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        color: #717475;
    }

    .investor-detali-box .investor-detali-body .badge-theme {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background-color: rgb(234 175 5);
        padding: 9px 20px;
        border-radius: 20px 20px;
    }

    .investor-detali-box .investor-detali-body .investor-box-titl {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #717475;
        margin-bottom: 10px;
        min-height: auto;
    }

    .investor-detali-box .investor-detali-body .investor-box-dec {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 30px;
        color: #005589;
    }

    .investor-detali-box .investor-detali-body .dropdown-box {
        width: 20%;
        margin: 20px 0px 0px;
    }

.property-detalis-box .title-sec {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.property-detalis-box .detalis-hed-tit {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px;
    line-height: 25px;
    border-right: 1px solid #ccc;
    padding: 0px 15px 0px 0px;
}

.property-detalis-box .detalis-hed-dec {
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0px;
    line-height: 25px;
}

.property-detalis-box .downlo-hed-tit {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px;
    line-height: 25px;
    color: #717475;
}

.property-detalis-box .downlo-hed-dec {
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0px;
    line-height: 25px;
    color: #717475;
}

.property-detalis-box .download-section {
    margin: 0px 0px 0px 20px;
}

.property-detalis-box .property-tile {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px;
    line-height: 25px;
    color: #717475;
    display: inline-flex;
}

.property-detalis-box .no-record-tile {
    text-align: center;
}

    .property-detalis-box .no-record-tile h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 10px 0px;
        line-height: 25px;
        color: #255589;
        display: inline-flex;
    }

.property-detalis-box .property-Transact-table {
    margin-top: 10px
}

    .property-detalis-box .property-Transact-table td {
        padding: 5px 0px;
        color: #717475;
        font-size: 15px;
        font-weight: 500;
        border-bottom: 1px solid #ccc;
    }

.property-Transact-link {
    font-size: 16px;
    font-weight: 600;
    color: #005589;
    line-height: 25px;
}

.property-detalis-box .property-tile-num {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px;
    line-height: 25px;
    color: #005589;
}

.property-detalis-box .property-box-wdt {
    margin-top: 0px;
}

.property-detalis-box .box-right-border {
    border-right: 1px solid #ccc;
    margin: 0px 15px 0px 0px;
    padding: 0px 0px 10px;
    width: 33%;
    flex: unset;
}

.property-detalis-box .box-right {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px;
}

.property-detalis-box .property-box-titl {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #717475;
    margin-bottom: 10px;
}

.property-detalis-box .property-box-dec {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #005589;
}

@media (max-width: 575.98px) {
    .dashbord-box {
        display: block;
    }

        .dashbord-box .card {
            width: 100%;
            margin: 15px 0px;
        }

    .dashbord-table .d-distributions {
        display: block !important;
    }

    .dashbord-table .search-box {
        margin-bottom: 10px !important;
    }

    .dashbord-table .filter-btn {
        margin-bottom: 10px;
    }

    .error-page .access-denied-body {
        margin: 0px 0px 0px 30px;
    }

    .error-page .link-expired-body .sub-titl {
        padding: 0px 5px;
    }

    .importexcel-table .importexcel-price-text {
        text-align: left !important;
        margin: 10px 0px 0px 0px;
    }

    .dashbord-box .dashbord-box-text {
        font-size: 16px;
    }


    /*============== investordashboard responsive View ==============*/
    .investor-page .investor-box-dec {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #005589;
    }

    .investor-page .col {
        flex: 1 0 0%;
        width: 50%;
        flex: unset;
        margin-bottom: 15px;
    }

    .investor-page .custom-tab-content .col {
        flex: 1 0 0%;
        width: 100%;
        flex: unset;
        margin: 0px 0px 15px 0px;
        padding: 0;
        border-right: none;
    }


    .investor-page .custom-tab {
        display: block;
    }

    .investor-page .filter-text {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: right;
        color: #717475;
        border-left: 1px solid #E0E3E6;
        margin: 0px 0px 0px 10px;
        padding: 0px 0px 0px 10px;
    }

    .investor-page .card-toolbar {
        margin: 10px 0px;
    }

    .investor-page .investor-body {
        padding: 1rem;
    }

    .investor-page .custom-tab-content .investor-box-titl {
        min-height: 10px;
    }

    .investor-page .custom-tab-content h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #000000;
    }

    .investor-page .investor-title h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        color: #000000;
    }

    .investor-page .investor-title .sub-title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        color: #717475;
    }

    /*============== about-page responsive View ==============*/
    .about-page .about-section-1 {
        padding: 1rem;
    }

        .about-page .about-section-1 h3 {
            font-size: 30px !important;
        }

        .about-page .about-section-1 .about-section-dec {
            font-size: 16px;
            line-height: 25px;
        }

    .about-page .about-section-3 h3 {
        font-size: 30px !important;
    }

    .about-page .core-values-box {
        display: block;
    }

        .about-page .core-values-box li {
            width: 100%;
            margin-bottom: 30px;
        }

    .about-page .about-section-4 h3 {
        line-height: 35px;
        font-size: 25px !important;
    }

    .about-page .about-section-4 .sub-titl {
        font-size: 24px;
        line-height: 30px;
    }

    .about-page .about-section-4 .chart-sub-text {
        font-size: 18px;
        line-height: 25px;
    }

    .about-page .file-section-box li {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .about-page .core-values-box .core-values-title {
        min-height: auto;
    }

    .about-page .core-values-box .core-values-dec {
        font-size: 16px;
        line-height: 25px;
    }

    /*============== property-detalis-page responsive View ==============*/
    .property-detalis-box .box-right-border {
        border-right: none;
        margin: 0px 00px 0px 0px;
        padding: 20px 0px;
        width: 100%;
        flex: unset;
    }

    .property-detalis-box .download-section {
        margin: 0px -15px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .dashbord-box .dashbord-box-text {
        font-size: 16px;
    }

    .dashbord-box {
        display: block;
    }

        .dashbord-box .card {
            width: 100%;
            margin: 15px 0px;
        }

    .importexcel-table .importexcel-price-text {
        text-align: left !important;
        margin: 10px 0px 0px 0px;
    }

    /*============== investordashboard responsive View ==============*/
    .investor-page .investor-box-titl {
        min-height: 40px;
    }

    .investor-page .investor-box-dec {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        color: #005589;
    }

    .investor-page .col {
        flex: 1 0 0%;
        width: 33%;
        flex: unset;
        margin-bottom: 15px;
    }

    .investor-page .custom-tab-content .col {
        flex: 1 0 0%;
        width: 43%;
        flex: unset;
        margin-bottom: 15px;
    }

    .investor-page .filter-text {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: right;
        color: #717475;
        border-left: 1px solid #E0E3E6;
        margin: 0px 0px 0px 10px;
        padding: 0px 0px 0px 10px;
    }

    .investor-page .card-toolbar {
        margin: 10px 0px;
    }

    .investor-page .investor-body {
        padding: 1rem;
    }

    .investor-page .custom-tab-content .investor-box-titl {
        min-height: 10px;
    }

    .investor-page .custom-tab-content h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        color: #000000;
    }

    .investor-page .investor-title h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        color: #000000;
    }

    .investor-page .investor-title .sub-title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        color: #717475;
    }

    /*============== about-page responsive View ==============*/
    .about-page .about-section-1 {
        padding: 1rem;
    }

        .about-page .about-section-1 h3 {
            font-size: 40px !important;
        }

        .about-page .about-section-1 .about-section-dec {
            font-size: 16px;
            line-height: 25px;
        }

    .about-page .about-section-3 h3 {
        font-size: 30px !important;
    }

    .about-page .core-values-box {
        display: block;
    }

        .about-page .core-values-box li {
            width: 100%;
            margin-bottom: 30px;
        }

    .about-page .about-section-4 h3 {
        line-height: 40px;
        font-size: 30px !important;
    }

    .about-page .about-section-4 .sub-titl {
        font-size: 25px;
        line-height: 30px;
    }

    .about-page .about-section-4 .chart-sub-text {
        font-size: 18px;
        line-height: 25px;
    }

    .about-page .file-section-box li {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .about-page .core-values-box .core-values-title {
        min-height: auto;
    }

    .about-page .core-values-box .core-values-dec {
        font-size: 16px;
        line-height: 25px;
    }

    /*============== property-detalis-page responsive View ==============*/
    .property-detalis-box .box-right-border {
        border-right: 1px solid #ccc;
        margin: 0px 15px 0px 0px;
        padding: 20px 0px;
        width: 47%;
        flex: unset;
    }

    .property-detalis-box .box-right {
        border-right: 1px solid #ccc;
        margin: 0px 15px 0px 0px;
        padding: 20px 0px;
        width: 47%;
        flex: unset;
    }

    .property-detalis-box .border-right-none {
        border-right: none;
    }

    .property-detalis-box .download-section {
        margin: 0px -15px;
    }

    .investor-page .box-heigh {
        min-height: auto;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .dashbord-box {
        display: flex;
        flex-wrap: wrap;
    }

        .dashbord-box .card {
            width: 47%;
            margin: 10px;
        }

        .dashbord-box .dashbord-box-text {
            font-size: 16px;
        }
    /*============== investordashboard responsive View ==============*/
    .investor-page .investor-box-titl {
        min-height: 40px;
    }

    .investor-page .investor-box-dec {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        color: #005589;
    }

    .investor-page .col {
        flex: 1 0 0%;
        width: 33%;
        flex: unset;
        margin-bottom: 15px;
    }

    .investor-page .custom-tab-content .col {
        flex: 1 0 0%;
        width: 43%;
        flex: unset;
        margin: 0px 0px 15px 0px;
        padding: 0;
        border-right: none;
    }

    .investor-page .custom-tab-content .box-right-border-ipd {
        border-right: 1px solid #ccc;
        margin: 0px 20px 0px 0px;
        padding: 0px 10px 0px 10px;
    }


    .investor-page .filter-text {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: right;
        color: #717475;
        border-left: 1px solid #E0E3E6;
        margin: 0px 0px 0px 10px;
        padding: 0px 0px 0px 10px;
    }

    .investor-page .card-toolbar {
        margin: 10px 0px;
    }

    .investor-page .investor-body {
        padding: 1rem;
    }

    .investor-page .custom-tab-content .investor-box-titl {
        min-height: 10px;
    }

    .investor-page .custom-tab-content h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        color: #000000;
    }

    .investor-page .investor-title h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        color: #000000;
    }

    .investor-page .investor-title .sub-title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        color: #717475;
    }

    /*============== about-page responsive View ==============*/
    .about-page .about-section-1 {
        padding: 1rem;
    }

        .about-page .about-section-1 h3 {
            font-size: 40px !important;
        }

        .about-page .about-section-1 .about-section-dec {
            font-size: 18px;
            line-height: 25px;
        }

    .about-page .about-section-3 h3 {
        font-size: 40px !important;
    }

    .about-page .core-values-box {
        display: flex;
        flex-flow: inherit;
    }

        .about-page .core-values-box li {
            width: 50%;
            margin-bottom: 10px;
            padding: 0px 20px;
        }

    .about-page .about-section-4 h3 {
        line-height: 40px;
        font-size: 30px !important;
    }

    .about-page .about-section-4 .sub-titl {
        font-size: 25px;
        line-height: 30px;
    }

    .about-page .about-section-4 .chart-sub-text {
        font-size: 20px;
        line-height: 30px;
    }

    .about-page .file-section-box li {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .about-page .core-values-box .core-values-title {
        min-height: auto;
    }

    .about-page .core-values-box .core-values-dec {
        font-size: 16px;
        line-height: 30px;
    }

    /*============== property-detalis-page responsive View ==============*/
    .property-detalis-box .box-right-border {
        border-right: 1px solid #ccc;
        margin: 0px 15px 0px 0px;
        padding: 20px 0px;
        width: 47%;
        flex: unset;
    }

    .property-detalis-box .box-right {
        border-right: 1px solid #ccc;
        margin: 0px 15px 0px 0px;
        padding: 20px 0px;
        width: 47%;
        flex: unset;
    }

    .property-detalis-box .border-right-none {
        border-right: none;
        margin: 0px;
    }

    .property-detalis-box .download-section {
        margin: 0px -10px;
    }

    .investor-page .box-heigh {
        min-height: auto;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {


    .dashbord-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .dashbord-box .card {
            width: 30%;
            margin: 10px;
        }

        .dashbord-box .dashbord-box-text {
            font-size: 16px;
        }

    /*============== investordashboard responsive View ==============*/
    .investor-page .investor-box-titl {
        min-height: 10px;
    }

    .investor-page .box-heigh {
        min-height: 440px;
    }

    .investor-page .investor-box-dec {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        color: #005589;
    }

    .investor-page .col {
        flex: 1 0 0%;
        width: 50%;
        flex: unset;
        margin-bottom: 15px;
    }

    .investor-page .custom-tab-content .col {
        flex: 1 0 0%;
        width: 43%;
        flex: unset;
        margin: 0px 0px 15px 0px;
        padding: 0;
        border-right: none;
    }

    .investor-page .custom-tab-content .box-right-border-ipd {
        border-right: 1px solid #ccc;
        margin: 0px 30px 0px 10px;
        padding: 0px 15px 0px 10px;
    }

    .investor-page .filter-text {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: right;
        color: #717475;
        border-left: 1px solid #E0E3E6;
        margin: 0px 0px 0px 10px;
        padding: 0px 0px 0px 10px;
    }

    .investor-page .card-toolbar {
        margin: 10px 0px;
    }

    .investor-page .investor-body {
        padding: 1rem;
    }

    .investor-page .custom-tab-content .investor-box-titl {
        min-height: 10px;
    }

    .investor-page .custom-tab-content h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        color: #000000;
    }

    .investor-page .investor-title h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        color: #000000;
    }

    .investor-page .investor-title .sub-title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        color: #717475;
    }

    /*============== about-page responsive View ==============*/
    .about-page .about-section-1 {
        padding: 1rem;
    }


    .about-page .core-values-box {
        display: flex;
        flex-flow: inherit;
    }

        .about-page .core-values-box li {
            width: 50%;
            margin-bottom: 10px;
            padding: 0px 20px;
        }

    .about-page .about-section-4 h3 {
        line-height: 40px;
        font-size: 30px !important;
    }

    .about-page .about-section-4 .sub-titl {
        font-size: 25px;
        line-height: 30px;
    }

    .about-page .about-section-4 .chart-sub-text {
        font-size: 20px;
        line-height: 30px;
    }

    .about-page .file-section-box li {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .about-page .core-values-box .core-values-title {
        min-height: auto;
    }

    .about-page .core-values-box .core-values-dec {
        font-size: 16px;
        line-height: 30px;
    }

    /*============== property-detalis-page responsive View ==============*/
    .property-detalis-box .box-right-border {
        border-right: 1px solid #ccc;
        margin: 0px 15px 0px 0px;
        padding: 20px 0px;
        width: 47%;
        flex: unset;
    }

    .property-detalis-box .box-right {
        border-right: 1px solid #ccc;
        margin: 0px 15px 0px 0px;
        padding: 20px 0px;
        width: 47%;
        flex: unset;
    }

    .property-detalis-box .border-right-none {
        border-right: none;
        margin: 0px;
    }

    .property-detalis-box .download-section {
        margin: 0px 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .investor-box-wdt .col {
        width: 50%;
        flex: unset;
        margin-bottom: 10px;
    }

    .investor-page .investor-box-titl {
        min-height: 20px;
    }

    .investor-page .investor-box-dec {
        font-size: 20px;
    }

    .investor-page .investor-box-titl {
        font-size: 13px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {

    .investor-box-wdt .col {
        width: 50%;
        flex: unset;
        margin-bottom: 10px;
    }

    .investor-page .investor-box-titl {
        min-height: 30px;
    }

    .investor-page .investor-box-dec {
        font-size: 25px;
    }

    .dashbord-box .dashbord-box-text {
        font-size: 16px;
    }

    .about-page .about-section-1 h3 {
        font-size: 40px;
    }

    .about-page .about-section-1 .about-section-dec {
        font-size: 18px;
        line-height: 30px;
    }

    .about-page .about-section-2 h3 {
        font-size: 40px;
    }

    .about-page .about-section-2 .about-section-2-dec {
        font-size: 16px;
        line-height: 25px;
    }

    .about-page .about-section-3 h3 {
        font-size: 40px;
    }

    .about-page .about-section-4 .sub-titl {
        font-size: 25px;
        line-height: 30px;
    }

    .about-page .core-values-box .core-values-title {
        min-height: auto;
    }

    .about-page .core-values-box .core-values-dec {
        font-size: 15px;
        line-height: 25px;
    }

    .about-page .about-section-4 .chart-sub-text {
        font-size: 20px;
        line-height: 25px;
    }

    .investor-page .box-heigh {
        min-height: 400px;
    }

    .investordashboard-tex .box-right-border-ipd {
        margin: 0px 0px 0px 10px;
    }

    .investordashboard-tex .box-right-border {
        border-right: 1px solid #ccc;
        margin: 0px 10px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {

    .investordashboard-tex .box-right-border-ipd {
        margin: 0px 0px 0px 20px;
    }

    .investordashboard-tex .box-right-border {
        border-right: 1px solid #ccc;
        margin: 0px 10px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .investor-box-wdt .col {
        width: 32.5%;
        flex: unset;
        margin-bottom: 10px;
    }

    .investor-page .investor-box-titl {
        min-height: 40px;
    }

    .investor-page .investor-box-dec {
        font-size: 25px;
    }

    .investor-page .box-heigh {
        min-height: 310px;
    }

    .dashbord-box .dashbord-box-text {
        font-size: 16px;
    }

    .about-page .core-values-box {
        margin: 20px 0px 0px 0px;
    }

    .about-page .about-section-1 h3 {
        font-size: 40px;
    }

    .about-page .about-section-1 .about-section-dec {
        font-size: 20px;
        line-height: 30px;
    }

    .about-page .about-section-2 h3 {
        font-size: 40px;
    }

    .about-page .about-section-2 .about-section-2-dec {
        font-size: 18px;
        line-height: 25px;
    }

    .about-page .about-section-3 h3 {
        font-size: 40px;
    }

    .about-page .about-section-4 .sub-titl {
        font-size: 27px;
        line-height: 40px;
    }

    .about-page .core-values-box .core-values-title {
        min-height: auto;
    }

    .about-page .core-values-box .core-values-dec {
        font-size: 16px;
        line-height: 30px;
    }

    .about-page .about-section-4 .chart-sub-text {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (min-width: 1921px) {

    .investordashboard-tex .box-right-border-ipd {
        margin: 0px 0px 0px 20px;
    }

    .investordashboard-tex .box-right-border {
        border-right: 1px solid #ccc;
        margin: 0px 10px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .investor-box-wdt .col {
        width: 33%;
        flex: unset;
        margin-bottom: 10px;
    }

    .investor-page .investor-box-titl {
        min-height: 30px;
    }

    .investor-page .investor-box-dec {
        font-size: 25px;
    }

    .investor-page .investor-box-titl
    .dashbord-box .dashbord-box-text {
        font-size: 16px;
    }

    .investor-page .box-heigh {
        min-height: 310px;
    }

    .about-page .about-section-1 h3 {
        font-size: 40px;
    }

    .about-page .about-section-1 .about-section-dec {
        font-size: 25px;
        line-height: 40px;
    }

    .about-page .about-section-2 h3 {
        font-size: 40px;
    }

    .about-page .about-section-2 .about-section-2-dec {
        font-size: 18px;
        line-height: 25px;
    }

    .about-page .about-section-3 h3 {
        font-size: 45px;
    }

    .about-page .about-section-4 h3 {
        margin-bottom: 10px !important;
    }

    .about-page .about-section-4 .sub-titl {
        font-size: 27px;
        line-height: 40px;
    }

    .about-page .core-values-box {
        margin: 20px 0px 0px 0px;
    }

        .about-page .core-values-box .core-values-title {
            min-height: auto;
        }

        .about-page .core-values-box .core-values-dec {
            font-size: 16px;
            line-height: 30px;
        }

    .about-page .about-section-4 .chart-sub-text {
        font-size: 25px;
        line-height: 30px;
    }
}

.pu-assign-broker-list {
    font-size: 14px;
    color: #005589;
    padding: 10px 10px;
}

.assignBrokerTable .first-cell {
    width: 280px;
    word-break: break-word;
}

.pu-floor-list {
    font-size: 14px;
    color: #005589;
    padding: 10px 10px;
}

.propertyUnitFloorDetailList .first-cell {
    width: 280px;
    word-break: break-word;
}

.pt-owner-list {
    /*background-color: #e4e6ef;*/
    font-size: 14px;
    color: #005589;
    padding: 10px 10px;
}

.propertyOwnerList .first-cell {
    width: 280px;
    word-break: break-word;
}

.distribution-list {
    background-color: #e4e6ef;
    font-size: 14px;
    color: #005589;
    padding: 10px 10px;
}

.distrbutionList .first-cell {
    width: 280px;
    word-break: break-word;
}

.select2-drop {
    margin-right: 10px;
}

.property-stage-type-name {
    background-color: rgb(234 175 5);
    font-size: 14px;
    color: #fff;
    padding: 10px 10px;
    font-weight: 400;
    border-radius: 20px 20px;
}


.property-owner-lst-hdr {
    padding: 0.5rem 1rem;
}

.owner-modal-hdr {
    padding: 1rem 1rem;
}

.dashbord-home-drop {
    min-width: 150px;
}

.drop-down-box {
    min-width: 250px;
    margin-top: 0px;
}

.drop-down-box-1 {
    min-width: 170px;
    margin-top: 0px;
}

.select2-container--bootstrap5 .select2-dropdown {
    z-index: 9;
}

.ins-dash-dtl {
    margin-left: -15px;
}

.current-ins-dlt-txt {
    margin-top: -10px;
}

.inv-dtl-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.inv-dtl-img {
    margin-top: 12px;
}

.btn {
    transition: all 0.5s ease-in-out !important;
}

    .btn:hover {
        color: #fff;
        background: #EAAF05;
    }

        .btn:hover span i {
            color: #fff;
        }


.btn-primary {
    transition: all 0.5s ease-in-out !important;
}

    .btn-primary:hover {
        color: #fff;
        background: #EAAF05 !important;
    }

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: rgba(67, 149, 209, 0.05);
    color: #005589;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    background-color: #005589;
    color: #fff;
}

.menu-state-bg .menu-item .menu-link.active {
    background-color: rgba(67, 149, 209, 0.05);
}

.menu-state-title-primary .menu-item .menu-link.active {
    color: #005589;
}

    .menu-state-title-primary .menu-item .menu-link.active .menu-title {
        color: #005589;
    }

.property-image .dropzone .dz-message {
    display: block;
    padding: 25px 10px;
}

    .property-image .dropzone .dz-message:before {
        content: '';
        background-image: url(../media/svg/files/upload.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 70px;
        height: 70px;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
/*.property-image .dropzone{
    background-color: rgba(37, 85, 137, 0.1);
}

.property-image .dropzone:hover {
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(135deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
}*/


textarea.form-control {
    height: 150px;
    min-height: 150px;
}

.investordashboard-tex {
    margin: 0px 0px 0px 0px;
}

    .investordashboard-tex .col {
        padding-bottom: 20px;
    }

    .investordashboard-tex .box-right-border {
        border-right: 1px solid #ccc;
        margin: 0px 15px 0px 0px;
        padding: 0px 10px 0px 0px;
    }

.btn.btn-bg-light {
    background-color: #f5f8fa !important;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.dataTables_wrapper .dataTables_length select {
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #eaaf05;
}

div.dataTables_wrapper div.dataTables_filter {
    color: #eaaf05;
}
/* ============================ (PropertyDetail) ============================== */
.propertydetail-page .property-card-box {
    background-color: rgba(37, 85, 137, 0.1);
    border-radius: 0px;
}

.propertydetail-page .property-body-box h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    color: #000000;
}

.propertydetail-page .property-body-box p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #717475;
}

.propertydetail-page .form-select.form-select-solid {
    background-color: #fff;
}

.propertydetail-page .propertydetail-box-ne {
    margin-bottom: 25px;
}

.propertydetail-page .propertydetail-titl {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #717475;
    margin-bottom: 15px;
}

.propertydetail-page .propertydetail-dec {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #005589;
}

.propertydetail-page .propertydetail-header {
    min-height: 60px;
}


.propertydetail-page .propertydetail-photo-body a {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.625rem;
}

.propertydetail-page .propertydetail-photo-body img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.1);
}

.propertydetail-page .propertydetail-body .box-right-border {
    border-right: 1px solid #ccc;
    padding: 0px 20px;
    margin: 0px 10px 0px -10px;
}

.propertydetail-page .property-body-box .property-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    text-align: center;
    object-fit: cover;
}


@media (max-width: 575.98px) {
    .propertydetail-page .propertydetail-body .box-right-border {
        border-right: none;
        padding: 0px 20px;
        margin: 0px 10px 0px -10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .propertydetail-page .propertydetail-body .box-right-border {
        border-right: none;
        padding: 0px 20px;
        margin: 0px 10px 0px -10px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .propertydetail-page .propertydetail-body .box-border-none-1 {
        border-right: none;
        padding: 0px 20px;
        margin: 0px 10px 0px -10px;
    }

    .propertydetail-page .propertydetail-body .box-right-border-1 {
        border-right: 1px solid #ccc;
        padding: 0px 20px;
        margin: 0px 10px 0px -10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .propertydetail-page .propertydetail-body .box-border-none-1 {
        border-right: none;
        padding: 0px 20px;
        margin: 0px 10px 0px -10px;
    }

    .propertydetail-page .propertydetail-body .box-right-border-1 {
        border-right: 1px solid #ccc;
        padding: 0px 20px;
        margin: 0px 10px 0px -10px;
    }
}

.property-sero .propertyTable-header {
    min-height: 60px;
    align-items: center;
}

    .property-sero .propertyTable-header .btn-link-new {
        height: fit-content;
    }

    .property-sero .propertyTable-header .card-title {
        font-size: 20px;
        color: #333;
        font-weight: 500;
    }

.property-sero .investorTable-header {
    min-height: 60px;
}

    .property-sero .investorTable-header .card-title {
        font-size: 20px;
        color: #333;
        font-weight: 500;
    }

.property-sero .propertyTable td, .property-sero .propertyTable th {
    white-space: nowrap;
}

.property-sero .propertyTable td, .property-sero .propertyTable th {
    padding: 10px 10px;
}

.property-sero .table-bordered {
    border: 1px solid #ebedf2;
}

    .property-sero .table-bordered th {
        border-left: 1px solid #ebedf2;
        border-bottom: 1px dashed #eff2f5;
    }

    .property-sero .table-bordered td {
        border-left: 1px solid #ebedf2;
        border-right: 1px solid #ebedf2;
        border-bottom: 1px solid #ebedf2;
    }

    .property-sero .table-bordered thead th,
    .property-sero .table-bordered thead td {
        border-bottom-width: 1px;
    }

.property-sero .propertyTable tr td {
    width: 200px;
}


.property-sero .investorTable td, .property-sero .investorTable th {
    white-space: nowrap;
}

.property-sero .investorTable td, .property-sero .investorTable th {
    padding: 10px 10px;
    padding-right: 10px !important;
}

.property-sero .table-bordered {
    border: 1px solid #ebedf2;
}

    .property-sero .table-bordered th {
        border-left: 1px solid #ebedf2;
        border-bottom: 1px dashed #eff2f5;
        color: #5e6278;
    }

    .property-sero .table-bordered td {
        border-left: 1px solid #ebedf2;
        border-right: 1px solid #ebedf2;
        border-bottom: 1px dashed #ebedf2;
    }

.property-sero .propertyTable td, .property-sero .propertyTable th {
    white-space: nowrap;
}

.property-sero .table-bordered thead th,
.property-sero .table-bordered thead td {
    border-bottom-width: 1px;
}

.investor-page .investordashboard-serc {
    margin-top: 10px !important;
    margin-bottom: -10px;
    align-items: center;
}

.investorDashBoardTable tbody th, .investorDashBoardTable tbody td {
    padding: 8px 10px !important;
}

.contactTable .pt-owner-list {
    background: none;
    font-size: 14px;
    color: #005589;
    padding: 5px 5px;
    white-space: normal;
    text-align: left;
    line-height: inherit;
}

.contactTable td:first-child {
    width: 50%;
}

.user-email:hover {
    text-decoration: underline !important;
    color: #EAAF05;
}

.contact-email:hover {
    text-decoration: underline !important;
    color: #EAAF05;
}

.hoverable:hover {
    background: #EAAF05;
}

    .hoverable:hover .dashbord-box-title {
        color: #fff;
    }

    .hoverable:hover .dashbord-box-text {
        color: #fff;
    }

    .hoverable:hover svg {
        filter: brightness(0) invert(1);
    }

.dashbord-table div.dataTables_wrapper div.dataTables_paginate {
    padding: 1rem 0;
    margin-left: 0.5rem;
    padding-right: 0px;
}

#my_investments_tab_1 div.dataTables_wrapper div.dataTables_paginate {
    padding-right: 20px !important;
}

.dashbord-table .paging_simple_numbers .paginate_button.next {
    padding: 0.5em 1em;
}

.dataTables_wrapper .dataTables_filter input {
    min-width: 300px;
}

@media (max-width: 991px) {
    .dataTables_wrapper .dataTables_filter input {
        min-width: auto;
    }
}

.table.pdf-print thead tr {
    border-bottom-style: solid;
    border-bottom-color: #255589;
}

    .table.pdf-print thead tr th {
        font-weight: 700;
    }


.property-detalis-box .property-data {
    min-height: 50px;
    padding: 0px;
    border-top: 1px solid #eff2f5;
    border-bottom: none;
}

.property-detalis-box .property-data-body {
    padding: 0rem;
    margin-top: -5px;
}

.footer-logo p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}

.footer .middlefooterheading-title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    padding-top: 16px;
}

.footer .middlefooterheading-dec {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer .middlefooterheading-dec li {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 10px;
        color: #fff;
    }

.footer .contactcntent {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
    color: #fff;
}

.footer .contactcntent-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0px;
    color: #fff;
}

    .footer .contactcntent-text .phone-text {
        color: #fff;
        margin: 0px 10px 0px 0px;
        text-decoration: underline;
    }

    .footer .contactcntent-text .email-text {
        color: #fff;
        margin: 0px 10px 0px 0px;
        text-decoration: underline;
    }

    .footer .contactcntent-text .website-text {
        color: #fff;
        margin: 0px;
        text-decoration: underline;
    }

    .footer .contactcntent-text .phone-text:hover {
        color: #EAAF05;
        text-decoration: none;
    }

    .footer .contactcntent-text .email-text:hover {
        color: #EAAF05;
        text-decoration: none;
    }



    .footer .contactcntent-text .website-text:hover {
        color: #EAAF05;
        text-decoration: none;
    }

.footer .middlefooterheading-dec li a:hover {
    color: #EAAF05;
}

.footer .middlefooter a {
    color: #fff;
}

.svg-icon-3 svg {
    fill: #a1a5b7;
}

.btn-send-invitation:hover .svg-icon-3 svg {
    fill: #009ef7;
}

#SvgjsPath1611 {
    fill: #00FF00 !important;
}


.realized-text-box {
    border-right: 1px solid #ccc;
    padding: 0px 10px 0px 10px;
}

.projected-text-box {
    padding: 0px 10px 0px 15px;
}

.investorDashBoardTable .realized-text-box h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 40px;
    color: #005589;
    margin-bottom: 15px;
}

.investorDashBoardTable .projected-text-box h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 40px;
    color: #005589;
    margin-bottom: 15px;
}

#my_investments_tab_1 .investorDashBoardTable thead {
    display: none;
}

.dashbord-table-view .dashBoardTable thead .distributions-text {
    cursor: unset;
}

    .dashbord-table-view .dashBoardTable thead .distributions-text:after {
        opacity: 0;
    }


.investor-location-box {
    width: 100%;
    height: auto;
}

    .investor-location-box img {
        width: 100%;
        height: 100px;
        margin-bottom: 10px;
        object-fit: cover;
    }

    .investor-location-box .investor-location-title {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        margin: 0px 0px 10px 0px;
        display: block;
    }

    .investor-location-box .investor-location-dec {
        font-size: 14px;
        font-weight: 400;
        color: #333;
        margin: 0px 0px 10px 0px;
        display: block;
    }

    .investor-location-box a {
        color: #fff;
        border-color: #005589;
        background-color: #005589;
    }

    .investor-location-box a {
        color: #fff;
        background-color: #005589;
        padding: 10px 20px;
        border-radius: 4px;
        margin: 10px 0px -10px 0px;
        display: block;
        width: min-content;
    }

        .investor-location-box a:hover,
        .investor-location-box a:focus {
            color: #fff;
            background: #EAAF05 !important;
        }

.investor-dashboard-map .gm-style .gm-style-iw-c {
    padding: 20px 15px;
    max-width: 250px !important;
    min-width: 250px !important;
}

.investor-dashboard-map .gm-ui-hover-effect {
    top: -4px !important;
    right: -3px !important;
}

    .investor-dashboard-map .gm-ui-hover-effect > span {
        width: 16px !important;
        height: 16px !important;
    }

.right-side-text-investorsreo {
    margin-top: 30px;
}

.investor-table-text-center {
    text-align: center;
}

.investor-table-text-right {
    text-align: right;
}



@media (max-width: 575.98px) {
    .realized-text-box {
        border-right: none;
        padding: 0px 10px;
    }

    .projected-text-box {
        padding: 0px 10px;
    }

    .investordashboard-tex {
        margin: 0px 0px 0px 10px;
    }

    .dashbord-table-view table.dataTable {
        white-space: nowrap;
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: start;
    }

    .drop-down-box {
        min-width: 250px;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .investor-page .investordashboard-serc {
        display: block !important;
    }

    .investor-page .filter-text {
        border-left: none;
        text-align: start;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .drop-down-box {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .realized-text-box .col-lg-12 {
        padding: 0px 0px;
    }

    .projected-text-box .col-lg-12 {
        padding: 0px 0px;
    }

    .investor-page .custom-tab-content .property-img {
        margin-bottom: 20px;
    }

    .dashbord-table div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }

    .card .card-body {
        padding: 0px 15px;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        margin-left: -16px;
        text-align: start;
    }

    #propertyOwnerList {
        white-space: nowrap;
    }

        #propertyOwnerList thead .min-w-250px {
            width: 250px;
            display: block;
        }

    .propertyOwnerList .first-cell {
        white-space: normal;
    }

    .dashbord-table .symbol img {
        object-fit: cover;
    }

    .dashbord-table .distributions-text span {
        white-space: normal;
    }

    .investor-page .box-heigh {
        min-height: 350px;
    }

    .investor-page .box-heigh {
        padding: 10px 20px 10px;
    }

    .investorsreo-title-text {
        position: absolute;
        top: 20px;
        left: 50px;
        width: max-content;
    }

    .right-side-text-investorsreo {
        margin-top: 10px;
    }

    .filter-dropdown {
        margin-top: 10px;
    }

    .investor-table-text-center {
        text-align: left;
    }

    .investor-table-text-right {
        text-align: left;
    }

    .btn-import-data-left {
        margin: 0px 0px 0px -10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .dashbord-table-view table.dataTable {
        white-space: nowrap;
    }

    .dashbord-table .symbol img {
        object-fit: cover;
    }

    .dashbord-table .distributions-text span {
        white-space: normal;
    }

    .investor-table-text-center {
        text-align: left;
    }

    .investor-table-text-right {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .realized-text-box {
        border-right: none;
        padding: 0px 0px;
    }

    .projected-text-box {
        padding: 0px 0px;
    }

    .investor-page .custom-tab-content .col {
        padding: 0px 10px;
    }

    .investordashboard-tex {
        margin: 0px -10px 0px 10px;
    }

    .dashbord-table-view table.dataTable {
        white-space: nowrap;
    }

    .dashbord-table .symbol img {
        object-fit: cover;
    }

    .dashbord-table .distributions-text span {
        white-space: normal;
    }

    .right-side-text-investorsreo {
        margin-top: 10px;
    }

    .btn-import-data-left {
        margin: 0px 0px 0px -10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .realized-text-box {
        border-right: none;
        padding: 0px 0px;
    }

    .projected-text-box {
        padding: 0px 0px;
    }

    .investor-page .custom-tab-content .col {
        padding: 0px 10px;
    }

    .investordashboard-tex {
        margin: 0px -10px 0px 10px;
    }

        .investordashboard-tex .realized-text-box {
            width: 100%;
            flex: unset;
        }

        .investordashboard-tex .projected-text-box {
            width: 100%;
            flex: unset;
        }

    .dashbord-table-view table.dataTable {
        white-space: nowrap;
    }

    .dashbord-table .symbol img {
        object-fit: cover;
    }

    .dashbord-table .distributions-text span {
        white-space: normal;
    }

    .btn-import-data-left {
        margin: 0px 0px 0px -10px;
    }
}

.property-data .card-title {
    font-weight: 700 !important;
}

.header-bot-toolbar .menu-content .text-hover-primary {
    word-break: break-all;
}

/*--------------------- Bottom to Top ----------------------------*/

#top_button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 40px;
    color: #fff;
}

#top_button {
    display: inline-block;
    background-color: #EAAF05;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50%;
}

    #top_button.show {
        opacity: 1;
        visibility: visible;
    }

/*--------------------- End ----------------------------*/

/*--------------------- google maps ----------------------------*/
.gm-style-cc {
    display: none !important;
}

.gm-style a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.admin-dashboard-tble {
    padding: 0rem 2.25rem !important;
}

.Invester-charts-top {
    margin-top: -20px;
}

.contactTable .btn-active-color-primary .svg-icon-3 svg {
    fill: #a1a5b7;
}

.contactTable .btn-active-color-primary:hover .svg-icon-3 svg {
    fill: #005589;
}


.svg-icon.svg-icon-3 svg path {
    fill: #a1a5b7;
}

.btn-icon:hover .svg-icon.svg-icon-3 svg path,
.btn-icon:focus .svg-icon.svg-icon-3 svg path {
    transition: fill 0.3s ease;
    fill: #009ef7;
}

.user-header-div #dvFilter {
    position: relative;
}

    .user-header-div #dvFilter .user-Invitation-btn {
        position: absolute;
        left: 27%;
        top: 12px;
        padding: 5px 20px;
    }

.custom-btn-form {
    display: flex;
    justify-content: end;
    align-items: center;
}

.image-input.image-input-outline .image-input-wrapper {
    background-size: cover;
    background-position: center center;
    width: 500px;
}

@media (max-width: 575.98px) {
    .property-Distribution-page .table-responsive div.dataTables_wrapper div.dataTables_paginate {
        margin-left: 0px;
        text-align: start;
    }

    .property-Distribution-page .table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin-bottom: 10px;
    }

    .Preferred-chart .apexcharts-yaxis-inversed .apexcharts-text tspan {
        font-size: 8px;
    }

    .Preferred-chart .Invester-charts-top {
        padding: 0px 0px !important;
    }

    .Preferred-chart {
        padding: 0px 0px !important;
    }

    .Investment-Projected-chart .apexcharts-xaxis-texts-g .apexcharts-text tspan {
        font-size: 8px;
        font-weight: 500;
    }

    .Investment-Projected-chart .Invester-charts-top {
        padding: 0px 0px !important;
    }

    .Investment-Projected-chart {
        padding: 0px 0px !important;
    }

    .about-us-chart {
        padding: 0px 0px !important;
    }

        .about-us-chart .apexcharts-xaxis-texts-g .apexcharts-text tspan {
            font-size: 10px;
            font-weight: 500;
        }

    .image-input.image-input-outline .image-input-wrapper {
        width: 100%;
    }

    .image-input {
        width: 100%;
    }

    .tooltip.show {
        z-index: 9;
    }

    .property-unit-floor-toolbar {
        height: 76px !important;
    }

        .property-unit-floor-toolbar .property-floor-toolbar {
            display: block !important;
        }

        .property-unit-floor-toolbar .add-btn {
            margin-top: 5px;
        }
}

.amenity-row {
    align-items: center;
    margin-top: 20px;
}

.btn-add-remove {
    display: flex;
    align-items: self-end;
}

.btn-add {
    width: fit-content;
    height: fit-content;
    margin-right: 5px;
}

.btn-remove {
    width: fit-content;
    height: fit-content;
    background-color: #ff0000;
    padding: 10px 15px !important;
}

.tg-list {
    text-align: center;
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tg-list-item {
    margin: 0px 5px 0px -5px;
}

.tgl {
    display: none;
}

    .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
        box-sizing: border-box;
    }

        .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
            background: none;
        }

        .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
            background: none;
        }

        .tgl + .tgl-btn {
            outline: 0;
            display: block;
            width: 4em;
            height: 2em;
            position: relative;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
                position: relative;
                display: block;
                content: "";
                width: 50%;
                height: 100%;
            }

            .tgl + .tgl-btn:after {
                left: 0;
            }

            .tgl + .tgl-btn:before {
                display: none;
            }

        .tgl:checked + .tgl-btn:after {
            left: 50%;
        }

.tgl-flip + .tgl-btn {
    padding: 2px;
    transition: all 0.2s ease;
    font-family: sans-serif;
    perspective: 100px;
}

    .tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
        display: inline-block;
        transition: all 0.4s ease;
        width: 100%;
        text-align: center;
        position: absolute;
        line-height: 2.1em;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 0px;
    }



.tgl-flip.active + .tgl-btn:after {
    content: 'Sold';
    background: #EAAF05;
    cursor: pointer;
    /*transform: rotateY(-180deg);*/
}

.tgl-flip + .tgl-btn:before {
    background: #005589;
    content: 'Unsold';
    cursor: pointer;
}

/* .tgl-flip + .tgl-btn:active:before {
        transform: rotateY(-20deg);
    }*/

/*.tgl-flip:checked + .tgl-btn:before {
    transform: rotateY(180deg);
}*/

.tgl-flip:checked + .tgl-btn:after {
    /*transform: rotateY(0);*/
    left: 0;
    /*    background: #EAAF05;*/
}

/*.tgl-flip:checked + .tgl-btn:active:after {
    transform: rotateY(20deg);
}*/

.propertyTable td:first-child {
    word-break: break-all;
    white-space: break-spaces;
    display: flex;
    width: 130px;
}

.btn-change-user-password {
    color: #fff;
    border-color: #005589;
    background-color: #005589;
}

/*Login Screen design update*/
body.app-blank { /*background:#fff;*/
}

.left-sidebar {
    background: #f5f8fa;
}

.stepper.stepper-pills.stepper-column .stepper-wrapper {
    display: flex;
    align-items: center;
}

.stepper.stepper-pills .stepper-item .stepper-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stepper.stepper-pills .stepper-item.current .stepper-icon {
    background-color: #c9252c;
}

.stepper.stepper-pills .stepper-item .stepper-icon .stepper-number {
    color: #cf9c51 !important;
}

.stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check, .stepper.stepper-pills .stepper-item.current:last-child .stepper-icon .stepper-check {
    color: #fff !important;
}

.stepper.stepper-pills .stepper-item.current .stepper-icon i {
    color: #fff !important;
}

.stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-number {
    display: block;
}

    .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-number i {
        color: #c9252c !important;
    }

.stepper.stepper-pills .stepper-item i.fa-check {
    display: none
}

.stepper.stepper-pills .stepper-item.completed i.fa-check {
    display: block
}

.stepper.stepper-pills .stepper-item.completed i.fa-close {
    display: none
}

.stepper.stepper-pills .stepper-item.current i.fa-close {
    display: none
}

.stepper.stepper-pills .stepper-item.current i.fa-check {
    display: block
}





.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
    color: #3f4254;
}

.stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
    color: #7e8299;
}

.summaryText {
    text-align: right;
    margin-top: 10px;
}

.padding-top {
    padding-top: 10px;
}
.margin-top40 {
    margin-top: 20px;
    text-align: right;
}
.margin-top24 {
    margin-top: 24px;
    text-align: right;
}
.font-yellow {
    color: #EAAF05 !important;
    font-weight: 700;
}
.font-green {
    color: #0ddb0d !important;
    font-weight: 700;
}
.font-red {
    color: red !important;
    font-weight: 700;
}