.account-pages .auth-logo .logo__one {
    fill: #007ec4;
}

.account-pages .auth-logo .logo__two {
    fill: #005c92;
}

.claim-pages .auth-logo .logo__one {
    fill: #007ec4;
}

.claim-pages .auth-logo .logo__two {
    fill: #005c92;
}

body[data-layout=horizontal][data-topbar=colored] #page-topbar {
    background-color: #007ec4;
}

header .navbar-brand-box .logo__one {
    fill: #fff;
}

header .navbar-brand-box .logo__two {
    fill: #fff;
}

.katm-report-viewer {
    width: 100%;
    max-height: 800px;
    min-height: 800px;
}

.incomes-viewer {
    width: 100%;
    max-height: 500px;
    min-height: 500px;
    overflow-y: auto;
}

.pension-viewer {
    width: 100%;
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
}

.mib-docs-viewer {
    width: 100%;
    max-height: 100px;
    min-height: 100px;
    overflow-y: auto;
}
