.loader-container{display:flex;justify-content:center;align-items:center;width:100%}.loader{border:4px solid #f3f3f3;border-top-color:#5b4af7;border-radius:50%;width:20px;height:20px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.post_flow::-webkit-scrollbar{width:0}@keyframes slideRight{0%{transform:translateX(-3%)}to{transform:translateX(0)}}.animate-slide-right{animation:slideRight 2s linear infinite}.adjusted-img{width:18px;height:18px;margin-top:4px}.loading-bar{position:fixed;top:0;left:0;width:100%;height:4px;background-color:#1d9bf0;animation:loading 2s linear infinite}@keyframes loading{0%{left:-100%}to{left:100%}}