.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:10;flex-direction:column;animation:fadeIn .3s ease-in}.loading-overlay .loading-text{color:#e0e0e0;margin-top:5px;font-size:16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dark button.btn-export svg.export-icon g path,.light button.btn-export svg.export-icon g path{fill:#fff!important}