#loading {
   display: flex;
   justify-content: center;
}

#loading_container {
   position: fixed;
   left: 40%;
   right: 40%;
   top: 40%;
   display: none;
   justify-content: center;
   z-index: 999;
}

#loading_internal {
   width: 150px;
   display: flex;
   flex-direction: column;
   align-items: center;
   border-color: grey;
   border: solid;
   border-width: thin;
   background-color: white;
}

#loading_spinner {
   margin-top: 15px;
   margin-bottom: 5px;
}

#loading_label {
   margin-bottom: 10px;
}

