/* When updating, make sure to port to Consumer preview!!!!! */
.theme_win8dp .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_win8dp .overcb_c {
    border: 1px solid #2e4a5e;
    box-shadow: 0px 4px 15px black;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}
.theme_win8dp .content {
    background-color: #ffffff;
    width: 100%;
    height: calc(100% - 30px);
    border: 1px solid #e3e3e3;
}
.theme_win8dp .title {
    height: 28px;
    justify-content: center;
    text-shadow: 0px 0px 15px white, 0px 0px 15px white, 0px 0px 15px white, 0px 0px 15px white;
}
