.notch-clip { clip-path: url(#notchClip); } .notch-clip-2 { clip-path: url(#notchClip2); } .notch-clip-3 { clip-path: url(#notchClip3); } #page-loader { position: fixed; inset: 0; background: #f5f5f0; display: flex; align-items: center; justify-content: center; z-index: 999999; } .loader-spinner { width: 50px; height: 50px; border: 3px solid #f5f5f0; border-top: 3px solid #24353a; border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } }