/*
    This theme will not be getting removed, even after June. (However, the old theme may be
    restored, with this theme getting renamed.)

    Any pull requests that make the trans colors hard to see will be denied. However, if you have
    any ideas to make this theme look better, while still keeping the colors in the background,
    please feel free to let me know.

    Happy pride month!
*/
.theme_main_normal .overcb {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    background-image: linear-gradient(#5bcefa, #f5a9b8, #ffffff, #f5a9b8, #5bcefa);
}
.theme_main_normal .overcb_c {
    z-index: 1;
    width: 100%;
    height: 100%;
}
.theme_main_normal .content {
    width: 100%;
    height: calc(100% - 27px);
    z-index: 1;
}
.theme_main_normal .content_real {
    width: calc(100% - 8px);
    height: calc(100% - 4px);
    margin-left: 4px;
}
.theme_main_normal .content_real2 {
    width: 100%;
    background-color: #ffffffdf;
    height: 100%;
    overflow: scroll;
}
.theme_main_normal .title {
    margin-top: 4px;
    width: calc(100% - 8px);
    height: 23px;
    background-image: linear-gradient(#b0b0b000, #e0e0e000);
    background-color: #ffffffdf;
    color: black;
    font-size: 9.5pt;
    font-family: 'Segoe UI', 'Noto Sans', sans-serif;
}
.theme_main_normal .title_content {
    position: relative;
    left: 3px; /* From "Handheld Status" screen */
}
