.pkp_structure_page {
    box-shadow: 1px 3px 9px 5px rgb(40 40 40 / 52%);
}

.pkp_site_name_wrapper {
    background: #131726;
}

.pkp_site_name .is_text {
    text-decoration: none;
}

.pkp_block {
    overflow: hidden;
    border-radius: 5px;
    border: solid 1px rgb(157 157 159/50%);
    padding: 0 5px 12px;
    margin-bottom: 10px;
    color: inherit;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 50%);
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.sidebar {
    text-align: center;
}

.sidebar-title {
    padding: 0.5em 1em; 
    font-size: large;
    margin-bottom: 12px; 
    background: #131726; 
    display: block; 
    color: #ffffff; 
    font-weight: bold; 
    letter-spacing: 0; 
    margin-left: -5px; margin-right: -5px; text-align: center;
}

.sidebar-content {
    text-align: center;
}

.sidebar-content img {
    text-align: center;
    max-width: 270px;
    max-height: 355px;
    box-shadow: 0px 1px 3px 1px rgb(0 1 1 / 50%);
}

.sidebar-menu {
    padding: 10px;
    border-bottom: 2.3px solid #ffffff;
    background: #131726;
    color: #f8f8ff;
    text-align: right;
}

.sidebar-menu a {
    color: white;
    font-weight: bold;
    font-size: medium;
}

#openid-provider-list {
    padding: 0;
    width: auto;
}