.loader{border:4px solid #f3f3f3;border-top-color:#de6666;border-radius:50%;width:40px;height:40px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal-open{background-color:rgba(0,0,0,.5)}.modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.modal-content{background-color:#1f1c1c;padding:20px;border-radius:10px;max-width:90%;max-height:90%;overflow:auto}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}