.loading-icon{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:10rem;height:30rem;justify-content:center;margin:0 auto;width:100rem}.loading-icon span{-webkit-animation:load 1s ease infinite;animation:load 1s ease infinite;border-radius:4rem;display:inline-block;height:8rem;width:8rem}@-webkit-keyframes load{0%,to{opacity:.3}50%{opacity:1}}@keyframes load{0%,to{opacity:.3}50%{opacity:1}}.loading-icon span:first-child{-webkit-animation-delay:0s;animation-delay:0s;background:var(--bs-loading_4point_1)}.loading-icon span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s;background:var(--bs-loading_4point_2)}.loading-icon span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s;background:var(--bs-loading_4point_3)}.loading-icon span:nth-child(4){-webkit-animation-delay:.6s;animation-delay:.6s;background:var(--bs-loading_4point_4)}.white-icon.loading-icon span{background:#fff!important}
