.classic-loader{width:70px;height:70px;border:5px solid;border-color:#fff #fff #c78901;border-radius:50%;display:inline-block;box-sizing:border-box;animation:classic-rotation 1s linear infinite}@keyframes classic-rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.attachment-loader{width:18px;height:18px;border:4px solid #c78901;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:attachment-rotation 1s linear infinite}@keyframes attachment-rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-shimmer{background:linear-gradient(90deg,#f8f9fa,#f0f1f2 20%,#f8f9fa 40%,#f8f9fa);background-size:1000px 100%;animation:shimmer 2s infinite}.skeleton-shimmer-dark{background:linear-gradient(90deg,#e9ecef,#dee2e6 20%,#e9ecef 40%,#e9ecef);background-size:1000px 100%;animation:shimmer 2s infinite}