@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/Actum.Analytics/Pages/Financial/Components/BackButton.razor.rz.scp.css */
.back-button[b-hbjj3cqj3a] {
    background-color: #5c789c;
    color: whitesmoke;
    /*border: solid 1px #5c789c;*/
    font-size: 0.8rem;
    width: 70px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    padding: 6px 8px;
    cursor: pointer;
    white-space: nowrap;
}

.custom-back-styling[b-hbjj3cqj3a] {
    margin-left: 0rem;
}

.back-button:hover[b-hbjj3cqj3a] {
    color: #18293a;
    background-color: #f4f4fc;
    border: solid 1px #18293a;
}

/* _content/Actum.Analytics/Pages/Financial/Components/ExportButton.razor.rz.scp.css */

.export-button[b-isv09e1wk8] {
    background-color: #417de1 !important;
    color: white;
    border: solid 1px #5c789c;
    border-radius: 4px !important;
    font-size: 0.7rem;
    padding: 0;
    width: 1.6rem;
    height: 1.6rem;
}   

.custom-export-styling[b-isv09e1wk8] {
    margin-left: 0rem;
}

.export-button:hover[b-isv09e1wk8], .export-button-custom:hover[b-isv09e1wk8] {
    cursor: pointer;
    color: #18293a;
    background-color: #f4f4fc;
    border: solid 1px #5c789c;
}

.export-button:focus[b-isv09e1wk8], .export-button:active:focus[b-isv09e1wk8], .export-button-custom:focus[b-isv09e1wk8], .export-button-custom:active:focus[b-isv09e1wk8] {
    outline: none;
    box-shadow: none;
}

.export-button-custom[b-isv09e1wk8] {
    background-color: #417de1 !important;
    color: white;
    border: solid 1px #5c789c;
    border-radius: 4px !important;
    font-size: 0.7rem;
    width: 34px;
    height: 2.1rem;    
    margin-left: 0.2rem;
}

/* _content/Actum.Analytics/Pages/Financial/Components/HomeButton.razor.rz.scp.css */
svg[b-8dqs4yedvs] {
    width: 20px;
}

    svg .logo-colour[b-8dqs4yedvs] {
        stroke: #5c789c;
    }

    svg .logo-text-colour[b-8dqs4yedvs] {
        fill: #5c789c;
    }

/* _content/Actum.Analytics/Pages/Financial/Components/LoadingSpinner.razor.rz.scp.css */
.spinner[b-8ggatkap2i] {
    position: absolute;
    left: 50%;
    z-index:20;
}
/* _content/Actum.Analytics/Pages/Financial/Components/LogoutButton.razor.rz.scp.css */
.logout-btn[b-qtsaa88c6o] {
    display: inline-block;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    cursor: pointer;
    font-size: 22px;
}

#btn-logout-menu[b-qtsaa88c6o] {
    color: #5c789c;
}


.logout-btn:hover[b-qtsaa88c6o] {
    cursor: pointer;
}
/* _content/Actum.Analytics/Pages/Financial/Components/MainProgressBar.razor.rz.scp.css */

.progress-bar[b-ltd7hdjqnb] {
    height: 3px;
    background-color: transparent !important;
    width: 100%;
    overflow: hidden;
}

.progress-bar-value[b-ltd7hdjqnb] {
    width: 100%;
    height: 100%;
    background-color: #62ADD5;
    animation: indeterminateAnimation-b-ltd7hdjqnb 1.2s infinite linear;
    transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation-b-ltd7hdjqnb {
    0% {
        transform: translateX(0) scaleX(0);
    }

    40% {
        transform: translateX(0) scaleX(0.4);
    }

    100% {
        transform: translateX(100%) scaleX(0.5);
    }
}
/* _content/Actum.Analytics/Pages/Financial/Components/SearchProgressBar.razor.rz.scp.css */
.progress[b-1rfx087dce]{
    height:3px;
}
/* _content/Actum.Analytics/Pages/Financial/Components/ThemeSwitcher.razor.rz.scp.css */
#toggleDark[b-mzr9sfykhn] {
    position: absolute;
    top: 1.5rem;
    right: 4rem;
    cursor: pointer;
    font-size: 22px;
}
.logout-btn[b-mzr9sfykhn] {
    display: inline-block;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    cursor: pointer;
    font-size: 22px;
}
#btn-logout-menu[b-mzr9sfykhn] {
    color: #5c789c;
}


.logout-btn:hover[b-mzr9sfykhn] {
    cursor: pointer;
}
/* _content/Actum.Analytics/Pages/Financial/Components/UnavailableFinancial.razor.rz.scp.css */
.notice[b-aehdysrvrp] {
    position: relative;
    margin: 1em;
    background: #F9F9F9;
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #DDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}

    .notice[b-aehdysrvrp]:before {
        position: absolute;
        top: 50%;
        margin-top: -17px;
        left: -17px;
        background-color: #DDD;
        color: #FFF;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        text-align: center;
        line-height: 30px;
        font-weight: bold;
        font-family: Georgia;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    }

.info[b-aehdysrvrp] {
    border-color: #0074D9;
}

    .info[b-aehdysrvrp]:before {
        content: "i";
        background-color: #0074D9;
    }

.container[b-aehdysrvrp] {
    margin-top: 50px;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/Charts/Advisors.razor.rz.scp.css */
#PEFirmChartDiv[b-kxf0kbv611] {
    height: 300px;
}

.table td[b-kxf0kbv611]{
    padding:5px;
}


.switcher[b-kxf0kbv611] {
    background-color: #142331;
    border: none;
    box-sizing: border-box;
    color: #eeeeee;
    font-weight: 300;
    text-align: center;
    width: 70px;
    height: 25px;
}

    .switcher.active[b-kxf0kbv611] {
        background-color: #eeeeee;
        color: #000000;
    }

.w-10[b-kxf0kbv611] {
    width: 10% !important;
}

.w-15[b-kxf0kbv611]  {
    width: 15% !important;
}

.w-20[b-kxf0kbv611] {
    width: 20% !important;
}

.w-23[b-kxf0kbv611] {
    width: 23% !important;
}

/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/Charts/DealTypeChart.razor.rz.scp.css */
body[b-drar853u7r] {
}

#PEChartDiv[b-drar853u7r] {
    height: 350px;
}

#VCChartDiv[b-drar853u7r] {
    height: 350px;
}

#BoltonChartDiv[b-drar853u7r] {
    height: 350px;
}

.table td[b-drar853u7r] {
    padding: 5px;
}

/*.records-count {
    width: auto;
    min-width: 22px;
    border-radius: 3px;
    padding: 0 3px 0 3px !important;
    height: 22px;
    background-color: #6771dc;
    display: grid;
    place-items: center;
    color: whitesmoke;
    font-size: 11px;
    font-weight: 400;
}*/

.switcher[b-drar853u7r] {
    background-color: #566982;
    color:  #eeeeee;
    border: none;
    box-sizing: border-box;
    font-weight: 300;
    text-align: center;
    width: 70px;
    height: 25px;
}

    .switcher.active[b-drar853u7r] {
        background-color: #eeeeee;
        color: #000000;
    }

#buyerPersonRoles[b-drar853u7r] {
    border-radius: 3px 0px 0px 3px;
}

#targetPersonRoles[b-drar853u7r] {
    border-radius: 0px 3px 3px 0px;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/Charts/ExitChart.razor.rz.scp.css */
body[b-30bmsrr3k6] {
}
#ExitChartDiv[b-30bmsrr3k6] {
    height: 350px;
}
/*.records-count {
    width: auto;
    min-width: 22px;
    border-radius: 3px;
    padding: 0 3px 0 3px !important;
    height: 22px;
    background-color: #6771dc;
    display: grid;
    place-items: center;
    color: whitesmoke;
    font-size: 11px;
    font-weight: 400;
}*/
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/Charts/PEDealTrendsChart.razor.rz.scp.css */
body[b-cpo43qlqz2] {
}

#PEDealTrendsDiv[b-cpo43qlqz2] {
    height: 350px;
}

/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/Charts/PEFirmChart.razor.rz.scp.css */
body[b-gew4e8vnpp] {
}
#PEFirmChartDiv[b-gew4e8vnpp] {
    height: 410px;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/Charts/PEGeographyChart.razor.rz.scp.css */
.pe-geography-chart[b-1x6ilfvz1s] {
    height: 350px;
}

/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/Charts/RecentDeals.razor.rz.scp.css */
.deals-count[b-s128dvz2yj] {
    font-size: 80px;
    font-weight: 500
}

.delas[b-s128dvz2yj] {
    margin-top: 5rem
}

#dealTypePeriode[b-s128dvz2yj] {
    border: none;
}

/*.records-count {
    width: auto;
    min-width:22px;
    border-radius:3px;
    padding:0 3px 0 3px !important;
    height: 22px;
    background-color: #6771dc;
    display: grid;
    place-items: center;
    color: whitesmoke;
    font-size: 11px;
    font-weight: 400;
}*/

.header[b-s128dvz2yj] {
    font-size: 1.2rem;
    color: #9fa2ad;
}

.txt-count[b-s128dvz2yj] {
    font-size: 2rem;    
    cursor: pointer;
}

.recent-deals-container[b-s128dvz2yj] {
    height: 70%;
    place-items: center;
}

ul.industries_keywords[b-s128dvz2yj] 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.industries_keywords li[b-s128dvz2yj] {
        display: inline-block;
        padding: .22rem .13rem;
        font-size: 0.8rem;
    }
         ul.industries_keywords li a[b-s128dvz2yj] 
         {
            border-radius: 3px;
            font-weight: 300;
            padding: 2px 3px 3px;
            border: none;
            margin: 0;
            color: whitesmoke;
            text-decoration: none;
            cursor: pointer;
        }
        ul.industries_keywords li a[b-s128dvz2yj] 
            {
                background-color: #a367dc;
            }

.card-top-row[b-s128dvz2yj] {
    font-size: 0.85rem;
}

.cursor-pointer[b-s128dvz2yj] {
    cursor: pointer;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/Charts/SectorChart.razor.rz.scp.css */

.sector-chart[b-yhbdkjn5ur] {
    height: 350px;
}

/*.records-count {
    width: 30px;
    height: 30px;
    background-color: #6771dc;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: whitesmoke;
}*/
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/Logo.razor.rz.scp.css */
a.logo[b-ylylcu2j7i] {
    cursor: pointer;
}

@media (max-width: 576px) {
   
}


@media(min-width:576px) {
    .logo-text[b-ylylcu2j7i] {
        vertical-align: -webkit-baseline-middle;
        width: 150px;
    }    
}

@media(min-width:768px) {
    .logo-text[b-ylylcu2j7i] {
        vertical-align: -webkit-baseline-middle;
        width: 170px;
    }    
}

@media (min-width: 992px) {
    .logo-text[b-ylylcu2j7i] {
        vertical-align: -webkit-baseline-middle;
        width: 220px;
    }
}

@media(min-width: 1200px) {
    
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/RelatedResultsProfilePicture.razor.rz.scp.css */
.profile-rect-img[b-o9al1z4a8o] {
    width: 100%; /* or something small */
    height: 100%;
    object-fit: cover;
    border: solid 1px #93949c;
    border-radius: 40px;
}

.profile-rect-img:hover[b-o9al1z4a8o] {
    cursor:pointer;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/SearchResults/CompanySearchResults.razor.rz.scp.css */

.searchResultsRelatedInfo[b-tqmasebzop] {
    cursor: pointer;
}

.search-result-count[b-tqmasebzop] {
    font-size: 0.9rem;
    min-width: 1.5rem;
    align-self: center !important;
    color: #566982;
    display: flex;
    justify-content: flex-end;
}

.search-box[b-tqmasebzop] {
    margin-bottom: 2%;
}

.search-result-header[b-tqmasebzop]{
    padding-top:1rem;
}

.search-result-item[b-tqmasebzop] {
    font-size: .85rem;
}

.item-name[b-tqmasebzop] {
    font-weight: 400;
}

.company-search-result[b-tqmasebzop] {
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 300;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
    font-size: .85rem;
    font-family: 'Poppins', sans-serif;
    min-width: 1.5rem;
}

.card[b-tqmasebzop] {
    border-radius: 5px;
}

.search-result-card[b-tqmasebzop] {
    margin-bottom: 7px;
    border: none;
}

th[b-tqmasebzop] {
    font-weight: 300;
}

tbody[b-tqmasebzop], tfoot[b-tqmasebzop], tr[b-tqmasebzop] {
    font-weight: 200;
    color: #c1c4d0;
}

    th.table-element[b-tqmasebzop] {
        width: 11rem;
        font-weight: 300;
        font-size: 12px;
    }

    td.table-element[b-tqmasebzop] {
        font-size: 12px;
    }

.count-items[b-tqmasebzop] {
    display: flex;
}

h6[b-tqmasebzop] {
    font-size: 0.9rem;
    color: #566982;
    font-weight: 400;
}

.search-result-item-header[b-tqmasebzop], .search-result-count[b-tqmasebzop], .search-result-item-header-title[b-tqmasebzop] {
    color: #566982;
    font-weight: 300;
}

.search-result-item-content[b-tqmasebzop] {
    color: #566982;
    font-weight: 400;
}

/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/SearchResults/IndustryMetaSearchResults.razor.rz.scp.css */
.industries_topics[b-xfqyhmpklo] {
    border-radius: 3px;
    padding: 3px 6px 3px 6px !important;
    background-color: #5c789c;
    place-items: center;
    color: white;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    margin-right: 7px;
    margin-top: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
}

.search-result-header[b-xfqyhmpklo] {
    padding-top: 1rem;
}

h6[b-xfqyhmpklo] {
    font-size: 0.9rem;
    color: #566982;
    font-weight: 400;
}

#IndustryMetasDiv[b-xfqyhmpklo] {
    border: none;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/SearchResults/IndustrySearchResults.razor.rz.scp.css */
.searchResultsRelatedInfo[b-hzy9gaf71o] {
    cursor: pointer;
}

.search-result-count[b-hzy9gaf71o] {
    font-size: 0.9rem;
    min-width: 1.5rem;
    align-self: center !important;
    color: #566982;
    display: flex;
    justify-content: flex-end;
}

.search-box[b-hzy9gaf71o] {
    margin-bottom: 2%;
}

h6[b-hzy9gaf71o] {
    font-size: 0.9rem;
    color: #566982;
    font-weight: 400;
}

.item-name[b-hzy9gaf71o] {
    font-weight: 400;
}
.search-result-header[b-hzy9gaf71o] {
    padding-top: 1rem;
}
.search-result-item[b-hzy9gaf71o] {
    font-size: .85rem;
}

.industry-search-result[b-hzy9gaf71o] {
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 300;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
    font-size: .85rem;
    font-family: 'Poppins', sans-serif;
    padding-top:10px;
    padding-bottom:10px;
}

.card[b-hzy9gaf71o] {
    border-radius: 5px;
}

.search-result-count[b-hzy9gaf71o] {
    min-width: 1.5rem;
    display: flex;
    justify-content: flex-end;
}

.search-result-card[b-hzy9gaf71o] {
    margin-bottom: 7px;
    border: none;
}

.count-items[b-hzy9gaf71o] {
    display: flex;
}

.search-result-item-header[b-hzy9gaf71o], .search-result-count[b-hzy9gaf71o], .search-result-item-header-title[b-hzy9gaf71o] {
    color: #566982;
    font-weight: 300;
}

/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/SearchResults/PeopleSearchResults.razor.rz.scp.css */

.searchResultsRelatedInfo[b-9zeg3gbb7b] {
    cursor: pointer;
}

.search-box[b-9zeg3gbb7b] {
    margin-bottom: 2%;
}

h6[b-9zeg3gbb7b] {
    font-size: 0.9rem;
    color: #566982;
    font-weight: 400;
}

.item-name[b-9zeg3gbb7b] {
    font-weight: 400;
}

.search-result-item[b-9zeg3gbb7b] {
    font-size: .85rem;
}

.company-search-result[b-9zeg3gbb7b] {
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 300;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
    font-size: .85rem;
    font-family: 'Poppins', sans-serif;
}

.card[b-9zeg3gbb7b] {
    border-radius: 5px;
}

.search-result-count[b-9zeg3gbb7b] {
    font-size: 0.9rem;
    min-width: 1.5rem;
    align-self: center !important;
    color: #566982;
    display: flex;
    justify-content: flex-end;
}

.search-result-card[b-9zeg3gbb7b] {
    margin-bottom: 7px;
    border: none;
}

.a[b-9zeg3gbb7b] {
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s ease;
    font-weight: bold;
    cursor: pointer;
}

    .a:hover[b-9zeg3gbb7b] {
        color: #0056b3;
    }

th[b-9zeg3gbb7b] {
    font-weight: 300;
}

tbody[b-9zeg3gbb7b], tfoot[b-9zeg3gbb7b], tr[b-9zeg3gbb7b] {
    font-weight: 200;
    color: #c1c4d0;
}

    th.table-element[b-9zeg3gbb7b] {
        width: 11rem;
        font-weight: 300;
        font-size: 12px;
    }

    td.table-element[b-9zeg3gbb7b] {
        font-size: 12px;
    }

.count-items[b-9zeg3gbb7b] {
    display: flex;
}

.linkedin-icon[b-9zeg3gbb7b] {
    text-decoration: none !important;
    color: #566982;
}

    .linkedin-icon i[b-9zeg3gbb7b] {
        font-size: 1rem;
    }

.search-result-header[b-9zeg3gbb7b] {
    padding-top: 1rem;
}

.search-result-item-header[b-9zeg3gbb7b], .search-result-count[b-9zeg3gbb7b], .search-result-item-header-title[b-9zeg3gbb7b] {
    color: #566982;
    font-weight: 300;
}

.search-result-item-content[b-9zeg3gbb7b] {
    color: #566982;
    font-weight: 400;
}

/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/SearchResults/SearchResults.razor.rz.scp.css */
.search-result-item[b-pswd3l76ga] {
    font-size: .85rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/SearchResults/TextHighlightSearchResults.razor.rz.scp.css */
.text_keywords_highlight[b-yfvs527ji8] {
    border-radius: 3px;
    padding: 3px 6px 3px 6px !important;
    background-color: #5c789c;
    place-items: center;
    color: white;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    margin-right: 7px;
    margin-top: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
}

h6[b-yfvs527ji8] {
    font-size: 0.9rem;
    color: #566982;
    font-weight: 400;
}

.search-result-header[b-yfvs527ji8] {
    padding-top: 1rem;
}

#TextHighlightDiv[b-yfvs527ji8] {
    border:none;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Components/TrialUserResultsLimitWarning.razor.rz.scp.css */
.trialResultWarning[b-zpfsd648fm] {
    width: 300px;
    border-radius: 5px;
    font-size: 0.85rem;
    border: solid 1px #5c789c;    
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    color: whitesmoke;    
    background-color: #5c789c;
    text-align: center;    
}

@media(min-width: 576px) {
    .trialResultWarning[b-zpfsd648fm] {
        width: 300px;
    }
}

@media(min-width: 992px) {
    .trialResultWarning[b-zpfsd648fm] {
        width: 33%;
    }
}

@media(min-width: 1400px) {
    .trialResultWarning[b-zpfsd648fm] {
        width: 30%;
    }
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Dashboard.razor.rz.scp.css */
.search-input[b-orx1s5zdmb] {
    position: relative;
    margin: 0 1rem 2rem;
    width: 100%;
}

.logo-text-container[b-orx1s5zdmb], .theme-container[b-orx1s5zdmb] {
    width: 5%;
}

.search-container[b-orx1s5zdmb] {
    width: 90%
}

a.logo[b-orx1s5zdmb] {
    cursor: pointer;
}    

.search-icon[b-orx1s5zdmb] {
    position: absolute;
    top: 65%;
    margin-left: 10px;
    transform: translateY(-50%);
    color: #777;
    font-size: 20px;
}
@media (max-width: 576px) {
    .logo-text-container[b-orx1s5zdmb]{
        display:none;
    }
}


@media(min-width:576px) {
    
    .logo-text-container[b-orx1s5zdmb], .theme-container[b-orx1s5zdmb] {
        width: 24%
    }

    .search-container[b-orx1s5zdmb] {
        width: 64%
    }
}

@media(min-width:768px) {
    
    .logo-text-container[b-orx1s5zdmb], .theme-container[b-orx1s5zdmb] {
        width: 40%
    }

    .search-container[b-orx1s5zdmb] {
        width: 60%
    }

        .search-container .search-box[b-orx1s5zdmb] {
            height: 2.7rem !important;
        }
}

@media (min-width: 992px) {
    
}

@media(min-width: 1200px) {
    .search-container[b-orx1s5zdmb] {
        width: 50%
    }
}

.search-box[b-orx1s5zdmb] {
    padding-left: 40px;
    width: 80%;
    margin: auto;
    box-shadow: 0 2px 8px 1px rgba(64,60,67,.24);
    border-color: rgba(223,225,229,0);
    border-radius: 3rem;
    margin-bottom: -2.5rem;
    height: 2.7rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    outline: none;
    caret-color: auto;
}

.search-icon:hover[b-orx1s5zdmb] {
    color: #000;
}

.close-icon[b-orx1s5zdmb] {
    position: absolute;
    top: 70%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #777;
}

    .close-icon:hover[b-orx1s5zdmb] {
        color: #000;
    }


/* _content/Actum.Analytics/Pages/Financial/Dashboard/Deal/Components/DealInfo.razor.rz.scp.css */
.w-30[b-tyke1jhm6s] {
    width: 30% !important;
}

.w-70[b-tyke1jhm6s] {
    width: 70% !important;
}

ul.industries[b-tyke1jhm6s], ul.industries_keywords[b-tyke1jhm6s] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.industries li[b-tyke1jhm6s], ul.industries_keywords li[b-tyke1jhm6s] {
        display: inline-block;
        padding: .22rem .13rem;
        font-size: 0.8rem;
    }

        ul.industries li a[b-tyke1jhm6s], ul.industries_keywords li a[b-tyke1jhm6s] {
            border-radius: 3px;
            font-weight: 300;
            padding: 2px 3px 3px;
            border: none;
            margin: 0;
            color: whitesmoke;
            text-decoration: none;
            cursor: pointer;
        }

        ul.industries li a[b-tyke1jhm6s] {
            background-color: #6771dc;
        }

        ul.industries_keywords li a[b-tyke1jhm6s] {
            background-color: #a367dc;
        }

.card[b-tyke1jhm6s] {
    font-size: 0.85rem;
}

.currency-container[b-tyke1jhm6s] {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 70%;
    padding: 0;
}

.currency[b-tyke1jhm6s] {
    display: flex;
    align-items: center;
}

.deal-size-amount[b-tyke1jhm6s] {
    margin-left: 5px;
}

.no-border[b-tyke1jhm6s], .no-border th[b-tyke1jhm6s], .no-border td[b-tyke1jhm6s], .no-border tr[b-tyke1jhm6s] {
    border: none !important;
}

    .no-border th[b-tyke1jhm6s], .no-border td[b-tyke1jhm6s] {
        border-top: none !important;
        border-bottom: none !important;
    }
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Deal/Components/Financial/IntelSummarySection.razor.rz.scp.css */
.full-financial-button[b-vislxuync0] {
    background-image: linear-gradient(150deg, #6771dc 11%, #67b7dc 83%);
    background-color: #5c789c;
    color: whitesmoke;
    border: solid 1px #5c789c;
    font-size: 0.7rem;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    padding: 6px 8px;
    cursor: pointer;
}

    .full-financial-button:hover[b-vislxuync0] {
        cursor: pointer;
    }

body[b-vislxuync0] {
}

.center[b-vislxuync0] {
    padding: 2px 0;
}

.card[b-vislxuync0] {
    box-shadow: 0px 10px 24px 6px rgba(0,0,0,0.13);
    border-radius: 0.3rem;
    font-size:0.85rem;
}

.CardHeaders[b-vislxuync0] {
    margin-bottom: 0.5rem;
}

.CardHeaders > span[b-vislxuync0] {
    font-size: 16px;
    font-weight: 400;
}
    .CardHeaders > i[b-vislxuync0] {
        font-size: 22px;
    }

.CardItem[b-vislxuync0]{
    font-weight:300;
}

.d-flex[b-vislxuync0]{
    padding-left:5px;
    padding-right:5px
}

.fa-chart-mixed[b-vislxuync0] {
    padding-left: 10px;
    cursor:pointer;
}

tbody tr td[b-vislxuync0] {
    padding-bottom: 2px;
    padding-top: 2px;
}



/* _content/Actum.Analytics/Pages/Financial/Dashboard/Deal/Components/IndustriesSectorChart.razor.rz.scp.css */
.industries_sector_chart[b-ndkaky1n1k] {
    width: 100%;
    height: 500px;
    font-size: 14px;
}

.w-47[b-ndkaky1n1k] {
    width: 47% !important;
}

/*.records-count {
    color: whitesmoke;
}*/

ul.industries_keywords li a.industries_keywords_excluded[b-ndkaky1n1k] {
    background-color: #6771dc;
}

ul.industries_keywords[b-ndkaky1n1k] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.industries_keywords li[b-ndkaky1n1k] {
        display: inline-block;
        padding: .22rem .13rem;
        font-size: 0.8rem;
    }

        ul.industries_keywords li a[b-ndkaky1n1k] {
            border-radius: 3px;
            font-weight: 300;
            padding: 2px 3px 3px;
            border: none;
            margin: 0;
            color: whitesmoke;
            text-decoration: none;
            cursor: pointer;
            background-color: #5c789c;
        }

    .fa-close[b-ndkaky1n1k]{
    font-size:11px;
    padding-right:4px;
    padding-left:4px;
}

.switcher[b-ndkaky1n1k] {
    background-color: #6771dc;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    color: whitesmoke;
    font-weight: 300;
    text-align: center;
    width: 70px;
    height: 25px;
    margin-right: 10px;
}

.card[b-ndkaky1n1k] {
    font-size: 0.85rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Deal/Components/IntelInfoSummary.razor.rz.scp.css */
.fa-tag[b-08d8kda0ob] {
    font-size: 18px;
}

/*.records-count {
    width: auto;
    min-width: 22px;
    border-radius: 3px;
    padding: 0 3px 0 3px !important;
    height: 20px;
    background-color: #6771dc;
    display: grid;
    place-items: center;
    color: whitesmoke;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
}*/

.w-33[b-08d8kda0ob] {
    width: 33% !important;
}

tbody tr td[b-08d8kda0ob] {
    padding-bottom: 2px;
    padding-top: 2px;
}

.card[b-08d8kda0ob] {
    font-size: 0.85rem;
}

.CardItem[b-08d8kda0ob] {
    color: #566982;
    font-weight: 300;
}

.deal-dash-result-button.small-button[b-08d8kda0ob] {
    border-radius: 4px !important;
    font-size: 0.8rem;
    width: 100%;
    max-width: 70px; /* Add max-width */
    height: 25px;
    padding: .1rem .3rem .2rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Deal/Components/IntelKeyPeopleInfo.razor.rz.scp.css */
tbody tr td[b-dp4ltzfwmm] {
    vertical-align: middle;
}

/*.records-count {
    width: auto;
    min-width: 22px;
    border-radius: 3px;
    padding: 0 3px 0 3px !important;
    height: 20px;
    background-color: #6771dc;
    display: grid;
    place-items: center;
    color: whitesmoke;
    font-size: 11px;
    font-weight: 400;
    cursor:pointer;
    text-decoration:none;
}*/

tbody tr td[b-dp4ltzfwmm] {
    padding-bottom: 2px;
    padding-top: 2px;
}

.card[b-dp4ltzfwmm] {
    font-size: 0.85rem;
}

/* _content/Actum.Analytics/Pages/Financial/Dashboard/Deal/Components/TargetEmployeesChart.razor.rz.scp.css */
.target_employees_chart[b-id52eo1qbr] {
    width: 100%;
    height: 410px;
    max-width: 100%;
    font-size: 14px;
}
.card[b-id52eo1qbr] {
    font-size: 0.85rem;
}

/* _content/Actum.Analytics/Pages/Financial/Dashboard/Deal/Components/TargetFinancialsChart.razor.rz.scp.css */
.target_financial_chart[b-i2g2f1ebsl] {
    width: 100%;
    height: 410px;
    font-size: 14px;
}

.card[b-i2g2f1ebsl] {
    font-size: 0.85rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Deal/Components/TransactionBidderGroup.razor.rz.scp.css */
tbody tr td[b-phab3mmj8f] {
    vertical-align: middle;
}

tbody tr td[b-phab3mmj8f] {
    padding-bottom: 2px;
    padding-top: 2px;
}

th[b-phab3mmj8f]{
    font-weight:300;
}

.card[b-phab3mmj8f] {
    font-size: 0.85rem;
}

th[b-phab3mmj8f]{
    font-size:0.8rem;
}

/* _content/Actum.Analytics/Pages/Financial/Dashboard/Deal/Index.razor.rz.scp.css */


.PageTitle h6.date[b-kvp234rdlw] {
    font-size: 0.8rem;
}

.PageTitle h3[b-kvp234rdlw], .PageTitle h4[b-kvp234rdlw], .PageTitle h6[b-kvp234rdlw] {
    font-weight: 300;
}

.PageTitle h3[b-kvp234rdlw] {
    font-size: 1.6rem;
}

.logo[b-kvp234rdlw] {
    width: 36px;
    cursor: pointer;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Deal/RelatedDealInfoModal.razor.rz.scp.css */
.modal-dialog[b-utxwgdkjdc] {
    
}

.modal-content[b-utxwgdkjdc] {
    color: whitesmoke;
    font-size: .95rem;
    background: linear-gradient(0deg, rgb(9, 45, 73) 70%, rgb(38, 135, 183) 190%);
    box-shadow: rgb(0 0 0 / 25%) 3px 3px 10px 2px !important;
    border: 0.5px solid #0f4c6d !important;
    border-radius: 4px;
    background-color: #092d49;
}

.modal-body[b-utxwgdkjdc] {
    font-weight: 300;
    padding-top:0;
}

.modal-header[b-utxwgdkjdc] {
/*    padding: 0 1rem;*/
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

    .modal-header h3[b-utxwgdkjdc] {
        font-weight: 300;
    }

.modal-footer[b-utxwgdkjdc] {
    border: none;
}

.modal-close-button[b-utxwgdkjdc] {
/*    display: flex;
    justify-content: space-between;
    align-items: start;*/
/*    padding: 1rem 0 1rem 0;*/
}

    .modal-close-button .btn[b-utxwgdkjdc] {
        background-color: whitesmoke;
        color: #162636;
        border: 1px solid #162636;
        font-size: .8rem;
        width: 70px;
        box-sizing: border-box;
        text-align: center;
        border-radius: 4px;
        text-decoration: none;
        padding: 6px 8px;
        cursor: pointer;
        white-space: nowrap;
    }

        .modal-close-button .btn:hover[b-utxwgdkjdc] {
            background-color: #162636;
            color: whitesmoke;
            border: 1px solid whitesmoke;
        }



/*.modal-header .close {
    font-size: 22px;
    cursor: pointer;
    color: whitesmoke;
}

.modal-header {
    background-color: #18293a;
}

.modal-title {
    color: whitesmoke;
}

.back-button {
    background-color: #5c789c;
    color: white;
    border: solid 1px #5c789c;
    border-radius: 4px !important;
    font-size: 0.7rem;
    width: 70px;
}

.custom-back-styling {
    margin-left: 0rem;
}

.back-button:hover {
    cursor: pointer;
    color: #18293a;
    background-color: #f4f4fc;
    border: solid 1px #5c789c;
}

.back-button:focus, .back-button:active:focus {
    outline: none;
    box-shadow: none;
}
.modal{
    z-index:3000;
}

.close-icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;*/ /* Horizontally center */
    /*align-items: center;*/ /* Vertically center */
    /*font-size: 1.5rem;*/ /* Increase font size of the icon */
    /*color: #18293a;
    cursor: pointer;
}

    .PageTitle h6.date {
        font-size: 0.8rem;
    }

    .PageTitle h3, .PageTitle h4, .PageTitle h6 {
        font-weight: 300;
    }

    .PageTitle h3 {
        font-size: 1.6rem;
    }*/
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Deal/SearchResults/CompanyRelatedResults.razor.rz.scp.css */
tbody tr td[b-4o36zb9c18] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
    position: relative;
}

thead tr th[b-4o36zb9c18] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-4o36zb9c18] {
    height: auto; /* Changed from fixed 4.5em */
    min-height: 4.5em; /* Minimum height for empty states */
}

.back-button[b-4o36zb9c18] {
    position: absolute;
    left: 5.5rem;
    top: 1rem;
    cursor: pointer;
    background-color: #3637FA !important;
    border: solid 1px #3637FA !important;
    border-radius: 4px !important;
    font-size: 0.8rem;
}

.PageTitle h6.date[b-4o36zb9c18] {
    font-size: .9rem;
}

    .PageTitle h3[b-4o36zb9c18], .PageTitle h6[b-4o36zb9c18] {
        font-weight: 300;
    }

.sortable[b-4o36zb9c18] {
    cursor: pointer;
}

.article-link[b-4o36zb9c18] {
    color: #62ADD5;
    text-decoration: none;
    line-height:1.3;
    cursor: pointer;
}

#result-table[b-4o36zb9c18]{
    min-width:100%;
    width:60em;
}


    /* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

    .icon-duotone[b-4o36zb9c18] {
        z-index:1;
        position: relative;
        padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
    }

        /* Step 2: Set the font styles for Duotone */
        .icon-duotone[b-4o36zb9c18]::before,
        .icon-duotone[b-4o36zb9c18]::after {
            font: var(--fa-font-duotone);
            /* include the basic Font Awesome font style settings if you haven't already */
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1.25em;
            text-align: center;
        }

        /* Step 3: Set the default opacity levels and colors for each layer */
        .icon-duotone[b-4o36zb9c18]::before {
            color: var(--fa-secondary-color, inherit);
            opacity: var(--fa-secondary-opacity, 0.4);
        }

        .icon-duotone[b-4o36zb9c18]::after {
            color: var(--fa-secondary-color, inherit);
            opacity: var(--fa-secondary-opacity, 0.4);
        }

        .icon-duotone.asc[b-4o36zb9c18]::before {
            color: var(--fa-primary-color, inherit);
            opacity: 1;
            opacity: var(--fa-primary-opacity, 1.0);
        }

        .icon-duotone.asc[b-4o36zb9c18]::after {
            color: var(--fa-secondary-color, inherit);
            opacity: var(--fa-secondary-opacity, 0.4);
        }


        .icon-duotone.desc[b-4o36zb9c18]::before {
            color: var(--fa-secondary-color, inherit);
            opacity: var(--fa-secondary-opacity, 0.4);
        }

        .icon-duotone.desc[b-4o36zb9c18]::after {
            color: var(--fa-primary-color, inherit);
            opacity: 1;
            opacity: var(--fa-primary-opacity, 1.0);
        }


    /* Step 4: Reference an individual icon's layers using unicodes */
    /* This rule renders the primary duotone for the door-open icon */
    .icon-sort[b-4o36zb9c18]::before {
        content: "\f0dc";
    }

    /* This rule renders the secondary duotone for the door-open icon */
    .icon-sort[b-4o36zb9c18]::after {
        content: "\f0dc\f0dc";
    }

    .custom-button[b-4o36zb9c18]{
        padding-left:15px;
    }

/* Hide the default checkbox */
input.custom-checkbox[b-4o36zb9c18] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-4o36zb9c18] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-4o36zb9c18] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-4o36zb9c18] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-4o36zb9c18] {
    border-color: initial;
}
.deal-cell[b-4o36zb9c18] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Deal/SearchResults/Index.razor.rz.scp.css */
tbody tr td[b-5pc57lkwc6] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
    position: relative;
}

thead tr th[b-5pc57lkwc6] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-5pc57lkwc6] {
    height: auto; /* Changed from fixed 4.5em */
    min-height: 4.5em; /* Minimum height for empty states */
}

.back-button[b-5pc57lkwc6] {
    position: absolute;
    left: 5.5rem;
    top: 1rem;
    cursor: pointer;
    background-color: #3637FA !important;
    border: solid 1px #3637FA !important;
    border-radius: 4px !important;
    font-size: 0.8rem;
}

.PageTitle h6.date[b-5pc57lkwc6] {
    font-size: .9rem;
}

.PageTitle h3[b-5pc57lkwc6], .PageTitle h6[b-5pc57lkwc6] {
    font-weight: 300;
}

.sortable[b-5pc57lkwc6] {
    cursor: pointer;
}

.article-link[b-5pc57lkwc6] {
    color: #62ADD5;
    text-decoration: none;
    line-height:1.3;
    cursor: pointer;
}

#result-table[b-5pc57lkwc6] {
    min-width: 100%;
    width: 60em;
}


/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-5pc57lkwc6] {
    z-index: 1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-5pc57lkwc6]::before,
    .icon-duotone[b-5pc57lkwc6]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-5pc57lkwc6]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-5pc57lkwc6]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-5pc57lkwc6]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-5pc57lkwc6]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-5pc57lkwc6]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-5pc57lkwc6]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-5pc57lkwc6]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-5pc57lkwc6]::after {
    content: "\f0dc\f0dc";
}

.custom-button[b-5pc57lkwc6] {
    padding-left: 15px;
}

/* Hide the default checkbox */
input.custom-checkbox[b-5pc57lkwc6] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-5pc57lkwc6] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-5pc57lkwc6] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-5pc57lkwc6] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-5pc57lkwc6] {
    border-color: initial;
}
.deal-cell[b-5pc57lkwc6] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Deal/SearchResults/IntelRelatedKeyPeopleInfo.razor.rz.scp.css */
tbody tr td[b-xbegask984] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
}

thead tr th[b-xbegask984] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-xbegask984] {
    height: 4.5em; /* Set fixed height for each row */
}

/*.records-count {
    width: auto;
    min-width: 22px;
    border-radius: 3px;
    padding: 0 3px 0 3px !important;
    height: 22px;
    background-color: #6771dc;
    display: grid;
    place-items: center;
    color: whitesmoke;
    font-size: 11px;
    font-weight: 400;
    cursor:pointer;
    text-decoration:none;
}*/

.back-button[b-xbegask984] {
    position: absolute;
    left: 5.5rem;
    top: 1rem;
    cursor: pointer;
    background-color: #3637FA !important;
    border: solid 1px #3637FA !important;
    border-radius: 4px !important;
    font-size: 0.8rem;
}

.PageTitle h6.date[b-xbegask984] {
    font-size: .9rem;
}

.PageTitle h3[b-xbegask984], .PageTitle h6[b-xbegask984] {
    font-weight: 300;
}

.sortable[b-xbegask984] {
    cursor: pointer;
}


#result-table[b-xbegask984] {
    min-width: 100%;
    width: 60em;
}


/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-xbegask984] {
    z-index: 1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-xbegask984]::before,
    .icon-duotone[b-xbegask984]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-xbegask984]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-xbegask984]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-xbegask984]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-xbegask984]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-xbegask984]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-xbegask984]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-xbegask984]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-xbegask984]::after {
    content: "\f0dc\f0dc";
}

.custom-button[b-xbegask984] {
    padding-left: 15px;
}

/* Hide the default checkbox */
input.custom-checkbox[b-xbegask984] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-xbegask984] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-xbegask984] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-xbegask984] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-xbegask984] {
    border-color: initial;
}

.results-wrapper[b-xbegask984] {
    padding-top: 1.5rem;
}
.profile-rect-img[b-xbegask984] {
    width: 40px; /* or something small */
    height: 40px;
    object-fit: cover;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Deal/SearchResults/PersonRelatedResults.razor.rz.scp.css */
tbody tr td[b-hqay47cb9q] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
    position: relative;
}

thead tr th[b-hqay47cb9q] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-hqay47cb9q] {
    height: auto; /* Changed from fixed 4.5em */
    min-height: 4.5em; /* Minimum height for empty states */
}

.back-button[b-hqay47cb9q] {
    position: absolute;
    left: 5.5rem;
    top: 1rem;
    cursor: pointer;
    background-color: #3637FA !important;
    border: solid 1px #3637FA !important;
    border-radius: 4px !important;
    font-size: 0.8rem;
}

.PageTitle h6.date[b-hqay47cb9q] {
    font-size: .9rem;
}

.PageTitle h3[b-hqay47cb9q], .PageTitle h6[b-hqay47cb9q] {
    font-weight: 300;
}

.sortable[b-hqay47cb9q] {
    cursor: pointer;
}

.article-link[b-hqay47cb9q] {
    color: #62ADD5;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
}

#result-table[b-hqay47cb9q] {
    min-width: 100%;
    width: 60em;
}


/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-hqay47cb9q] {
    z-index: 1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-hqay47cb9q]::before,
    .icon-duotone[b-hqay47cb9q]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-hqay47cb9q]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-hqay47cb9q]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-hqay47cb9q]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-hqay47cb9q]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-hqay47cb9q]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-hqay47cb9q]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-hqay47cb9q]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-hqay47cb9q]::after {
    content: "\f0dc\f0dc";
}

.custom-button[b-hqay47cb9q] {
    padding-left: 15px;
}

/* Hide the default checkbox */
input.custom-checkbox[b-hqay47cb9q] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-hqay47cb9q] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-hqay47cb9q] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-hqay47cb9q] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-hqay47cb9q] {
    border-color: initial;
}

.deal-cell[b-hqay47cb9q] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/PE Dash/Components/AdvisorsRelatedResults.razor.rz.scp.css */
tbody tr td[b-1v3jfdkuqe] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
}

thead tr th[b-1v3jfdkuqe] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-1v3jfdkuqe] {
    height: 4.5em; /* Set fixed height for each row */
}

.back-button[b-1v3jfdkuqe] {
    position: absolute;
    left: 5.5rem;
    top: 1rem;
    cursor: pointer;
    background-color: #3637FA !important;
    border: solid 1px #3637FA !important;
    border-radius: 4px !important;
    font-size: 0.8rem;
}

.PageTitle h6.date[b-1v3jfdkuqe] {
    font-size: .9rem;
}

.PageTitle h3[b-1v3jfdkuqe], .PageTitle h6[b-1v3jfdkuqe] {
    font-weight: 300;
}

.sortable[b-1v3jfdkuqe] {
    cursor: pointer;
}

.article-link[b-1v3jfdkuqe] {
    color: #62ADD5;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
}

#result-table[b-1v3jfdkuqe] {
    min-width: 100%;
    width: 60em;
}


/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-1v3jfdkuqe] {
    z-index: 1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-1v3jfdkuqe]::before,
    .icon-duotone[b-1v3jfdkuqe]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-1v3jfdkuqe]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-1v3jfdkuqe]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-1v3jfdkuqe]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-1v3jfdkuqe]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-1v3jfdkuqe]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-1v3jfdkuqe]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-1v3jfdkuqe]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-1v3jfdkuqe]::after {
    content: "\f0dc\f0dc";
}

.custom-button[b-1v3jfdkuqe] {
    padding-left: 15px;
}

/* Hide the default checkbox */
input.custom-checkbox[b-1v3jfdkuqe] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-1v3jfdkuqe] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-1v3jfdkuqe] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-1v3jfdkuqe] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-1v3jfdkuqe] {
    border-color: initial;
}

.deal-cell[b-1v3jfdkuqe] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.results-wrapper[b-1v3jfdkuqe] {
    padding-top: 1.5rem;
}

.fa-user[b-1v3jfdkuqe] {
    cursor: pointer;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/PE Dash/Components/DealsRelatedResults.razor.rz.scp.css */
tbody tr td[b-uht8f52pny] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
}

thead tr th[b-uht8f52pny] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-uht8f52pny] {
    height: 4.5em; /* Set fixed height for each row */
}

.back-button[b-uht8f52pny] {
    position: absolute;
    left: 5.5rem;
    top: 1rem;
    cursor: pointer;
    background-color: #3637FA !important;
    border: solid 1px #3637FA !important;
    border-radius: 4px !important;
    font-size: 0.8rem;
}


.PageTitle h6.date[b-uht8f52pny] {
    font-size: .9rem;
}

.PageTitle h3[b-uht8f52pny], .PageTitle h6[b-uht8f52pny] {
    font-weight: 300;
}

.sortable[b-uht8f52pny] {
    cursor: pointer;
}

.article-link[b-uht8f52pny] {
    color: #62ADD5;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
}

/*@media (max-width: 576px) {
    .deal-type-column {
        width: 18%
    }
}

@media (min-width: 576px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 768px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 992px) {
    .deal-type-column {
        width: 13%
    }
}*/

#result-table[b-uht8f52pny] {
    min-width: 100%;
    width: 60em;
}


/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-uht8f52pny] {
    z-index: 1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-uht8f52pny]::before,
    .icon-duotone[b-uht8f52pny]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-uht8f52pny]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-uht8f52pny]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-uht8f52pny]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-uht8f52pny]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-uht8f52pny]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-uht8f52pny]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-uht8f52pny]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-uht8f52pny]::after {
    content: "\f0dc\f0dc";
}

.custom-button[b-uht8f52pny] {
    padding-left: 15px;
}

.deal-cell[b-uht8f52pny] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hide the default checkbox */
input.custom-checkbox[b-uht8f52pny] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-uht8f52pny] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-uht8f52pny] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-uht8f52pny] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-uht8f52pny] {
    border-color: initial;
}

.search-result-card[b-uht8f52pny] {
    margin-bottom: 7px;
    border: none;
}

.card[b-uht8f52pny] {
    border-radius: 5px;
}

.deal-cell[b-uht8f52pny] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.results-wrapper[b-uht8f52pny] {
    padding-top: 1.5rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/PE Dash/Components/KeyPeopleRelatedResults.razor.rz.scp.css */
tbody tr td[b-lvecvcjd65] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
}

thead tr th[b-lvecvcjd65] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-lvecvcjd65] {
    height: 4.5em; /* Set fixed height for each row */
}

.records-count[b-lvecvcjd65] {
    width: auto;
    min-width: 22px;
    border-radius: 3px;
    padding: 0 3px 0 3px !important;
    height: 22px;
    background-color: #427de1;
    display: grid;
    place-items: center;
    color: whitesmoke;
    font-size: 11px;
    font-weight: 400;
    cursor:pointer;
    text-decoration:none;
}

.back-button[b-lvecvcjd65] {
    position: absolute;
    left: 5.5rem;
    top: 1rem;
    cursor: pointer;
    background-color: #3637FA !important;
    border: solid 1px #3637FA !important;
    border-radius: 4px !important;
    font-size: 0.8rem;
}

.PageTitle h6.date[b-lvecvcjd65] {
    font-size: .9rem;
}

.PageTitle h3[b-lvecvcjd65], .PageTitle h6[b-lvecvcjd65] {
    font-weight: 300;
}

.sortable[b-lvecvcjd65] {
    cursor: pointer;
}


#result-table[b-lvecvcjd65] {
    min-width: 100%;
    width: 60em;
}


/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-lvecvcjd65] {
    z-index: 1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-lvecvcjd65]::before,
    .icon-duotone[b-lvecvcjd65]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-lvecvcjd65]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-lvecvcjd65]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-lvecvcjd65]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-lvecvcjd65]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-lvecvcjd65]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-lvecvcjd65]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-lvecvcjd65]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-lvecvcjd65]::after {
    content: "\f0dc\f0dc";
}

.custom-button[b-lvecvcjd65] {
    padding-left: 15px;
}

/* Hide the default checkbox */
input.custom-checkbox[b-lvecvcjd65] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-lvecvcjd65] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-lvecvcjd65] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-lvecvcjd65] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-lvecvcjd65] {
    border-color: initial;
}

.results-wrapper[b-lvecvcjd65] {
    padding-top: 1.5rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/PE Dash/Components/Modals/AdvisorDealsModal.razor.rz.scp.css */
.sticky-header-modal[b-cdwoqoy86x] {
    display: flex;
    align-items: start;
    padding: 1rem 0 1rem 1rem;
    /*height: 90px;*/
}

.back-button[b-cdwoqoy86x] {
    background-color: #5c789c;
    color: whitesmoke;
    /* border: solid 1px #5c789c; */
    font-size: 0.8rem;
    width: 70px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    padding: 6px 8px;
    white-space: nowrap;
}

.PageTitle[b-cdwoqoy86x] {
    margin-bottom: 1.3rem;
}

.PageTitle h6.date[b-cdwoqoy86x] {
    font-size: 0.8rem;
}

.PageTitle h3[b-cdwoqoy86x], .PageTitle h4[b-cdwoqoy86x], .PageTitle h6[b-cdwoqoy86x] {
    font-weight: 300;
}

.PageTitle h3[b-cdwoqoy86x] {
    font-size: 1.6rem;
}

.deals-count[b-cdwoqoy86x] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2rem;
}

tbody tr td[b-cdwoqoy86x] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
}

thead tr th[b-cdwoqoy86x] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-cdwoqoy86x] {
    height: 4.5em; /* Set fixed height for each row */
}

.sortable[b-cdwoqoy86x] {
    cursor: pointer;
}

.article-link[b-cdwoqoy86x] {
    color: #62ADD5;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
}

/*@media (max-width: 576px) {
    .deal-type-column {
        width: 18%
    }
}

@media (min-width: 576px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 768px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 992px) {
    .deal-type-column {
        width: 13%
    }
}*/

#result-table[b-cdwoqoy86x] {
    min-width: 100%;
    width: 60em;
}


/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-cdwoqoy86x] {
    z-index: 1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-cdwoqoy86x]::before,
    .icon-duotone[b-cdwoqoy86x]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-cdwoqoy86x]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-cdwoqoy86x]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-cdwoqoy86x]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-cdwoqoy86x]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-cdwoqoy86x]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-cdwoqoy86x]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-cdwoqoy86x]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-cdwoqoy86x]::after {
    content: "\f0dc\f0dc";
}

.custom-button[b-cdwoqoy86x] {
    padding-left: 15px;
}

.deal-cell[b-cdwoqoy86x] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hide the default checkbox */
input.custom-checkbox[b-cdwoqoy86x] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-cdwoqoy86x] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-cdwoqoy86x] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-cdwoqoy86x] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-cdwoqoy86x] {
    border-color: initial;
}

.search-result-card[b-cdwoqoy86x] {
    margin-bottom: 7px;
    border: none;
}

.card[b-cdwoqoy86x] {
    border-radius: 5px;
}

.deal-cell[b-cdwoqoy86x] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.results-wrapper[b-cdwoqoy86x] {
    padding-top: 1.5rem;
}

/* _content/Actum.Analytics/Pages/Financial/Dashboard/PE Dash/Components/Modals/AdvisorPeopleDealsModal.razor.rz.scp.css */
.sticky-header-modal[b-rhmfqi9gt7] {
    display: flex;
    align-items: start;
    padding: 1rem 0 1rem 1rem;
    /*height: 90px;*/
}

.back-button[b-rhmfqi9gt7] {
    background-color: #5c789c;
    color: whitesmoke;
    /* border: solid 1px #5c789c; */
    font-size: 0.8rem;
    width: 70px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    padding: 6px 8px;
    white-space: nowrap;
}

.PageTitle[b-rhmfqi9gt7] {
    margin-bottom: 1.3rem;
}

.PageTitle h6.date[b-rhmfqi9gt7] {
    font-size: 0.8rem;
}

.PageTitle h3[b-rhmfqi9gt7], .PageTitle h4[b-rhmfqi9gt7], .PageTitle h6[b-rhmfqi9gt7] {
    font-weight: 300;
}

.PageTitle h3[b-rhmfqi9gt7] {
    font-size: 1.6rem;
}

.deals-count[b-rhmfqi9gt7] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2rem;
}

tbody tr td[b-rhmfqi9gt7] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
}

thead tr th[b-rhmfqi9gt7] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-rhmfqi9gt7] {
    height: 4.5em; /* Set fixed height for each row */
}

.sortable[b-rhmfqi9gt7] {
    cursor: pointer;
}

.article-link[b-rhmfqi9gt7] {
    color: #62ADD5;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
}

/*@media (max-width: 576px) {
    .deal-type-column {
        width: 18%
    }
}

@media (min-width: 576px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 768px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 992px) {
    .deal-type-column {
        width: 13%
    }
}*/

#result-table[b-rhmfqi9gt7] {
    min-width: 100%;
    width: 60em;
}


/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-rhmfqi9gt7] {
    z-index: 1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-rhmfqi9gt7]::before,
    .icon-duotone[b-rhmfqi9gt7]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-rhmfqi9gt7]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-rhmfqi9gt7]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-rhmfqi9gt7]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-rhmfqi9gt7]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-rhmfqi9gt7]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-rhmfqi9gt7]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-rhmfqi9gt7]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-rhmfqi9gt7]::after {
    content: "\f0dc\f0dc";
}

.custom-button[b-rhmfqi9gt7] {
    padding-left: 15px;
}

.deal-cell[b-rhmfqi9gt7] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hide the default checkbox */
input.custom-checkbox[b-rhmfqi9gt7] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-rhmfqi9gt7] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-rhmfqi9gt7] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-rhmfqi9gt7] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-rhmfqi9gt7] {
    border-color: initial;
}

.search-result-card[b-rhmfqi9gt7] {
    margin-bottom: 7px;
    border: none;
}

.card[b-rhmfqi9gt7] {
    border-radius: 5px;
}

.deal-cell[b-rhmfqi9gt7] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.results-wrapper[b-rhmfqi9gt7] {
    padding-top: 1.5rem;
}

/* _content/Actum.Analytics/Pages/Financial/Dashboard/PE Dash/Components/Modals/AdvisorsPeopleModal.razor.rz.scp.css */
.sticky-header-modal[b-97ziqiz6r7] {
    display: flex;
    align-items: start;
    padding: 1rem 0 1rem 1rem;
    /*height: 90px;*/
}

.back-button[b-97ziqiz6r7] {
    background-color: #5c789c;
    color: whitesmoke;
    /* border: solid 1px #5c789c; */
    font-size: 0.8rem;
    width: 70px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    padding: 6px 8px;
    white-space: nowrap;
}

.PageTitle[b-97ziqiz6r7] {
    margin-bottom: 1.3rem;
}

.PageTitle h6.date[b-97ziqiz6r7] {
    font-size: 0.8rem;
}

.PageTitle h3[b-97ziqiz6r7], .PageTitle h4[b-97ziqiz6r7], .PageTitle h6[b-97ziqiz6r7] {
    font-weight: 300;
}

.PageTitle h3[b-97ziqiz6r7] {
    font-size: 1.6rem;
}

.deals-count[b-97ziqiz6r7] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2rem;
}

tbody tr td[b-97ziqiz6r7] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
}

thead tr th[b-97ziqiz6r7] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-97ziqiz6r7] {
    height: 4.5em; /* Set fixed height for each row */
}

.sortable[b-97ziqiz6r7] {
    cursor: pointer;
}

.article-link[b-97ziqiz6r7] {
    color: #62ADD5;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
}

/*@media (max-width: 576px) {
    .deal-type-column {
        width: 18%
    }
}

@media (min-width: 576px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 768px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 992px) {
    .deal-type-column {
        width: 13%
    }
}*/

#result-table[b-97ziqiz6r7] {
    min-width: 100%;
    width: 60em;
}


/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-97ziqiz6r7] {
    z-index: 1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-97ziqiz6r7]::before,
    .icon-duotone[b-97ziqiz6r7]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-97ziqiz6r7]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-97ziqiz6r7]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-97ziqiz6r7]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-97ziqiz6r7]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-97ziqiz6r7]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-97ziqiz6r7]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-97ziqiz6r7]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-97ziqiz6r7]::after {
    content: "\f0dc\f0dc";
}

.custom-button[b-97ziqiz6r7] {
    padding-left: 15px;
}

.deal-cell[b-97ziqiz6r7] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hide the default checkbox */
input.custom-checkbox[b-97ziqiz6r7] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-97ziqiz6r7] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-97ziqiz6r7] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-97ziqiz6r7] {
    background-color: #5da2cd; /* Solid fill color */
    border-color: #5da2cd;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-97ziqiz6r7] {
    border-color: initial;
}

.search-result-card[b-97ziqiz6r7] {
    margin-bottom: 7px;
    border: none;
}

.card[b-97ziqiz6r7] {
    border-radius: 5px;
}

.deal-cell[b-97ziqiz6r7] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.results-wrapper[b-97ziqiz6r7] {
    padding-top: 1.5rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/PE Dash/Components/Modals/BoltonDealsModal.razor.rz.scp.css */
.sticky-header-modal[b-vxwt3rcukq] {
    display: flex;
    align-items: start;
    padding: 1rem 0 1rem 1rem;
    /*height: 90px;*/
}

.back-button[b-vxwt3rcukq] {
    background-color: #5c789c;
    color: whitesmoke;
    /* border: solid 1px #5c789c; */
    font-size: 0.8rem;
    width: 70px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    padding: 6px 8px;
    white-space: nowrap;
}

.PageTitle[b-vxwt3rcukq] {
    margin-bottom: 1.3rem;
}

.PageTitle h6.date[b-vxwt3rcukq] {
    font-size: 0.8rem;
}

.PageTitle h3[b-vxwt3rcukq], .PageTitle h4[b-vxwt3rcukq], .PageTitle h6[b-vxwt3rcukq] {
    font-weight: 300;
}

.PageTitle h3[b-vxwt3rcukq] {
    font-size: 1.6rem;
}

.deals-count[b-vxwt3rcukq] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2rem;
}

tbody tr td[b-vxwt3rcukq] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
}

thead tr th[b-vxwt3rcukq] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-vxwt3rcukq] {
    height: 4.5em; /* Set fixed height for each row */
}

.sortable[b-vxwt3rcukq] {
    cursor: pointer;
}

.article-link[b-vxwt3rcukq] {
    color: #62ADD5;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
}

/*@media (max-width: 576px) {
    .deal-type-column {
        width: 18%
    }
}

@media (min-width: 576px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 768px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 992px) {
    .deal-type-column {
        width: 13%
    }
}*/

#result-table[b-vxwt3rcukq] {
    min-width: 100%;
    width: 60em;
}


/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-vxwt3rcukq] {
    z-index: 1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-vxwt3rcukq]::before,
    .icon-duotone[b-vxwt3rcukq]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-vxwt3rcukq]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-vxwt3rcukq]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-vxwt3rcukq]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-vxwt3rcukq]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-vxwt3rcukq]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-vxwt3rcukq]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-vxwt3rcukq]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-vxwt3rcukq]::after {
    content: "\f0dc\f0dc";
}

.custom-button[b-vxwt3rcukq] {
    padding-left: 15px;
}

.deal-cell[b-vxwt3rcukq] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hide the default checkbox */
input.custom-checkbox[b-vxwt3rcukq] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-vxwt3rcukq] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-vxwt3rcukq] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-vxwt3rcukq] {
    background-color: #417de1;
    border-color: #417de1;
}
/*Adjust hover effect */
.custom-checkbox-label:hover[b-vxwt3rcukq] {
    border-color: initial;
}

.search-result-card[b-vxwt3rcukq] {
    margin-bottom: 7px;
    border: none;
}

.card[b-vxwt3rcukq] {
    border-radius: 5px;
}

.deal-cell[b-vxwt3rcukq] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.results-wrapper[b-vxwt3rcukq] {
    padding-top: 1.5rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/PE Dash/Components/PEFirmHistoryDealsRelatedResults.razor.rz.scp.css */
tbody tr td[b-bqyf4hs9aq] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
    position: relative;
}

thead tr th[b-bqyf4hs9aq] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-bqyf4hs9aq] {
    height: auto; /* Changed from fixed 4.5em */
    min-height: 4.5em; /* Minimum height for empty states */
}

.back-button[b-bqyf4hs9aq] {
    position: absolute;
    left: 5.5rem;
    top: 1rem;
    cursor: pointer;
    background-color: #3637FA !important;
    border: solid 1px #3637FA !important;
    border-radius: 4px !important;
    font-size: 0.8rem;
}



.PageTitle h6.date[b-bqyf4hs9aq] {
    font-size: .9rem;
}

.PageTitle h3[b-bqyf4hs9aq], .PageTitle h6[b-bqyf4hs9aq] {
    font-weight: 300;
}

.sortable[b-bqyf4hs9aq] {
    cursor: pointer;
}

.article-link[b-bqyf4hs9aq] {
    color: #62ADD5;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
}

/*@media (max-width: 576px) {
    .deal-type-column {
        width: 18%
    }
}

@media (min-width: 576px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 768px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 992px) {
    .deal-type-column {
        width: 13%
    }
}*/

#result-table[b-bqyf4hs9aq] {
    min-width: 100%;
    width: 60em;
}


/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-bqyf4hs9aq] {
    z-index: 1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-bqyf4hs9aq]::before,
    .icon-duotone[b-bqyf4hs9aq]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-bqyf4hs9aq]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-bqyf4hs9aq]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-bqyf4hs9aq]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-bqyf4hs9aq]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-bqyf4hs9aq]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-bqyf4hs9aq]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-bqyf4hs9aq]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-bqyf4hs9aq]::after {
    content: "\f0dc\f0dc";
}

.custom-button[b-bqyf4hs9aq] {
    padding-left: 15px;
}

.deal-cell[b-bqyf4hs9aq] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hide the default checkbox */
input.custom-checkbox[b-bqyf4hs9aq] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-bqyf4hs9aq] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-bqyf4hs9aq] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-bqyf4hs9aq] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-bqyf4hs9aq] {
    border-color: initial;
}

.search-result-card[b-bqyf4hs9aq] {
    margin-bottom: 7px;
    border: none;
}

.card[b-bqyf4hs9aq] {
    border-radius: 5px;
}

.deal-cell[b-bqyf4hs9aq] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.results-wrapper[b-bqyf4hs9aq] {
    padding-top: 1.5rem;
}

.status-current[b-bqyf4hs9aq] {
    color: #02c2ff;
}

.status-realised[b-bqyf4hs9aq] {
    color: #f254a8;
}

.status-previous[b-bqyf4hs9aq] {
    color: #0c6dff;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/PE Dash/Components/TopSectionFilters.razor.rz.scp.css */
.header[b-7gosdboej8] {
    font-size: 0.75rem;
}

.txt-count[b-7gosdboej8] {
    font-size: 1.2rem;
    font-weight:400;
}

.card-body[b-7gosdboej8] {
    padding: 0.5rem 0.5rem;
}

.pe-card-top-row[b-7gosdboej8] {
    font-size: 0.85rem;
}

.card-body[b-7gosdboej8] {
    padding: 0.5rem 0.5rem;
}


#result-table[b-7gosdboej8] {
    min-width: 100%;
    width: 60em;
}

#industry-tags[b-7gosdboej8] {
    margin: 4rem 0;
}

.card-body[b-7gosdboej8] {
    font-size: .85rem !important;
}

ul.industries li a.industries_excluded[b-7gosdboej8], ul.industries_keywords li a.industries_keywords_excluded[b-7gosdboej8], ul.countries li a.countries_excluded[b-7gosdboej8] {
    background-color: #5c789c;
}

/*ul.industries_keywords li a.industries_keywords_excluded {
    background-color: #6771dc;
}*/

ul.industries[b-7gosdboej8], ul.industries_keywords[b-7gosdboej8], ul.countries[b-7gosdboej8] {
    list-style: none;
    margin: 0.3rem 0 0.15rem;
    padding: 0;
}

    ul.industries li[b-7gosdboej8], ul.industries_keywords li[b-7gosdboej8], ul.countries li[b-7gosdboej8] {
        display: inline-block;
        padding: .22rem .13rem;
        font-size: 0.8rem;
    }

        ul.industries li a[b-7gosdboej8], ul.industries_keywords li a[b-7gosdboej8], ul.countries li a[b-7gosdboej8] {
            border-radius: 3px;
            font-weight: 300;
            padding: 2px 3px 3px;
            border: none;
            margin: 0;
            color: whitesmoke;
            text-decoration: none;
            cursor: pointer;
        }

        ul.industries li a[b-7gosdboej8] {
            background-color: #6771dc;
        }

        ul.industries_keywords li a[b-7gosdboej8] {
            background-color: #a367dc;
        }

        ul.countries li a[b-7gosdboej8] {
            background-color: #a367dc;
        }

.filters-headers[b-7gosdboej8] {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Optional: vertically centers the items */
    width: 100%; /* Optional: sets the width of the container */
}

.sectors-card .card[b-7gosdboej8], .topics-card .card[b-7gosdboej8] {
    padding: .2rem;
    box-shadow: rgb(0 0 0 / 20%) 3px 3px 5px 2px;
    border: none;
    background-color: #efefef;
}

    .sectors-card .card .card-body[b-7gosdboej8], .topics-card .card .card-body[b-7gosdboej8] {
        padding: .3rem .25rem;
    }

.month-label[b-7gosdboej8] {
    font-size: 0.7rem;
    margin-top: -4px; /* Slight overlap adjustment if needed */
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/PE Dash/Index.razor.rz.scp.css */


    .PageTitle h6.date[b-8d2rhqcyuv] {
        font-size: 0.8rem;
    }

    .PageTitle h3[b-8d2rhqcyuv], .PageTitle h4[b-8d2rhqcyuv], .PageTitle h6[b-8d2rhqcyuv] {
        font-weight: 300;
    }

    .PageTitle h3[b-8d2rhqcyuv] {
        font-size: 1.6rem;
    }

.logo[b-8d2rhqcyuv] {
    width: 36px;
    cursor: pointer;
}
.custom-mt[b-8d2rhqcyuv] {
    margin-top: 0.8rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Person Dash/Components/BioCard.razor.rz.scp.css */
body[b-twrnnas51q] {
}

.card[b-twrnnas51q] {
    padding: 0.5rem;
}

p[b-twrnnas51q] {    
    padding-top: 0.75rem;
}

.card-row[b-twrnnas51q] {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
/*    gap: 1.5rem;
    padding: 2rem;*/
    flex-wrap: wrap;
}

.card[b-twrnnas51q] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    padding: .8rem;
    flex: 1 1 300px;
    color: var(--text-light);
}

.info-label[b-twrnnas51q] {
    color: #bec0ca;
    font-weight: 400;
    font-size: 0.75rem;
}

.info-value[b-twrnnas51q] {
    font-size: 1rem;
    color: white;
}

.btn.bio-modal-button[b-twrnnas51q] {
    border: solid 0.8px #11478d !important;    
    width: 60px;
    font-size: 0.71rem;
    padding: 0.2rem;    
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Person Dash/Components/DealsRelatedResults.razor.rz.scp.css */
tbody tr td[b-ch3t92fvfc] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
}

thead tr th[b-ch3t92fvfc] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #f5f5f5 !important;
}

tbody tr[b-ch3t92fvfc] {
    height: 4.5em; /* Set fixed height for each row */
}

.back-button[b-ch3t92fvfc] {
    position: absolute;
    left: 5.5rem;
    top: 1rem;
    cursor: pointer;
    background-color: #3637FA !important;
    border: solid 1px #3637FA !important;
    border-radius: 4px !important;
    font-size: 0.8rem;
}


.PageTitle h6.date[b-ch3t92fvfc] {
    font-size: .9rem;
}

.PageTitle h3[b-ch3t92fvfc], .PageTitle h6[b-ch3t92fvfc] {
    font-weight: 300;
}

.sortable[b-ch3t92fvfc] {
    cursor: pointer;
}

.article-link[b-ch3t92fvfc] {
    color: #62ADD5;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
}

/*@media (max-width: 576px) {
    .deal-type-column {
        width: 18%
    }
}

@media (min-width: 576px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 768px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 992px) {
    .deal-type-column {
        width: 13%
    }
}*/

#result-table[b-ch3t92fvfc] {
    min-width: 100%;
    width: 60em;
}


/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-ch3t92fvfc] {
    z-index: 1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-ch3t92fvfc]::before,
    .icon-duotone[b-ch3t92fvfc]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-ch3t92fvfc]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-ch3t92fvfc]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-ch3t92fvfc]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-ch3t92fvfc]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-ch3t92fvfc]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-ch3t92fvfc]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-ch3t92fvfc]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-ch3t92fvfc]::after {
    content: "\f0dc\f0dc";
}

.custom-button[b-ch3t92fvfc] {
    padding-left: 15px;
}

.deal-cell[b-ch3t92fvfc] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hide the default checkbox */
input.custom-checkbox[b-ch3t92fvfc] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-ch3t92fvfc] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-ch3t92fvfc] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-ch3t92fvfc] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-ch3t92fvfc] {
    border-color: initial;
}

.search-result-card[b-ch3t92fvfc] {
    margin-bottom: 7px;
    border: none;
}

.card[b-ch3t92fvfc] {
    border-radius: 5px;
}

.deal-cell[b-ch3t92fvfc] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.results-wrapper[b-ch3t92fvfc] {
    padding-top: 1.5rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Person Dash/Components/InterestsCard.razor.rz.scp.css */
body[b-bj0wselbz7] {
}

.card[b-bj0wselbz7] {
    padding: 0.5rem;
}

p[b-bj0wselbz7] {
    padding-top: 0.75rem;
}

.card-row[b-bj0wselbz7] {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
/*    gap: 1.5rem;
    padding: 2rem;*/
    flex-wrap: wrap;
}

.card[b-bj0wselbz7] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    padding: .8rem;
    flex: 1 1 300px;
    color: var(--text-light);
}

.interests-card[b-bj0wselbz7] {
}

.info-label[b-bj0wselbz7] {
    color: #bec0ca;
    font-weight: 400;
}

.info-value[b-bj0wselbz7] {
    font-size: 1rem;
    color: white;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Person Dash/Components/PersonSearchFilters.razor.rz.scp.css */
#result-table[b-yoefm3su5t] {
    min-width: 100%;
    width: 60em;
}

#industry-tags[b-yoefm3su5t] {
    margin: 4rem 0;
}

.card-body[b-yoefm3su5t] {
    font-size: .85rem !important;
}

ul.industries li a.industries_excluded[b-yoefm3su5t], ul.industries_keywords li a.industries_keywords_excluded[b-yoefm3su5t], ul.countries li a.countries_excluded[b-yoefm3su5t] {
    background-color: #5c789c;
}

/*ul.industries_keywords li a.industries_keywords_excluded {
    background-color: #6771dc;
}*/

ul.industries[b-yoefm3su5t], ul.industries_keywords[b-yoefm3su5t], ul.countries[b-yoefm3su5t] {
    list-style: none;
    margin: 0.3rem 0 0.15rem ;
    padding: 0;
}

    ul.industries li[b-yoefm3su5t], ul.industries_keywords li[b-yoefm3su5t], ul.countries li[b-yoefm3su5t] {
        display: inline-block;
        padding: .22rem .13rem;
        font-size: 0.8rem;
    }

        ul.industries li a[b-yoefm3su5t], ul.industries_keywords li a[b-yoefm3su5t], ul.countries li a[b-yoefm3su5t] {
            border-radius: 3px;
            font-weight: 300;
            padding: 2px 3px 3px;
            border: none;
            margin: 0;
            color: whitesmoke;
            text-decoration: none;
            cursor: pointer;
        }

        ul.industries li a[b-yoefm3su5t] {
            background-color: #6771dc;
        }

        ul.industries_keywords li a[b-yoefm3su5t] {
            background-color: #a367dc;
        }
        
        ul.countries li a[b-yoefm3su5t] {
            background-color: #a367dc;
        }

.filters-headers[b-yoefm3su5t] {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Optional: vertically centers the items */
    width: 100%; /* Optional: sets the width of the container */
}

.filters-wrapper[b-yoefm3su5t] {    
    margin-bottom: .8rem;
}

.sectors-card .card[b-yoefm3su5t], .topics-card .card[b-yoefm3su5t] {
    padding: .2rem;
    box-shadow: rgb(0 0 0 / 20%) 3px 3px 5px 2px;
    border: none;
    background-color: #efefef;
}

    .sectors-card .card .card-body[b-yoefm3su5t], .topics-card .card .card-body[b-yoefm3su5t] {
        padding: .3rem .25rem;
    }
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Person Dash/Components/ProfileBioModal.razor.rz.scp.css */

.modal-dialog[b-o43i2fhvs4] {

}

.modal-content[b-o43i2fhvs4] {
    color: whitesmoke;
    font-size: .95rem;
    background: linear-gradient(0deg, rgb(9, 45, 73) 50%, rgb(38, 135, 183) 190%);
    box-shadow: rgb(0 0 0 / 25%) 3px 3px 10px 2px !important;
    border: 0.5px solid #0f4c6d !important;
    border-radius: 4px;
    background-color: #092d49;
}

.modal-body[b-o43i2fhvs4]{
    font-weight: 300;
}

.modal-header[b-o43i2fhvs4] {
    padding: 0 1rem;    
    border: none;
}

.modal-header h3[b-o43i2fhvs4]{
    font-weight: 300;
    margin-top: .5rem;
}

.modal-footer[b-o43i2fhvs4] {
    border: none;
}

.modal-close-button[b-o43i2fhvs4] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 1rem 0 1rem 0;
}

    .modal-close-button .btn[b-o43i2fhvs4] {
        background-color: whitesmoke;
        color: #162636;
        border: 1px solid #162636;
        font-size: .8rem;
        width: 70px;
        box-sizing: border-box;
        text-align: center;
        border-radius: 4px;
        text-decoration: none;
        padding: 6px 8px;
        cursor: pointer;
        white-space: nowrap;
    }

        .modal-close-button .btn:hover[b-o43i2fhvs4] {
            background-color: #162636;
            color: whitesmoke;
            border: 1px solid whitesmoke;
        }
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Person Dash/Components/ProfileCard.razor.rz.scp.css */
.card-row[b-1a5ti92iwa] {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
/*    gap: 1.5rem;
    padding: 2rem;*/
    flex-wrap: wrap;
}
.mt-value[b-1a5ti92iwa] {
    margin-top: 0.75rem;
}
.card[b-1a5ti92iwa] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    padding: .8rem;
    flex: 1 1 300px;
    color: var(--text-light);
}

.profile-card[b-1a5ti92iwa] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.profile-image-wrapper[b-1a5ti92iwa] {
    width: 86%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.profile-rect-img[b-1a5ti92iwa] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.profile-name[b-1a5ti92iwa] {
    font-size: 1.1rem;
    font-weight:400;
}

.profile-info[b-1a5ti92iwa] {
    width: 100%;
    text-align: left;
    margin-bottom: 1.5rem;
}

.info-label[b-1a5ti92iwa] {
    color: #bec0ca;
    font-weight: 400;
    margin-top: 0.75rem;
    font-size: 0.75rem;
}

.info-value[b-1a5ti92iwa] {
    font-size: 1rem;
    color: white;
}

.connect-btn[b-1a5ti92iwa] {
    padding: 0.5rem 1.25rem;
    background-color: white;
    color: #121829;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .connect-btn:hover[b-1a5ti92iwa] {
        background-color: #eee;
    }

.contact-icons a[b-1a5ti92iwa]{
    margin-left:0 .2rem;
}

.contact-icons i[b-1a5ti92iwa] {
    font-size: 1.15rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Person Dash/Index.razor.rz.scp.css */

.card-row[b-llr57hkgze] {
    display: flex;
    justify-content: center;
    flex-direction: row;
/*    gap: .8rem;*/
/*    padding: 2rem;*/
    flex-wrap: wrap;
    margin-top: 2rem !important;
}

.card[b-llr57hkgze] {
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    padding: 1.5rem;
    flex: 1 1 300px;
    color: var(--text-light);
}

.profile-image-wrapper[b-llr57hkgze] {
    position: absolute;
    top: -70px;
    z-index: 1;
    width: 120px;
    height: 140px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.profile-rect-img[b-llr57hkgze] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.profile-name[b-llr57hkgze] {
    font-size: 1.25rem;
    margin-top: 20px;
    margin-bottom: 3rem
}

.profile-info[b-llr57hkgze] {
    width: 100%;
    text-align: left;
    margin-bottom: 1.5rem;
}

.info-label[b-llr57hkgze] {
    font-weight: bold;
    color: #aaa;
    font-size: 0.75rem;
    margin-top: 0.75rem;
}

.info-value[b-llr57hkgze] {
    font-size: 1rem;
    color: white;
}

.connect-btn[b-llr57hkgze] {
    padding: 0.5rem 1.25rem;
    background-color: white;
    color: #121829;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .connect-btn:hover[b-llr57hkgze] {
        background-color: #eee;
    }

.cards-spacing[b-llr57hkgze] {
    margin-top: 5rem !important;
    justify-content: center !important;
}
    .PageTitle h6.date[b-llr57hkgze] {
        font-size: 0.8rem;
    }

    .PageTitle h3[b-llr57hkgze], .PageTitle h4[b-llr57hkgze], .PageTitle h6[b-llr57hkgze] {
        font-weight: 300;
    }

    .PageTitle h3[b-llr57hkgze] {
        font-size: 1.6rem;
    }

.logo[b-llr57hkgze] {
    width: 36px;
    cursor: pointer;
}
.custom-mt[b-llr57hkgze] {
    margin-top: 0.8rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Search/CompanyRelatedInfo.razor.rz.scp.css */
tbody tr td[b-8f1z9s43aw] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
    position: relative;
}

tbody tr[b-8f1z9s43aw] {
    height: auto; /* Changed from fixed 4.5em */
    min-height: 4.5em; /* Minimum height for empty states */
}
thead tr th[b-8f1z9s43aw] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

.back-button[b-8f1z9s43aw] {
    position: absolute;
    left: 5.5rem;
    top: 1rem;
    cursor: pointer;
}

.PageTitle h6.date[b-8f1z9s43aw] {
    font-size: .9rem;
}

.PageTitle h3[b-8f1z9s43aw], .PageTitle h6[b-8f1z9s43aw] {
    font-weight: 300;
}

.sortable[b-8f1z9s43aw] {
    cursor: pointer;
}

.article-link[b-8f1z9s43aw] {
    color: #62ADD5;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
}
#result-table[b-8f1z9s43aw] {
    min-width: 100%;
    width: 60em;
}

    /* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

    .icon-duotone[b-8f1z9s43aw] {
        z-index: 1;
        position: relative;
        padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
    }

        /* Step 2: Set the font styles for Duotone */
        .icon-duotone[b-8f1z9s43aw]::before,
        .icon-duotone[b-8f1z9s43aw]::after {
            font: var(--fa-font-duotone);
            /* include the basic Font Awesome font style settings if you haven't already */
            display: inline-block;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1.25em;
            text-align: center;
        }

        /* Step 3: Set the default opacity levels and colors for each layer */
        .icon-duotone[b-8f1z9s43aw]::before {
            color: var(--fa-secondary-color, inherit);
            opacity: var(--fa-secondary-opacity, 0.4);
        }

        .icon-duotone[b-8f1z9s43aw]::after {
            color: var(--fa-secondary-color, inherit);
            opacity: var(--fa-secondary-opacity, 0.4);
        }

        .icon-duotone.asc[b-8f1z9s43aw]::before {
            color: var(--fa-primary-color, inherit);
            opacity: 1;
            opacity: var(--fa-primary-opacity, 1.0);
        }

        .icon-duotone.asc[b-8f1z9s43aw]::after {
            color: var(--fa-secondary-color, inherit);
            opacity: var(--fa-secondary-opacity, 0.4);
        }


        .icon-duotone.desc[b-8f1z9s43aw]::before {
            color: var(--fa-secondary-color, inherit);
            opacity: var(--fa-secondary-opacity, 0.4);
        }

        .icon-duotone.desc[b-8f1z9s43aw]::after {
            color: var(--fa-primary-color, inherit);
            opacity: 1;
            opacity: var(--fa-primary-opacity, 1.0);
        }


    /* Step 4: Reference an individual icon's layers using unicodes */
    /* This rule renders the primary duotone for the door-open icon */
    .icon-sort[b-8f1z9s43aw]::before {
        content: "\f0dc";
    }

    /* This rule renders the secondary duotone for the door-open icon */
    .icon-sort[b-8f1z9s43aw]::after {
        content: "\f0dc\f0dc";
    }

/* Hide the default checkbox */
input.custom-checkbox[b-8f1z9s43aw] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-8f1z9s43aw] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-8f1z9s43aw] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-8f1z9s43aw] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-8f1z9s43aw] {
    border-color: initial;
}


.search-result-card[b-8f1z9s43aw] {
    margin-bottom: 7px;
    border: none;
}

.card[b-8f1z9s43aw] {
    border-radius: 5px;
}

.deal-cell[b-8f1z9s43aw] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.results-wrapper[b-8f1z9s43aw] {
    padding-top: 1.5rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Search/Index.razor.rz.scp.css */
tbody tr td[b-qiib3fv0tr] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em;
    position: relative;
}

thead tr th[b-qiib3fv0tr] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-qiib3fv0tr] {
    height: auto; /* Changed from fixed 4.5em */
    min-height: 4.5em; /* Minimum height for empty states */
}

.back-button[b-qiib3fv0tr] {
    position: absolute;
    left: 5.5rem;
    top: 1rem;
    cursor: pointer;
    background-color: #3637FA !important;
    border: solid 1px #3637FA !important;
    border-radius: 4px !important;
    font-size: 0.8rem;
}

    .PageTitle h6.date[b-qiib3fv0tr] {
        font-size: .9rem;
    }

    .PageTitle h3[b-qiib3fv0tr], .PageTitle h6[b-qiib3fv0tr] {
        font-weight: 300;
    }

.sortable[b-qiib3fv0tr] {
    cursor: pointer;
}

.article-link[b-qiib3fv0tr] {
    color: #62ADD5;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
}

#result-table[b-qiib3fv0tr] {
    min-width: 100%;
    width: 60em;
}


/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-qiib3fv0tr] {
    z-index: 1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-qiib3fv0tr]::before,
    .icon-duotone[b-qiib3fv0tr]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-qiib3fv0tr]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-qiib3fv0tr]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-qiib3fv0tr]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-qiib3fv0tr]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-qiib3fv0tr]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-qiib3fv0tr]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-qiib3fv0tr]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-qiib3fv0tr]::after {
    content: "\f0dc\f0dc";
}

.custom-button[b-qiib3fv0tr] {
    padding-left: 15px;
}

.deal-cell[b-qiib3fv0tr] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hide the default checkbox */
input.custom-checkbox[b-qiib3fv0tr] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-qiib3fv0tr] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;    
}

.custom-checkbox-cell[b-qiib3fv0tr]{
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-qiib3fv0tr] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-qiib3fv0tr] {
    border-color: initial;
}

.search-result-card[b-qiib3fv0tr] {
    margin-bottom: 7px;
    border: none;
}
.card[b-qiib3fv0tr] {
    border-radius: 5px;
}
.deal-cell[b-qiib3fv0tr] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.results-wrapper[b-qiib3fv0tr] {
    padding-top: 1.5rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Search/MainSearchRelatedInfo.razor.rz.scp.css */
tbody tr td[b-jswziqqrha] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
    position: relative;
}

thead tr th[b-jswziqqrha] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-jswziqqrha] {
    height: auto; /* Changed from fixed 4.5em */
    min-height: 4.5em; /* Minimum height for empty states */
}

.back-button[b-jswziqqrha] {
    position: absolute;
    left: 5.5rem;
    top: 1rem;
    cursor: pointer;
}

.PageTitle h6.date[b-jswziqqrha] {
    font-size: .9rem;
}

    .PageTitle h3[b-jswziqqrha], .PageTitle h6[b-jswziqqrha] {
        font-weight: 300;
    }

.sortable[b-jswziqqrha] {
    cursor: pointer;
}
#result-table[b-jswziqqrha] {
    min-width: 100%;
    width: 60em;
}
.article-link[b-jswziqqrha] {
    color: #62ADD5;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
}

/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-jswziqqrha] {
    z-index: 1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-jswziqqrha]::before,
    .icon-duotone[b-jswziqqrha]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-jswziqqrha]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-jswziqqrha]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-jswziqqrha]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-jswziqqrha]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-jswziqqrha]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-jswziqqrha]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-jswziqqrha]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-jswziqqrha]::after {
    content: "\f0dc\f0dc";
}

#IncludeTextHits[b-jswziqqrha] {
    width: 50px;
    height: 25px;
}

    #IncludeTextHits:checked[b-jswziqqrha] {
        background-color: #62ADD5;
    }

    #IncludeTextHits:focus[b-jswziqqrha] {
        box-shadow: none !important;
        outline: 0;
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-switch[b-jswziqqrha] {
        margin-top: 3px;
        padding-left: 5rem;
    }

.form-check-label[b-jswziqqrha]{
    margin-left:10px;
}

.custom-button[b-jswziqqrha] {
    padding-left: 15px;
}

/*.page-navigation-button {
    background-color: #5c789c;
    color: white;
    border: solid 1px #18293a;
    border-radius: 4px !important;
    font-size: 0.7rem;
    width: 90px;
}

.page-navigation-button:hover {
    cursor: pointer;
    color: #18293a;
    background-color: #f4f4fc;
    border: solid 1px #18293a;
}

.page-navigation-button:focus, .page-navigation-button:active:focus {
    outline: none;
    box-shadow: none;
}*/

/* Hide the default checkbox */
input.custom-checkbox[b-jswziqqrha] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-jswziqqrha] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-jswziqqrha] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-jswziqqrha] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-jswziqqrha] {
    border-color: initial;
}

.search-result-card[b-jswziqqrha] {
    margin-bottom: 7px;
    border: none;
}

.card[b-jswziqqrha] {
    border-radius: 5px;
}

.deal-cell[b-jswziqqrha] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.results-wrapper[b-jswziqqrha] {
    padding-top: 1.5rem;
}


/*@media (max-width: 576px) {
    .deal-type-column {
        width: 18%
    }
}

@media (min-width: 576px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 768px) {
    .deal-type-column {
        width: 16%
    }
}

@media (min-width: 992px) {
    .deal-type-column {
        width: 13%
    }
}*/
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Search/RelatedKeyPeopleInfo.razor.rz.scp.css */
tbody tr td[b-80n3w075qi] {
    vertical-align: middle;
    font-size: 0.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0.25rem;
    line-height: 1.5em; /* Adjust line-height for content within the fixed height */
    position: relative;
}

thead tr th[b-80n3w075qi] {
    font-size: 14px;
    font-weight: 400;
    padding: 0.25rem;
    color: #566982;
}

tbody tr[b-80n3w075qi] {
    height: auto; /* Changed from fixed 4.5em */
    min-height: 4.5em; /* Minimum height for empty states */
}

/*.records-count {
    width: auto;
    min-width: 22px;
    border-radius: 3px;
    padding: 0 3px 0 3px !important;
    height: 22px;
    background-color: #6771dc;
    display: grid;
    place-items: center;
    color: whitesmoke;
    font-size: 11px;
    font-weight: 400;
    cursor:pointer;
    text-decoration:none;
}*/

.article-link[b-80n3w075qi] {
    color: #62ADD5;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
}

.back-button[b-80n3w075qi] {
    position: absolute;
    left: 5.5rem;
    top: 1rem;
    cursor: pointer;
    background-color: #3637FA !important;
    border: solid 1px #3637FA !important;
    border-radius: 4px !important;
    font-size: 0.8rem;
}

.PageTitle h6.date[b-80n3w075qi] {
    font-size: .9rem;
}

.PageTitle h3[b-80n3w075qi], .PageTitle h6[b-80n3w075qi] {
    font-weight: 300;
}

.sortable[b-80n3w075qi] {
    cursor: pointer;
}

#result-table[b-80n3w075qi] {
    min-width: 100%;
    width: 60em;
}

/* Step 1: Common Duotone positioning properties: All required to make icons render reliably */

.icon-duotone[b-80n3w075qi] {
    z-index:1;
    position: relative;
    padding-left: 1.25em; /* make space for the width of the absolutely positioned icon */
}

    /* Step 2: Set the font styles for Duotone */
    .icon-duotone[b-80n3w075qi]::before,
    .icon-duotone[b-80n3w075qi]::after {
        font: var(--fa-font-duotone);
        /* include the basic Font Awesome font style settings if you haven't already */
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        /* position both layers of the icon to the right, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1.25em;
        text-align: center;
    }

    /* Step 3: Set the default opacity levels and colors for each layer */
    .icon-duotone[b-80n3w075qi]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone[b-80n3w075qi]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.asc[b-80n3w075qi]::before {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }

    .icon-duotone.asc[b-80n3w075qi]::after {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }


    .icon-duotone.desc[b-80n3w075qi]::before {
        color: var(--fa-secondary-color, inherit);
        opacity: var(--fa-secondary-opacity, 0.4);
    }

    .icon-duotone.desc[b-80n3w075qi]::after {
        color: var(--fa-primary-color, inherit);
        opacity: 1;
        opacity: var(--fa-primary-opacity, 1.0);
    }


/* Step 4: Reference an individual icon's layers using unicodes */
/* This rule renders the primary duotone for the door-open icon */
.icon-sort[b-80n3w075qi]::before {
    content: "\f0dc";
}

/* This rule renders the secondary duotone for the door-open icon */
.icon-sort[b-80n3w075qi]::after {
    content: "\f0dc\f0dc";
}

.custom-button[b-80n3w075qi] {
    padding-left: 15px;
}

/* Hide the default checkbox */
input.custom-checkbox[b-80n3w075qi] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox-label[b-80n3w075qi] {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #18293a; /* Border color */
    background-color: white;
    border-radius: 3px; /* Smooth curved corners */
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-checkbox-cell[b-80n3w075qi] {
    padding-top: 0.38rem !important;
}

/* Solid fill when checked */
input.custom-checkbox:checked + .custom-checkbox-label[b-80n3w075qi] {
    background-color: #417de1;
    border-color: #417de1;
}

/*Adjust hover effect */
.custom-checkbox-label:hover[b-80n3w075qi] {
    border-color: initial;
}

.search-result-card[b-80n3w075qi] {
    margin-bottom: 7px;
    border: none;
}

.card[b-80n3w075qi] {
    border-radius: 5px;
}

.deal-cell[b-80n3w075qi] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.results-wrapper[b-80n3w075qi] {
    padding-top: 1.5rem;
}
/* _content/Actum.Analytics/Pages/Financial/Dashboard/Search/SearchFilters.razor.rz.scp.css */
#result-table[b-hv52lnnvx9] {
    min-width: 100%;
    width: 60em;
}

#industry-tags[b-hv52lnnvx9] {
    margin: 4rem 0;
}

.card-body[b-hv52lnnvx9] {
    font-size: .85rem !important;
}

ul.industries li a.industries_excluded[b-hv52lnnvx9], ul.industries_keywords li a.industries_keywords_excluded[b-hv52lnnvx9], ul.countries li a.countries_excluded[b-hv52lnnvx9] {
    background-color: #5c789c;
}

/*ul.industries_keywords li a.industries_keywords_excluded {
    background-color: #6771dc;
}*/

ul.industries[b-hv52lnnvx9], ul.industries_keywords[b-hv52lnnvx9], ul.countries[b-hv52lnnvx9] {
    list-style: none;
    margin: 0.3rem 0 0.15rem ;
    padding: 0;
}

    ul.industries li[b-hv52lnnvx9], ul.industries_keywords li[b-hv52lnnvx9], ul.countries li[b-hv52lnnvx9] {
        display: inline-block;
        padding: .22rem .13rem;
        font-size: 0.8rem;
    }

        ul.industries li a[b-hv52lnnvx9], ul.industries_keywords li a[b-hv52lnnvx9], ul.countries li a[b-hv52lnnvx9] {
            border-radius: 3px;
            font-weight: 300;
            padding: 2px 3px 3px;
            border: none;
            margin: 0;
            color: whitesmoke;
            text-decoration: none;
            cursor: pointer;
        }

        ul.industries li a[b-hv52lnnvx9] {
            background-color: #6771dc;
        }

        ul.industries_keywords li a[b-hv52lnnvx9] {
            background-color: #a367dc;
        }
        
        ul.countries li a[b-hv52lnnvx9] {
            background-color: #a367dc;
        }

.filters-headers[b-hv52lnnvx9] {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Optional: vertically centers the items */
    width: 100%; /* Optional: sets the width of the container */
}

.filters-wrapper[b-hv52lnnvx9]{
    margin-bottom: 0;
}


.sectors-card .card[b-hv52lnnvx9], .topics-card .card[b-hv52lnnvx9] {
    padding: .2rem;
    box-shadow: rgb(0 0 0 / 20%) 3px 3px 5px 2px;
    border: none;
}

    .sectors-card .card .card-body[b-hv52lnnvx9], .topics-card .card .card-body[b-hv52lnnvx9] {
        padding: .3rem .25rem;
    }
/* _content/Actum.Analytics/Pages/Financial/FullFinancial/Index.razor.rz.scp.css */

.CardItem[b-7ydbar334n] {
    font-weight: 300;
    font-size: 0.9rem;
}

    .CardItem > i[b-7ydbar334n] {
        font-size: 20px;
        cursor: pointer;
    }

.CardTitle[b-7ydbar334n] {
    font-size: 0.9rem;
}

.back-button[b-7ydbar334n] {
    position: absolute;
    left: 5.5rem;
    top: 1rem;
    cursor: pointer;
}

tr.highlight td[b-7ydbar334n] {
    padding-bottom: 0.75rem;
}

tr.spacer td[b-7ydbar334n] {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.spinner[b-7ydbar334n] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 50px;
}

.PageTitle[b-7ydbar334n] {
    margin-bottom: 1rem;
}

    .PageTitle h6.date[b-7ydbar334n] {
        font-size: .9rem;
    }

    .PageTitle h3[b-7ydbar334n], .PageTitle h4[b-7ydbar334n], .PageTitle h6[b-7ydbar334n] {
        font-weight: 300;
    }

.dashboard-card[b-7ydbar334n] {
    margin-bottom: .7rem;

}
/* _content/Actum.Analytics/Pages/Financial/Index.razor.rz.scp.css */
body[b-es2eigibcu] {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
    color: #34495e;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6em;
}

p[b-es2eigibcu] {
    margin: 0;
}

.spinner[b-es2eigibcu] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 50px;
}

.PageTitle[b-es2eigibcu] {
    margin-bottom: 1.3rem;
}

    .PageTitle h6.date[b-es2eigibcu] {
        font-size: .9rem;
    }

    .PageTitle h3[b-es2eigibcu], .PageTitle h4[b-es2eigibcu], .PageTitle h6[b-es2eigibcu] {
        font-weight: 300;
    }

.financial-link i[b-es2eigibcu] {
    font-size: 26px;
    font-weight: 300;
}

.logo[b-es2eigibcu] {
    width: 36px;
    cursor: pointer;
}
/* _content/Actum.Analytics/Pages/Financial/Summary/Components/Charts/EmployeesChart.razor.rz.scp.css */
body[b-s2u5ecshwq] {
}

.employee-chart[b-s2u5ecshwq] {
    width: 100%;
    height: 500px;
    max-width: 100%;
    font-size: 14px;
}

.employee-chart-target-company[b-s2u5ecshwq] {
    width: 100%;
    height: 376px;
    max-width: 100%;
    font-size: 14px;
}
/* _content/Actum.Analytics/Pages/Financial/Summary/Components/Charts/FinancialChart.razor.rz.scp.css */
body[b-2u2p4jhl9v] {
}

#FinancialChartDiv[b-2u2p4jhl9v] {
    width: 100%;
    height:460px;
    font-size: 14px;
}
/* _content/Actum.Analytics/Pages/Financial/Summary/Components/Sections/SummarySection.razor.rz.scp.css */
body[b-jei949y45s] {
}

.center[b-jei949y45s] {
    padding: 2px 0;
}

.card[b-jei949y45s] {
    box-shadow: 0px 10px 24px 6px rgba(0,0,0,0.13);
    border-radius: 0.3rem;
}

.card > .card-body[b-jei949y45s]{
    cursor:pointer;
}

.CardHeaders[b-jei949y45s] {
    margin-bottom: 0.75rem;
}

.CardHeaders > span[b-jei949y45s] {
    font-size: 16px;
    font-weight: 400;
}
    .CardHeaders > i[b-jei949y45s] {
        font-size: 22px;
        cursor: pointer;
    }

.CardItem[b-jei949y45s] {
    font-weight: 300;
    font-size: 0.9rem;
}

/*.d-flex{
    padding-left:5px;
    padding-right:5px
}*/

tr.spacer td[b-jei949y45s] {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
/* _content/Actum.Analytics/Pages/Financial/Summary/Index.razor.rz.scp.css */
body[b-w473dfukpp] {
}

.card[b-w473dfukpp] {
    box-shadow: 0px 10px 24px 6px rgba(0,0,0,0.13);
    border-radius: 0.3rem;
}


.chart-headers > span[b-w473dfukpp] {
    font-size: 18px;
    font-weight: 300;
}

.no-data[b-w473dfukpp] {
    font-size: 18px;
    font-weight: 300;
}

.research-info[b-w473dfukpp] {
    position: absolute;
    top: 0.3rem;
    right: 0.6rem;
    font-weight: 300;
    font-size: 1.2rem;
    cursor: pointer;
}

.research-info a[b-w473dfukpp]  {
    color:inherit;
}

.PageTitle[b-w473dfukpp] {
    margin-bottom: 50px;
}

.container[b-w473dfukpp] {
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    width: 100%; /* Set a width for the container (adjust as needed) */
    /*height: 100%;*/ /* Set a height for the container (adjust as needed) */
}

.centered-text[b-w473dfukpp] {
    text-align: center; /* Align the text horizontally */
}

.bottom-left-text[b-w473dfukpp] {
    position: absolute;
    bottom: 10px;
}

/* _content/Actum.Analytics/Shared/MainLayout.razor.rz.scp.css */
.page[b-3hkjinvq0g] {
    position: relative;
    display: flex;
    flex-direction: column;    
}

html[b-3hkjinvq0g] {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body[b-3hkjinvq0g] {
    color: #566982;
}

@media (min-width: 768px) {
    html[b-3hkjinvq0g] {
        font-size: 16px;
    }
}

.logo[b-3hkjinvq0g] {
    width: 36px;    
}

.navbar-item[b-3hkjinvq0g] {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 24px
}

    .navbar-item > a > i[b-3hkjinvq0g] {
        font-weight: 400;
    }

    .navbar-item > a[b-3hkjinvq0g] {
        text-decoration: none;
    }

.fa-power-off[b-3hkjinvq0g] {
    font-size: 1.2rem
}


@media only screen and (min-width: 300px) {
    .offcanvas-start[b-3hkjinvq0g] {
        width: 30%
    }
}

@media only screen and (min-width: 768px) {    

    .offcanvas-start[b-3hkjinvq0g] {
        width: 15%
    }
}

@media only screen and (min-width: 992px) {

    .hide-toggle-container[b-3hkjinvq0g] {
        display: none;
    }
}

#offcanvasTogglerContainer > i[b-3hkjinvq0g] {
    top: 0;
    left: 0;
    padding: 1rem 1rem 0 1rem;
}

.btn-logout-offcanvas[b-3hkjinvq0g] {
    font-size: x-large !important;
}

#offcanvasTogglerContainer > i:hover[b-3hkjinvq0g] {
    cursor: pointer;
}

.close-menu[b-3hkjinvq0g]{
    cursor:pointer;
    font-size:15px;
}
