1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
.fieldLoader { z-index: 10000; width: 200px; height: 30; background: lightblue; position: absolute; left: calc(50% - 99px); top: calc(50% + 110px); display: flex; align-items: center; padding: 20px; margin: auto; display: 'block'; box-shadow: darkslategrey 0.2vw 0.2vw 0.8vw; }