﻿/*#region Loading Spinner */
#contentLibraryLoadingSpinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Grey overlay */
    z-index: 99999999999999999999999999999; /* Ensure it's in front of all other content */
    text-align: center; /* Center the spinner */
}

#contentLibraryLoadingSpinnerContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the spinner */
    color: white; /* Text color */
}
/*#endregion */

.fe_fileexplorer_wrap .fe_fileexplorer_folder_tool_sync::before {
    background-image: url('../../../assets/images/refresh_24.png');
}