@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");

:root{
    --theme: #A41313;
}
html, body{
    background-color: #e2e2e2;
}
a {
    color: var(--theme) !important;
}
input, textarea, select{
    padding: 1.3rem !important;
}

.pkp_structure_head {
    background-color: #ffffff !important;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5rem !important;
    border-bottom: 5px solid var(--theme) !important;
}
.pkp_structure_main {
    background: white !important;
    margin-bottom: 1.5rem !important;
    border-bottom: 3px solid var(--theme) !important;
}
.pkp_navigation_primary_wrapper ul li.active a {
    color: #fff !important;
}
.pkp_site_nav_menu {
    background: linear-gradient(to right, var(--theme), #FFC107) !important;
    padding: 0 1rem !important;
}
.pkp_navigation_primary>li>a {
    color: #ffffff !important;
}
.pkp_navigation_primary>li>a:focus{
    color: #ffffff !important;
    background-color: var(--theme) !important;
}
.pkp_navigation_user a {
    color: #000 !important;
}
.pkp_site_name .is_img img {
    display: block;
    max-height: 2.143rem;
    max-width: 100%;
    width: auto !important;
    height: 130px !important;
}
.pkp_site_name .is_img img {
    min-height: auto !important;
    width: auto !important;
}
.pkp_structure_sidebar {
    float: right;
    width: 280px;
}
.pkp_structure_footer_wrapper {
    background: #fff !important;
}
.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: var(--theme) !important;
}
.pkp_block {
    border-bottom: 3px solid var(--theme) !important; 
    background: white !important;
    margin-bottom: 1.5rem !important;
}
.pkp_block .content ul li {
    line-height: 1.43rem;
    padding: 0.5rem !important;
    background: var(--theme) !important;
    border: 1px solid var(--theme) !important;
    margin-bottom: 0.5rem !important;
}
.pkp_block .title {
    color: #000 !important;
}
.cmp_notification {
    display: block;
    width: 100%;
    padding: 1.43rem;
    margin-bottom: 2.857rem;
    background: #ddd;
    border-left: 0.357rem solid var(--theme) !important;
    font-size: 1rem;
    line-height: 1.43rem;
}
.page_search .submit button:after {
    background: var(--theme) !important;
}
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    color: var(--theme) !important;
}
.pkp_brand_footer {
    padding: 2.143rem;
    display: none !important;
}
.pkp_block a {
    text-decoration: none;
    color: white !important;
}
/* .pkp_navigation_user_wrapper {
    position: relative !important;
    left: 60% !important;
}
.pkp_navigation_user.pkp_navigation_user {
    margin: 100px;
    padding: 0;
    border: none;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
} */
.header_view {
    z-index: 2;
    position: relative;
    background: #ffffff !important;
}
.header_view a:hover{
    background: #eee !important;
}
@media (min-width: 992px){
    .pkp_site_name .is_img img {
        min-height: 150px !important;
        width: auto !important;
    }
}
@media (max-width: 992px){
    .pkp_structure_sidebar {
        float: right;
        width: 100% !important;
    }
}