.fade-slide{opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease;visibility:hidden;height:0;overflow:hidden}.fade-slide.show{opacity:1;transform:translateY(0);visibility:visible;height:auto;overflow:visible}#sidebar-wrapper{position:-webkit-sticky;position:sticky;top:90px}#menubar-sticky,#sidebar-wrapper{transition:all .4s ease-in-out}.sidebar-header{padding:13px;font-weight:600;color:#1b3f63;font-size:1.3rem;letter-spacing:.5px;border-bottom:1px solid #1b3f63bb}.sidebar-label{font-size:1.1rem;font-weight:500}.item-icon{width:40px;height:40px;background:#1b3f63;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;margin-right:15px;box-shadow:0 4px 10px rgba(102,126,234,.3);transition:all .3s ease}.item-icon svg{transition:all .4s ease-in-out;height:-moz-fit-content;height:fit-content}.item-icon-active{background:#fff;color:#1b3f63;transform:none;box-shadow:0 4px 15px hsla(0,0%,100%,.4)}.item-desc{font-size:.9rem;font-weight:300;opacity:.7;margin:0;transition:opacity .3s ease}.sidebar-item:hover .item-desc{opacity:1!important}.sidebar-item:hover .item-icon{box-shadow:0 6px 20px rgba(102,126,234,.4)}.sidebar-item:hover .item-icon svg{transform:rotate(1turn) scale(1.1)}.sidebar-item:hover{color:#1b3f63;text-decoration:none}