@keyframes opacityanimation{0%{opacity:0}to{opacity:1}}.animation-op{animation:1.2s ease-in forwards opacityanimation}
.sidebar-scroll{height:60dvh;overflow:hidden scroll}@media only screen and (width<=768px){.sidebar-scroll{height:55dvh}}.sidebar-scroll::-webkit-scrollbar{width:5px}.sidebar-scroll::-webkit-scrollbar-thumb{background:var(--bg-brand-sel)}
.custom-container{z-index:20;border-radius:8px;position:relative;overflow:hidden}.custom-content{text-align:center;border:1.7px solid #0000;border-radius:8px}.background{z-index:-1;border-radius:8px;position:absolute;inset:0}.trail{aspect-ratio:2;offset-path:border-box;offset-anchor:100% 50%;width:100px;animation:20s linear journey;position:absolute}@media only screen and (width<=768px){.trail{animation:13s linear journey}}@keyframes journey{0%{background:radial-gradient(100% 100% at 100%,#5887ff,#0000 120%)}to{offset-distance:300%;background:0 0}}
