.subtle-loader-container{pointer-events:none;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;display:-ms-flexbox;display:flex;position:absolute;top:50%;bottom:0;left:0;right:0;transform:translateY(-50%)}.subtle-loader-wrapper{-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0;display:-ms-flexbox;display:flex}.subtle-loader{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:60px;display:-ms-flexbox;display:flex}.subtle-loader .dot{background-color:var(--theme-blue);border-radius:50%;width:15px;height:15px;animation:1.5s ease-in-out infinite subtle-bounce}.subtle-loader .dot:first-child{background-color:var(--theme-orange);animation-delay:-.3s}.subtle-loader .dot:nth-child(2){background-color:var(--theme-grey);animation-delay:-.15s}.subtle-loader .dot:nth-child(3){background-color:var(--theme-blue);animation-delay:0s}@keyframes subtle-bounce{0%,80%,to{opacity:.6;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}
