.loader{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:99999}.loader .lds-ring{display:inline-block;position:relative;width:80px;height:80px}.loader .lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;animation:lds-ring 1.4s cubic-bezier(.75,0,.65,.75) infinite;border-color:#03a9f4 transparent;border-style:solid;border-width:8px}.loader .lds-ring div:first-child{animation-delay:-.45s}.loader .lds-ring div:nth-child(2){animation-delay:-.3s}.loader .lds-ring div:nth-child(3){animation-delay:-.15s;animation-duration:2s}.small-loader{width:30px;height:30px}.small-loader,.small-loader .lds-ring{display:flex;justify-content:center;align-items:center;position:relative}.small-loader .lds-ring{width:100%;height:100%}.small-loader .lds-ring div{box-sizing:border-box;display:block;position:absolute;width:24px;height:24px;border-radius:50%;animation:lds-ring 1.4s cubic-bezier(.75,0,.65,.75) infinite;border-color:#03a9f4 transparent;border-style:solid;border-width:3px}.small-loader .lds-ring div:first-child{animation-delay:-.45s}.small-loader .lds-ring div:nth-child(2){animation-delay:-.3s}.small-loader .lds-ring div:nth-child(3){animation-delay:-.15s;animation-duration:2s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}