.ppi-menu {
    height: 100%;
    width: 166px;
    background: rgba(5,12,23, 0.4);
    padding: 8px 0px 8px 0px;
    border-right: 3px solid rgba(16,119,159, 0.75);
}

.ppi-menu div {
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 8px;
    color: #ccc;
    border: 1px solid transparent;
}

.ppi-menu div i {
    width: 23px;
    text-align: center;
}

.ppi-menu div:hover,
.ppi-menu .ppi-menu-active {
    border-top: 1px solid rgba(180, 180, 255, 0.5);
    border-bottom: 1px solid rgba(180, 180, 255, 0.5);
    color: #eee;
    background: rgba(53,88,100, 0.6);
}

.ppi-menu-active:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    float: right;
}

.ppi-menu .ppi-logout {
    margin-top: 20px;
}

.ppi-body {
    flex: auto;
    flex-direction: row;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: calc(100% - 110px);
    background-image: radial-gradient(rgba(255,255,255,0) 60%, rgba(238,238,238, 1) 100%), url("/static/images/background.png");
    border-top: 3px solid rgba(16,119,159, 0.25);
    border-bottom: 3px solid rgba(16,119,159, 0.25);
}

.ppi-content {
    flex: auto;
    flex-direction: column;
    display: flex;
    height: 100%;
    padding: 8px 0px 8px 8px;
    width: calc(100% - 166px);
}

.ppi-content-body {
    flex: auto;
    height: 100%;
    border-bottom-left-radius: 8px;
    border-bottom: 3px solid rgba(16,119,159, 0.75);
    border-left: 3px solid rgba(16,119,159, 0.75);
    background: radial-gradient(rgba(238,238,238,1) 40%, rgba(218,234,234, 1) 100%);
    overflow-y: scroll;
    flex: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px;
}

.ppi-content-header {
    display: block;
    position: relative;
    text-align: center;
    font-size: 20px;
    border-top-left-radius: 8px;
    border-top: 3px solid rgba(16,119,159, 0.75);
    border-bottom: 3px solid rgba(16,119,159, 0.75);
    border-left: 3px solid rgba(16,119,159, 0.75);
    background: rgba(5,12,23, 0.4);
    color: white;
}

.ppi-content-header .snapshot-filter {
    position: absolute;
    font-size: 13px;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9em;
}

.close {
    width: 25px;
    height: 25px;
}
