.record-not-found-wrapper{min-height:50vh;display:flex;justify-content:center;align-items:center;padding:80px 20px;background-color:#ffffff}.record-not-found-inner{text-align:center;max-width:650px;padding:40px;background:#ffffff;border-radius:16px;box-shadow:0 10px 40px rgba(1,17,42,.05);border:1px solid rgba(1,17,42,.05);animation:fadeUp .5s ease-out forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.record-not-found-icon-wrapper{margin-bottom:24px;display:inline-flex;justify-content:center;align-items:center;width:96px;height:96px;border-radius:50%;background-color:rgba(55,189,175,.1)}.record-not-found-title{font-weight:700;color:#01112a;font-size:2.5rem;margin-bottom:16px;font-family:Montserrat,sans-serif}.record-not-found-desc{color:#555555;font-size:1.125rem;line-height:1.6;margin-bottom:32px;margin-left:auto;margin-right:auto;max-width:500px}.record-not-found-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background-color:#01112a;color:#ffffff;border-radius:30px;padding:14px 40px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;font-size:.9rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid #01112a}.record-not-found-btn:hover{background-color:#37BDAF;border-color:#37BDAF;color:#ffffff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(55,189,175,.3)}.record-not-found-btn .btn-icon{font-size:1.2rem;transition:transform .3s ease}.record-not-found-btn:hover .btn-icon{transform:translateX(-4px)}.spinner-wrap-static{display:flex;justify-content:center;align-items:center;padding:40px 0;width:100%;z-index:10}.spinner-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}