/*!/wp-content/plugins/cv-checker/assets/css/components.css*/.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:4px;font-weight:500;cursor:pointer;transition:all 0.3s ease;border:1px solid #fff0}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#545b62}.card{background:#fff;border-radius:8px;box-shadow:0 2px 4px rgb(0 0 0 / .1);padding:20px;margin-bottom:20px}.card-header{padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #dee2e6}.card-title{margin:0;font-size:18px;font-weight:600}.alert{padding:12px 16px;border-radius:4px;margin-bottom:16px}.alert-info{background:#e3f2fd;color:#0c5460;border:1px solid #bee5eb}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-warning{background:#fff3cd;color:#856404;border:1px solid #ffeeba}.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.loading{position:relative}.loading:after{content:'';position:absolute;inset:0;background:rgb(255 255 255 / .8);display:flex;align-items:center;justify-content:center}.loading:before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;z-index:1}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(360deg)}}.progress-bar{height:4px;background:#e9ecef;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:#007bff;transition:width 0.3s ease}.icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.icon-circle{border-radius:50%;background:#f8f9fa}.badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.badge-primary{background:#e3f2fd;color:#007bff}.badge-success{background:#d4edda;color:#28a745}.badge-warning{background:#fff3cd;color:#ffc107}.badge-error{background:#f8d7da;color:#dc3545}.progress-container{margin:15px 0;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgb(0 0 0 / .1);overflow:hidden}.progress-bar{height:20px;line-height:20px;color:#fff;text-align:center;background-color:#4CAF50;box-shadow:inset 0 -1px 0 rgb(0 0 0 / .15);transition:width 0.6s ease;width:0%}.progress-bar.bg-success{background-color:#4CAF50}.progress-bar.bg-warning{background-color:#FF9800}.progress-bar.bg-danger{background-color:#F44336}.progress-text{font-size:12px;font-weight:700;text-shadow:1px 1px 1px rgb(0 0 0 / .3)}.progress-step{margin-bottom:20px;padding:10px;border-radius:4px;background-color:#f9f9f9;border:1px solid #e0e0e0}.progress-step-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.progress-step-title{font-weight:700;color:#333}.progress-step-status{font-size:12px;padding:3px 8px;border-radius:10px;background-color:#e0e0e0}.progress-step-status.pending{background-color:#e0e0e0;color:#666}.progress-step-status.active{background-color:#2196F3;color:#fff}.progress-step-status.completed{background-color:#4CAF50;color:#fff}.progress-step-status.error{background-color:#F44336;color:#fff}