.loading-container{direction:rtl;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100%;position:fixed;top:0;left:0;z-index:9999}.spinner{width:40px;height:40px;border:5px solid black;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.this-loading{margin-top:20px;font-size:24px;color:rgb(56,54,54)}