@charset "utf-8";
/*------------------------------------------------------------------
[Style Template Overrides]

Project: Privacy Brothers 
Version: 1.0
Last change: 10 August 2025
-------------------------------------------------------------------*/


.bg-darkblue.light-content{
    /*background-color: #1b1b1b !important;*/
    background-color: #00599a !important;
}

.highlight-blue {
	color: #00599a !important;
}

.highlight-brick  {
	color: #f58674 !important;
}

.tpl-minimal-tabs li a.active,
.tpl-minimal-tabs li a.active:hover{
    border: 1px solid #00599a !important;
    background: #00599a !important;
    color: #fff !important;
    cursor: default;
}

.sub-meta {
	font-size:1em;
}

a.btn-mod{
    background: #00599a;
    border: 2px solid transparent;
}