.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)}}.custom-scrollbar{overflow:auto;border-radius:8px;max-height:300px;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:#eeeade}.custom-scrollbar::-webkit-scrollbar-track{background-color:#333;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-track:hover{background-color:#444}.custom-checkbox{width:18px;height:18px;background-color:#fff;border-radius:50%;display:inline-block;position:relative;cursor:pointer}.custom-checkbox:after{content:"";position:absolute;width:6px;height:12px;border:solid #212121;border-width:0 3px 3px 0;top:45%;left:50%;transform:translate(-50%,-50%) rotate(45deg) scale(0);transition:transform .2s ease-in-out}input[type=checkbox]:checked+.custom-checkbox:after{transform:translate(-50%,-50%) rotate(45deg) scale(1)}