html.dos-kiosk{overscroll-behavior:none}html.dos-kiosk body{padding-bottom:108px!important}.dos-kiosk-toolbar{position:fixed;right:28px;bottom:28px;z-index:2147483000;display:flex;gap:12px;padding:12px;border:2px solid #fff;border-radius:24px;background:#3274b8;box-shadow:0 12px 36px #0005}.dos-btn{min-width:118px;min-height:74px;padding:12px 18px;border:2px solid #fff;border-radius:16px;background:#fff;color:#3274b8;font:800 20px Arial;cursor:pointer;transition:.18s}.dos-btn:hover{background:#3274b8;color:#fff;transform:translateY(-2px)}.dos-menu{position:absolute;right:0;bottom:calc(100% + 14px);width:365px;max-height:min(70vh,720px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:14px;border:2px solid #3274b8;border-radius:20px;background:#fff;box-shadow:0 16px 44px #0004;scrollbar-width:auto;scrollbar-color:#3274b8 #fff}.dos-menu::-webkit-scrollbar{width:14px}.dos-menu::-webkit-scrollbar-track{background:#fff;border-radius:10px}.dos-menu::-webkit-scrollbar-thumb{background:#3274b8;border:3px solid #fff;border-radius:10px}.dos-menu[hidden]{display:none!important}.dos-menu a{display:flex;align-items:center;min-height:66px;margin:6px 0;padding:12px 18px;border:2px solid #3274b8;border-radius:12px;background:#fff;color:#3274b8!important;text-decoration:none!important;font:800 20px Arial;transition:.18s}.dos-menu a:hover{background:#3274b8;color:#fff!important;transform:translateX(4px)}@media(min-width:1600px) and (pointer:coarse){.dos-btn{min-width:150px;min-height:90px;font-size:24px}.dos-menu{width:420px;max-height:min(72vh,900px)}.dos-menu a{min-height:76px;font-size:23px}}@media(max-height:900px){.dos-menu{max-height:62vh}}@media(max-height:700px){.dos-menu{max-height:55vh}}