
        /* All links */
        body.searchBody .mainPanel a {
            color: #026EDD;
        }
    
        /* Inventory side bar */
        body.searchBody .searchSidebar .searchItem.active {
            border-left-color: #026EDD;
            background-color: rgba(2, 110, 221, 0.1);
        }
    
        /* CTA buttons */
        body.searchBody .ui.button.green {
            background-color: #026EDD !important;
        }
    
        /* Smart folder arrow icons */
        body.searchBody .ui.resultContainer .screenshotTable .resultCell .detailIcon {
            color: #026EDD;
        }
    
        /* Powered by footer */
        body.searchBody #footerSection .right.floated.item .gray a {
            color: rgba(0, 0, 0, 0.87);
        }
    
        /* Logout icon */
        body.searchBody #topMenu .right.menu.grid #signOutButton:hover {
            background-color: #026EDD;
        }
    
        body.searchBody .ui.cancel.button:not(.light-gray) {
            color: #026EDD !important;
        }
    
        body.searchBody .filterContainer .filterSelectContainer #filterSelect .typeDropdownContainer .typeDropdown .typeDropdownMenu .item .doneButton .doneLabel {
            color: #026EDD !important;
        }
    
        body.searchBody .smartfolderheader #portfolioNameDiv input {
            border-color: #026EDD !important;
        }
    
        body.searchBody #resultOptions #portfolio_select.ui.item.dropdown.extra.open {
            background-color: #026EDD !important;
        }
    
        body.searchBody #topMenu .item-inventories .menu .header:hover {
            background-color: #026EDD !important;
        }
    
        body.searchBody .pagerDropdown:hover {
            color: #026EDD !important;
        }
    
        body.searchBody .chart .searchhiddenwarning {
            color: #026EDD !important;
        }
        
        body.searchBody .alertSetupModal a {
            color: #026EDD;
        }
        
        /* Workspace homepage */
        .ws-html .ws-homepage {
            border-left-color: #026EDD;
        }
        
        .ws-html .ws-logo-block {
            border-right-color: #026EDD;
        }

        body.searchBody #addExclusionRuleModal .buttons .cancelButton, 
        body.searchBody #addBrandNameModal .buttons .cancelButton, 
        body.searchBody #addRegistratorEmailModal .buttons .cancelButton {
            color: #026EDD !important;
        }

        body.searchBody #resultOptions #add_to_inventory .button {
            background-color: #026EDD !important;
        }

        body.searchBody #resultOptions #add_to_inventory div[role=listbox]>button {
            background-color: #026EDD !important;
        }

        .ui.toggle.checkbox input:checked~.box:before, .ui.toggle.checkbox input:checked~label:before {
            background-color: #026EDD !important;
        }
        
        body.searchBody #portfoliosPage .folderList .row.folderFluidRow .row.folderRow .column.folderColumn.folderActions .iconshown i {
            color: #026EDD !important;
        }
        
        body.searchBody .ui.positive.button,
        body.searchBody .ui.positive.buttons .button,
        body.searchBody .ui.green.button,
        body.searchBody .ui.green.buttons {
            background-color: #026EDD !important;
            color: white !important;
        }

        body.searchBody .ui.cancel.button:not(.light-gray) {
            background: none !important;
            color: #026EDD !important;
        }
    