:root {
    --kt-primary: #0F4B88;
    --kt-primary-subtle: #0F4B88;
    --kt-light: #f8f9fa;
    --kt-light-subtle: #fcfcfd;
    --kt-white: #ffff;
    --kt-dark: #000000;
    --kt-gray: #e9ecef;
    --kt-pink: #d63384;
    --kt-orange: #fd7e14;
    --kt-yellow: #ffc107;
    --kt-teal: #20c997;
    --kt-border-color: #dee2e6;
    --kt-margin-1: .25rem;
    --kt-margin-2: .5rem;
    --kt-margin-3: 1rem;
    --kt-padding-1: .25rem;
    --kt-padding-2: .5rem;
    --kt-padding-3: 1rem;
    --kt-btn-hover-bg: #0b5ed7;
    --kt-title: #0F4B88;
    --kt-title-bg: transparent;
    --kt-title-border: #229ac8;
    --kt-title-padding: 0.25rem 0;
    --kt-menu-t-bg: rgba(0, 0, 0, 0.6);
    --kt-mobile-body-primary: #0F4B88;
}

table td p{
    margin-bottom: 0 !important;
}

.home-pages .plugin-body > p {
    line-height: 1.8rem !important;
    margin-bottom: 0.5rem !important;
}

.home-pages .plugin-body li > p{
    line-height: 1.8rem !important;
    margin-bottom: 0rem !important;
}

.kt-content ol, .kt-content ul{
    margin-bottom: 0.5rem !important;
}

@media (min-width: 1200px) {
    .kt-navbar .nav-link, .kt-navbar .navbar-brand{
        padding: 0.625rem .75rem !important;
    }
    
     .kt-menu-h {
        background: linear-gradient(to right, #4CAF50, #0F4B88);
    }
}