.loading-new-results .mapboxgl-ctrl-top-left:after {
    position: absolute;
      left: 225px;
      top: 20px;
    /*z-index: 99;*/
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* width: 100%; */
    /* height: 100%; */
    pointer-events: none;
    content: "\e5d5";
    font-family: Material Icons;
    font-size: 30px;
    color: #E91E63;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    
}