.loader{display:block;background-color:currentColor;margin:20px auto;position:relative;color:#f2f2f2;animation:animloader .3s linear .3s infinite alternate}.loader,.loader:after,.loader:before{width:6px;height:25px;border-radius:4px}.loader:after,.loader:before{content:"";background:currentColor;position:absolute;top:50%;transform:translateY(-50%);left:13px;animation:animloader .3s linear .45s infinite alternate}.loader:before{left:-13px;animation-delay:0s}@keyframes animloader{0%{height:48px}to{height:4px}}.custom-scrollbar::-webkit-scrollbar{width:5px}.custom-scrollbar::-webkit-scrollbar-thumb,.custom-scrollbar::-webkit-scrollbar-track{background:#3b82f6;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#2563eb}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#808080 #101010}