#idt-scrollspy{position:fixed;right:0;top:50%;width:17rem;height:auto;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;z-index:9997;background-color:#fff;padding:1rem 1rem 3rem;transform:translateY(-50%);border-top-left-radius:3rem;border-bottom-left-radius:3rem}#idt-scrollspy a{font-size:0rem;letter-spacing:.37px;color:#b0b0b0;padding:1.25rem 0;position:relative;text-align:center;flex:0 0 3.5rem;transition:font-size .25s ease-in-out}#idt-scrollspy a.selected,#idt-scrollspy a:hover{font-size:1.3rem}#idt-scrollspy a::after{content:'';position:absolute;left:calc(50% - 0.5rem);bottom:0;width:1rem;height:1rem;border-radius:1rem;background-color:#d8d8d8;transition:background-color .25s ease-in-out}#idt-scrollspy a.selected::after,#idt-scrollspy a:hover::after{background-color:#009fe4}