/* V39 — visible up/down scrollbar for Open Official EPADS Notice */
.official-focused-dialog{height:min(90vh,900px)!important;max-height:90vh!important;overflow:hidden!important}
#officialFocusedContent{height:100%!important;min-height:0!important}
.focused-shell{height:100%!important;min-height:0!important;overflow:hidden!important}
.focused-header,.focused-footer{flex:0 0 auto!important}
.focused-scroll{flex:1 1 auto!important;min-height:0!important;overflow-x:hidden!important;overflow-y:scroll!important;overscroll-behavior:contain;scrollbar-gutter:stable!important;scrollbar-width:auto!important;scrollbar-color:#2878cf #e7eef7!important;padding-right:14px!important}
.focused-scroll::-webkit-scrollbar{width:13px!important}
.focused-scroll::-webkit-scrollbar-track{background:#e7eef7!important;border-radius:999px!important;margin:8px 2px!important;box-shadow:inset 0 0 0 1px #d4dfec}
.focused-scroll::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#4c9bea,#1769c7)!important;border:3px solid #e7eef7!important;border-radius:999px!important;min-height:55px!important}
.focused-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#3288df,#0d57aa)!important}
.focused-nit{max-height:none!important;overflow:visible!important}
body.dark .focused-scroll{scrollbar-color:#4c9bea #17283d!important}
body.dark .focused-scroll::-webkit-scrollbar-track{background:#17283d!important;box-shadow:inset 0 0 0 1px #29415c}
body.dark .focused-scroll::-webkit-scrollbar-thumb{border-color:#17283d!important}
@media(max-width:520px){.official-focused-dialog{height:94vh!important;max-height:94vh!important}.focused-scroll::-webkit-scrollbar{width:10px!important}}
