#request_processing_indicator {
    z-index: 999999999;
    display:none
}
.loadingio-eclipse {
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top:0;
    left:0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.705);
}
.ldio-rpinwye8j0b {
    box-sizing: border-box;
    width: max-content;
    height: max-content;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
    margin:auto auto;
    margin-top:30vh;
    margin-left:calc(50vw - 100px)
}
.ldio-rpinwye8j0b div {
    position: absolute;
    animation: ldio-rpinwye8j0b 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 rgb(0, 140, 230);
    transform-origin: 80px 82px;
    box-sizing: content-box;
}
#loading_eclipse_data_section {
    color:white;
    font-weight: bold;
}

@keyframes ldio-rpinwye8j0b {
    0% { transform: rotate(0deg) }
    50% { transform: rotate(180deg) }
    100% { transform: rotate(360deg) }
}

@media only screen and (max-width:802px){
   
}

@media only screen and (max-width:602px){
    
}

@media only screen and (max-width:402px){
   
}