.request-loading-wrap{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:12px;background-color:#000000b3;-webkit-user-select:none;-moz-user-select:none;user-select:none}.request-loading-message{margin-top:8px;font-size:16px;color:#fff}.request-loading--default{margin:0 auto;width:32px;height:32px;border:2px solid #fff;border-top-color:transparent;border-radius:100%;animation:loading-default-circle infinite .85s linear}@keyframes loading-default-circle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.request-loading--bar{margin:0 auto;position:relative;width:6px;height:10px;animation:request-loading-bar infinite 1s ease-in-out -.2s;background-color:#fff}.request-loading--bar:before,.request-loading--bar:after{position:absolute;width:6px;height:10px;content:"";background-color:#fff}.request-loading--bar:before{left:-14px;animation:request-loading-bar infinite 1s ease-in-out -.4s}.request-loading--bar:after{right:-14px;animation:request-loading-bar infinite 1s ease-in-out}@keyframes request-loading-bar{0%,80%,to{height:20px;box-shadow:0 0 #fff}40%{height:30px;box-shadow:0 -20px #fff}}.request-loading--dot{margin:0 auto;display:flex;align-items:center;justify-content:center}.request-loading--dot div{display:block;width:10px;height:10px;background-color:#fff;border-radius:100%;animation:request-loading-dot 1s ease infinite}.request-loading--dot div+div{margin-left:6px}.request-loading--dot div:nth-child(2){animation-delay:.1s}.request-loading--dot div:nth-child(3){animation-delay:.2s}@keyframes request-loading-dot{0%,60%,to{opacity:1;transform:scale(1)}30%{opacity:.1;transform:scale(.01)}}
