@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        /* padding-top: 2.143rem; */
    }
}

.pkp_navigation_primary_wrapper{
        padding: 1.2rem;
    }
    .pkp_site_nav_menu{
        background-color: #fff;
    }
    .pkp_navigation_primary>li>a{
        color: #000;
    }

.pkp_brand_footer{
    display: none;
}

.pkp_structure_footer_wrapper{
    background: linear-gradient(135deg,#ffffff,#800080); ;
}
.is_img img{
    width: 80px;
    height: 80px;
}

@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        padding-top: 0;
    }
}

.pkp_structure_content{
    width: 1160px;;
}


.pkp_navigation_user_wrapper,
.pkp_navigation_user.pkp_nav_list {
  width: auto;
}

.pkp_navigation_user_wrapper {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}

.pkp_site_nav_menu a:hover, .pkp_site_nav_menu a:focus{
    color: #000;
}

.pkp_navigation_search_wrapper a{
    color: #000;
}

.pkp_navigation_primary>li>a:hover{
    color: #000;
}

@media (min-width: 992px) {
    .pkp_navigation_primary>li>a:hover {
        color: #000;
        outline: 0;
        border-color: #fff;
    }
}

.pkp_navigation_user .task_count{
    position: static;
    margin-right: 0;
}

 .pkp_navigation_primary .dropdown-menu a:hover{
    border-color: #800080;
 }

 @media (min-width: 992px) {
    .pkp_navigation_primary>li:last-child a {
        margin-right: 0em;
    }
}

@media (min-width: 992px) {
    .pkp_nav_list ul a {
        display: block;
        padding-left: .357rem;
        border-left: .357rem solid transparent;
        color: #800080;
    }
}

.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus{
    border-color: #800080;
    color: #800080;
    background: #E6CCE6;
}

@media (min-width: 992px) {
    .pkp_navigation_search_wrapper a {
        margin: .357rem .5em 0;
        padding: 1rem;
        border-bottom: 1px solid transparent;
        color: #fff;
        text-decoration: none;
    }
}
@media (min-width: 992px) {
    .pkp_navigation_search_wrapper a {
        margin: .357rem .5em 0;
        padding: 0;
        border-bottom: 2px solid transparent;
        color: #000;
        text-decoration: none;
    }
}

@media (min-width: 992px) {
    .pkp_nav_list [aria-haspopup]:after {
      
        margin-left: 0;
       
    }
}

@media (min-width: 992px) {
    .pkp_navigation_user>li:hover ul {
        right: 0;
        left: 0;
    }
}


/* Container styling */
.pkp_block.block_information {
    background: #f9fafc;
    border-radius: 12px;
    padding: 20px;
    max-width: 320px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
}

/* Title */
.pkp_block.block_information .title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #222;
    text-align: center;
}

/* List reset */
.pkp_block.block_information ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Spacing between items */
.pkp_block.block_information li {
    margin-bottom: 12px;
}

/* Button-style links */
.pkp_block.block_information a {
    display: block;
    text-align: center;
    padding: 12px 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, #800080, #8000807c);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.3px;

    /* Animation setup */
    transition: 
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

/* Hover animation */
.pkp_block.block_information a:hover {
    transform: translateY(-4px) scale(1.03);
    
    background: linear-gradient(135deg, #800080, #800080aa);
}

/* Click animation */
.pkp_block.block_information a:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 6px 12px rgba(37, 99, 235, 0.25);
}
.block_make_submission a {
    display: inline-block;
    padding: 0.5em 1.2em;
    background: linear-gradient(135deg, #800080, #5a005a);
    border: 1px solid #5a005a;
    border-radius: 6px;

    /* Depth */
    box-shadow:
        0 6px 14px rgba(128, 0, 128, 0.35),
        inset 0 -0.4em 0.6em rgba(255, 255, 255, 0.15);

    font-size: 0.95rem;
    line-height: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-align: center;

    /* Animation */
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

/* Hover animation */
.block_make_submission a:hover {
    background: linear-gradient(135deg, #9a1f9a, #6a006a);
    transform: translateY(-3px);
    box-shadow:
        0 10px 24px rgba(128, 0, 128, 0.45),
        inset 0 -0.3em 0.5em rgba(255, 255, 255, 0.2);
}

/* Active (click) effect */
.block_make_submission a:active {
    transform: translateY(0) scale(0.97);
    box-shadow:
        0 5px 10px rgba(128, 0, 128, 0.35),
        inset 0 0.3em 0.6em rgba(0, 0, 0, 0.25);
}
