.ot-progress-indicator{display:flex;align-items:center;border:0;height:100%;width:100%;position:absolute;overflow:hidden;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;top:0;left:0;margin:auto;z-index:1060;pointer-events:none;opacity:0}.ot-progress-indicator__container{width:64px;height:64px;margin:auto;animation:spin 1s linear infinite}.ot-progress-indicator__image{padding:0;height:64px;width:64px}.ot-progress-indicator_visible{pointer-events:auto;opacity:1}@-moz-keyframes spin{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}