.loading_image {
    display: block;
    background: var(--loading-image) no-repeat top center transparent;
    width: 250px;
  }
  
  .spinner-loading-mask {
    fill: #0c2265;
    font-size: 2em;
  }