/*!/wp-content/plugins/cv-checker/assets/css/notifications.css*/.cv-checker-notification-container{position:fixed;top:20px;right:20px;z-index:9999;max-width:400px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.cv-checker-notification{margin-bottom:15px;padding:15px;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .15);display:flex;align-items:flex-start;animation:cv-checker-notification-slide-in 0.3s ease-out;max-width:100%;box-sizing:border-box;backdrop-filter:blur(5px);position:relative;overflow:hidden}.cv-checker-notification::after{content:'';position:absolute;bottom:0;left:0;height:3px;background-color:rgb(255 255 255 / .4);animation:notification-timer linear forwards;animation-duration:inherit;width:100%}.cv-checker-notification.success{background-color:rgb(40 167 69 / .95);border-left:5px solid #218838;color:#fff}.cv-checker-notification.error{background-color:rgb(220 53 69 / .95);border-left:5px solid #c82333;color:#fff}.cv-checker-notification.warning{background-color:rgb(255 193 7 / .95);border-left:5px solid #e0a800;color:#212529}.cv-checker-notification.info{background-color:rgb(23 162 184 / .95);border-left:5px solid #138496;color:#fff}.cv-checker-notification-icon{margin-right:12px;font-size:20px;min-width:24px;text-align:center}.cv-checker-notification-content{flex:1}.cv-checker-notification-title{font-weight:700;margin-bottom:5px;font-size:16px}.cv-checker-notification-message{margin:0;line-height:1.5;opacity:.95;font-size:14px}.cv-checker-notification-close{background:none;border:none;color:inherit;cursor:pointer;font-size:16px;opacity:.7;padding:0;margin-left:10px;transition:opacity 0.15s ease}.cv-checker-notification-close:hover{opacity:1}@keyframes cv-checker-notification-slide-in{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes cv-checker-notification-slide-out{from{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}@keyframes notification-timer{from{width:100%}to{width:0}}.cv-checker-notification.closing{animation:cv-checker-notification-slide-out 0.3s ease-in forwards}@media (max-width:576px){.cv-checker-notification-container{top:auto;bottom:20px;left:20px;right:20px;max-width:none}.cv-checker-notification{margin-bottom:10px;padding:12px}.cv-checker-notification-title{font-size:15px}.cv-checker-notification-message{font-size:13px}}