.download-button,.play-button,.edit-tag-button,.quote-button{border-radius:.25rem;padding:.25rem}.loading-bar{width:100%;height:4px;animation:60s linear loadingAnimation}@keyframes loadingAnimation{0%{width:0%}25%{width:30%}to{width:60%}}@keyframes completeLoading{0%{width:60%}50%{width:75%}to{width:100%}}.complete-loading{height:4px;animation:1s linear forwards completeLoading}.custom-modal-width{width:80%;max-width:80%}