.initial-loading-container{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.initial-loading-indicator{display:inline-block;height:80px;position:relative;width:80px}.initial-loading-indicator div{animation:initial-loading-indicator 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.initial-loading-indicator div:after{background:#666;border-radius:50%;content:" ";display:block;height:7px;margin:-4px 0 0 -4px;position:absolute;width:7px}.initial-loading-indicator div:first-child{animation-delay:-36ms}.initial-loading-indicator div:first-child:after{left:63px;top:63px}.initial-loading-indicator div:nth-child(2){animation-delay:-72ms}.initial-loading-indicator div:nth-child(2):after{left:56px;top:68px}.initial-loading-indicator div:nth-child(3){animation-delay:-.108s}.initial-loading-indicator div:nth-child(3):after{left:48px;top:71px}.initial-loading-indicator div:nth-child(4){animation-delay:-.144s}.initial-loading-indicator div:nth-child(4):after{left:40px;top:72px}.initial-loading-indicator div:nth-child(5){animation-delay:-.18s}.initial-loading-indicator div:nth-child(5):after{left:32px;top:71px}.initial-loading-indicator div:nth-child(6){animation-delay:-.216s}.initial-loading-indicator div:nth-child(6):after{left:24px;top:68px}.initial-loading-indicator div:nth-child(7){animation-delay:-.252s}.initial-loading-indicator div:nth-child(7):after{left:17px;top:63px}.initial-loading-indicator div:nth-child(8){animation-delay:-.288s}.initial-loading-indicator div:nth-child(8):after{left:12px;top:56px}@keyframes initial-loading-indicator{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.MuiIconButton-root>.svg-inline--fa{width:1em}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}