.animated-gradient{background:linear-gradient(136deg,rgb(98,144,232),rgb(0,205,192),rgb(161,224,93)) 0% 0% / 300% 300%;animation:30s ease 0s infinite normal none running CustomAnimation;animation-duration:30s;animation-timing-function:ease;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:CustomAnimation;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal}@keyframes CustomAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.hide::-webkit-scrollbar{display:none}.hide{-ms-overflow-style:none;scrollbar-width:none}