.custom_lock{position:relative}.custom_lock::before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.7);backdrop-filter:blur(2px);z-index:100}.custom_lock::after{content:"";position:absolute;top:50%;left:50%;width:48px;height:48px;margin:-24px 0 0 -24px;border:5px solid #e0e0e0;border-top-color:#d32f2f;border-radius:50%;animation:spin .8s linear infinite;z-index:101}@keyframes spin{to{transform:rotate(360deg)}}