.loader{border:8px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.custom-scrollbar{width:100%;padding:8px;background-color:#212121;color:#fff;border-radius:8px;overflow:auto;max-height:150px;resize:none}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#555}.custom-scrollbar::-webkit-scrollbar-track{background-color:#333;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-track:hover{background-color:#444}.spinner-border{width:3rem;height:3rem;border:.3em solid hsla(0,0%,100%,.2);border-top-color:#fff;border-radius:50%;animation:spinner-border .75s linear infinite}@keyframes spinner-border{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}