.theme_win8rp .overcb {
    background-color: #7fbfffbf;
    width: calc(100% - 10px);
    height: calc(100% - 5px);
    backdrop-filter: blur(6px);
    padding: 0px 4px 3px 4px;
    border: 1px solid #ffffff7f;
}
.theme_win8rp .overcb_c {
    position: absolute;
    border: 1px solid #2e4a5e;
    box-shadow: 0px 0px 5px black;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}
.theme_win8rp .content {
    background-color: #ffffff;
    width: 100%;
    height: calc(100% - 30px);
    border: 1px solid #e3e3e3;
}
.theme_win8rp .title {
    height: 28px;
    justify-content: center;
    text-shadow: 0px 0px 15px white, 0px 0px 15px white;
}