#kt_header {
    background-color: #ffffff;
}

#kt-header-mobile {
    background-color: #ffffff;
}

.kt-header .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-username
{
	color: #00263E;
}

/* 
For some reason blockquotes don't have any style, so added this to fix that.
Keanu - March 2023
 */
blockquote {
    color: #7f8c8d;
    font-style: italic;
    padding-left: 30px;
}
/* 
Remove the "Powered By Cyver Core" banner at the bottom of each page in the portal.
Keanu - April 2023
 */
.kt-footer__copyright {
	display: none!important;
}

/*
Big images in finding evidences.
Keanu - June 2024
*/
.file_box {
	height: unset!important;
}
.file_box_pic {
	height: unset!important;
}
.fileEvidenceImage {
	max-height: unset!important;
}