/* REDE Whitelabel Overrides */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity */


/* 
--primary: #ec0000;
--accent: #f6f7fb;
--secondary: #fff;

Secondary Color: 
Tertiary Color: 
Accent Color:
Link Color (on white) :  
*/

/* Whitelabel theme bug fix */
#kount-portal-app#kount-portal-app .cinq-grid .ag-side-button .ag-side-button-icon-wrapper .ag-icon-filter {
    background: transparent url(/assets/icons/filter-alt-black.svg) center no-repeat;    
}

#kount-portal-app .kount-23-icon-full-color > svg {
    background: no-repeat center/96px 32px url(/assets/getnet/getnet-sidebar.svg);
    width: 96px;
}

#kount-portal-app .kount-23-icon-full-color > svg > * {
    display: none;
}

#kount-portal-app .login-page {
    background: linear-gradient(125deg, #0000 0%, rgb(64, 47, 47) 60%), #ea0000;
}

#kount-portal-app .login-page .login-hexagon-bg {
    background: none;
}

/* #kount-portal-app .login-page .login-graph-bg {
    background: none;
} */

#kount-portal-app .login-form-container {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#kount-portal-app .login-form-container .sign-in-widget {
    margin: unset;
}

#kount-portal-app .login-page .sign-in-widget #okta-sign-in.auth-container.main-container .okta-sign-in-header {
    background: url('/assets/getnet/getnet.svg') no-repeat center/contain;
}

.cinq-grid .ag-side-button .ag-side-button-icon-wrapper .ag-icon{    
    filter:invert(0);
}

/* Overrides large fonts in Ag-Grid. This is also in friendly-fraud.component.scss */
.cinq-grid .ag-theme-kount .ag-root-wrapper .ag-group,
.cinq-grid .ag-theme-kount .ag-root-wrapper .ag-row {
  font: inherit;
}

#kount-portal-app .cinq-grid-filter-button {
    height: 24px;
    width: 24px;
}

/* Removes Kount/EFX references */
#kount-portal-app .profile-dialog .contact-section {
    display: none;
}

#kount-portal-app .login-page .login-footer {
    display: none;
}
